tweak change#4745 to make ebcdic output match for chars <= 037
[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       <Paul.Marquess@btinternet.com>
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@activestate.com>
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 v5.5.640        Development release working toward 5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  4753] By: gsar                                  on 2000/01/05  06:48:22
83         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
84              Date: 03 Jan 2000 21:56:02 +0100
85              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
86              Subject: Reloading File::Copy
87      Branch: perl
88            ! Changes lib/File/Copy.pm t/lib/filecopy.t
89 ____________________________________________________________________________
90 [  4752] By: gsar                                  on 2000/01/04  01:19:20
91         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
92      Branch: perl
93            ! win32/Makefile win32/makefile.mk win32/win32.h
94 ____________________________________________________________________________
95 [  4751] By: gsar                                  on 2000/01/03  18:26:08
96         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
97      Branch: perl
98            ! lib/ExtUtils/MakeMaker.pm
99 ____________________________________________________________________________
100 [  4750] By: gsar                                  on 2000/01/02  21:58:02
101         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
102              to write to a file other than tmon.out (suggested by Haakon Alstadheim
103              <Haakon.Alstadheim@sds.no>)
104      Branch: perl
105            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
106 ____________________________________________________________________________
107 [  4749] By: gsar                                  on 2000/01/02  21:37:29
108         Log: disable optimization in change#3612 for join() and quotemeta()--this
109              removes all the gross hacks for the special cases in that change; fix
110              pp_concat() for when TARG == arg (modified version of patch suggested
111              by Ilya Zakharevich)
112      Branch: perl
113            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
114 ____________________________________________________________________________
115 [  4748] By: gsar                                  on 2000/01/02  20:26:06
116         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
117              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
118      Branch: perl
119            ! lib/ExtUtils/MakeMaker.pm
120 ____________________________________________________________________________
121 [  4747] By: gsar                                  on 2000/01/02  20:17:36
122         Log: fix 4-arg substr() when used as argument to subroutine
123      Branch: perl
124            ! pp.c t/op/substr.t
125 ____________________________________________________________________________
126 [  4746] By: gsar                                  on 2000/01/02  18:45:58
127         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
128      Branch: perl
129            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
130            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
131            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
132            ! perlapi.c proto.h thread.h util.c
133 ____________________________________________________________________________
134 [  4745] By: gsar                                  on 2000/01/02  18:15:44
135         Log: ebcdic fix for Data::Dumper from Peter Prymmer
136      Branch: perl
137            ! ext/Data/Dumper/Dumper.pm regcomp.c
138 ____________________________________________________________________________
139 [  4744] By: gsar                                  on 1999/12/31  22:42:23
140         Log: missing files in previous submit
141      Branch: perl
142            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
143            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
144 ____________________________________________________________________________
145 [  4743] By: gsar                                  on 1999/12/31  06:47:18
146         Log: various Windows build tweaks
147      Branch: perl
148            ! win32/win32.h
149 ____________________________________________________________________________
150 [  4742] By: gsar                                  on 1999/12/30  21:32:36
151         Log: change#4705 breaks code that interpolates $], so leave string value
152              of $] as it was for compatibility (and perhaps introduce $^V or similar
153              for the utf8 representation, maybe?)
154      Branch: perl
155            ! configpm gv.c
156 ____________________________________________________________________________
157 [  4741] By: gsar                                  on 1999/12/30  19:36:21
158         Log: avoid CRLF in byteloadable files created by perlcc
159      Branch: perl
160            ! utils/perlcc.PL
161 ____________________________________________________________________________
162 [  4740] By: gsar                                  on 1999/12/30  19:35:07
163         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
164      Branch: perl
165            ! pod/perldelta.pod toke.c
166 ____________________________________________________________________________
167 [  4739] By: gsar                                  on 1999/12/30  05:44:21
168         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
169              to allow ByteLoader to work; the DATA filehandles continue to
170              be left open in text mode for compatibility
171      Branch: perl
172            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
173            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
174            ! win32/win32.h
175 ____________________________________________________________________________
176 [  4738] By: gsar                                  on 1999/12/30  04:36:12
177         Log: CR-LF support broken for formats
178      Branch: perl
179            ! toke.c
180 ____________________________________________________________________________
181 [  4737] By: gsar                                  on 1999/12/29  22:30:52
182         Log: make DProf functional under pseudo-fork()
183      Branch: perl
184            ! ext/Devel/DProf/DProf.xs
185 ____________________________________________________________________________
186 [  4736] By: gsar                                  on 1999/12/29  21:04:59
187         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
188              Mulder)
189      Branch: perl
190            ! doio.c pp_hot.c t/io/argv.t
191 ____________________________________________________________________________
192 [  4735] By: gsar                                  on 1999/12/29  18:12:40
193         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
194              Koenig)
195      Branch: perl
196            ! Makefile.SH
197 ____________________________________________________________________________
198 [  4734] By: gsar                                  on 1999/12/28  21:10:37
199         Log: Windows build tweaks
200      Branch: perl
201            ! INTERN.h sv.c
202 ____________________________________________________________________________
203 [  4733] By: gsar                                  on 1999/12/28  20:45:15
204         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
205              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
206      Branch: perl
207            ! pp_sys.c
208 ____________________________________________________________________________
209 [  4732] By: gsar                                  on 1999/12/28  20:42:13
210         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
211              <ralph@inputplus.demon.co.uk>
212      Branch: perl
213            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
214 ____________________________________________________________________________
215 [  4731] By: gsar                                  on 1999/12/28  20:23:17
216         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
217              not supplied (variant of patch suggested by Ilya Zakharevich)
218      Branch: perl
219            ! XSUB.h lib/ExtUtils/xsubpp
220 ____________________________________________________________________________
221 [  4730] By: gsar                                  on 1999/12/28  19:55:56
222         Log: range operator does magical string increment iff both operands
223              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
224              the "foreach (RANGE)" case as well
225      Branch: perl
226            ! pp_ctl.c t/op/range.t
227 ____________________________________________________________________________
228 [  4729] By: gsar                                  on 1999/12/28  18:40:19
229         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
230      Branch: perl
231            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
232            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
233            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
234            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
235            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
236            ! win32/win32.h
237 ____________________________________________________________________________
238 [  4728] By: gsar                                  on 1999/12/28  07:44:19
239         Log: typecasts needed
240      Branch: perl
241            ! toke.c
242 ____________________________________________________________________________
243 [  4727] By: gsar                                  on 1999/12/28  06:23:08
244         Log: change#4721 needed line number adjustments
245      Branch: perl
246            ! MANIFEST global.sym proto.h t/pragma/warn/doop
247            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
248            ! t/pragma/warn/toke t/pragma/warn/utf8
249 ____________________________________________________________________________
250 [  4726] By: gsar                                  on 1999/12/28  04:18:15
251         Log: integrate utfperl contents into mainline
252      Branch: perl
253           +> lib/byte.pm lib/byte_heavy.pl
254           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
255           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
256           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
257 ____________________________________________________________________________
258 [  4725] By: gsar                                  on 1999/12/28  04:08:09
259         Log: integrate mainline contents
260      Branch: utfperl
261            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
262            - lib/unicode/Eq/Unicode
263           !> (integrate 60 files)
264 ____________________________________________________________________________
265 [  4724] By: gsar                                  on 1999/12/28  03:44:10
266         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
267      Branch: perl
268            ! regcomp.c t/op/re_tests
269 ____________________________________________________________________________
270 [  4723] By: gsar                                  on 1999/12/28  03:28:39
271         Log: more ebcdic testsuite fixups (from Peter Prymmer)
272      Branch: perl
273            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
274            ! t/pragma/overload.t t/pragma/utf8.t
275 ____________________________________________________________________________
276 [  4722] By: gsar                                  on 1999/12/28  03:14:48
277         Log: avoid "used once" warning
278      Branch: perl
279            ! lib/diagnostics.pm
280 ____________________________________________________________________________
281 [  4721] By: gsar                                  on 1999/12/28  03:10:32
282         Log: ebcdic tweaks for tests from Peter Prymmer
283      Branch: perl
284            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
285            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
286 ____________________________________________________________________________
287 [  4720] By: gsar                                  on 1999/12/28  03:08:39
288         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
289      Branch: perl
290            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
291            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
292            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
293 ____________________________________________________________________________
294 [  4719] By: gsar                                  on 1999/12/28  03:01:04
295         Log: perlport v1.45 from Chris Nandor
296      Branch: perl
297            ! pod/perlport.pod
298 ____________________________________________________________________________
299 [  4718] By: gsar                                  on 1999/12/28  02:59:16
300         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
301              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
302      Branch: perl
303            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
304            ! t/pragma/constant.t
305 ____________________________________________________________________________
306 [  4717] By: gsar                                  on 1999/12/28  02:47:04
307         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
308      Branch: perl
309            - ext/DynaLoader/dl_cygwin.xs
310            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
311            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
312            ! util.c
313 ____________________________________________________________________________
314 [  4716] By: gsar                                  on 1999/12/28  02:40:51
315         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
316              (from Andy Dougherty)
317      Branch: perl
318            ! Configure
319 ____________________________________________________________________________
320 [  4715] By: gsar                                  on 1999/12/28  02:38:44
321         Log: better variant of change#4644 (from Andy Dougherty)
322      Branch: perl
323            ! Configure
324 ____________________________________________________________________________
325 [  4714] By: gsar                                  on 1999/12/28  02:36:40
326         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
327      Branch: perl
328            ! Configure
329 ____________________________________________________________________________
330 [  4713] By: gsar                                  on 1999/12/28  02:35:15
331         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
332              INSTALL (from Andy Dougherty)
333      Branch: perl
334            ! Configure
335 ____________________________________________________________________________
336 [  4712] By: gsar                                  on 1999/12/28  02:30:55
337         Log: avoid creating new files during make install
338      Branch: perl
339            ! Makefile.SH
340 ____________________________________________________________________________
341 [  4711] By: gsar                                  on 1999/12/28  02:24:44
342         Log: pod edits from Paul Marquess and Mark-Jason Dominus
343      Branch: perl
344            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
345            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
346            ! pod/perldelta.pod
347 ____________________________________________________________________________
348 [  4710] By: gsar                                  on 1999/12/28  02:05:23
349         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
350              <sthoenna@efn.org>); add explicit target for opmini.o
351      Branch: perl
352            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
353 ____________________________________________________________________________
354 [  4709] By: gsar                                  on 1999/12/28  01:20:39
355         Log: partly fix perldiag regressions identified by Tom Christiansen
356      Branch: perl
357            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
358            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
359            ! t/pragma/warn/pp_sys
360 ____________________________________________________________________________
361 [  4708] By: gsar                                  on 1999/12/27  23:33:24
362         Log: update perldiag for change#4707
363      Branch: perl
364            ! perl.c pod/perldiag.pod
365 ____________________________________________________________________________
366 [  4707] By: gsar                                  on 1999/12/27  23:23:39
367         Log: allow spaces in -I switch argument
368      Branch: perl
369            ! perl.c
370 ____________________________________________________________________________
371 [  4706] By: gsar                                  on 1999/12/26  23:44:53
372         Log: fix typos
373      Branch: utfperl
374            ! sv.h toke.c
375 ____________________________________________________________________________
376 [  4705] By: gsar                                  on 1999/12/24  04:02:35
377         Log: support for v5.5.640 style version numbers
378      Branch: utfperl
379            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
380            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
381 ____________________________________________________________________________
382 [  4704] By: gsar                                  on 1999/12/23  08:54:27
383         Log: bring in basic threads stuff under USE_ITHREADS
384      Branch: perl
385            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
386            ! util.c
387 ____________________________________________________________________________
388 [  4703] By: gsar                                  on 1999/12/23  00:10:06
389         Log: integrate mainline contents into utfperl
390      Branch: utfperl
391           !> (integrate 33 files)
392 ____________________________________________________________________________
393 [  4702] By: gsar                                  on 1999/12/20  17:18:23
394         Log: virtual directory handling broken on paths with trailing slash
395      Branch: perl
396            ! win32/Makefile win32/makefile.mk win32/vdir.h
397 ____________________________________________________________________________
398 [  4701] By: gsar                                  on 1999/12/20  17:09:55
399         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
400              isn't set for all m/$foo/o)
401      Branch: perl
402            ! pp_ctl.c
403 ____________________________________________________________________________
404 [  4700] By: gsar                                  on 1999/12/20  16:28:51
405         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
406              we have a race on our hands)
407      Branch: perl
408            ! pp_ctl.c
409 ____________________________________________________________________________
410 [  4699] By: gsar                                  on 1999/12/20  16:19:00
411         Log: pod tweaks
412      Branch: perl
413            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
414 ____________________________________________________________________________
415 [  4698] By: gsar                                  on 1999/12/20  07:55:07
416         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
417      Branch: perl
418            ! utf8.c
419 ____________________________________________________________________________
420 [  4697] By: gsar                                  on 1999/12/18  01:35:50
421         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
422              anon hash rather than a block; test case for the same
423      Branch: perl
424            ! t/comp/term.t toke.c
425 ____________________________________________________________________________
426 [  4696] By: gsar                                  on 1999/12/17  19:55:03
427         Log: leak in change#4694 spotted by Larry
428      Branch: perl
429            ! hv.c
430 ____________________________________________________________________________
431 [  4695] By: gsar                                  on 1999/12/17  18:14:11
432         Log: test case for change#4694
433      Branch: perl
434            ! t/op/delete.t
435 ____________________________________________________________________________
436 [  4694] By: gsar                                  on 1999/12/17  18:09:08
437         Log: delete() should return the value as is, not a copy thereof
438      Branch: perl
439            ! hv.c pod/perldelta.pod
440 ____________________________________________________________________________
441 [  4693] By: gsar                                  on 1999/12/17  17:45:58
442         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
443      Branch: perl
444            ! regexec.c t/op/re_tests
445 ____________________________________________________________________________
446 [  4692] By: gsar                                  on 1999/12/17  17:41:10
447         Log: credits tweak
448      Branch: perl
449            ! lib/File/Spec.pm
450 ____________________________________________________________________________
451 [  4691] By: gsar                                  on 1999/12/17  07:12:53
452         Log: DynaLoader doesn't build properly when $(DLSRC) changes
453              (fix suggested by Hans Mulder)
454      Branch: perl
455            ! ext/DynaLoader/Makefile.PL
456 ____________________________________________________________________________
457 [  4690] By: gsar                                  on 1999/12/17  06:26:34
458         Log: add missing new ops
459      Branch: perl
460            ! ext/B/ramblings/runtime.porting
461 ____________________________________________________________________________
462 [  4689] By: gsar                                  on 1999/12/17  06:16:49
463         Log: test harness tweak from Hans Mulder
464      Branch: perl
465            ! t/TEST
466 ____________________________________________________________________________
467 [  4688] By: gsar                                  on 1999/12/17  06:14:23
468         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
469              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
470      Branch: perl
471            ! Makefile.SH cygwin/Makefile.SHs
472 ____________________________________________________________________________
473 [  4687] By: gsar                                  on 1999/12/17  06:06:46
474         Log: applied suggested patch with whitespace adjustments
475              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
476              Date: Thu, 16 Dec 1999 08:57:55 +0100
477              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
478              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
479      Branch: perl
480            ! lib/File/Find.pm
481 ____________________________________________________________________________
482 [  4686] By: gsar                                  on 1999/12/17  05:48:53
483         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
484              by Hans Mulder)
485      Branch: perl
486            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
487            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
488            ! ext/DynaLoader/dl_rhapsody.xs
489 ____________________________________________________________________________
490 [  4685] By: gsar                                  on 1999/12/17  05:37:51
491         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
492              <rjk@linguist.dartmouth.edu>)
493      Branch: perl
494            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
495 ____________________________________________________________________________
496 [  4684] By: gsar                                  on 1999/12/16  09:32:48
497         Log: spell out how to get 4-digit year (from Micheal G Schwern
498              <schwern@pobox.com>)
499      Branch: perl
500            ! pod/perlfunc.pod
501 ____________________________________________________________________________
502 [  4683] By: gsar                                  on 1999/12/16  09:26:53
503         Log: type mismatch for %c format argument (spotted by Robin Barker
504              <rmb1@cise.npl.co.uk>)
505      Branch: perl
506            ! regcomp.c
507 ____________________________________________________________________________
508 [  4682] By: gsar                                  on 1999/12/16  08:33:28
509         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
510              <sho_pi@hotmail.com>)
511      Branch: perl
512            ! win32/win32.c
513 ____________________________________________________________________________
514 [  4681] By: gsar                                  on 1999/12/16  08:31:15
515         Log: missing backslash (spotted by Johan Vromans)
516      Branch: perl
517            ! perl.c
518 ____________________________________________________________________________
519 [  4680] By: gsar                                  on 1999/12/16  08:26:00
520         Log: avoid coredump on diagnostics when STDERR is closed
521      Branch: perl
522            ! perl.h
523 ____________________________________________________________________________
524 [  4679] By: gsar                                  on 1999/12/12  18:09:41
525         Log: integrate mainline changes
526      Branch: utfperl
527           +> (branch 39 files)
528            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
529            - lib/unicode/UnicodeData-Latest.txt
530           !> (integrate 447 files)
531 ____________________________________________________________________________
532 [  4678] By: gsar                                  on 1999/12/10  01:39:13
533         Log: interpreter structure should be nulled under -DMULTIPLICITY
534      Branch: perl
535            ! perl.c
536 ____________________________________________________________________________
537 [  4677] By: gsar                                  on 1999/12/09  11:10:27
538         Log: update Changes
539      Branch: perl
540            ! Changes
541
542 ----------------
543 Version 5.005_63
544 ----------------
545
546 ____________________________________________________________________________
547 [  4676] By: gsar                                  on 1999/12/09  10:51:43
548         Log: fix File::Find testsuite bugs in symlink-less places
549      Branch: perl
550            ! t/lib/filefind.t
551 ____________________________________________________________________________
552 [  4675] By: gsar                                  on 1999/12/09  10:22:31
553         Log: USE_ITHREADS tweaks and notes
554      Branch: perl
555            ! op.c pod/perldelta.pod sv.c
556 ____________________________________________________________________________
557 [  4674] By: gsar                                  on 1999/12/09  10:21:53
558         Log: allow new style sort subs to work under usethreads
559      Branch: perl
560            ! pp_ctl.c
561 ____________________________________________________________________________
562 [  4673] By: gsar                                  on 1999/12/09  04:00:23
563         Log: document compatibility issue with literal list slices and NOTOP
564              (C<not (1,2,3)[0]> is now a syntax error)
565      Branch: perl
566            ! pod/perldelta.pod
567 ____________________________________________________________________________
568 [  4672] By: gsar                                  on 1999/12/09  01:14:46
569         Log: avoid mismatched expectation <-> int types for C++ builds
570      Branch: perl
571            ! embed.pl intrpvar.h proto.h toke.c
572 ____________________________________________________________________________
573 [  4671] By: gsar                                  on 1999/12/09  00:36:24
574         Log: newer version of File::Find with support for following symlinks and
575              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
576      Branch: perl
577            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
578 ____________________________________________________________________________
579 [  4670] By: gsar                                  on 1999/12/09  00:13:06
580         Log: avoid initializing GvCV slot for autovivified filehandles
581      Branch: perl
582            ! pp.c
583 ____________________________________________________________________________
584 [  4669] By: gsar                                  on 1999/12/08  19:09:27
585         Log: apply change#4618 again along with Ilya's patch to fix bugs
586              in it (see change#4622)
587      Branch: perl
588            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
589            ! t/op/re_tests t/op/subst.t
590 ____________________________________________________________________________
591 [  4668] By: gsar                                  on 1999/12/08  18:56:53
592         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
593              From: Larry Wall <larry@wall.org>
594              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
595              Message-Id: <199912072039.MAA13257@kiev.wall.org>
596              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
597      Branch: perl
598            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
599 ____________________________________________________________________________
600 [  4667] By: gsar                                  on 1999/12/08  18:47:37
601         Log: patch to fix aix hints from ortmann@vnet.ibm.com
602      Branch: perl
603            ! hints/aix.sh
604 ____________________________________________________________________________
605 [  4666] By: gsar                                  on 1999/12/08  18:29:02
606         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
607              Tim Meadowcroft
608      Branch: perl
609            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
610 ____________________________________________________________________________
611 [  4665] By: gsar                                  on 1999/12/08  02:22:31
612         Log: introduce save_I8() for saving byte values
613      Branch: perl
614            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
615            ! regcomp.c regexec.c scope.c scope.h sv.c
616 ____________________________________________________________________________
617 [  4664] By: gsar                                  on 1999/12/08  02:02:33
618         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
619      Branch: perl
620            ! toke.c
621 ____________________________________________________________________________
622 [  4663] By: gsar                                  on 1999/12/08  01:11:44
623         Log: longstanding typo in lexer: PL_lex_expect was not properly
624              saved on reentry
625      Branch: perl
626            ! toke.c
627 ____________________________________________________________________________
628 [  4662] By: gsar                                  on 1999/12/07  23:16:21
629         Log: typos in change#4546
630      Branch: perl
631            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
632 ____________________________________________________________________________
633 [  4661] By: gsar                                  on 1999/12/07  09:33:50
634         Log: typos in change#4660
635      Branch: perl
636            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
637 ____________________________________________________________________________
638 [  4660] By: gsar                                  on 1999/12/06  23:42:55
639         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
640              fix bug where lc($readonly) could result in bogus errors
641      Branch: perl
642            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
643            ! pp.c pp_sys.c proto.h sv.c
644 ____________________________________________________________________________
645 [  4659] By: gsar                                  on 1999/12/06  15:24:31
646         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
647              <jarausch@igpm.rwth-aachen.de>)
648      Branch: perl
649            ! perl.h
650 ____________________________________________________________________________
651 [  4658] By: gsar                                  on 1999/12/06  15:18:30
652         Log: fix for -Dp via $^D (suggested by Stephane Payrard
653              <stef@adnaccess.com>)
654      Branch: perl
655            ! mg.c
656 ____________________________________________________________________________
657 [  4657] By: gsar                                  on 1999/12/06  06:50:01
658         Log: change#4641 needs perldiag.pod edit
659      Branch: perl
660            - lib/unicode/UnicodeData-Latest.txt
661            ! pod/perldiag.pod
662 ____________________________________________________________________________
663 [  4656] By: gsar                                  on 1999/12/06  01:36:56
664         Log: Makefile tweak for change#4649
665      Branch: perl
666            ! Makefile.SH
667 ____________________________________________________________________________
668 [  4655] By: gsar                                  on 1999/12/05  17:23:57
669         Log: change#4653 was missing a patch reject
670      Branch: perl
671            ! win32/makefile.mk
672 ____________________________________________________________________________
673 [  4654] By: gsar                                  on 1999/12/05  11:41:04
674         Log: windows build tweaks for Borland compiler
675      Branch: perl
676            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
677 ____________________________________________________________________________
678 [  4653] By: gsar                                  on 1999/12/05  11:07:37
679         Log: applied somewhat modified version of suggested patch
680              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
681              Date: Thu, 18 Nov 1999 18:45:27 PST
682              Message-ID: <19991119024527.72749.qmail@hotmail.com>
683              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
684      Branch: perl
685            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
686            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
687            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
688            ! win32/makefile.mk win32/win32.h
689 ____________________________________________________________________________
690 [  4652] By: gsar                                  on 1999/12/05  09:24:45
691         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
692              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
693              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
694              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
695      Branch: perl
696            ! Changes hints/svr5.sh
697 ____________________________________________________________________________
698 [  4651] By: gsar                                  on 1999/12/05  09:01:19
699         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
700              when given non-existent drive names
701      Branch: perl
702            ! lib/File/Path.pm
703 ____________________________________________________________________________
704 [  4650] By: gsar                                  on 1999/12/05  08:47:11
705         Log: windows build tweaks for change#4649
706      Branch: perl
707            ! win32/Makefile win32/makefile.mk
708 ____________________________________________________________________________
709 [  4649] By: gsar                                  on 1999/12/05  07:49:28
710         Log: make File::Glob::glob() the default for CORE::glob()
711              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
712      Branch: perl
713            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
714            ! win32/makefile.mk
715 ____________________________________________________________________________
716 [  4648] By: gsar                                  on 1999/12/05  00:33:34
717         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
718      Branch: perl
719            ! lib/Pod/Html.pm
720 ____________________________________________________________________________
721 [  4647] By: gsar                                  on 1999/12/05  00:14:01
722         Log: remove outdated entry
723      Branch: perl
724            ! pod/perltrap.pod
725 ____________________________________________________________________________
726 [  4646] By: gsar                                  on 1999/12/04  22:48:51
727         Log: s/block/loop block/ in diagnostics about next, last, redo
728      Branch: perl
729            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
730 ____________________________________________________________________________
731 [  4645] By: gsar                                  on 1999/12/04  22:25:32
732         Log: readability tweak suggested by GRommel@sears.com
733      Branch: perl
734            ! pp.c
735 ____________________________________________________________________________
736 [  4644] By: gsar                                  on 1999/12/04  22:05:00
737         Log: Configure tweak from Peter Prymmer
738      Branch: perl
739            ! Configure
740 ____________________________________________________________________________
741 [  4643] By: gsar                                  on 1999/12/04  21:55:27
742         Log: make weak keyword check look for defined(&lock), not
743              merely defined(*lock)
744      Branch: perl
745            ! toke.c
746 ____________________________________________________________________________
747 [  4642] By: gsar                                  on 1999/12/04  21:11:51
748         Log: make eof() open ARGV if it isn't open already; also fixes bug
749              where eof() would operate on any last-read filehandle, not
750              just ARGV
751      Branch: perl
752            ! pp_sys.c
753 ____________________________________________________________________________
754 [  4641] By: gsar                                  on 1999/12/04  04:42:25
755         Log: make uninitialized value warnings report opcode
756      Branch: perl
757            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
758            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
759            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
760            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
761            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
762            ! t/pragma/warn/sv
763 ____________________________________________________________________________
764 [  4640] By: gsar                                  on 1999/12/04  02:40:44
765         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
766              that don't do range checking
767      Branch: perl
768            ! lib/Time/Local.pm
769 ____________________________________________________________________________
770 [  4639] By: gsar                                  on 1999/12/04  01:00:49
771         Log: better implementation of change#3326; open(local $foo,...) now
772              allowed in addition to any uninitialized variable, for consistency
773              with how autovivification works elsewhere; add code to use the
774              variable name as the name of the handle for simple variables, so
775              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
776      Branch: perl
777            ! op.c pod/perldelta.pod pp.c t/io/open.t
778 ____________________________________________________________________________
779 [  4638] By: gsar                                  on 1999/12/03  21:20:00
780         Log: pod nits
781      Branch: perl
782            ! pod/perlfunc.pod pod/perlrun.pod
783 ____________________________________________________________________________
784 [  4637] By: gsar                                  on 1999/12/03  08:59:04
785         Log: change#4431 was flawed
786      Branch: perl
787            ! Makefile.SH
788 ____________________________________________________________________________
789 [  4636] By: gsar                                  on 1999/12/03  07:59:52
790         Log: pod embellishments from Nathan Torkington
791      Branch: perl
792            ! pod/perlfaq2.pod pod/perlhack.pod
793 ____________________________________________________________________________
794 [  4635] By: gsar                                  on 1999/12/03  07:56:04
795         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
796      Branch: perl
797            ! pod/perlfaq4.pod
798 ____________________________________________________________________________
799 [  4634] By: gsar                                  on 1999/12/03  07:47:47
800         Log: test tweak for VMS (from Craig A. Berry)
801      Branch: perl
802            ! t/io/nargv.t
803 ____________________________________________________________________________
804 [  4633] By: gsar                                  on 1999/12/03  07:44:52
805         Log: patchls tweak from Andreas Koenig
806      Branch: perl
807            ! Porting/patchls
808 ____________________________________________________________________________
809 [  4632] By: gsar                                  on 1999/12/03  07:42:23
810         Log: don't mess with the umask()
811      Branch: perl
812            ! installhtml installman installperl lib/ExtUtils/Install.pm
813            ! lib/ExtUtils/Manifest.pm
814 ____________________________________________________________________________
815 [  4631] By: gsar                                  on 1999/12/03  06:52:50
816         Log: support -a switch to append bytecode to an existing file and make
817              perlcc use it (from Tom Hughes <tom@compton.nu>)
818      Branch: perl
819            ! ext/B/B/Bytecode.pm utils/perlcc.PL
820 ____________________________________________________________________________
821 [  4630] By: gsar                                  on 1999/12/03  06:46:16
822         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
823              (from Tom Phoenix)
824      Branch: perl
825            ! pod/perltrap.pod
826 ____________________________________________________________________________
827 [  4629] By: gsar                                  on 1999/12/03  06:40:15
828         Log: use PerlIO abstraction rather than straight stdio (from
829              Chip Salzenberg)
830      Branch: perl
831            ! ext/ByteLoader/ByteLoader.xs
832 ____________________________________________________________________________
833 [  4628] By: gsar                                  on 1999/12/03  06:15:54
834         Log: avoid warning in IO::Select::exists() if socket doesn't exist
835      Branch: perl
836            ! ext/IO/lib/IO/Select.pm
837 ____________________________________________________________________________
838 [  4627] By: gsar                                  on 1999/12/03  06:05:19
839         Log: two small patches from Peter Prymmer <pvhp@forte.com>
840      Branch: perl
841            ! makedepend.SH win32/Makefile win32/makefile.mk
842 ____________________________________________________________________________
843 [  4626] By: gsar                                  on 1999/12/03  05:36:38
844         Log: From: Peter Prymmer <pvhp@forte.com>
845              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
846              Message-Id: <199911260506.VAA17230@brio.forte.com>
847              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
848      Branch: perl
849            ! regcomp.c
850 ____________________________________________________________________________
851 [  4625] By: gsar                                  on 1999/12/03  05:20:21
852         Log: Windows build tweaks due to change#4623
853      Branch: perl
854            ! win32/Makefile win32/makefile.mk win32/perlhost.h
855 ____________________________________________________________________________
856 [  4624] By: gsar                                  on 1999/12/03  04:58:30
857         Log: add missing file
858      Branch: perl
859            + ext/DynaLoader/XSLoader_pm.PL
860 ____________________________________________________________________________
861 [  4623] By: gsar                                  on 1999/12/03  04:47:03
862         Log: applied suggested patch; removed $VERSION = $VERSION hack
863              (change#4043 fixed the need for that)
864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
865              Date: Tue, 16 Nov 1999 01:50:31 EST
866              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
867              Subject: [PATCH 5.005_62] XSLoader.pm
868      Branch: perl
869            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
870            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
871            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
872            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
873            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
874            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
875            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
876            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
877            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
878            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
879            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
880 ____________________________________________________________________________
881 [  4622] By: gsar                                  on 1999/12/03  04:02:39
882         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
883      Branch: perl
884            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
885 ____________________________________________________________________________
886 [  4621] By: gsar                                  on 1999/12/02  22:24:53
887         Log: caveat about thread-safety of extensions
888      Branch: perl
889            ! pod/perlfork.pod
890 ____________________________________________________________________________
891 [  4620] By: gsar                                  on 1999/12/02  20:31:02
892         Log: XS documentation patches suggested by Ilya, severally adjusted
893      Branch: perl
894            ! pod/perlxs.pod pod/perlxstut.pod
895 ____________________________________________________________________________
896 [  4619] By: gsar                                  on 1999/12/02  17:52:50
897         Log: re-add missing Unicode database master
898      Branch: perl
899            + lib/unicode/Unicode.300
900 ____________________________________________________________________________
901 [  4618] By: gsar                                  on 1999/12/02  06:56:18
902         Log: applied suggested patch with prototype changes
903              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
904              Date:    Tue, 23 Nov 1999 22:55:55 EST
905              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
906              Subject: [PATCH 5.005_62] First char cognizance
907      Branch: perl
908            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
909 ____________________________________________________________________________
910 [  4617] By: gsar                                  on 1999/12/02  06:04:57
911         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
912      Branch: perl
913            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
914 ____________________________________________________________________________
915 [  4616] By: gsar                                  on 1999/12/02  04:30:22
916         Log: various documentation tweaks suggested by M. J. T. Guy
917      Branch: perl
918            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
919 ____________________________________________________________________________
920 [  4615] By: gsar                                  on 1999/12/02  04:17:43
921         Log: various File::Glob fixes for DOSISH platforms
922              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
923              Date: Tue, 02 Nov 1999 11:11:25 GMT
924              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
925              Subject: File::Glob again. Final patch, honest!
926      Branch: perl
927            + t/lib/glob-case.t
928            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
929            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
930            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
931 ____________________________________________________________________________
932 [  4614] By: gsar                                  on 1999/12/02  03:42:55
933         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
934              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
935      Branch: perl
936            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
937 ____________________________________________________________________________
938 [  4613] By: gsar                                  on 1999/12/02  01:59:19
939         Log: ignore yet another known scalar leak
940      Branch: perl
941            ! t/pragma/warn/regcomp
942 ____________________________________________________________________________
943 [  4612] By: gsar                                  on 1999/12/02  01:15:02
944         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
945      Branch: perl
946            ! pp.c
947 ____________________________________________________________________________
948 [  4611] By: gsar                                  on 1999/12/02  00:31:43
949         Log: a somewhat tweaked version of suggested patch
950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
951              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
952              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
953              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
954      Branch: perl
955            ! pod/perlfunc.pod
956 ____________________________________________________________________________
957 [  4610] By: gsar                                  on 1999/12/01  19:09:31
958         Log: more accurate require() pseudocode (from James P. Williams
959              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
960      Branch: perl
961            ! pod/perlfunc.pod
962 ____________________________________________________________________________
963 [  4609] By: gsar                                  on 1999/12/01  18:43:49
964         Log: avoid "Callback called exit" error on intentional exit()
965      Branch: perl
966            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
967 ____________________________________________________________________________
968 [  4608] By: gsar                                  on 1999/12/01  18:42:38
969         Log: find_byclass() prototype was incoherent
970      Branch: perl
971            ! regexec.c
972 ____________________________________________________________________________
973 [  4607] By: gsar                                  on 1999/12/01  05:45:10
974         Log: better documentation for goto &NAME (from M. J. T. Guy)
975      Branch: perl
976            ! pod/perlfunc.pod
977 ____________________________________________________________________________
978 [  4606] By: gsar                                  on 1999/12/01  05:33:14
979         Log: integrate cfgperl contents into mainline
980      Branch: perl
981           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
982           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
983            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
984            ! Changes
985           !> (integrate 210 files)
986 ____________________________________________________________________________
987 [  4605] By: gsar                                  on 1999/12/01  05:15:27
988         Log: avoid PTR->IV cast warnings
989      Branch: perl
990            ! mg.c op.c scope.h
991 ____________________________________________________________________________
992 [  4604] By: gsar                                  on 1999/12/01  03:59:56
993         Log: email address changes
994      Branch: perl
995            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
996            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
997            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
998            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
999            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
1000 ____________________________________________________________________________
1001 [  4603] By: gsar                                  on 1999/12/01  03:45:13
1002         Log: minor USE_ITHREADS tweaks
1003      Branch: perl
1004            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
1005            ! win32/perllib.c win32/win32.h
1006 ____________________________________________________________________________
1007 [  4602] By: gsar                                  on 1999/12/01  01:00:09
1008         Log: more complete pseudo-fork() support for Windows
1009      Branch: perl
1010            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
1011            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
1012            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
1013            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
1014            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
1015            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
1016            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
1017            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
1018            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
1019            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1020            ! win32/win32iop.h win32/win32thread.h
1021 ____________________________________________________________________________
1022 [  4601] By: gsar                                  on 1999/12/01  00:45:38
1023         Log: rudimentary support for remote debugging, from aeons ago (somewhat
1024              modified)
1025              From: Graham TerMarsch <grahamt@ActiveState.com>
1026              Date: Sat, 12 Sep 1998 10:46:55 -0700
1027              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
1028              Subject: Re: Patches to perl5db.pl to allow for remote debugging
1029      Branch: perl
1030            ! lib/perl5db.pl
1031 ____________________________________________________________________________
1032 [  4600] By: chip                                  on 1999/11/19  21:16:00
1033         Log: Document known limitations of fdopen() on some systems,
1034              as they apply to open() and sysopen().
1035      Branch: perl
1036            ! pod/perlfunc.pod
1037 ____________________________________________________________________________
1038 [  4599] By: chip                                  on 1999/11/19  17:20:19
1039         Log: Undef printf before redirecting it to PerlIO_stdoutf.
1040              (Avoids an irritating warning when compiling with PerlIO.)
1041      Branch: perl
1042            ! perl.h
1043 ____________________________________________________________________________
1044 [  4598] By: jhi                                   on 1999/11/22  21:30:17
1045         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
1046      Branch: cfgperl
1047            ! README.vms t/io/open.t
1048 ____________________________________________________________________________
1049 [  4597] By: jhi                                   on 1999/11/21  16:21:21
1050         Log: Replace #4596 with the change done in 5.005_03.
1051      Branch: cfgperl
1052            ! ext/Errno/Errno_pm.PL
1053 ____________________________________________________________________________
1054 [  4596] By: jhi                                   on 1999/11/21  16:07:20
1055         Log: Skip processing a file if the file to be opened is '-'
1056              (can happen in UNICOS)
1057      Branch: cfgperl
1058            ! ext/Errno/Errno_pm.PL
1059 ____________________________________________________________________________
1060 [  4595] By: jhi                                   on 1999/11/21  14:05:10
1061         Log: VMS patches from Peter Prymmer.
1062      Branch: cfgperl
1063            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
1064 ____________________________________________________________________________
1065 [  4594] By: jhi                                   on 1999/11/18  17:07:14
1066         Log: The find_byclass prototype is already in proto.h. 
1067      Branch: cfgperl
1068            ! regexec.c
1069 ____________________________________________________________________________
1070 [  4593] By: gsar                                  on 1999/11/16  21:25:21
1071         Log: typo in flag checks
1072      Branch: utfperl
1073            ! sv.h
1074 ____________________________________________________________________________
1075 [  4592] By: jhi                                   on 1999/11/16  21:17:25
1076         Log: Regen Configure.
1077      Branch: cfgperl
1078            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
1079      Branch: metaconfig
1080            ! U/a_dvisory/quadtype.U
1081 ____________________________________________________________________________
1082 [  4591] By: jhi                                   on 1999/11/16  14:53:19
1083         Log: Integrate with Sarathy.
1084      Branch: cfgperl
1085           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
1086           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1087           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
1088           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
1089           !> t/pod/poderrs.xr
1090 ____________________________________________________________________________
1091 [  4590] By: gsar                                  on 1999/11/16  05:57:56
1092         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
1093      Branch: perl
1094            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1095            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
1096            ! t/pod/poderrs.t t/pod/poderrs.xr
1097 ____________________________________________________________________________
1098 [  4589] By: gsar                                  on 1999/11/15  18:47:34
1099         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
1100              C<if (fork()) { print "parent" } else { print "child" }> works on
1101              Windows (incidentally running a cloned^2 interpreter :)
1102      Branch: perl
1103            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
1104            ! pp_sys.c proto.h sv.c
1105 ____________________________________________________________________________
1106 [  4588] By: gsar                                  on 1999/11/15  14:34:36
1107         Log: cloning the stack (part 1)
1108      Branch: perl
1109            ! cop.h deb.c perl.c sv.c
1110 ____________________________________________________________________________
1111 [  4587] By: jhi                                   on 1999/11/15  00:22:20
1112         Log: Integrate with Sarathy.
1113      Branch: cfgperl
1114           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
1115           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
1116           !> win32/perllib.c
1117 ____________________________________________________________________________
1118 [  4586] By: jhi                                   on 1999/11/14  21:17:26
1119         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
1120      Branch: cfgperl
1121            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1122 ____________________________________________________________________________
1123 [  4585] By: gsar                                  on 1999/11/14  20:01:45
1124         Log: tweak for win32 build
1125      Branch: perl
1126            ! embed.h embed.pl op.c proto.h
1127 ____________________________________________________________________________
1128 [  4584] By: gsar                                  on 1999/11/14  19:46:25
1129         Log: cosmetic tweaks
1130      Branch: perl
1131            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1132            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
1133 ____________________________________________________________________________
1134 [  4583] By: gsar                                  on 1999/11/14  17:38:32
1135         Log: fix problem pointer casts
1136      Branch: perl
1137            ! Changes run.c sv.c
1138 ____________________________________________________________________________
1139 [  4582] By: jhi                                   on 1999/11/14  17:10:01
1140         Log: Integrate with Sarathy.
1141      Branch: cfgperl
1142           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
1143           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
1144           !> vms/perly_c.vms win32/perllib.c
1145 ____________________________________________________________________________
1146 [  4581] By: jhi                                   on 1999/11/14  17:08:23
1147         Log: The separation of 64-bitness and largefileness continues
1148              (with a setback, see hpux.sh).
1149      Branch: cfgperl
1150            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
1151            ! hints/solaris_2.sh
1152      Branch: metaconfig
1153            ! U/threads/archname.U U/typedefs/lseektype.U
1154      Branch: metaconfig/U/perl
1155            ! fpossize.U use64bits.U uselfs.U
1156 ____________________________________________________________________________
1157 [  4580] By: jhi                                   on 1999/11/14  13:26:41
1158         Log: Another Unicode update.
1159      Branch: cfgperl
1160            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
1161            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
1162            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1163            ! (edit 189 files)
1164 ____________________________________________________________________________
1165 [  4579] By: gsar                                  on 1999/11/14  10:21:49
1166         Log: sundry cleanups for cloned interpreters (only known failure mode
1167              is due to regexps keeping non-constant data in their compiled
1168              structures)
1169      Branch: perl
1170            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
1171            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
1172 ____________________________________________________________________________
1173 [  4578] By: gsar                                  on 1999/11/14  03:37:37
1174         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
1175      Branch: perl
1176            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
1177 ____________________________________________________________________________
1178 [  4577] By: jhi                                   on 1999/11/13  19:50:24
1179         Log: Change #4576 accidentally leaked also parts of
1180              Ilya's patch that won't apply cleanly anymore.
1181      Branch: cfgperl
1182            ! regexec.c t/op/re_tests
1183 ____________________________________________________________________________
1184 [  4576] By: jhi                                   on 1999/11/13  19:43:37
1185         Log: Integrate with Sarathy.
1186      Branch: cfgperl
1187            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
1188           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
1189           !> t/op/regexp.t t/pragma/overload.t
1190 ____________________________________________________________________________
1191 [  4575] By: gsar                                  on 1999/11/13  19:41:46
1192         Log: typos in change#4561 and change#4565
1193      Branch: perl
1194            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
1195 ____________________________________________________________________________
1196 [  4574] By: gsar                                  on 1999/11/13  19:31:19
1197         Log: revert non-kosher parts of change#4562 (sort order problems
1198              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
1199              result and expected lines; /[:ascii:]/ not working should be
1200              fixed, not ignored in regexp.t; result from sort should be
1201              fixed to be ascii portable on ebcdic, not ebcdic-specific)
1202      Branch: perl
1203            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
1204 ____________________________________________________________________________
1205 [  4573] By: gsar                                  on 1999/11/13  19:13:04
1206         Log: integrate cfgperl changes into mainline
1207      Branch: perl
1208           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1209           +> lib/unicode/In/BopomofoExtended.pl
1210           +> lib/unicode/In/BraillePatterns.pl
1211           +> lib/unicode/In/CJKRadicalsSupplement.pl
1212           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1213           +> lib/unicode/In/Cherokee.pl
1214           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
1215           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1216           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1217           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1218           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1219           +> lib/unicode/In/Thaana.pl
1220           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1221           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1222            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1223           !> (integrate 213 files)
1224 ____________________________________________________________________________
1225 [  4572] By: jhi                                   on 1999/11/13  18:44:50
1226         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
1227              To: perl5-porters@perl.org, VMSPERL@perl.org
1228              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
1229              Date: Wed, 27 Oct 1999 11:02:54 -0500
1230              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
1231      Branch: cfgperl
1232            ! README.vms
1233 ____________________________________________________________________________
1234 [  4571] By: jhi                                   on 1999/11/13  18:33:39
1235         Log: From: jand@activestate.com (Jan Dubois)
1236              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
1237              Cc: Douglas Lankshear <dougl@activestate.com>,
1238              Gurusamy Sarathy <gsar@activestate.com>
1239              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
1240              Date: Tue, 09 Nov 1999 00:38:33 +0100
1241              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
1242      Branch: cfgperl
1243            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
1244            ! win32/config.gc win32/config.vc win32/config_H.bc
1245            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
1246            ! win32/win32.c win32/win32iop.h
1247 ____________________________________________________________________________
1248 [  4570] By: jhi                                   on 1999/11/13  18:30:37
1249         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1250              To: perl5-porters@perl.org (Mailing list Perl5)
1251              Subject: [PATCH 5.005_62] makedef.pl goof
1252              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
1253              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
1254      Branch: cfgperl
1255            ! makedef.pl
1256 ____________________________________________________________________________
1257 [  4569] By: jhi                                   on 1999/11/13  18:06:54
1258         Log: From: Michael G Schwern <schwern@pobox.com>
1259              To: perl5-porters@perl.org, pod-people@perl.org
1260              Cc: tchrist@mox.perl.com, gnat@frii.com
1261              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1262              Date: Wed, 10 Nov 1999 17:21:46 -0500
1263              Message-ID: <19991110172146.A23527@athens.aocn.com>
1264      Branch: cfgperl
1265            ! pod/perlfaq9.pod
1266 ____________________________________________________________________________
1267 [  4568] By: jhi                                   on 1999/11/13  18:05:33
1268         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
1269              To: <perl5-porters@perl.org>
1270              Subject: DynaLoader_pm.PL patch (backslashes in strings)
1271              Date: Wed, 10 Nov 1999 22:52:02 -0000
1272              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
1273      Branch: cfgperl
1274            ! ext/DynaLoader/DynaLoader_pm.PL
1275 ____________________________________________________________________________
1276 [  4567] By: jhi                                   on 1999/11/13  18:03:52
1277         Log: From: JD Laub <jdl@access-health.com>
1278              To: perl5-porters@perl.org
1279              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
1280              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
1281              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
1282      Branch: cfgperl
1283            ! lib/Exporter/Heavy.pm
1284 ____________________________________________________________________________
1285 [  4566] By: jhi                                   on 1999/11/13  18:01:24
1286         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
1287              To: perl5-porters@perl.org
1288              Subject: small patch for perldoc
1289              Date: Fri, 12 Nov 1999 23:11:43 GMT
1290              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
1291      Branch: cfgperl
1292            ! utils/perldoc.PL
1293 ____________________________________________________________________________
1294 [  4565] By: jhi                                   on 1999/11/13  17:58:54
1295         Log: From: Scott Gifford <sgifford@tir.com>
1296              To: perl5-porters@perl.org
1297              Cc: gbarr@pobox.com
1298              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
1299              Date: 12 Nov 1999 18:55:30 -0500
1300              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
1301      Branch: cfgperl
1302            ! ext/IO/lib/IO/Socket.pm
1303 ____________________________________________________________________________
1304 [  4564] By: jhi                                   on 1999/11/13  17:45:39
1305         Log: Applied manually:
1306              From: "Craig A. Berry" <craig.berry@metamor.com>
1307              To: perl5-porters@perl.org, VMSPERL@perl.org
1308              Subject: [PATCH 5.005_62] patches required to build on VMS
1309              Date: Tue, 09 Nov 1999 18:16:14 -0600
1310              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
1311      Branch: cfgperl
1312            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1313            ! vms/vms.c vms/vmsish.h
1314 ____________________________________________________________________________
1315 [  4563] By: jhi                                   on 1999/11/13  17:18:41
1316         Log: Regen Unicode tables to include a warning:
1317              Thou Shalt Not Edit Them By Hand; add missing
1318              (Unicode 2.0 -introduced) tables to MANIFEST;
1319              convert the equivalence tables to be valid Perl code.
1320      Branch: cfgperl
1321            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1322            + lib/unicode/In/BopomofoExtended.pl
1323            + lib/unicode/In/BraillePatterns.pl
1324            + lib/unicode/In/CJKRadicalsSupplement.pl
1325            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1326            + lib/unicode/In/Cherokee.pl
1327            + lib/unicode/In/IdeographicDescriptionCharacters.pl
1328            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
1329            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1330            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
1331            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
1332            + lib/unicode/In/Thaana.pl
1333            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1334            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1335            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
1336            ! (edit 169 files)
1337 ____________________________________________________________________________
1338 [  4562] By: jhi                                   on 1999/11/13  16:53:00
1339         Log: From: Peter Prymmer <pvhp@forte.com>
1340              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
1341              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
1342              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
1343              Message-Id: <199911102234.OAA01018@brio.forte.com>
1344      Branch: cfgperl
1345            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
1346            ! t/pragma/overload.t
1347 ____________________________________________________________________________
1348 [  4561] By: jhi                                   on 1999/11/13  16:29:37
1349         Log: $Config{myarchname} is not a good architecture identifier
1350              because it may contain host/node identification like
1351              CPU serial numbers.
1352      Branch: cfgperl
1353            ! ext/Errno/Errno_pm.PL
1354 ____________________________________________________________________________
1355 [  4560] By: jhi                                   on 1999/11/13  16:26:13
1356         Log: Continue largefileness separation from quadness;
1357              move nv-preserving test out of perl.h into Configure;
1358              use HAS_SETVBUF in IO.
1359      Branch: cfgperl
1360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1361            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
1362      Branch: metaconfig
1363            ! U/a_dvisory/quadtype.U
1364      Branch: metaconfig/U/perl
1365            + nvpresuv.U
1366            ! d_fseeko.U d_ftello.U io64.U perlxv.U
1367 ____________________________________________________________________________
1368 [  4559] By: jhi                                   on 1999/11/13  13:46:38
1369         Log: Try to fix largefileness so that it "works" without a quad IV.
1370      Branch: cfgperl
1371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1372            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
1373      Branch: metaconfig
1374            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
1375      Branch: metaconfig/U/perl
1376            ! io64.U
1377 ____________________________________________________________________________
1378 [  4558] By: jhi                                   on 1999/11/13  11:36:19
1379         Log: Undo drift from mainline.
1380      Branch: cfgperl
1381            ! regcomp.c util.c utils/h2xs.PL
1382 ____________________________________________________________________________
1383 [  4557] By: gsar                                  on 1999/11/13  10:54:46
1384         Log: typo
1385      Branch: perl
1386            ! util.c
1387 ____________________________________________________________________________
1388 [  4556] By: gsar                                  on 1999/11/13  10:53:41
1389         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
1390      Branch: perl
1391           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1392           +> epoc/epoc_stubs.c
1393           !> (integrate 48 files)
1394 ____________________________________________________________________________
1395 [  4555] By: jhi                                   on 1999/11/13  10:05:54
1396         Log: Integrate with Sarathy.
1397      Branch: cfgperl
1398           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1399           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1400 ____________________________________________________________________________
1401 [  4554] By: jhi                                   on 1999/11/13  10:03:07
1402         Log: s/_SIGN$/_sign/g;
1403      Branch: metaconfig
1404            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
1405 ____________________________________________________________________________
1406 [  4553] By: gsar                                  on 1999/11/13  02:17:53
1407         Log: cloned interpreters now actually run and pass all but 55/10386
1408              subtests; various subtle bugs, new and old, observed when running
1409              cloned interpreters have been fixed
1410              
1411              still to do:
1412              |  * dup psig_ptr table
1413              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
1414              |    simple-minded and grab one pad entry each, heavily bloating
1415              |    the pad by not avoiding dups)
1416              |  * overloaded constants are not really immutable--they need to
1417              |    be PADOPs
1418              |  * allocator for constants and OPs need to be spelled differently
1419              |    (shared vs interpreter-local allocations)
1420              |  * optree refcounting is still missing locking (macros are in place)
1421              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
1422              |    perl_clone() can be called from within runops*()
1423      Branch: perl
1424            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
1425            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
1426 ____________________________________________________________________________
1427 [  4552] By: jhi                                   on 1999/11/11  23:17:43
1428         Log: Turn on largefileness always if available and
1429              continue 64-bit fixes.
1430      Branch: cfgperl
1431            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
1432            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
1433            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
1434 ____________________________________________________________________________
1435 [  4551] By: jhi                                   on 1999/11/11  23:16:15
1436         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
1437      Branch: metaconfig
1438            ! U/a_dvisory/quadtype.U
1439      Branch: metaconfig/U/perl
1440            + d_int64t.U
1441            ! i_inttypes.U io64.U
1442 ____________________________________________________________________________
1443 [  4550] By: jhi                                   on 1999/11/11  20:24:55
1444         Log: Fix a thinko in 4548.
1445      Branch: cfgperl
1446            ! pp_sys.c
1447 ____________________________________________________________________________
1448 [  4549] By: jhi                                   on 1999/11/11  19:48:21
1449         Log: Integrate with Sarathy.
1450      Branch: cfgperl
1451           !> (integrate 56 files)
1452 ____________________________________________________________________________
1453 [  4548] By: jhi                                   on 1999/11/11  19:41:56
1454         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
1455              regen Configure.
1456      Branch: cfgperl
1457            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1458            ! config_h.SH pp_sys.c
1459 ____________________________________________________________________________
1460 [  4547] By: jhi                                   on 1999/11/11  19:40:38
1461         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
1462      Branch: metaconfig
1463            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
1464            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
1465 ____________________________________________________________________________
1466 [  4546] By: gsar                                  on 1999/11/11  10:32:54
1467         Log: avoid stash pointers in optree under USE_ITHREADS
1468      Branch: perl
1469            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
1470            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
1471            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
1472            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1473            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
1474            ! scope.h sv.c
1475 ____________________________________________________________________________
1476 [  4545] By: gsar                                  on 1999/11/11  06:04:20
1477         Log: another change towards a shareable optree: avoid pointer to filegv
1478              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
1479              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
1480              to suit
1481      Branch: perl
1482            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
1483            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1484            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
1485            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
1486            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1487            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
1488            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
1489            ! win32/perllib.c
1490 ____________________________________________________________________________
1491 [  4544] By: gsar                                  on 1999/11/10  18:19:12
1492         Log: more cleanups for change#4539
1493      Branch: perl
1494            ! gv.h op.c op.h pp_ctl.c pp_hot.c
1495 ____________________________________________________________________________
1496 [  4543] By: gsar                                  on 1999/11/10  01:52:22
1497         Log: remove dead branch/infinite looper in change#3612
1498      Branch: perl
1499            ! op.c
1500 ____________________________________________________________________________
1501 [  4542] By: gsar                                  on 1999/11/09  20:05:47
1502         Log: IoDIRP may be fake when used in source filters, mark as such
1503      Branch: perl
1504            ! sv.c sv.h toke.c
1505 ____________________________________________________________________________
1506 [  4541] By: gsar                                  on 1999/11/09  05:47:53
1507         Log: small nits in changes#4538,4539
1508      Branch: perl
1509            ! op.c sv.c
1510 ____________________________________________________________________________
1511 [  4540] By: gsar                                  on 1999/11/08  20:30:58
1512         Log: win32 symbol export tweak
1513      Branch: perl
1514            ! makedef.pl win32/win32.c win32/win32iop.h
1515 ____________________________________________________________________________
1516 [  4539] By: gsar                                  on 1999/11/08  18:50:40
1517         Log: preliminary support for GVOP indirection via pad
1518      Branch: perl
1519            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1520            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
1521 ____________________________________________________________________________
1522 [  4538] By: gsar                                  on 1999/11/08  11:25:49
1523         Log: preliminary support for perl_clone() (still needs work in
1524              the following areas: SVOPs must indirect via pad; context
1525              stack, scope stack, and runlevels must be cloned; must
1526              hook up the virtualized pseudo-process support provided by
1527              "host"; ...)
1528      Branch: perl
1529            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
1530            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
1531            ! win32/perllib.c win32/win32.c
1532 ____________________________________________________________________________
1533 [  4537] By: gsar                                  on 1999/11/08  11:19:18
1534         Log: more thorough cleanup in perl_destroy()
1535      Branch: perl
1536            ! perl.c util.c
1537 ____________________________________________________________________________
1538 [  4536] By: gsar                                  on 1999/11/08  07:16:10
1539         Log: win32 internal data must be interpreter-local
1540      Branch: perl
1541            ! win32/win32.c win32/win32.h win32/win32sck.c
1542 ____________________________________________________________________________
1543 [  4535] By: gsar                                  on 1999/11/08  04:17:28
1544         Log: tweak change#4502
1545      Branch: perl
1546            ! doio.c perl.c
1547 ____________________________________________________________________________
1548 [  4534] By: jhi                                   on 1999/11/07  13:17:03
1549         Log: Four special class subs, not three.
1550      Branch: cfgperl
1551            ! pod/perlmod.pod
1552 ____________________________________________________________________________
1553 [  4533] By: jhi                                   on 1999/11/07  13:13:15
1554         Log: Integrate with Sarathy.
1555      Branch: cfgperl
1556           !> mg.c t/io/print.t
1557 ____________________________________________________________________________
1558 [  4532] By: jhi                                   on 1999/11/07  12:36:10
1559         Log: More test program maintenance.
1560      Branch: cfgperl
1561            ! Configure config_h.SH
1562      Branch: metaconfig
1563            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1564            ! U/compline/charsize.U U/compline/d_sigaction.U
1565            ! U/compline/doublesize.U U/compline/floatsize.U
1566            ! U/compline/nblock_io.U U/compline/ptrsize.U
1567            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
1568            ! U/typedefs/uidsize.U
1569      Branch: metaconfig/U/perl
1570            ! fpossize.U
1571 ____________________________________________________________________________
1572 [  4531] By: jhi                                   on 1999/11/07  00:34:09
1573         Log: Tidy up the metaconfig test programs.
1574      Branch: cfgperl
1575            ! Configure config_h.SH
1576      Branch: metaconfig
1577            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
1578            ! U/compline/charsize.U U/compline/doublesize.U
1579            ! U/compline/nblock_io.U U/compline/ptrsize.U
1580            ! U/modified/d_longlong.U U/typedefs/gidsize.U
1581            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
1582            ! U/typedefs/uidsize.U
1583      Branch: metaconfig/U/perl
1584            ! fpossize.U
1585 ____________________________________________________________________________
1586 [  4530] By: jhi                                   on 1999/11/06  23:51:34
1587         Log: So many printfs, so little time.
1588      Branch: cfgperl
1589            ! op.c perl.c regcomp.c scope.c util.c
1590 ____________________________________________________________________________
1591 [  4529] By: jhi                                   on 1999/11/06  23:27:35
1592         Log: Replace the explicit zeros with NOOPs.
1593      Branch: cfgperl
1594            ! perl.h
1595 ____________________________________________________________________________
1596 [  4528] By: jhi                                   on 1999/11/06  23:10:54
1597         Log: From: jand@activestate.com (Jan Dubois)
1598              To: perl5-porters@perl.org
1599              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
1600              Mark Borgerding <mborgerding@acm.org>
1601              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
1602              Date: Sat, 06 Nov 1999 22:16:43 +0100
1603              Message-ID: <38279207.46448719@smtprelay.t-online.de>
1604      Branch: cfgperl
1605            ! op.c op.h
1606 ____________________________________________________________________________
1607 [  4527] By: jhi                                   on 1999/11/06  20:22:14
1608         Log: ...and fewer.
1609      Branch: cfgperl
1610            ! dump.c
1611 ____________________________________________________________________________
1612 [  4526] By: jhi                                   on 1999/11/06  20:19:04
1613         Log: ...and they are getting fewer.
1614      Branch: cfgperl
1615            ! dump.c op.c util.c
1616 ____________________________________________________________________________
1617 [  4525] By: jhi                                   on 1999/11/06  19:59:59
1618         Log: More printf miscasts flushed out.
1619      Branch: cfgperl
1620            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
1621            ! regexec.c
1622 ____________________________________________________________________________
1623 [  4524] By: jhi                                   on 1999/11/06  15:39:05
1624         Log: Crushing the remaining %ld guerillas.
1625      Branch: cfgperl
1626            ! ext/Devel/DProf/DProf.xs
1627 ____________________________________________________________________________
1628 [  4523] By: jhi                                   on 1999/11/06  15:11:38
1629         Log: Update CPAN sites list.
1630      Branch: cfgperl
1631            ! pod/perlmodlib.pod
1632 ____________________________________________________________________________
1633 [  4522] By: jhi                                   on 1999/11/05  19:50:46
1634         Log: The -n32 is normally part of $cc, not $ccflags.
1635      Branch: cfgperl
1636            ! hints/irix_6.sh
1637 ____________________________________________________________________________
1638 [  4521] By: gsar                                  on 1999/11/05  04:35:30
1639         Log: allow $\ to work right when set to a string with embedded nulls
1640      Branch: perl
1641            ! mg.c t/io/print.t
1642 ____________________________________________________________________________
1643 [  4520] By: jhi                                   on 1999/11/04  23:30:09
1644         Log: Integrate with Sarathy.
1645      Branch: cfgperl
1646           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
1647           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
1648           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
1649           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
1650           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
1651           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
1652 ____________________________________________________________________________
1653 [  4519] By: jhi                                   on 1999/11/04  23:09:25
1654         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1655              To: perl5-porters@perl.org (Mailing list Perl5)
1656              Subject: [PATCH 5.005_62] ref to non-lvalue method
1657              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
1658              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
1659      Branch: cfgperl
1660            ! op.c
1661 ____________________________________________________________________________
1662 [  4518] By: jhi                                   on 1999/11/04  23:07:27
1663         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1664              To: perl5-porters@perl.org (Mailing list Perl5)
1665              Subject: [PATCH 5.005_62] xsubpp dependency
1666              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
1667              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
1668      Branch: cfgperl
1669            ! lib/ExtUtils/MM_Unix.pm
1670 ____________________________________________________________________________
1671 [  4517] By: jhi                                   on 1999/11/04  23:05:59
1672         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1673              To: perl5-porters@perl.org (Mailing list Perl5)
1674              Subject: [PATCH 5.005_62] regexp.h
1675              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
1676              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
1677      Branch: cfgperl
1678            ! regexp.h
1679 ____________________________________________________________________________
1680 [  4516] By: gsar                                  on 1999/11/04  18:25:45
1681         Log: change#4485 didn't do the right thing for B::Bytecode
1682      Branch: perl
1683            ! ext/B/B/Bytecode.pm
1684 ____________________________________________________________________________
1685 [  4515] By: gsar                                  on 1999/11/04  17:28:29
1686         Log: implement STOP blocks and fix compiler to use them (minimally
1687              tested)
1688      Branch: perl
1689            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
1690            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
1691            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1692            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
1693            ! pod/perltodo.pod toke.c
1694 ____________________________________________________________________________
1695 [  4514] By: gsar                                  on 1999/11/04  15:59:46
1696         Log: display BSD license in Glob.pm (for clause #2 conformity)
1697      Branch: perl
1698            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1699            ! ext/File/Glob/bsd_glob.h
1700 ____________________________________________________________________________
1701 [  4513] By: jhi                                   on 1999/11/04  08:26:19
1702         Log: Integrate with Sarathy.
1703      Branch: cfgperl
1704           +> t/io/nargv.t
1705           !> (integrate 34 files)
1706 ____________________________________________________________________________
1707 [  4512] By: jhi                                   on 1999/11/04  08:01:25
1708         Log: Incremental Mac integration from Matthias.
1709      Branch: cfgperl
1710            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
1711            ! toke.c util.c
1712 ____________________________________________________________________________
1713 [  4511] By: gsar                                  on 1999/11/04  02:53:37
1714         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1715      Branch: perl
1716            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
1717            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
1718            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
1719            ! xsutils.c
1720 ____________________________________________________________________________
1721 [  4510] By: jhi                                   on 1999/11/02  22:12:29
1722         Log: S_init_interp is a better place to diddle with PL_opargs
1723              than perl_construct.
1724      Branch: cfgperl
1725            ! perl.c
1726 ____________________________________________________________________________
1727 [  4509] By: jhi                                   on 1999/11/02  21:30:02
1728         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1729              To: ben@mucus.advanced.org, perl5-porters@perl.org
1730              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
1731              Date: Tue, 02 Nov 1999 21:36:00 +0000
1732              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
1733      Branch: cfgperl
1734            ! pod/perlfunc.pod
1735 ____________________________________________________________________________
1736 [  4508] By: jhi                                   on 1999/11/02  20:46:27
1737         Log: Initial integration of the MacPerl changes form Matthias.
1738      Branch: cfgperl
1739            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
1740            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
1741            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
1742 ____________________________________________________________________________
1743 [  4507] By: jhi                                   on 1999/11/01  23:05:07
1744         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1745              To: lvirden@cas.org (Larry W. Virden)
1746              Cc: perl5-porters@perl.org, lvirden@cas.org
1747              Subject: Re: [ID 19991026.001] perl segmentation fault report
1748              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
1749              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
1750      Branch: cfgperl
1751            ! regexec.c t/op/pat.t
1752 ____________________________________________________________________________
1753 [  4506] By: jhi                                   on 1999/11/01  19:56:28
1754         Log: From: Olaf Flebbe <olaf@science-computing.de>
1755              To: perl5-porters@perl.org
1756              Subject: [PATCH: 5.005_62] Patch for EPOC Support
1757              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
1758              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
1759      Branch: cfgperl
1760            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
1761            + epoc/epoc_stubs.c
1762            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
1763            ! epoc/perl.pkg
1764 ____________________________________________________________________________
1765 [  4505] By: gsar                                  on 1999/11/01  17:09:44
1766         Log: macros for COP.cop_filegv access
1767      Branch: perl
1768            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
1769            ! util.c
1770 ____________________________________________________________________________
1771 [  4504] By: gsar                                  on 1999/11/01  17:08:28
1772         Log: enable better Win32::DomainName() by demand loading netapi32.dll
1773              (from Jan Dubois)
1774      Branch: perl
1775            ! pod/Win32.pod win32/win32.c
1776 ____________________________________________________________________________
1777 [  4503] By: gsar                                  on 1999/10/31  20:56:06
1778         Log: change#4502 was missing a file
1779      Branch: perl
1780            + t/io/nargv.t
1781 ____________________________________________________________________________
1782 [  4502] By: gsar                                  on 1999/10/31  20:46:02
1783         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
1784              in the way ARGV state was handled in readline(); writing a
1785              subroutine to do inplace edits is now possible, provided *ARGV,
1786              *ARGVOUT, $^I and $_ are localized where needed
1787      Branch: perl
1788            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
1789            ! pp_hot.c scope.c
1790 ____________________________________________________________________________
1791 [  4501] By: jhi                                   on 1999/10/31  12:43:54
1792         Log: Integrate with Sarathy.
1793      Branch: cfgperl
1794           !> perl.h win32/config.bc win32/config.gc win32/config.vc
1795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1796 ____________________________________________________________________________
1797 [  4500] By: gsar                                  on 1999/10/31  10:01:17
1798         Log: updated windows config* files
1799      Branch: perl
1800            ! win32/config.bc win32/config.gc win32/config.vc
1801            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1802 ____________________________________________________________________________
1803 [  4499] By: gsar                                  on 1999/10/31  09:15:17
1804         Log: integrate cfgperl contents into mainline
1805      Branch: perl
1806           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1807           !> config_h.SH perl.h
1808 ____________________________________________________________________________
1809 [  4498] By: gsar                                  on 1999/10/31  09:13:41
1810         Log: remove unused struct Outrec
1811      Branch: perl
1812            ! perl.h
1813 ____________________________________________________________________________
1814 [  4497] By: jhi                                   on 1999/10/30  12:41:50
1815         Log: Add HAS_QUAD ($Config{d_quad}); use it.
1816      Branch: cfgperl
1817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1818            ! config_h.SH perl.h
1819      Branch: metaconfig
1820            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
1821            ! U/typedefs/uidf.U
1822      Branch: metaconfig/U/perl
1823            ! perlxv.U
1824 ____________________________________________________________________________
1825 [  4496] By: gsar                                  on 1999/10/30  00:28:32
1826         Log: integrate cfgperl contents into mainline
1827      Branch: perl
1828           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1829           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
1830           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
1831           !> perl.h pp.c pp.h regexec.c sv.c taint.c
1832 ____________________________________________________________________________
1833 [  4495] By: jhi                                   on 1999/10/29  23:36:19
1834         Log: Continue what #4494 started; introduce uid and gid formats.
1835      Branch: cfgperl
1836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1837            ! config_h.SH handy.h perl.h
1838      Branch: metaconfig
1839            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
1840            - U/typedefs/quadtype.U
1841      Branch: metaconfig/U/perl
1842            ! perlxv.U
1843 ____________________________________________________________________________
1844 [  4494] By: jhi                                   on 1999/10/29  22:09:01
1845         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
1846              from perl.h and handy.h.
1847      Branch: cfgperl
1848            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1849            ! config_h.SH handy.h perl.h
1850      Branch: metaconfig/U/perl
1851            + perlxv.U perlxvf.U
1852 ____________________________________________________________________________
1853 [  4493] By: jhi                                   on 1999/10/29  22:08:06
1854         Log: Finetuning the output continues along the lines of #4490 and #4491.
1855      Branch: metaconfig
1856            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1857            ! U/typedefs/fpostype.U
1858      Branch: metaconfig/U/perl
1859            + fpossize.U
1860            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1861            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1862 ____________________________________________________________________________
1863 [  4492] By: jhi                                   on 1999/10/29  21:14:53
1864         Log: Hurd update from Mark Kettenis.
1865      Branch: cfgperl
1866            ! README.hurd
1867 ____________________________________________________________________________
1868 [  4491] By: jhi                                   on 1999/10/29  20:37:02
1869         Log: A new try at what #4490 tried to accomplish.
1870      Branch: metaconfig
1871            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1872      Branch: metaconfig/U/perl
1873            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1874            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1875 ____________________________________________________________________________
1876 [  4490] By: jhi                                   on 1999/10/29  20:19:41
1877         Log: metaconfig nits.
1878      Branch: metaconfig
1879            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
1880      Branch: metaconfig/U/perl
1881            + d_iovec_s.U
1882            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1883            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
1884 ____________________________________________________________________________
1885 [  4489] By: jhi                                   on 1999/10/29  16:08:43
1886         Log: Integrate with Sarathy.
1887      Branch: cfgperl
1888           !> (integrate 31 files)
1889 ____________________________________________________________________________
1890 [  4488] By: jhi                                   on 1999/10/29  15:30:30
1891         Log: Regen Configure and Glossary.
1892      Branch: cfgperl
1893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1894            ! config_h.SH
1895 ____________________________________________________________________________
1896 [  4487] By: jhi                                   on 1999/10/29  15:24:13
1897         Log: Remove quad logic from perl.h; regen Configure;
1898              add -DUSE_LONG_LONG to ccflags if not already there.
1899      Branch: cfgperl
1900            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
1901            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
1902 ____________________________________________________________________________
1903 [  4486] By: jhi                                   on 1999/10/29  15:22:38
1904         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
1905              fixed the use*.U to define their stuff only iff not already defined
1906              (so that ccflags can have any -DUSE_* it wants);
1907              uselonglong.U added; various small nits fixed.
1908      Branch: metaconfig
1909            + U/typedefs/quadtype.U
1910            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1911            ! U/modified/d_statblks.U U/modified/usenm.U
1912            ! U/threads/usethreads.U
1913      Branch: metaconfig/U/perl
1914            + uselonglong.U
1915            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
1916            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
1917            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
1918            ! usemultiplicity.U useperlio.U usesocks.U
1919 ____________________________________________________________________________
1920 [  4485] By: gsar                                  on 1999/10/29  06:08:50
1921         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
1922      Branch: perl
1923            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
1924            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1925            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
1926            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
1927            ! sv.h
1928 ____________________________________________________________________________
1929 [  4484] By: gsar                                  on 1999/10/29  03:00:21
1930         Log: usurp GVOP slot for new PADOP (one small step to making optree
1931              shareable across interpreters)
1932      Branch: perl
1933            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
1934            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
1935            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
1936            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
1937            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
1938            ! pp_hot.c pp_sys.c regexec.c run.c
1939 ____________________________________________________________________________
1940 [  4483] By: jhi                                   on 1999/10/28  22:01:12
1941         Log: Regen Configure.
1942      Branch: cfgperl
1943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1944            ! config_h.SH
1945 ____________________________________________________________________________
1946 [  4482] By: jhi                                   on 1999/10/28  21:45:26
1947         Log: Installdirs patches from Andy.
1948      Branch: metaconfig
1949            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1950            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
1951            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
1952            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
1953            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
1954            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
1955            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
1956            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1957            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
1958 ____________________________________________________________________________
1959 [  4481] By: gsar                                  on 1999/10/28  17:33:49
1960         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
1961              can still be directly set)
1962      Branch: perl
1963            ! lib/Time/Local.pm
1964 ____________________________________________________________________________
1965 [  4480] By: jhi                                   on 1999/10/28  13:49:26
1966         Log: Fix printing of uids and gids; regen Configure.
1967      Branch: cfgperl
1968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1969            ! config_h.SH mg.c perl.c perl.h taint.c
1970 ____________________________________________________________________________
1971 [  4479] By: jhi                                   on 1999/10/28  11:53:57
1972         Log: Fix typo.
1973      Branch: metaconfig
1974            ! U/typedefs/gidsize.U
1975 ____________________________________________________________________________
1976 [  4478] By: jhi                                   on 1999/10/28  06:50:02
1977         Log: Integrate with Sarathy.
1978      Branch: cfgperl
1979           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
1980           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1981           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1982           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
1983 ____________________________________________________________________________
1984 [  4477] By: jhi                                   on 1999/10/28  06:40:54
1985         Log: (Slightly) better comments for Policy_sh.SH from Andy.
1986      Branch: cfgperl
1987            ! Policy_sh.SH
1988 ____________________________________________________________________________
1989 [  4476] By: gsar                                  on 1999/10/27  23:54:36
1990         Log: regen config* stuff for windows
1991      Branch: perl
1992            ! Changes patchlevel.h win32/Makefile win32/config.bc
1993            ! win32/config.gc win32/config.vc win32/config_H.bc
1994            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1995            ! win32/makefile.mk
1996 ____________________________________________________________________________
1997 [  4475] By: gsar                                  on 1999/10/27  21:32:30
1998         Log: integrate cfgperl contents into mainline; merge conflicts
1999      Branch: perl
2000           !> (integrate 46 files)
2001 ____________________________________________________________________________
2002 [  4474] By: gsar                                  on 1999/10/27  21:15:07
2003         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
2004              perl; stdout/stderr redirects seem broken as well)
2005      Branch: perl
2006            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
2007 ____________________________________________________________________________
2008 [  4473] By: jhi                                   on 1999/10/27  21:11:11
2009         Log: Do not block if no message queues available.
2010      Branch: cfgperl
2011            ! t/lib/ipc_sysv.t
2012 ____________________________________________________________________________
2013 [  4472] By: jhi                                   on 1999/10/27  18:27:40
2014         Log: Remove unused "squatter" symbols; regen Configure.
2015      Branch: cfgperl
2016            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2017            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
2018            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2019 ____________________________________________________________________________
2020 [  4471] By: jhi                                   on 1999/10/27  18:26:55
2021         Log: metaconfig; split socket; fix output.
2022      Branch: metaconfig
2023            ! U/modified/d_socket.U U/modified/d_statblks.U
2024      Branch: metaconfig/U/perl
2025            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
2026            ! i_sysstatfs.U i_sysvfs.U
2027 ____________________________________________________________________________
2028 [  4470] By: jhi                                   on 1999/10/27  17:19:06
2029         Log: Regen Configure.
2030      Branch: cfgperl
2031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2032            ! config_h.SH perl.c perl.h
2033 ____________________________________________________________________________
2034 [  4469] By: jhi                                   on 1999/10/27  17:18:41
2035         Log: metaconfig; split statfs.
2036      Branch: metaconfig/U/perl
2037            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
2038            ! d_statfs.U
2039 ____________________________________________________________________________
2040 [  4468] By: jhi                                   on 1999/10/27  14:06:44
2041         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
2042              (Ilya's changes won).
2043      Branch: cfgperl
2044           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2045           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2046           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2047           !> (integrate 65 files)
2048 ____________________________________________________________________________
2049 [  4467] By: jhi                                   on 1999/10/27  13:38:41
2050         Log: Regen Configure.
2051      Branch: cfgperl
2052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2053            ! config_h.SH
2054 ____________________________________________________________________________
2055 [  4466] By: jhi                                   on 1999/10/27  13:18:06
2056         Log: metaconfig fixes from Andy.
2057      Branch: metaconfig
2058            + U/modified/libnlist.U U/modified/usrinc.U
2059            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
2060 ____________________________________________________________________________
2061 [  4465] By: jhi                                   on 1999/10/27  13:06:27
2062         Log: Nosuid checking for statfs() people.
2063      Branch: cfgperl
2064            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2065            ! config_h.SH perl.c perl.h pod/perldiag.pod
2066 ____________________________________________________________________________
2067 [  4464] By: jhi                                   on 1999/10/27  13:04:20
2068         Log: metaconfig maintenance; fix Hasfield, statfs;
2069              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
2070              split fstatfs away from statfs.
2071      Branch: metaconfig
2072            + U/protos/Hasstruct.U
2073            ! U/protos/Hasfield.U
2074      Branch: metaconfig/U/perl
2075            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
2076            + i_ustat.U
2077            ! d_statfs.U
2078 ____________________________________________________________________________
2079 [  4463] By: jhi                                   on 1999/10/27  07:55:53
2080         Log: We need cc to be able to test for cc -v.
2081      Branch: cfgperl
2082            ! hints/dec_osf.sh
2083 ____________________________________________________________________________
2084 [  4462] By: gsar                                  on 1999/10/27  01:31:41
2085         Log: more GCC v2.95 induced adjustments
2086      Branch: perl
2087            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
2088            ! win32/makefile.mk win32/win32.c x2p/walk.c
2089 ____________________________________________________________________________
2090 [  4461] By: gsar                                  on 1999/10/26  21:42:59
2091         Log: warnings and const violations identified by compiling in C++ mode
2092              with GCC v2.95
2093      Branch: perl
2094            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
2095            ! sv.c taint.c toke.c win32/win32.c
2096 ____________________________________________________________________________
2097 [  4459] By: jhi                                   on 1999/10/26  10:15:58
2098         Log: Regen Configure.
2099      Branch: cfgperl
2100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2101            ! config_h.SH
2102 ____________________________________________________________________________
2103 [  4458] By: jhi                                   on 1999/10/26  09:48:37
2104         Log: Minor rewordings.
2105      Branch: metaconfig/U/perl
2106            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
2107 ____________________________________________________________________________
2108 [  4456] By: jhi                                   on 1999/10/26  09:11:49
2109         Log: Fix d_statfsflags; add d_getmnt.
2110      Branch: metaconfig/U/perl
2111            + d_getmnt.U
2112            ! d_statfs.U
2113 ____________________________________________________________________________
2114 [  4455] By: jhi                                   on 1999/10/26  08:12:27
2115         Log: Massive multitypo in #4446.
2116      Branch: cfgperl
2117            ! hints/dec_osf.sh
2118 ____________________________________________________________________________
2119 [  4454] By: jhi                                   on 1999/10/25  08:28:45
2120         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
2121              To: Perl 5 Porters <perl5-porters@perl.org>
2122              Subject: [PATCH 5.005_62] dos-djgpp update
2123              Date: Mon, 25 Oct 1999 10:11:30 +0200
2124              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
2125      Branch: cfgperl
2126            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2127            ! pod/perldelta.pod t/lib/io_unix.t
2128 ____________________________________________________________________________
2129 [  4453] By: jhi                                   on 1999/10/25  08:25:50
2130         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2131              To: perl5-porters@perl.org (Mailing list Perl5)
2132              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
2133              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
2134              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
2135      Branch: cfgperl
2136            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
2137 ____________________________________________________________________________
2138 [  4452] By: jhi                                   on 1999/10/25  08:16:55
2139         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2140              To: perl5-porters@perl.org (Mailing list Perl5)
2141              Subject: [PATCH 5.005_62] Missing REx engine patch
2142              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
2143              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
2144      Branch: cfgperl
2145            ! pod/perldiag.pod regcomp.c regexec.c
2146 ____________________________________________________________________________
2147 [  4451] By: jhi                                   on 1999/10/25  08:13:06
2148         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2149              To: perl5-porters@perl.org (Mailing list Perl5)
2150              Subject: [PATCH 5.005_62] charnames and UTEST
2151              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
2152              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
2153      Branch: cfgperl
2154            ! t/lib/charnames.t
2155 ____________________________________________________________________________
2156 [  4450] By: gsar                                  on 1999/10/25  07:38:15
2157         Log: win32 tweak
2158      Branch: perl
2159            ! win32/perllib.c
2160 ____________________________________________________________________________
2161 [  4449] By: gsar                                  on 1999/10/24  23:20:10
2162         Log: remove inconsistent tainting behavior of sprintf("%e",...)
2163              (all bets are off is "C" locale is compromised)
2164      Branch: perl
2165            ! pod/perlfunc.pod pod/perllocale.pod sv.c
2166 ____________________________________________________________________________
2167 [  4448] By: gsar                                  on 1999/10/24  22:20:42
2168         Log: remove unused interpreter globals
2169      Branch: perl
2170            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
2171            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
2172            ! proto.h toke.c
2173 ____________________________________________________________________________
2174 [  4447] By: jhi                                   on 1999/10/24  21:49:52
2175         Log: Another hints tweak.
2176      Branch: cfgperl
2177            ! hints/aix.sh
2178 ____________________________________________________________________________
2179 [  4446] By: jhi                                   on 1999/10/24  21:48:02
2180         Log: Hints tweak.
2181      Branch: cfgperl
2182            ! hints/dec_osf.sh
2183 ____________________________________________________________________________
2184 [  4445] By: nick                                  on 1999/10/24  21:03:28
2185         Log: Integrate own changes to mainline.
2186      Branch: utfperl
2187           !> installperl pp.c
2188 ____________________________________________________________________________
2189 [  4444] By: nick                                  on 1999/10/24  20:54:06
2190         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
2191              (Fix/workround for [ID19991024.001])
2192      Branch: perl
2193            ! pp.c
2194 ____________________________________________________________________________
2195 [  4443] By: nick                                  on 1999/10/24  15:09:51
2196         Log: Follow that camel ... another sync.
2197      Branch: utfperl
2198           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2199           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2200           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2201           !> (integrate 36 files)
2202 ____________________________________________________________________________
2203 [  4442] By: gsar                                  on 1999/10/24  14:40:01
2204         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
2205      Branch: perl
2206            ! installperl
2207 ____________________________________________________________________________
2208 [  4441] By: gsar                                  on 1999/10/24  14:33:11
2209         Log: test in change#4428 needs strict interpretation of C modulus
2210      Branch: perl
2211            ! t/op/int.t
2212 ____________________________________________________________________________
2213 [  4440] By: gsar                                  on 1999/10/24  13:47:17
2214         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
2215              $? break
2216      Branch: perl
2217            ! perl.c pod/perldelta.pod pod/perldiag.pod
2218 ____________________________________________________________________________
2219 [  4439] By: jhi                                   on 1999/10/24  13:19:17
2220         Log: test for #2835 (yeah, better later than never)
2221      Branch: cfgperl
2222            ! t/op/array.t
2223 ____________________________________________________________________________
2224 [  4438] By: gsar                                  on 1999/10/24  12:59:12
2225         Log: typo, doc tweak
2226      Branch: perl
2227            ! lib/attributes.pm pod/perlop.pod
2228 ____________________________________________________________________________
2229 [  4437] By: gsar                                  on 1999/10/24  11:59:55
2230         Log: allow get() and reftype() functions to be imported (from
2231              Spider Boardman)
2232      Branch: perl
2233            ! lib/attributes.pm
2234 ____________________________________________________________________________
2235 [  4436] By: gsar                                  on 1999/10/24  11:52:53
2236         Log: suppress scalar leak messages for known leaks (from
2237              Robin Barker <rmb1@cise.npl.co.uk>)
2238      Branch: perl
2239            ! Changes t/op/lex_assign.t t/pragma/warn/op
2240 ____________________________________________________________________________
2241 [  4435] By: gsar                                  on 1999/10/24  11:39:42
2242         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
2243      Branch: perl
2244            ! ext/B/defsubs_h.PL
2245 ____________________________________________________________________________
2246 [  4434] By: gsar                                  on 1999/10/24  11:36:08
2247         Log: relax range checking if they ask for it (from John L. Allen
2248              <allen@grumman.com>)
2249      Branch: perl
2250            ! lib/Time/Local.pm
2251 ____________________________________________________________________________
2252 [  4433] By: gsar                                  on 1999/10/24  11:25:51
2253         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
2254      Branch: perl
2255            ! README lib/File/Path.pm
2256 ____________________________________________________________________________
2257 [  4432] By: gsar                                  on 1999/10/24  11:11:02
2258         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2259              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
2260              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
2261              Subject: Re: [PATCH 5.005_62] OS/2 improvements
2262      Branch: perl
2263            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2264            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2265            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2266            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
2267            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
2268            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2269            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
2270            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
2271            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
2272            ! perl.c perl.h t/io/fs.t t/op/magic.t
2273 ____________________________________________________________________________
2274 [  4431] By: gsar                                  on 1999/10/24  10:50:14
2275         Log: install all README.foo with pod content as podfoo.pod
2276      Branch: perl
2277            ! Makefile.SH installman
2278 ____________________________________________________________________________
2279 [  4430] By: gsar                                  on 1999/10/24  09:28:24
2280         Log: @INC needs ../lib
2281      Branch: perl
2282            ! t/op/int.t
2283 ____________________________________________________________________________
2284 [  4429] By: jhi                                   on 1999/10/23  21:47:49
2285         Log: More printf-fixes (see also #4426).
2286      Branch: cfgperl
2287            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
2288            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
2289            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
2290 ____________________________________________________________________________
2291 [  4428] By: gsar                                  on 1999/10/23  20:28:56
2292         Log: fix accidental C modulo semantics on integer-valued operations
2293              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
2294      Branch: perl
2295            ! op.c t/op/int.t
2296 ____________________________________________________________________________
2297 [  4427] By: jhi                                   on 1999/10/23  16:10:10
2298         Log: Integrate with Sarathy.
2299      Branch: cfgperl
2300           !> sv.c win32/win32.c
2301 ____________________________________________________________________________
2302 [  4426] By: jhi                                   on 1999/10/23  16:04:02
2303         Log: Fix the printfing nits pointed out by using gcc -Wall and
2304              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
2305              plus few other warnings in Dumper.xs.
2306      Branch: cfgperl
2307            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2308            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
2309 ____________________________________________________________________________
2310 [  4425] By: jhi                                   on 1999/10/23  15:16:41
2311         Log: Configure regen to pick up the new installation directories
2312              from Policy_sh.SH.  The explanations of "public add-ons" and
2313              "vendor-supplied" could do with more work.
2314      Branch: cfgperl
2315            ! Configure config_h.SH
2316 ____________________________________________________________________________
2317 [  4424] By: nick                                  on 1999/10/23  00:46:22
2318         Log: Resolve mainline before possible hacking operertunity this weekend
2319      Branch: utfperl
2320           +> pod/perlfilter.pod
2321           !> (integrate 32 files)
2322 ____________________________________________________________________________
2323 [  4423] By: jhi                                   on 1999/10/22  22:53:17
2324         Log: Update Policy_sh.SH to handle the newer installation directives.
2325              From: Andy Dougherty <doughera@lafayette.edu>
2326              To: Perl Porters <perl5-porters@perl.org>
2327              Subject: [PATCH 5.005_62] Policy_sh.SH update
2328              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
2329              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
2330      Branch: cfgperl
2331            ! Policy_sh.SH
2332 ____________________________________________________________________________
2333 [  4422] By: jhi                                   on 1999/10/22  22:44:44
2334         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
2335      Branch: cfgperl
2336            ! hints/aix.sh
2337 ____________________________________________________________________________
2338 [  4421] By: gsar                                  on 1999/10/22  21:16:44
2339         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
2340              C<"%ld", long_val>
2341      Branch: perl
2342            ! sv.c
2343 ____________________________________________________________________________
2344 [  4420] By: gsar                                  on 1999/10/22  16:36:46
2345         Log: win32_utime() on directories should use localtime() rather
2346              than gmtime() (from Jan Dubois)
2347      Branch: perl
2348            ! win32/win32.c
2349 ____________________________________________________________________________
2350 [  4419] By: jhi                                   on 1999/10/21  10:31:41
2351         Log: Integrate with Sarathy.
2352      Branch: cfgperl
2353           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
2354           !> t/lib/glob-basic.t t/op/sort.t
2355 ____________________________________________________________________________
2356 [  4418] By: gsar                                  on 1999/10/20  23:49:47
2357         Log: add test for change#4417
2358      Branch: perl
2359            ! t/op/sort.t
2360 ____________________________________________________________________________
2361 [  4417] By: gsar                                  on 1999/10/20  23:45:03
2362         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
2363      Branch: perl
2364            ! op.c
2365 ____________________________________________________________________________
2366 [  4416] By: gsar                                  on 1999/10/20  01:00:50
2367         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
2368      Branch: perl
2369            ! lib/CPAN/FirstTime.pm
2370 ____________________________________________________________________________
2371 [  4415] By: gsar                                  on 1999/10/20  00:52:34
2372         Log: disable optimizing troublesome ops in change#3612
2373              (from Ilya Zakharevich)
2374      Branch: perl
2375            ! Makefile.SH opcode.h opcode.pl
2376 ____________________________________________________________________________
2377 [  4414] By: gsar                                  on 1999/10/20  00:37:46
2378         Log: skip unreadable directory test when running as root
2379      Branch: perl
2380            ! t/lib/glob-basic.t
2381 ____________________________________________________________________________
2382 [  4413] By: jhi                                   on 1999/10/19  09:26:52
2383         Log: Avoid GNU ar if HP cc is being used.
2384      Branch: cfgperl
2385            ! hints/hpux.sh
2386 ____________________________________________________________________________
2387 [  4412] By: jhi                                   on 1999/10/19  07:24:29
2388         Log: Integrate with Sarathy.
2389      Branch: cfgperl
2390           !> perlvars.h
2391 ____________________________________________________________________________
2392 [  4411] By: jhi                                   on 1999/10/19  07:22:34
2393         Log: Long double support: sqrtl et al are not available everywhere,
2394              e.g. not in Solaris, even when long doubles are.
2395      Branch: cfgperl
2396            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2397            ! config_h.SH perl.h
2398 ____________________________________________________________________________
2399 [  4410] By: jhi                                   on 1999/10/19  07:21:42
2400         Log: Add sqrtl probe, add echo dependencies.
2401      Branch: metaconfig
2402            ! U/threads/d_pthreadj.U
2403      Branch: metaconfig/U/perl
2404            + d_sqrtl.U
2405            ! i_inttypes.U io64.U
2406 ____________________________________________________________________________
2407 [  4409] By: gsar                                  on 1999/10/19  02:18:54
2408         Log: perl_mutex n/a if !USE_THREADS
2409      Branch: perl
2410            ! perlvars.h
2411 ____________________________________________________________________________
2412 [  4408] By: jhi                                   on 1999/10/18  20:13:02
2413         Log: Forgotten s/warning/warnings/.
2414      Branch: cfgperl
2415            ! Makefile.SH
2416 ____________________________________________________________________________
2417 [  4407] By: jhi                                   on 1999/10/18  20:02:12
2418         Log: Integrate with Sarathy.
2419      Branch: cfgperl
2420           +> pod/perlfilter.pod
2421           !> (integrate 30 files)
2422 ____________________________________________________________________________
2423 [  4406] By: gsar                                  on 1999/10/18  16:32:10
2424         Log: added intro to source filters from Paul Marquess
2425      Branch: perl
2426            + pod/perlfilter.pod
2427            ! MANIFEST pod/perldelta.pod
2428 ____________________________________________________________________________
2429 [  4405] By: gsar                                  on 1999/10/18  05:53:06
2430         Log: missing manpages
2431      Branch: perl
2432            ! installman
2433 ____________________________________________________________________________
2434 [  4404] By: gsar                                  on 1999/10/18  05:09:22
2435         Log: pod updates from Tom Christiansen
2436      Branch: perl
2437            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
2438 ____________________________________________________________________________
2439 [  4403] By: gsar                                  on 1999/10/17  23:43:59
2440         Log: PL_malloc_mutex needs to be global, not per-interpreter
2441              (malloc.c has static data)
2442      Branch: perl
2443            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
2444 ____________________________________________________________________________
2445 [  4402] By: gsar                                  on 1999/10/17  22:30:30
2446         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
2447              windows
2448      Branch: perl
2449            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
2450            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
2451            ! win32/win32.h
2452 ____________________________________________________________________________
2453 [  4401] By: gsar                                  on 1999/10/17  20:33:42
2454         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
2455              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
2456              is one symptom of the problem
2457      Branch: perl
2458            ! pp_ctl.c t/op/eval.t
2459 ____________________________________________________________________________
2460 [  4400] By: gsar                                  on 1999/10/17  18:36:46
2461         Log: remove FileHandle from list of PodParser dependencies (the
2462              difference is 20 files vs 6 files loaded!)
2463      Branch: perl
2464            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
2465            ! t/pod/testcmp.pl
2466 ____________________________________________________________________________
2467 [  4399] By: nick                                  on 1999/10/17  14:51:35
2468         Log: Pre-trip resolve
2469      Branch: utfperl
2470           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
2471 ____________________________________________________________________________
2472 [  4398] By: gsar                                  on 1999/10/17  09:19:24
2473         Log: make installperl ignore RCS files (from Michael G Schwern
2474              <schwern@pobox.com>)
2475      Branch: perl
2476            ! installperl lib/Text/Tabs.pm
2477 ____________________________________________________________________________
2478 [  4397] By: gsar                                  on 1999/10/16  18:30:14
2479         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
2480      Branch: perl
2481            ! perl.c
2482 ____________________________________________________________________________
2483 [  4396] By: jhi                                   on 1999/10/16  17:44:39
2484         Log: Missing comma.
2485      Branch: cfgperl
2486            ! lib/diagnostics.pm
2487 ____________________________________________________________________________
2488 [  4395] By: gsar                                  on 1999/10/16  17:18:36
2489         Log: assumption about @_ always being non-REAL doesn't hold when
2490              debugger is running; DB::sub() can call arbitrary stuff
2491              that modifies @_ at will
2492      Branch: perl
2493            ! pp_hot.c
2494 ____________________________________________________________________________
2495 [  4394] By: nick                                  on 1999/10/16  09:35:20
2496         Log: Resolve utfperl branch against mainline as of _62
2497      Branch: utfperl
2498           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
2499           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
2500           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2501           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2502           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2503           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2504           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
2505           +> t/lib/glob-taint.t win32/genmk95.pl
2506            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
2507           !> (integrate 144 files)
2508 ____________________________________________________________________________
2509 [  4393] By: gsar                                  on 1999/10/16  04:07:02
2510         Log: OS/2 support bits (from Ilya Zakharevich)
2511      Branch: perl
2512            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
2513 ____________________________________________________________________________
2514 [  4392] By: jhi                                   on 1999/10/15  10:28:09
2515         Log: Integrate with Sarathy.
2516      Branch: cfgperl
2517           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
2518           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
2519           !> win32/Makefile win32/makefile.mk
2520
2521 ----------------
2522 Version 5.005_62
2523 ----------------
2524
2525 ____________________________________________________________________________
2526 [  4391] By: gsar                                  on 1999/10/15  10:12:42
2527         Log: here be 5.005_62
2528      Branch: perl
2529            ! Changes MANIFEST Porting/makerel
2530 ____________________________________________________________________________
2531 [  4390] By: gsar                                  on 1999/10/15  09:45:51
2532         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
2533              avoid tickling it in Pod::Man for now; other nits in
2534              Pod::*
2535      Branch: perl
2536            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
2537            ! pod/perlopentut.pod
2538 ____________________________________________________________________________
2539 [  4389] By: gsar                                  on 1999/10/15  08:55:01
2540         Log: disable internal globbing for miniperl (or build breaks out
2541              in a rash of failed dependencies)
2542      Branch: perl
2543            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
2544 ____________________________________________________________________________
2545 [  4388] By: jhi                                   on 1999/10/15  08:07:49
2546         Log: Integrate with Sarathy.
2547      Branch: cfgperl
2548           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
2549           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
2550 ____________________________________________________________________________
2551 [  4387] By: gsar                                  on 1999/10/15  07:46:24
2552         Log: integrate cfgperl contents into mainline
2553      Branch: perl
2554            ! Changes
2555           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
2556           !> t/pragma/warn/regcomp
2557 ____________________________________________________________________________
2558 [  4386] By: gsar                                  on 1999/10/15  05:45:36
2559         Log: various little goofs in change#4385
2560      Branch: perl
2561            ! win32/include/dirent.h win32/win32.c
2562 ____________________________________________________________________________
2563 [  4385] By: gsar                                  on 1999/10/15  04:49:09
2564         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
2565              rather than win32_opendir() reading all files up front (untested)
2566      Branch: perl
2567            ! win32/include/dirent.h win32/win32.c
2568 ____________________________________________________________________________
2569 [  4384] By: gsar                                  on 1999/10/15  01:34:09
2570         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
2571      Branch: perl
2572            ! lib/Benchmark.pm pod/perldelta.pod
2573 ____________________________________________________________________________
2574 [  4383] By: gsar                                  on 1999/10/15  01:22:32
2575         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
2576              <dha@panix.com>)
2577      Branch: perl
2578            ! pod/perlfaq2.pod
2579 ____________________________________________________________________________
2580 [  4382] By: gsar                                  on 1999/10/15  01:14:22
2581         Log: From: jand@ActiveState.com (Jan Dubois)
2582              Date: Fri, 15 Oct 1999 01:14:23 +0200
2583              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
2584              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
2585      Branch: perl
2586            ! ext/POSIX/POSIX.xs
2587 ____________________________________________________________________________
2588 [  4381] By: jhi                                   on 1999/10/14  22:11:36
2589         Log: Integrate with Sarathy.
2590      Branch: cfgperl
2591           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
2592           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
2593           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
2594           !> win32/makefile.mk
2595 ____________________________________________________________________________
2596 [  4380] By: jhi                                   on 1999/10/14  22:08:22
2597         Log: Warn inside character classes about unknown backslash escapes
2598              (that are not caught earlier because of being completely unknown,
2599              such as \m), such as \z (because they make do sense inside regexen,
2600              but not inside character classes).
2601      Branch: cfgperl
2602            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
2603            ! t/pragma/warn/regcomp
2604 ____________________________________________________________________________
2605 [  4379] By: gsar                                  on 1999/10/14  18:26:56
2606         Log: clarify significance of parens for "x" (from M.J.T. Guy
2607              <mjtg@cus.cam.ac.uk>)
2608      Branch: perl
2609            ! pod/perlop.pod
2610 ____________________________________________________________________________
2611 [  4378] By: gsar                                  on 1999/10/14  18:25:20
2612         Log: make timelocal work better when time is close to the epoch
2613              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
2614      Branch: perl
2615            ! lib/Time/Local.pm
2616 ____________________________________________________________________________
2617 [  4377] By: gsar                                  on 1999/10/14  18:15:11
2618         Log: integrate cfgperl contents into mainline
2619      Branch: perl
2620           +> ext/DB_File/hints/sco.pl
2621           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
2622           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
2623           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
2624 ____________________________________________________________________________
2625 [  4376] By: gsar                                  on 1999/10/14  17:47:35
2626         Log: fix POPSTACK panics that ensued from bad interaction between
2627              runlevels and stack of stacks (change#3988 done right);
2628              basically, we pop the runlevel if the stacklevel is not the
2629              same one we started the runlevel with
2630      Branch: perl
2631            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
2632 ____________________________________________________________________________
2633 [  4375] By: gsar                                  on 1999/10/14  15:54:48
2634         Log: avoid warnings
2635      Branch: perl
2636            ! ext/File/Glob/bsd_glob.c
2637 ____________________________________________________________________________
2638 [  4374] By: jhi                                   on 1999/10/14  10:08:44
2639         Log: Warn about false ranges like \d-\w (see the change #4355).
2640              The invalid ranges (b-a) warning message also enhanced.
2641      Branch: cfgperl
2642            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
2643            ! t/pragma/warn/regcomp
2644 ____________________________________________________________________________
2645 [  4373] By: gsar                                  on 1999/10/14  03:49:54
2646         Log: File::Glob fixes for Windows
2647      Branch: perl
2648            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
2649            ! win32/makefile.mk
2650 ____________________________________________________________________________
2651 [  4372] By: gsar                                  on 1999/10/14  02:21:31
2652         Log: avoid inefficiency in change#3386 (every longjmp() was followed
2653              by an avoidable call to setjmp())
2654      Branch: perl
2655            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
2656            ! proto.h scope.c scope.h
2657 ____________________________________________________________________________
2658 [  4371] By: jhi                                   on 1999/10/13  21:17:17
2659         Log: Integrate with Sarathy.
2660      Branch: cfgperl
2661           !> op.c pod/perldelta.pod
2662 ____________________________________________________________________________
2663 [  4370] By: gsar                                  on 1999/10/13  18:08:45
2664         Log: misc tweaks
2665      Branch: perl
2666            ! op.c pod/perldelta.pod
2667 ____________________________________________________________________________
2668 [  4369] By: jhi                                   on 1999/10/13  16:18:58
2669         Log: Integrate with Sarathy.
2670      Branch: cfgperl
2671           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2672 ____________________________________________________________________________
2673 [  4368] By: gsar                                  on 1999/10/13  16:14:16
2674         Log: pod nits from various perl porters
2675      Branch: perl
2676            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2677 ____________________________________________________________________________
2678 [  4367] By: jhi                                   on 1999/10/13  12:10:30
2679         Log: From: Vlad Harchev <hvv@hippo.ru>
2680              To: perl5-porters@perl.org
2681              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
2682              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
2683              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
2684      Branch: cfgperl
2685            ! pod/perlop.pod
2686 ____________________________________________________________________________
2687 [  4366] By: gsar                                  on 1999/10/13  08:11:11
2688         Log: typos and language goofs pointed out by Hugo van der Sanden
2689              <hv@crypt.compulink.co.uk>
2690      Branch: perl
2691            ! pod/perldelta.pod pod/perldiag.pod
2692 ____________________________________________________________________________
2693 [  4365] By: jhi                                   on 1999/10/13  07:27:44
2694         Log: Integrate with Sarathy.
2695      Branch: cfgperl
2696           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2697           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2698           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2699           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
2700           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
2701           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
2702           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
2703           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
2704           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
2705 ____________________________________________________________________________
2706 [  4364] By: gsar                                  on 1999/10/13  07:06:04
2707         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2708      Branch: perl
2709            ! lib/perl5db.pl
2710 ____________________________________________________________________________
2711 [  4363] By: jhi                                   on 1999/10/13  07:03:43
2712         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2713              To: perl5-porters@perl.org
2714              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
2715              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
2716              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
2717      Branch: cfgperl
2718            ! hints/svr5.sh
2719 ____________________________________________________________________________
2720 [  4362] By: jhi                                   on 1999/10/13  06:57:16
2721         Log: Add DB_File hint for SCO ODT.
2722              From: hops@sco.com
2723              To: perl5-porters@perl.org
2724              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2725              Date: Tue, 12 Oct 1999 20:16:04 PDT
2726              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2727      Branch: cfgperl
2728            + ext/DB_File/hints/sco.pl
2729            ! MANIFEST
2730 ____________________________________________________________________________
2731 [  4361] By: gsar                                  on 1999/10/13  06:56:08
2732         Log: PL_numeric_radix used without being defined (from Ilya
2733              Zakharevich)
2734      Branch: perl
2735            ! util.c
2736 ____________________________________________________________________________
2737 [  4360] By: gsar                                  on 1999/10/13  06:43:03
2738         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
2739              From: hops@sco.com
2740              Date: Tue, 12 Oct 1999 20:16:04 PDT
2741              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
2742              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
2743      Branch: perl
2744            + ext/NDBM_File/hints/sco.pl
2745            ! MANIFEST ext/ODBM_File/hints/sco.pl
2746 ____________________________________________________________________________
2747 [  4359] By: gsar                                  on 1999/10/13  06:34:53
2748         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
2749      Branch: perl
2750            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
2751            ! pod/perlport.pod
2752 ____________________________________________________________________________
2753 [  4358] By: gsar                                  on 1999/10/12  19:10:27
2754         Log: perldelta updates
2755      Branch: perl
2756            ! pod/perldelta.pod
2757 ____________________________________________________________________________
2758 [  4357] By: gsar                                  on 1999/10/12  17:11:18
2759         Log: update perldelta for change#4356
2760      Branch: perl
2761            ! Changes pod/perldelta.pod
2762 ____________________________________________________________________________
2763 [  4356] By: gsar                                  on 1999/10/12  16:53:31
2764         Log: add File::BSDGlob as File::Glob and load it at compile-time
2765              if perl was built with -DPERL_INTERNAL_GLOB
2766              
2767              TODO: we currently get a compile-time failure if File/Glob.pm
2768              can't be found; such failure needs to be made to emit a warning
2769              and use the csh implementation instead
2770      Branch: perl
2771            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
2772            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
2773            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
2774            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
2775            + t/lib/glob-global.t t/lib/glob-taint.t
2776            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
2777            ! t/pragma/overload.t
2778 ____________________________________________________________________________
2779 [  4355] By: jhi                                   on 1999/10/12  15:30:05
2780         Log: Revert the parts of #3926 that outlawed character ranges
2781              that have character classes such as \w as either endpoint.
2782              This change re-establishes the old behavior which meant that
2783              such ranges weren't really ranges, the "-" was literal.
2784              Moreover, this change also fixes the old behavior to be
2785              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
2786              Now they all do work as described above.  The #3926 outlawed
2787              all of those.
2788      Branch: cfgperl
2789            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
2790 ____________________________________________________________________________
2791 [  4354] By: jhi                                   on 1999/10/12  09:58:59
2792         Log: Integrate with Sarathy.
2793      Branch: cfgperl
2794           !> (integrate 33 files)
2795 ____________________________________________________________________________
2796 [  4353] By: gsar                                  on 1999/10/12  05:53:40
2797         Log: apply parts of LynxOS patches from Alan Johnson
2798              <johnson@alonn.gemse.fr>
2799      Branch: perl
2800            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
2801            ! t/op/groups.t
2802 ____________________________________________________________________________
2803 [  4352] By: gsar                                  on 1999/10/12  05:24:39
2804         Log: allow any unpack specifier to take a count via '/'
2805              (from Ilya Zakharevich)
2806      Branch: perl
2807            ! pp.c t/op/pack.t
2808 ____________________________________________________________________________
2809 [  4351] By: gsar                                  on 1999/10/12  05:02:35
2810         Log: avoid warnings
2811      Branch: perl
2812            ! malloc.c
2813 ____________________________________________________________________________
2814 [  4350] By: gsar                                  on 1999/10/12  04:50:52
2815         Log: various cleanups
2816      Branch: perl
2817            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
2818            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
2819            ! win32/config.gc win32/config.vc win32/config_H.bc
2820            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2821 ____________________________________________________________________________
2822 [  4349] By: gsar                                  on 1999/10/12  00:23:11
2823         Log: update Changes, patchlevel etc.
2824      Branch: perl
2825            ! Changes Porting/findvars patchlevel.h win32/Makefile
2826            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2827            ! win32/makefile.mk
2828 ____________________________________________________________________________
2829 [  4348] By: gsar                                  on 1999/10/11  23:11:57
2830         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
2831      Branch: perl
2832            ! pod/perlfunc.pod
2833 ____________________________________________________________________________
2834 [  4347] By: jhi                                   on 1999/10/11  21:25:03
2835         Log: Sparc Linux -Duseshrplib fix.
2836              
2837              From: Brian Jepson <bjepson@home.com>
2838              To: Nick Ing-Simmons <nick@ing-simmons.net>
2839              cc: perl5-porters@perl.org
2840              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
2841              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
2842              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
2843      Branch: cfgperl
2844            ! hints/linux.sh
2845 ____________________________________________________________________________
2846 [  4346] By: gsar                                  on 1999/10/11  20:28:32
2847         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
2848              the behavior of 'Z*' and 'Z3' to always pack a trailing
2849              null byte; changed documentation to suit; added test
2850      Branch: perl
2851            ! pod/perlfunc.pod pp.c t/op/pack.t
2852 ____________________________________________________________________________
2853 [  4345] By: gsar                                  on 1999/10/11  19:15:46
2854         Log: writing to perllocal.pod fails if it was never created;
2855              tweak pseudo-hash example (both suggested by Michael G Schwern
2856              <schwern@pobox.com>)
2857      Branch: perl
2858            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
2859 ____________________________________________________________________________
2860 [  4344] By: gsar                                  on 1999/10/11  17:57:31
2861         Log: slightly edited variant of suggested patch
2862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2863              Date: Thu, 9 Sep 1999 18:35:37 -0400
2864              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
2865              Subject: [PATCH 5.005_58] How RExen match?
2866      Branch: perl
2867            ! pod/perlre.pod
2868 ____________________________________________________________________________
2869 [  4343] By: gsar                                  on 1999/10/11  16:55:48
2870         Log: change#4327 was inefficient
2871      Branch: perl
2872            ! lib/lib.pm
2873 ____________________________________________________________________________
2874 [  4342] By: jhi                                   on 1999/10/11  07:01:46
2875         Log: Integrate with Sarathy.
2876      Branch: cfgperl
2877           +> pod/perlhack.pod
2878           !> (integrate 28 files)
2879 ____________________________________________________________________________
2880 [  4341] By: jhi                                   on 1999/10/11  06:37:47
2881         Log: The 2.5th cut at the AIX C++ extension problems.
2882      Branch: cfgperl
2883            ! hints/aix.sh
2884 ____________________________________________________________________________
2885 [  4340] By: gsar                                  on 1999/10/10  23:48:07
2886         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
2887      Branch: perl
2888            + pod/perlhack.pod
2889            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
2890 ____________________________________________________________________________
2891 [  4339] By: gsar                                  on 1999/10/10  20:42:40
2892         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
2893              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
2894              void(*)(pTHX_ void*)
2895      Branch: perl
2896            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
2897            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
2898            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
2899            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
2900 ____________________________________________________________________________
2901 [  4338] By: gsar                                  on 1999/10/10  20:38:59
2902         Log: add missing new diagnostics to perldelta
2903      Branch: perl
2904            ! pod/perldelta.pod
2905 ____________________________________________________________________________
2906 [  4337] By: gsar                                  on 1999/10/10  17:40:13
2907         Log: update perldelta for change#3406
2908      Branch: perl
2909            ! embed.pl pod/perldata.pod pod/perldelta.pod
2910 ____________________________________________________________________________
2911 [  4336] By: gsar                                  on 1999/10/10  16:33:14
2912         Log: integrate cfgperl contents into mainline
2913      Branch: perl
2914           +> ext/DynaLoader/hints/aix.pl
2915           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
2916           !> makedef.pl perl.h pod/perldelta.pod
2917 ____________________________________________________________________________
2918 [  4335] By: jhi                                   on 1999/10/10  11:09:48
2919         Log: Update perldelta.
2920      Branch: cfgperl
2921            ! pod/perldelta.pod
2922 ____________________________________________________________________________
2923 [  4334] By: jhi                                   on 1999/10/10  10:31:46
2924         Log: Integrate with Sarathy.
2925      Branch: cfgperl
2926           +> win32/genmk95.pl
2927           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
2928           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
2929           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
2930           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
2931           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
2932           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
2933           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
2934           !> utils/perldoc.PL win32/makefile.mk
2935 ____________________________________________________________________________
2936 [  4333] By: gsar                                  on 1999/10/10  06:33:15
2937         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
2938              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
2939      Branch: perl
2940            ! installperl lib/diagnostics.pm utils/perldoc.PL
2941 ____________________________________________________________________________
2942 [  4332] By: gsar                                  on 1999/10/10  05:15:26
2943         Log: add $VERSION
2944      Branch: perl
2945            ! lib/Exporter.pm
2946 ____________________________________________________________________________
2947 [  4331] By: gsar                                  on 1999/10/10  05:10:22
2948         Log: describe what can go in an export list (from Anno Siegel
2949              <anno4000@lublin.zrz.tu-berlin.de>)
2950      Branch: perl
2951            ! lib/Exporter.pm
2952 ____________________________________________________________________________
2953 [  4330] By: gsar                                  on 1999/10/10  04:50:43
2954         Log: more basic support for building modules under Windows 95/98
2955              (applied relevant parts from a patch suggested by
2956              Jochen Wiedmann <joe@ispsoft.de>)
2957      Branch: perl
2958            ! lib/ExtUtils/MM_Unix.pm
2959 ____________________________________________________________________________
2960 [  4329] By: gsar                                  on 1999/10/10  04:28:38
2961         Log: rudimentary support for building under Windows 95/98 (from
2962              Benjamin Stuhl <sho_pi@hotmail.com>)
2963      Branch: perl
2964            + win32/genmk95.pl
2965            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
2966            ! win32/makefile.mk
2967 ____________________________________________________________________________
2968 [  4328] By: gsar                                  on 1999/10/10  03:37:21
2969         Log: fix two leaks in Thread.xs (from Eugene Alterman
2970              <Eugene.Alterman@bremer-inc.com>); convert places with
2971              'use attrs' to new attributes syntax
2972      Branch: perl
2973            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2974            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2975            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
2976            ! ext/Thread/sync2.t
2977 ____________________________________________________________________________
2978 [  4327] By: gsar                                  on 1999/10/10  02:23:52
2979         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
2980              (suggested by Tod Irwin <irwin@stockmaster.com>)
2981      Branch: perl
2982            ! lib/lib.pm
2983 ____________________________________________________________________________
2984 [  4326] By: gsar                                  on 1999/10/10  00:51:48
2985         Log: better documentation for recv() (from Anton Berezin
2986              <tobez@plab.ku.dk>)
2987      Branch: perl
2988            ! pod/perlfunc.pod
2989 ____________________________________________________________________________
2990 [  4325] By: gsar                                  on 1999/10/09  22:46:23
2991         Log: perldelta updates (see TODO markers)
2992      Branch: perl
2993            ! Changes pod/perldelta.pod pp_sys.c
2994 ____________________________________________________________________________
2995 [  4324] By: gsar                                  on 1999/10/09  19:43:10
2996         Log: fix Exporter::export_to_level() documentation
2997      Branch: perl
2998            ! lib/Exporter.pm
2999 ____________________________________________________________________________
3000 [  4323] By: gsar                                  on 1999/10/09  18:48:31
3001         Log: don't run END blocks when running under -c switch (older,
3002              rarely useful behavior may still be obtained by putting
3003              BEGIN { $^C = 0; exit; } at the end of the script)
3004      Branch: perl
3005            ! perl.c
3006 ____________________________________________________________________________
3007 [  4322] By: jhi                                   on 1999/10/09  05:31:26
3008         Log: While awaiting a good test program to detect the broken gcc.
3009              From: Thomas Conté <tom@fr.uu.net>
3010              To: <jhi@iki.fi>
3011              Cc: <perl5-porters@perl.org>
3012              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
3013              Date: Wed, 6 Oct 1999 19:56:29 +0200
3014              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
3015      Branch: cfgperl
3016            ! hints/irix_6.sh perl.h
3017 ____________________________________________________________________________
3018 [  4321] By: gsar                                  on 1999/10/09  00:41:02
3019         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
3020              clear entries in the CV's pad, leading to coredumps when CV had no
3021              other references to it; this is a slightly edited version of the
3022              patch suggested by Russel O'Connor <roconnor@world.std.com>
3023      Branch: perl
3024            ! cop.h pp_ctl.c pp_hot.c
3025 ____________________________________________________________________________
3026 [  4320] By: gsar                                  on 1999/10/08  22:50:51
3027         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
3028              situation (assumptions about cx invalidation are not valid
3029              anymore)
3030      Branch: perl
3031            ! cop.h pp_ctl.c pp_hot.c
3032 ____________________________________________________________________________
3033 [  4319] By: jhi                                   on 1999/10/08  14:33:31
3034         Log: Integrate with Sarathy.
3035      Branch: cfgperl
3036           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
3037           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
3038           !> t/comp/bproto.t thrdvar.h toke.c util.c
3039 ____________________________________________________________________________
3040 [  4318] By: jhi                                   on 1999/10/08  13:51:34
3041         Log: The second cut at AIX C++ extension troubles.
3042      Branch: cfgperl
3043            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3044            ! hints/aix.sh
3045 ____________________________________________________________________________
3046 [  4317] By: jhi                                   on 1999/10/08  10:44:13
3047         Log: The first cut at fixing Perl extensions written in C++ in AIX,
3048              statics don't get initialized right.  This patch at least
3049              doesn't seem to break the build in my AIX, but unfortunately
3050              I don't have the IBM C++ to do further testing.
3051              
3052              Problem reported by Stephanie Beals in
3053              From: bealzy@us.ibm.com
3054              To: perl5-porters@perl.org
3055              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
3056              Date: Thu, 7 Oct 1999 15:05:54 -0400
3057              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
3058      Branch: cfgperl
3059            + ext/DynaLoader/hints/aix.pl
3060            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
3061 ____________________________________________________________________________
3062 [  4316] By: gsar                                  on 1999/10/08  10:26:15
3063         Log: remove kludgey duplicate background error avoidance (caused
3064              "leaks"; %@ wasn't even user-visible under -Dusethreads);
3065              only repeats of most recent error are now avoided
3066      Branch: perl
3067            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
3068 ____________________________________________________________________________
3069 [  4315] By: jhi                                   on 1999/10/08  09:48:59
3070         Log: Fix omission.
3071      Branch: cfgperl
3072            ! makedef.pl
3073 ____________________________________________________________________________
3074 [  4314] By: gsar                                  on 1999/10/08  07:17:01
3075         Log: extend change#2299 to C<use> (fixes scoping problems in
3076              C<if (...) { use foo; ... }>)
3077      Branch: perl
3078            ! op.c
3079 ____________________________________________________________________________
3080 [  4313] By: gsar                                  on 1999/10/08  04:52:19
3081         Log: small tweak for change#4309
3082      Branch: perl
3083            ! op.c
3084 ____________________________________________________________________________
3085 [  4312] By: gsar                                  on 1999/10/08  02:31:13
3086         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
3087              From: Larry Wall <larry@wall.org>
3088              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
3089              Message-Id: <199910061655.JAA11333@kiev.wall.org>
3090              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
3091      Branch: perl
3092            ! opcode.h t/comp/bproto.t toke.c
3093 ____________________________________________________________________________
3094 [  4311] By: gsar                                  on 1999/10/08  00:58:19
3095         Log: typo
3096      Branch: perl
3097            ! pp_sys.c
3098 ____________________________________________________________________________
3099 [  4310] By: gsar                                  on 1999/10/07  23:51:38
3100         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
3101              Brian Mitchell <brian@chele.cais.net>)
3102      Branch: perl
3103            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3104 ____________________________________________________________________________
3105 [  4309] By: gsar                                  on 1999/10/07  22:57:52
3106         Log: change#3728 was flawed (loop contexts saw the wrong statement
3107              info, causing loop control constructs to not find the label);
3108              disable OP_SETSTATE entirely and add a fix that is specifically
3109              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
3110              which was what the original patch was supposed to fix
3111              
3112              TODO: remove the remainder of the setstate logic if it can't
3113              be used anywhere else (it isn't used anywhere now)
3114      Branch: perl
3115            ! cop.h op.c perly.c perly.y
3116 ____________________________________________________________________________
3117 [  4308] By: jhi                                   on 1999/10/07  19:21:27
3118         Log: Integrate with Sarathy.
3119      Branch: cfgperl
3120           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3121 ____________________________________________________________________________
3122 [  4307] By: gsar                                  on 1999/10/07  15:12:24
3123         Log: update to podlators-0.08 from Russ Allbery
3124      Branch: perl
3125            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3126 ____________________________________________________________________________
3127 [  4306] By: jhi                                   on 1999/10/06  17:20:34
3128         Log: Integrate with Sarathy.
3129      Branch: cfgperl
3130           !> (integrate 45 files)
3131 ____________________________________________________________________________
3132 [  4305] By: gsar                                  on 1999/10/06  16:55:45
3133         Log: some versions of mingw32 have __int64, define iff it isn't
3134      Branch: perl
3135            ! win32/win32.h
3136 ____________________________________________________________________________
3137 [  4304] By: gsar                                  on 1999/10/06  03:45:44
3138         Log: fix typos in change#4288
3139      Branch: perl
3140            ! Changes dump.c sv.c
3141 ____________________________________________________________________________
3142 [  4303] By: gsar                                  on 1999/10/06  03:22:46
3143         Log: integrate cfgperl contents into mainline
3144      Branch: perl
3145           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3146            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3147           !> (integrate 31 files)
3148 ____________________________________________________________________________
3149 [  4302] By: gsar                                  on 1999/10/06  02:36:53
3150         Log: make die/warn and other diagnostics go to wherever STDERR happens
3151              to point at; change places that meant Perl_debug_log rather than
3152              PerlIO_stderr()
3153      Branch: perl
3154            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
3155            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3156            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
3157            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
3158            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3159            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
3160            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
3161            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
3162            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
3163            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
3164            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
3165 ____________________________________________________________________________
3166 [  4301] By: jhi                                   on 1999/10/05  23:03:46
3167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3168              To: François Désarménien <desar@club-internet.fr>
3169              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
3170              Subject: Re: Strange RE engine breakage in 5_61
3171              Date: Mon, 4 Oct 1999 19:58:03 -0400
3172              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
3173              
3174              (had to apply pat.t part manually because there
3175              already were more tests than there was in _61)
3176      Branch: cfgperl
3177            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
3178 ____________________________________________________________________________
3179 [  4300] By: jhi                                   on 1999/10/04  17:03:18
3180         Log: From: Andy Dougherty <doughera@lafayette.edu>
3181              To: Jarkko Hietaniemi <jhi@iki.fi>
3182              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
3183              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
3184              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
3185              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
3186      Branch: cfgperl
3187            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3188            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3189            ! MANIFEST ext/B/defsubs_h.PL
3190 ____________________________________________________________________________
3191 [  4299] By: jhi                                   on 1999/10/04  07:15:16
3192         Log: From: Michael G Schwern <schwern@pobox.com>
3193              To: perl5-porters@perl.org
3194              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3195              Date: Sun, 3 Oct 1999 17:34:17 -0400
3196              Message-ID: <19991003173417.A4351@blackrider>
3197      Branch: cfgperl
3198            ! t/lib/fields.t t/pragma/constant.t
3199 ____________________________________________________________________________
3200 [  4298] By: gsar                                  on 1999/10/04  04:57:53
3201         Log: some compatibility macros were busted
3202      Branch: perl
3203            ! embed.h embed.pl toke.c
3204 ____________________________________________________________________________
3205 [  4297] By: jhi                                   on 1999/10/03  17:50:59
3206         Log: A better version of #4296.
3207              
3208              From: Michael G Schwern <schwern@pobox.com>
3209              To: perl5-porters@perl.org
3210              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
3211              Date: Sun, 3 Oct 1999 13:54:23 -0400
3212              Message-ID: <19991003135423.A3050@blackrider>
3213      Branch: cfgperl
3214            ! av.c op.c pod/perldiag.pod
3215 ____________________________________________________________________________
3216 [  4296] By: jhi                                   on 1999/10/03  17:21:01
3217         Log: (Replaced by #4297.)
3218              
3219              From: Michael G Schwern <schwern@pobox.com>
3220              To: perl5-porters@perl.org
3221              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
3222              Date: Sun, 3 Oct 1999 13:16:47 -0400
3223              Message-ID: <19991003131647.A2816@blackrider>
3224              
3225              plus changed the error message to say "No such pseudo-hash field"
3226              as discussed in the above mail message.
3227      Branch: cfgperl
3228            ! av.c pod/perldiag.pod
3229 ____________________________________________________________________________
3230 [  4295] By: gsar                                  on 1999/10/03  16:09:36
3231         Log: avoid doing irrelevant things on 'make perl'
3232      Branch: perl
3233            ! Makefile.SH
3234 ____________________________________________________________________________
3235 [  4294] By: jhi                                   on 1999/10/03  14:16:24
3236         Log: Fix a typo in #4293 spotted by Graham Barr.
3237      Branch: cfgperl
3238            ! pod/perlref.pod
3239 ____________________________________________________________________________
3240 [  4293] By: jhi                                   on 1999/10/03  11:31:22
3241         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
3242              To: perl5-porters@perl.org
3243              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
3244              Date: Sun, 3 Oct 1999 02:34:01 -0400
3245              Message-ID: <19991003023401.A1520@blackrider>
3246      Branch: cfgperl
3247            ! pod/perlfunc.pod pod/perlref.pod
3248 ____________________________________________________________________________
3249 [  4292] By: jhi                                   on 1999/10/03  09:23:16
3250         Log: From: Barrie Slaymaker <barries@slaysys.com>
3251              To: perl5-porters@perl.org
3252              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
3253              Date: Sun, 3 Oct 1999 00:09:51 -0400
3254              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
3255      Branch: cfgperl
3256            ! lib/Benchmark.pm
3257 ____________________________________________________________________________
3258 [  4291] By: jhi                                   on 1999/10/02  23:43:53
3259         Log: Be understanding about large file systems.
3260      Branch: cfgperl
3261            ! t/lib/syslfs.t t/op/lfs.t
3262 ____________________________________________________________________________
3263 [  4290] By: jhi                                   on 1999/10/02  23:39:16
3264         Log: Configure fixfest continues.
3265      Branch: cfgperl
3266            ! Configure config_h.SH
3267      Branch: metaconfig
3268            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3269            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
3270            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
3271            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
3272      Branch: metaconfig/U/perl
3273            ! i_inttypes.U io64.U
3274 ____________________________________________________________________________
3275 [  4289] By: jhi                                   on 1999/10/02  23:12:54
3276         Log: Regen Porting stuff.
3277      Branch: cfgperl
3278            ! Porting/Glossary Porting/config.sh Porting/config_H
3279 ____________________________________________________________________________
3280 [  4288] By: jhi                                   on 1999/10/02  23:05:50
3281         Log: Untangle the IV_IS_QUAD jungle by introduding
3282              macros to be used when doing formatted printing:
3283              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
3284      Branch: cfgperl
3285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3286            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
3287            ! regcomp.c sv.c taint.c toke.c util.c
3288 ____________________________________________________________________________
3289 [  4287] By: jhi                                   on 1999/10/02  22:54:18
3290         Log: metaconfig maintenance.
3291      Branch: metaconfig
3292            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
3293            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
3294            ! U/typedefs/uidsize.U
3295 ____________________________________________________________________________
3296 [  4286] By: nick                                  on 1999/10/02  11:11:44
3297         Log: Incremental merge of mainline
3298      Branch: utfperl
3299           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
3300           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
3301           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3302           +> t/pod/podselect.t t/pod/podselect.xr
3303            - lib/Pod/PlainText.pm
3304           !> (integrate 148 files)
3305 ____________________________________________________________________________
3306 [  4285] By: jhi                                   on 1999/10/02  10:16:15
3307         Log: Battle namespace pollution.
3308      Branch: cfgperl
3309            ! lib/Benchmark.pm
3310 ____________________________________________________________________________
3311 [  4284] By: jhi                                   on 1999/10/02  10:11:20
3312         Log: Regen Configure, all of xs_apiversion didn't take.
3313      Branch: cfgperl
3314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3315            ! config_h.SH patchlevel.h
3316 ____________________________________________________________________________
3317 [  4283] By: jhi                                   on 1999/10/02  09:48:17
3318         Log: Integrate with Sarathy.
3319      Branch: cfgperl
3320           +> lib/Pod/Man.pm t/pod/multiline_items.t
3321           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
3322           +> t/pod/podselect.t t/pod/podselect.xr
3323            - lib/Pod/PlainText.pm
3324           !> (integrate 50 files)
3325 ____________________________________________________________________________
3326 [  4282] By: gsar                                  on 1999/10/02  06:39:14
3327         Log: update pod2man, pod2text and related Pod:: modules with the
3328              ones in podlators-0.07 from Russ Allbery
3329      Branch: perl
3330            + lib/Pod/Man.pm
3331            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
3332            ! pod/pod2man.PL pod/pod2text.PL
3333 ____________________________________________________________________________
3334 [  4281] By: gsar                                  on 1999/10/02  06:14:44
3335         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
3336      Branch: perl
3337            - lib/Pod/PlainText.pm
3338            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
3339            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
3340            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
3341            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
3342            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3343            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3344            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
3345 ____________________________________________________________________________
3346 [  4280] By: gsar                                  on 1999/10/02  04:39:38
3347         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
3348      Branch: perl
3349            + t/pod/multiline_items.t t/pod/multiline_items.xr
3350            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
3351            + t/pod/podselect.xr
3352            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3353            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
3354            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
3355            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
3356            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
3357            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
3358            ! t/pod/testp2pt.pl
3359 ____________________________________________________________________________
3360 [  4279] By: gsar                                  on 1999/10/02  03:36:41
3361         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
3362              by Michael G Schwern <schwern@pobox.com>)
3363      Branch: perl
3364            ! av.c t/op/avhv.t
3365 ____________________________________________________________________________
3366 [  4278] By: gsar                                  on 1999/10/02  02:36:55
3367         Log: deprecate C<use attrs>
3368      Branch: perl
3369            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
3370            ! t/lib/thread.t t/pragma/sub_lval.t
3371 ____________________________________________________________________________
3372 [  4277] By: gsar                                  on 1999/10/02  01:43:25
3373         Log: add notes about effect of loop control statements inside
3374              LABEL BLOCK continue BLOCK
3375      Branch: perl
3376            ! pod/perlfunc.pod
3377 ____________________________________________________________________________
3378 [  4276] By: gsar                                  on 1999/10/02  01:23:02
3379         Log: indent nested =items properly (suggested by Bill Fenner
3380              <fenner@research.att.com>)
3381      Branch: perl
3382            ! pod/pod2man.PL
3383 ____________________________________________________________________________
3384 [  4275] By: gsar                                  on 1999/10/02  01:09:16
3385         Log: updated ptags generator from Ilya Zakharevich
3386      Branch: perl
3387            ! emacs/ptags
3388 ____________________________________________________________________________
3389 [  4274] By: gsar                                  on 1999/10/01  23:08:52
3390         Log: update Changes
3391      Branch: perl
3392            ! Changes
3393 ____________________________________________________________________________
3394 [  4273] By: gsar                                  on 1999/10/01  22:58:55
3395         Log: typo, whitespace adjustments
3396      Branch: perl
3397            ! utils/h2xs.PL
3398 ____________________________________________________________________________
3399 [  4272] By: gsar                                  on 1999/10/01  22:46:06
3400         Log: remove dup hunks
3401      Branch: perl
3402            ! configure.com vms/vms.c
3403 ____________________________________________________________________________
3404 [  4271] By: gsar                                  on 1999/10/01  22:33:02
3405         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
3406              by declaring new globals "our" (XXX this means h2xs generated code
3407              won't run on earlier versions; a switch to generate compatible
3408              source is needed)
3409      Branch: perl
3410           !> (integrate 35 files)
3411 ____________________________________________________________________________
3412 [  4270] By: jhi                                   on 1999/10/01  12:05:56
3413         Log: Integrate with Sarathy.
3414      Branch: cfgperl
3415           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3416           !> pod/perldiag.pod util.c
3417 ____________________________________________________________________________
3418 [  4269] By: jhi                                   on 1999/10/01  10:26:19
3419         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
3420              To: perl5-porters@perl.org
3421              Subject: [ID 19991001.001] perlguts man page error
3422              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
3423              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
3424      Branch: cfgperl
3425            ! pod/perlguts.pod
3426 ____________________________________________________________________________
3427 [  4268] By: jhi                                   on 1999/10/01  07:32:33
3428         Log: There *is* a month called October.
3429      Branch: cfgperl
3430            ! t/op/time.t
3431 ____________________________________________________________________________
3432 [  4267] By: jhi                                   on 1999/10/01  06:58:10
3433         Log: Temp file cleanliness.
3434      Branch: cfgperl
3435            ! t/lib/filecopy.t
3436 ____________________________________________________________________________
3437 [  4266] By: jhi                                   on 1999/10/01  06:46:56
3438         Log: From: Barrie Slaymaker <barries@slaysys.com>
3439              To: perl5-porters@perl.org
3440              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
3441              Date: Thu, 30 Sep 1999 22:16:26 -0400
3442              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
3443      Branch: cfgperl
3444            ! lib/Benchmark.pm
3445 ____________________________________________________________________________
3446 [  4265] By: jhi                                   on 1999/09/30  20:25:35
3447         Log: From: Barrie Slaymaker <barries@slaysys.com>
3448              To: perl5-porters@perl.org
3449              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
3450              Date: Thu, 30 Sep 1999 15:44:00 -0400
3451              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
3452              (Replaces #4175.)
3453      Branch: cfgperl
3454            ! lib/Benchmark.pm
3455 ____________________________________________________________________________
3456 [  4264] By: gsar                                  on 1999/09/30  17:59:26
3457         Log: re-add missing "Out of memory!" entry
3458      Branch: perl
3459            ! pod/perldiag.pod
3460 ____________________________________________________________________________
3461 [  4263] By: jhi                                   on 1999/09/30  17:05:43
3462         Log: Regenerate Configure.
3463      Branch: cfgperl
3464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3465            ! config_h.SH
3466 ____________________________________________________________________________
3467 [  4261] By: jhi                                   on 1999/09/30  16:15:05
3468         Log: From: Andy Dougherty <doughera@lafayette.edu>
3469              To: Perl Porters <perl5-porters@perl.org>
3470              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
3471              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
3472              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
3473      Branch: cfgperl
3474            ! pod/perldelta.pod
3475 ____________________________________________________________________________
3476 [  4260] By: jhi                                   on 1999/09/30  15:48:56
3477         Log: From: Andy Dougherty <doughera@lafayette.edu>
3478              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
3479              Subject: Re: Possible skeletal structure for searching multiple versions
3480              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
3481              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
3482      Branch: metaconfig
3483            ! U/mkglossary
3484      Branch: metaconfig/U/perl
3485            + xs_apiversion.U
3486            ! patchlevel.U
3487 ____________________________________________________________________________
3488 [  4259] By: jhi                                   on 1999/09/30  15:07:16
3489         Log: Further ?idsize.U fixing.
3490      Branch: metaconfig
3491            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3492 ____________________________________________________________________________
3493 [  4258] By: jhi                                   on 1999/09/30  15:00:14
3494         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
3495      Branch: metaconfig
3496            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
3497            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
3498 ____________________________________________________________________________
3499 [  4257] By: jhi                                   on 1999/09/30  09:48:33
3500         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
3501              To: Gurusamy Sarathy <gsar@ActiveState.com>
3502              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
3503              The Perl Porters Mailing List <perl5-porters@perl.org>
3504              Subject: [PATCH] (Was: deprecating SIGDIE)
3505              Date: Wed, 29 Sep 1999 15:16:50 -0400
3506              Message-ID: <19990929151650.E26675@O2.chapin.edu>
3507      Branch: cfgperl
3508            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
3509 ____________________________________________________________________________
3510 [  4256] By: jhi                                   on 1999/09/30  09:45:22
3511         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3512              To: Gurusamy Sarathy <gsar@activestate.com>
3513              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
3514              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
3515              Date: Wed, 29 Sep 1999 18:58:23 -0400
3516              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
3517      Branch: cfgperl
3518            ! Makefile.SH opcode.pl
3519 ____________________________________________________________________________
3520 [  4255] By: gsar                                  on 1999/09/30  09:03:48
3521         Log: remove prehistoric XFree() gunk
3522      Branch: perl
3523            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3524 ____________________________________________________________________________
3525 [  4254] By: gsar                                  on 1999/09/30  08:40:14
3526         Log: From: Vishal Bhatia <vishal@gol.com>
3527              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
3528              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
3529              Subject: [patch _61] Minor corrections in C.pm
3530      Branch: perl
3531            ! ext/B/B/C.pm
3532 ____________________________________________________________________________
3533 [  4253] By: gsar                                  on 1999/09/30  08:36:27
3534         Log: off-by-one in fbm_compile() (spotted by John Bley
3535              <jbley@cs.cmu.edu>); whitespace adjustments
3536      Branch: perl
3537            ! util.c
3538 ____________________________________________________________________________
3539 [  4251] By: jhi                                   on 1999/09/30  08:09:13
3540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3541              To: perl5-porters@perl.org (Mailing list Perl5)
3542              Subject: [PATCH 5.00561+]  Followup h2xs patch
3543              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
3544              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
3545      Branch: cfgperl
3546            ! utils/h2xs.PL
3547 ____________________________________________________________________________
3548 [  4250] By: jhi                                   on 1999/09/29  19:11:32
3549         Log: Integrate with Sarathy.
3550      Branch: cfgperl
3551           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
3552           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
3553           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
3554 ____________________________________________________________________________
3555 [  4249] By: bailey                                on 1999/09/29  02:21:31
3556         Log: resync with mainline
3557      Branch: vmsperl
3558           +> (branch 32 files)
3559            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
3560            - lib/unicode/blocks.txt lib/unicode/index2.txt
3561            - lib/unicode/jamo2.txt lib/unicode/names2.txt
3562            - lib/unicode/props2.txt lib/unicode/readme.txt
3563            - t/lib/bigfloatpm.t
3564           !> (integrate 240 files)
3565 ____________________________________________________________________________
3566 [  4248] By: jhi                                   on 1999/09/28  18:14:39
3567         Log: From: Andy Dougherty <doughera@lafayette.edu>
3568              To: Perl Porters <perl5-porters@perl.org>
3569              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
3570              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
3571              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
3572              
3573              From: Andy Dougherty <doughera@lafayette.edu>
3574              To: Perl Porters <perl5-porters@perl.org>
3575              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
3576              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
3577              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
3578      Branch: cfgperl
3579            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
3580            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
3581            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
3582            ! hints/next_4.sh
3583 ____________________________________________________________________________
3584 [  4247] By: gsar                                  on 1999/09/28  17:36:59
3585         Log: revert change#4115 (breaks libwww's base/date.t); could be 
3586              reworked to enable it conditional on $Time::Local::nocroak
3587              or some such
3588      Branch: perl
3589            ! lib/Time/Local.pm
3590 ____________________________________________________________________________
3591 [  4246] By: gsar                                  on 1999/09/28  17:33:14
3592         Log: tweak for win32 build
3593      Branch: perl
3594            ! win32/Makefile win32/makefile.mk
3595 ____________________________________________________________________________
3596 [  4245] By: gsar                                  on 1999/09/28  17:31:34
3597         Log: change#4236 fallout
3598      Branch: perl
3599            ! lib/ExtUtils/MM_Unix.pm
3600 ____________________________________________________________________________
3601 [  4244] By: gsar                                  on 1999/09/28  17:29:31
3602         Log: remove doubled new_xpv
3603      Branch: perl
3604            ! embed.h embed.pl proto.h
3605 ____________________________________________________________________________
3606 [  4243] By: jhi                                   on 1999/09/27  19:13:20
3607         Log: Artistic fine-tuning.
3608      Branch: cfgperl
3609            ! ext/B/defsubs_h.PL
3610 ____________________________________________________________________________
3611 [  4242] By: gsar                                  on 1999/09/27  17:05:22
3612         Log: avoid implicit split to @_ in change#4181; binary -> text file
3613              types in p4
3614      Branch: perl
3615            ! djgpp/configure.bat lib/Exporter/Heavy.pm
3616            ! t/pragma/locale/latin1
3617 ____________________________________________________________________________
3618 [  4241] By: jhi                                   on 1999/09/27  07:48:19
3619         Log: Integrate with Sarathy.
3620      Branch: cfgperl
3621           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
3622           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
3623 ____________________________________________________________________________
3624 [  4240] By: jhi                                   on 1999/09/27  07:47:11
3625         Log: Finalize change #4232.
3626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3627              To: Jarkko Hietaniemi <jhi@iki.fi>
3628              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
3629              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
3630              Date: Sun, 26 Sep 1999 16:52:31 -0400
3631              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
3632      Branch: cfgperl
3633            ! lib/ExtUtils/xsubpp
3634 ____________________________________________________________________________
3635 [  4239] By: gsar                                  on 1999/09/27  02:48:42
3636         Log: add notes in INSTALL about Configure -Accflags=-DFOO
3637      Branch: perl
3638            ! INSTALL
3639 ____________________________________________________________________________
3640 [  4238] By: gsar                                  on 1999/09/27  02:03:48
3641         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
3642              it automatically
3643      Branch: perl
3644            ! embed.h embed.pl
3645 ____________________________________________________________________________
3646 [  4237] By: gsar                                  on 1999/09/27  01:52:47
3647         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3648              Date: Fri, 24 Sep 1999 23:25:36 -0400
3649              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
3650              Subject: [PATCH 5.005_61] Malloc fixes and docs
3651      Branch: perl
3652            ! malloc.c pod/perldiag.pod
3653 ____________________________________________________________________________
3654 [  4236] By: gsar                                  on 1999/09/27  01:31:32
3655         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
3656              <vkonovalov@lucent.com>)
3657      Branch: perl
3658            ! win32/Makefile win32/makefile.mk
3659 ____________________________________________________________________________
3660 [  4235] By: gsar                                  on 1999/09/26  17:02:03
3661         Log: fix buggy popping of subroutine contexts in the lvalue
3662              subroutines implementation (change#4081); correct the
3663              plethora of cases where DIE() was more appropriate than
3664              croak()
3665      Branch: perl
3666            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
3667 ____________________________________________________________________________
3668 [  4234] By: jhi                                   on 1999/09/26  12:06:28
3669         Log: Fix #endif.
3670      Branch: cfgperl
3671            ! XSUB.h
3672 ____________________________________________________________________________
3673 [  4233] By: jhi                                   on 1999/09/26  11:59:18
3674         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
3675              I kept my (Ilya's) version.
3676      Branch: cfgperl
3677           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
3678           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3679           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3680           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3681           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3682           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3683 ____________________________________________________________________________
3684 [  4232] By: jhi                                   on 1999/09/26  09:53:43
3685         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3686              To: Mailing list Perl5 <perl5-porters@perl.org>
3687              Subject: [PATCH 5.005_61] teach xsubpp function pointers
3688              Date: Sun, 26 Sep 1999 01:36:09 -0400
3689              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
3690              
3691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3692              To: Mailing list Perl5 <perl5-porters@perl.org>
3693              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
3694              Date: Sun, 26 Sep 1999 03:00:50 -0400
3695              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
3696      Branch: cfgperl
3697            ! lib/ExtUtils/xsubpp utils/h2xs.PL
3698 ____________________________________________________________________________
3699 [  4231] By: jhi                                   on 1999/09/26  09:48:49
3700         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3701              To: perl5-porters@perl.org
3702              Subject: misprint in perlguts
3703              Date: Sun, 26 Sep 1999 12:48:36 +0400
3704              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
3705      Branch: cfgperl
3706            ! pod/perlguts.pod
3707 ____________________________________________________________________________
3708 [  4230] By: gsar                                  on 1999/09/26  00:50:08
3709         Log: add $installarchlib/CORE to default linker search path on windows
3710      Branch: perl
3711            ! win32/Makefile win32/makefile.mk
3712 ____________________________________________________________________________
3713 [  4229] By: gsar                                  on 1999/09/25  20:05:03
3714         Log: support C<use Shell> on Windows (reworked a patch suggested
3715              by Jenda Krynicky <Jenda@McCann.cz>)
3716      Branch: perl
3717            ! lib/Shell.pm
3718 ____________________________________________________________________________
3719 [  4228] By: gsar                                  on 1999/09/25  07:03:34
3720         Log: integrate cfgperl contents into mainline
3721      Branch: perl
3722           +> hints/svr5.sh
3723           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
3724           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3725           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
3726           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
3727 ____________________________________________________________________________
3728 [  4227] By: gsar                                  on 1999/09/25  06:44:47
3729         Log: From: Larry Wall <larry@wall.org>
3730              Date: Fri, 24 Sep 1999 21:59:37 PDT
3731              Message-Id: <199909250459.VAA27506@kiev.wall.org>
3732              Subject: Re: [PATCH 5.005_61] "our" declarations
3733      Branch: perl
3734            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
3735            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
3736            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
3737            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
3738            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
3739            ! utils/h2xs.PL
3740 ____________________________________________________________________________
3741 [  4226] By: jhi                                   on 1999/09/24  23:10:52
3742         Log: Integrate with Sarathy.
3743      Branch: cfgperl
3744           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3745           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
3746           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
3747 ____________________________________________________________________________
3748 [  4225] By: gsar                                  on 1999/09/24  18:19:54
3749         Log: avoid infinite recursive exec()s of perl.exe when shebang
3750              contains "Perl" rather than "perl" on DOSISH platforms
3751      Branch: perl
3752            ! toke.c
3753 ____________________________________________________________________________
3754 [  4224] By: gsar                                  on 1999/09/24  16:09:23
3755         Log: support cygwin and other platforms that link to import libraries
3756              rather than directly with shared libraries (from a suggestion
3757              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
3758      Branch: perl
3759            ! utils/perlcc.PL
3760 ____________________________________________________________________________
3761 [  4223] By: gsar                                  on 1999/09/24  05:05:06
3762         Log: normalize time for strftime() (without the isdst effects of
3763              mktime()) using a custom mini_mktime()
3764              From: spider-perl@Orb.Nashua.NH.US
3765              Date: Thu, 23 Sep 1999 17:54:53 -0400
3766              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
3767              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
3768      Branch: perl
3769            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3770            ! ext/POSIX/hints/linux.pl t/lib/posix.t
3771 ____________________________________________________________________________
3772 [  4222] By: gsar                                  on 1999/09/23  06:44:42
3773         Log: change "#" to a comment starter in pack templates; "/" now
3774              used for specifying counted types
3775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3776              Date: Wed, 22 Sep 1999 19:41:30 -0400
3777              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
3778              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
3779      Branch: perl
3780            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
3781 ____________________________________________________________________________
3782 [  4221] By: gsar                                  on 1999/09/23  06:26:54
3783         Log: From: Vishal Bhatia <vishal@gol.com>
3784              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
3785              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
3786              Subject: [patch _61] perlcc changes
3787      Branch: perl
3788            ! utils/perlcc.PL
3789 ____________________________________________________________________________
3790 [  4220] By: gsar                                  on 1999/09/23  01:12:24
3791         Log: add include guard
3792      Branch: perl
3793            ! XSUB.h
3794 ____________________________________________________________________________
3795 [  4219] By: jhi                                   on 1999/09/22  20:38:15
3796         Log: Cleanup cleanup.
3797      Branch: cfgperl
3798            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
3799 ____________________________________________________________________________
3800 [  4218] By: jhi                                   on 1999/09/22  19:26:58
3801         Log: Tweak the equivalence tables once again.
3802      Branch: cfgperl
3803            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3804            ! lib/unicode/mktables.PL
3805 ____________________________________________________________________________
3806 [  4215] By: jhi                                   on 1999/09/22  06:47:03
3807         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3808              To: Mailing list Perl5 <perl5-porters@perl.org>
3809              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
3810              Date: Tue, 21 Sep 1999 19:50:00 -0400
3811              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
3812              
3813              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3814              To: Mailing list Perl5 <perl5-porters@perl.org>
3815              Subject: [PATCH 5.005_61] More verbose -Mre=debug
3816              Date: Tue, 21 Sep 1999 22:29:55 -0400
3817              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
3818      Branch: cfgperl
3819            ! regcomp.c regexec.c
3820 ____________________________________________________________________________
3821 [  4214] By: jhi                                   on 1999/09/21  21:08:43
3822         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
3823              Reply-To: gerberb@zenez.com
3824              To: perl5-porters@perl.org
3825              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
3826              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
3827              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
3828              
3829              (Snipped away the last lines of svr5.sh a la change #3725)
3830      Branch: cfgperl
3831            + hints/svr5.sh
3832            ! Configure MANIFEST config_h.SH hints/sco.sh
3833      Branch: metaconfig
3834            ! U/modified/Cppsym.U U/modified/Oldconfig.U
3835 ____________________________________________________________________________
3836 [  4213] By: jhi                                   on 1999/09/21  20:48:01
3837         Log: From: Kragen Sitaker <kragen@dnaco.net>
3838              To: perl5-porters@perl.org
3839              Subject: [ID 19990921.013] accidental list context in perlfaq9
3840              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
3841              Reply-To: kragen@pobox.com
3842              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
3843      Branch: cfgperl
3844            ! pod/perlfaq9.pod
3845 ____________________________________________________________________________
3846 [  4212] By: jhi                                   on 1999/09/20  19:55:42
3847         Log: Integrate with Sarathy.
3848      Branch: cfgperl
3849           +> README.Y2K
3850           !> Changes MANIFEST
3851 ____________________________________________________________________________
3852 [  4211] By: jhi                                   on 1999/09/20  19:44:44
3853         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
3854      Branch: cfgperl
3855            ! Configure config_h.SH pod/perldelta.pod
3856      Branch: metaconfig/U/perl
3857            ! use64bits.U uselfs.U uselongdbl.U
3858 ____________________________________________________________________________
3859 [  4210] By: jhi                                   on 1999/09/20  19:38:26
3860         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
3861      Branch: cfgperl
3862            ! Configure config_h.SH
3863      Branch: metaconfig
3864            ! U/modified/Options.U
3865 ____________________________________________________________________________
3866 [  4209] By: gsar                                  on 1999/09/20  19:35:39
3867         Log: integrate cfgperl changes into mainline
3868      Branch: perl
3869           +> lib/unicode/Unicode.html
3870            ! Changes
3871           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3872           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
3873 ____________________________________________________________________________
3874 [  4208] By: gsar                                  on 1999/09/20  18:28:44
3875         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
3876      Branch: perl
3877            + README.Y2K
3878            ! MANIFEST
3879 ____________________________________________________________________________
3880 [  4207] By: jhi                                   on 1999/09/20  11:06:13
3881         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
3882      Branch: cfgperl
3883            ! pod/perldelta.pod
3884 ____________________________________________________________________________
3885 [  4206] By: jhi                                   on 1999/09/20  09:53:15
3886         Log: Do not test for gccish things in non-gccish platforms.
3887      Branch: cfgperl
3888            ! Configure config_h.SH
3889      Branch: metaconfig
3890            ! U/compline/ccflags.U
3891 ____________________________________________________________________________
3892 [  4205] By: jhi                                   on 1999/09/20  09:41:22
3893         Log: Prompt for uselfs.
3894      Branch: cfgperl
3895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3896            ! config_h.SH
3897      Branch: metaconfig
3898            ! U/mksample
3899      Branch: metaconfig/U/perl
3900            ! use64bits.U uselfs.U
3901 ____________________________________________________________________________
3902 [  4204] By: jhi                                   on 1999/09/20  09:09:29
3903         Log: Add usemorebits and uselfs.
3904      Branch: cfgperl
3905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3906            ! config_h.SH doio.c perl.h
3907      Branch: metaconfig/U/perl
3908            + uselfs.U usemorebits.U
3909            ! use64bits.U uselongdbl.U
3910 ____________________________________________________________________________
3911 [  4203] By: jhi                                   on 1999/09/20  07:48:48
3912         Log: Dethinko.
3913      Branch: cfgperl
3914            ! pod/perlfunc.pod
3915 ____________________________________________________________________________
3916 [  4202] By: jhi                                   on 1999/09/20  07:33:32
3917         Log: Fix a bug in the description of endianness.  Reported in
3918              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3919              To: perl5-porters@perl.org
3920              Subject: BUG: perldoc -f pack
3921              Date: Mon, 20 Sep 1999 09:43:49 +0400
3922              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
3923      Branch: cfgperl
3924            ! pod/perlfunc.pod
3925 ____________________________________________________________________________
3926 [  4201] By: jhi                                   on 1999/09/20  07:01:26
3927         Log: Integrate with Sarathy.
3928      Branch: cfgperl
3929           +> t/op/args.t
3930           !> (integrate 31 files)
3931 ____________________________________________________________________________
3932 [  4200] By: gsar                                  on 1999/09/20  03:45:06
3933         Log: From: Russ Allbery <rra@stanford.edu>
3934              Date: 19 Aug 1999 04:35:44 -0700
3935              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
3936              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
3937      Branch: perl
3938            ! lib/File/Find.pm
3939 ____________________________________________________________________________
3940 [  4199] By: gsar                                  on 1999/09/20  03:27:49
3941         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
3942      Branch: perl
3943            ! ext/B/B/Terse.pm
3944 ____________________________________________________________________________
3945 [  4198] By: gsar                                  on 1999/09/20  03:25:25
3946         Log: add arenas for managing allocations of remaining xpv*v structures
3947              From: Vishal Bhatia <vishal@gol.com>
3948              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
3949              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
3950              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
3951      Branch: perl
3952            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
3953            ! proto.h sv.c
3954 ____________________________________________________________________________
3955 [  4197] By: gsar                                  on 1999/09/20  03:06:10
3956         Log: queue errors due to strictures rather than printing them as
3957              warnings; symbols that violate strictures do *not* end up in
3958              the symbol table anyway, making multiple evals of the same piece
3959              of code produce the same errors; errors indicate all locations
3960              of a global symbol rather than just the first one; these
3961              changes make compile-time failures within evals reliably
3962              visible via the return value or contents of $@, and trappable
3963              using __DIE__ hooks
3964      Branch: perl
3965            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
3966            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
3967            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
3968            ! t/pragma/strict-vars thrdvar.h toke.c util.c
3969 ____________________________________________________________________________
3970 [  4196] By: gsar                                  on 1999/09/19  22:14:29
3971         Log: control change#1914 via hints (causes problems on some platforms)
3972      Branch: perl
3973            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3974            ! ext/POSIX/hints/linux.pl
3975 ____________________________________________________________________________
3976 [  4195] By: gsar                                  on 1999/09/19  21:30:18
3977         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
3978              in passing around references to @_, eg C<sub foo { \@_ }>; add
3979              tests for the same
3980      Branch: perl
3981            + t/op/args.t
3982            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
3983 ____________________________________________________________________________
3984 [  4194] By: jhi                                   on 1999/09/18  18:57:45
3985         Log: Integrate with Sarathy.
3986      Branch: cfgperl
3987           !> opcode.h opcode.pl
3988 ____________________________________________________________________________
3989 [  4193] By: nick                                  on 1999/09/18  15:24:56
3990         Log: Re-integrate mainline
3991              Basic SvUTF8 stuff in headers, no functional changes yet.
3992      Branch: utfperl
3993            + lib/byte.pm lib/byte_heavy.pl
3994           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
3995           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
3996           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
3997           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
3998           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
3999           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
4000           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
4001           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
4002           +> lib/unicode/Names.txt lib/unicode/Props.txt
4003           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
4004           +> t/lib/bigfltpm.t
4005            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4006            - lib/unicode/blocks.txt lib/unicode/index2.txt
4007            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4008            - lib/unicode/props2.txt lib/unicode/readme.txt
4009            - t/lib/bigfloatpm.t
4010            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
4011            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
4012            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
4013            ! warnings.h
4014           !> (integrate 142 files)
4015 ____________________________________________________________________________
4016 [  4192] By: gsar                                  on 1999/09/18  15:11:47
4017         Log: more op description tweaks
4018      Branch: perl
4019            ! opcode.h opcode.pl
4020 ____________________________________________________________________________
4021 [  4191] By: jhi                                   on 1999/09/18  07:47:16
4022         Log: Integrate with Sarathy.
4023      Branch: cfgperl
4024           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4025           !> t/pragma/warn/op
4026 ____________________________________________________________________________
4027 [  4190] By: jhi                                   on 1999/09/18  07:35:45
4028         Log: Add description of the Unicode database files.
4029      Branch: cfgperl
4030            + lib/unicode/Unicode.html
4031 ____________________________________________________________________________
4032 [  4189] By: gsar                                  on 1999/09/18  03:14:58
4033         Log: tweak some op names in change#4177 (will any of this break code that
4034              gropes $@ ?)
4035      Branch: perl
4036            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4037            ! t/pragma/warn/op
4038 ____________________________________________________________________________
4039 [  4188] By: jhi                                   on 1999/09/17  21:30:08
4040         Log: Pick up the typo fix.
4041      Branch: cfgperl
4042           !> t/io/open.t
4043 ____________________________________________________________________________
4044 [  4187] By: gsar                                  on 1999/09/17  21:13:55
4045         Log: fix typo
4046      Branch: perl
4047            ! t/io/open.t
4048 ____________________________________________________________________________
4049 [  4186] By: gsar                                  on 1999/09/17  20:57:29
4050         Log: integrate cfgperl change
4051      Branch: perl
4052           !> vms/subconfigure.com
4053 ____________________________________________________________________________
4054 [  4185] By: jhi                                   on 1999/09/17  20:46:41
4055         Log: Re-apply applicable parts of #3993, #3994, and #3995.
4056      Branch: cfgperl
4057            ! vms/subconfigure.com
4058 ____________________________________________________________________________
4059 [  4184] By: gsar                                  on 1999/09/17  20:26:02
4060         Log: integrate cfgperl contents into mainline
4061      Branch: perl
4062           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4063           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4064           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4065           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
4066           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
4067           +> lib/unicode/SpecCase.txt
4068            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4069            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4070            - lib/unicode/names2.txt lib/unicode/props2.txt
4071            - lib/unicode/readme.txt
4072           !> (integrate 73 files)
4073 ____________________________________________________________________________
4074 [  4183] By: jhi                                   on 1999/09/17  20:25:51
4075         Log: Integrate with Sarathy.
4076      Branch: cfgperl
4077           !> configure.com ext/ByteLoader/byterun.h
4078           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4079           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
4080           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4081           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
4082 ____________________________________________________________________________
4083 [  4182] By: gsar                                  on 1999/09/17  20:16:28
4084         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
4085              vmsperl contents have prevailed)
4086      Branch: perl
4087           !> configure.com ext/ByteLoader/byterun.h
4088           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4089           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
4090           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
4091           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
4092 ____________________________________________________________________________
4093 [  4181] By: jhi                                   on 1999/09/17  20:12:37
4094         Log: From: Michael G Schwern <schwern@pobox.com>
4095              To: perl5-porters@perl.org
4096              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
4097              Date: Thu, 19 Aug 1999 21:30:01 -0400
4098              Message-ID: <19990819213001.A22512@athens.aocn.com>
4099      Branch: cfgperl
4100            ! lib/Exporter/Heavy.pm
4101 ____________________________________________________________________________
4102 [  4180] By: gsar                                  on 1999/09/17  20:11:00
4103         Log: perlhist additions
4104      Branch: perl
4105            ! pod/perlhist.pod
4106 ____________________________________________________________________________
4107 [  4179] By: jhi                                   on 1999/09/17  20:08:00
4108         Log: The change #4176 should've undone only the test, not the code patch.
4109      Branch: cfgperl
4110            ! doio.c
4111 ____________________________________________________________________________
4112 [  4178] By: jhi                                   on 1999/09/17  20:06:08
4113         Log: From: Ian Phillipps <ian@dial.pipex.com>
4114              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
4115              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
4116              Date: Sat, 21 Aug 1999 12:36:12 +0100
4117              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
4118      Branch: cfgperl
4119            ! pod/perlsyn.pod
4120 ____________________________________________________________________________
4121 [  4177] By: jhi                                   on 1999/09/17  20:00:19
4122         Log: More descriptive names for operators.
4123              
4124              From: Michael G Schwern <schwern@pobox.com>
4125              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4126              Cc: perl5-porters@perl.org
4127              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
4128              Date: Tue, 17 Aug 1999 18:35:45 -0400
4129              Message-ID: <19990817183545.A23073@toldyouso.com>
4130              
4131              From: Michael G Schwern <schwern@pobox.com>
4132              To: perl5-porters@perl.org
4133              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
4134              Date: Wed, 18 Aug 1999 03:53:38 -0400
4135              Message-ID: <19990818035337.A31505@athens.aocn.com>
4136      Branch: cfgperl
4137            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
4138            ! t/pragma/warn/op t/pragma/warn/sv
4139 ____________________________________________________________________________
4140 [  4176] By: jhi                                   on 1999/09/17  18:19:18
4141         Log: Take away the infamous io/dup.t #7.
4142              It seems there simply is no way to portably
4143              "flush" an input file handle.
4144      Branch: cfgperl
4145            ! doio.c t/io/dup.t
4146 ____________________________________________________________________________
4147 [  4175] By: jhi                                   on 1999/09/17  14:45:08
4148         Log: From: Barrie Slaymaker <barries@slaysys.com>
4149              To: perl5-porters@perl.org
4150              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
4151              Date: Fri, 17 Sep 1999 11:16:48 -0400
4152              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
4153      Branch: cfgperl
4154            ! lib/Benchmark.pm
4155 ____________________________________________________________________________
4156 [  4174] By: jhi                                   on 1999/09/17  14:07:16
4157         Log: UNICOS does support large files but doesn't support sparse files
4158              so we cannot easily test for large file support.
4159      Branch: cfgperl
4160            ! t/lib/syslfs.t t/op/lfs.t
4161 ____________________________________________________________________________
4162 [  4173] By: jhi                                   on 1999/09/17  14:03:44
4163         Log: UNICOS has sloppy division/modulo for floating point numbers.
4164      Branch: cfgperl
4165            ! t/op/arith.t
4166 ____________________________________________________________________________
4167 [  4172] By: jhi                                   on 1999/09/17  13:47:49
4168         Log: Portable blocksize (replaces #4171).
4169      Branch: cfgperl
4170            ! t/lib/syslfs.t t/op/lfs.t
4171 ____________________________________________________________________________
4172 [  4171] By: jhi                                   on 1999/09/17  13:08:54
4173         Log: (replaced by #4172)
4174      Branch: cfgperl
4175            ! t/lib/syslfs.t t/op/lfs.t
4176 ____________________________________________________________________________
4177 [  4170] By: jhi                                   on 1999/09/17  12:59:11
4178         Log: Detypo #4169.
4179      Branch: cfgperl
4180            ! t/lib/syslfs.t t/op/lfs.t
4181 ____________________________________________________________________________
4182 [  4169] By: jhi                                   on 1999/09/17  12:16:34
4183         Log: Diagnose possible quota limits.
4184      Branch: cfgperl
4185            ! t/lib/syslfs.t t/op/lfs.t
4186 ____________________________________________________________________________
4187 [  4168] By: jhi                                   on 1999/09/17  12:10:43
4188         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
4189              doesn't have one that wouldn't cause SIGSYS.  UNICOS
4190              does have getpgrp(void) so Perl getpgrp() is happy.
4191      Branch: cfgperl
4192            ! hints/unicos.sh
4193 ____________________________________________________________________________
4194 [  4167] By: jhi                                   on 1999/09/17  11:49:30
4195         Log: Filesystem quotas may stop you from using large files.
4196      Branch: cfgperl
4197            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
4198 ____________________________________________________________________________
4199 [  4166] By: jhi                                   on 1999/09/17  11:36:01
4200         Log: Too strict pattern for parsing group lists.
4201      Branch: cfgperl
4202            ! t/op/groups.t
4203 ____________________________________________________________________________
4204 [  4165] By: jhi                                   on 1999/09/17  09:06:18
4205         Log: Configure maintenance. It's sigaction.sa_flags
4206              and the Glossary regen'ed.
4207      Branch: cfgperl
4208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4209            ! config_h.SH
4210      Branch: metaconfig
4211            ! U/compline/d_sigaction.U
4212 ____________________________________________________________________________
4213 [  4164] By: jhi                                   on 1999/09/15  06:57:51
4214         Log: Integrate with Sarathy.
4215      Branch: cfgperl
4216           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4217           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4218           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4219           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
4220           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
4221           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
4222           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
4223           !> jpl/PerlInterpreter/Makefile.PL
4224           !> jpl/PerlInterpreter/PerlInterpreter.c
4225           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4226           !> jpl/Sample/Makefile.PL jpl/install-jpl
4227           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
4228           !> t/op/pat.t
4229 ____________________________________________________________________________
4230 [  4163] By: gsar                                  on 1999/09/15  05:17:27
4231         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
4232      Branch: perl
4233            ! lib/File/Spec/Functions.pm
4234 ____________________________________________________________________________
4235 [  4162] By: gsar                                  on 1999/09/15  05:09:14
4236         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
4237      Branch: perl
4238            ! Changes embed.h embed.pl
4239 ____________________________________________________________________________
4240 [  4161] By: gsar                                  on 1999/09/15  04:08:25
4241         Log: missing perlhist dates from Jeff Okamoto
4242      Branch: perl
4243            ! pod/perlhist.pod
4244 ____________________________________________________________________________
4245 [  4160] By: gsar                                  on 1999/09/15  03:13:08
4246         Log: jpl tweak
4247      Branch: perl
4248            ! MANIFEST jpl/JNI/Makefile.PL
4249 ____________________________________________________________________________
4250 [  4159] By: gsar                                  on 1999/09/15  02:57:08
4251         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
4252              Jepson <bjepson@home.com>)
4253      Branch: perl
4254            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4255            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4256            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4257            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
4258            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4259            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
4260            ! jpl/PerlInterpreter/Makefile.PL
4261            ! jpl/PerlInterpreter/PerlInterpreter.c
4262            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4263            ! jpl/Sample/Makefile.PL jpl/install-jpl
4264 ____________________________________________________________________________
4265 [  4158] By: gsar                                  on 1999/09/15  01:27:14
4266         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
4267              Date:    Tue, 14 Sep 1999 21:26:15 EDT
4268              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
4269              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
4270      Branch: perl
4271            ! regexec.c t/op/pat.t
4272 ____________________________________________________________________________
4273 [  4157] By: jhi                                   on 1999/09/14  21:18:09
4274         Log: config.h will define USE_64_BITS if need be.
4275      Branch: cfgperl
4276            ! hints/irix_6.sh
4277 ____________________________________________________________________________
4278 [  4156] By: jhi                                   on 1999/09/14  20:30:00
4279         Log: Change #4149 necessitates also a small code change.
4280      Branch: cfgperl
4281            ! ext/B/defsubs_h.PL
4282 ____________________________________________________________________________
4283 [  4155] By: jhi                                   on 1999/09/14  20:15:53
4284         Log: Update EPOC libdir names.
4285      Branch: cfgperl
4286            ! epoc/config.h
4287 ____________________________________________________________________________
4288 [  4154] By: jhi                                   on 1999/09/14  20:13:41
4289         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
4290              deceased HAS.*DBM.*64 mumblings.
4291      Branch: cfgperl
4292            ! Configure config_h.SH epoc/config.h
4293 ____________________________________________________________________________
4294 [  4153] By: jhi                                   on 1999/09/14  20:04:53
4295         Log: Configure nits.
4296      Branch: cfgperl
4297            ! Configure config_h.SH
4298      Branch: metaconfig
4299            ! U/compline/d_sigaction.U U/threads/i_pthread.U
4300 ____________________________________________________________________________
4301 [  4152] By: jhi                                   on 1999/09/14  19:30:22
4302         Log: Integrate with Sarathy.
4303      Branch: cfgperl
4304           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4305            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4306           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4307           !> win32/config_sh.PL
4308 ____________________________________________________________________________
4309 [  4151] By: jhi                                   on 1999/09/14  10:25:01
4310         Log: Update Unicode database and recompute the tables.
4311              Rename the .txt files to be more Unicode 3.0-like.
4312              Unihan-3.0.txt not included because it is 16 MB.
4313              syllables.txt is manually maintained.
4314              See ReadMe.txt for description of the .txt files.
4315              (not all of them are used yet)
4316      Branch: cfgperl
4317            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4318            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4319            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4320            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
4321            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
4322            + lib/unicode/SpecCase.txt
4323            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4324            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4325            - lib/unicode/names2.txt lib/unicode/props2.txt
4326            - lib/unicode/readme.txt
4327            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
4328            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
4329            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
4330            ! lib/unicode/Decomposition.pl
4331            ! lib/unicode/In/ArabicPresentationForms-B.pl
4332            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
4333            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4334            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
4335            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
4336            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
4337            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
4338            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
4339            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
4340            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
4341            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
4342            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
4343            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
4344            ! lib/unicode/mktables.PL
4345 ____________________________________________________________________________
4346 [  4150] By: gsar                                  on 1999/09/14  09:31:57
4347         Log: INSTALL tweak
4348      Branch: perl
4349            ! INSTALL
4350 ____________________________________________________________________________
4351 [  4149] By: gsar                                  on 1999/09/14  09:00:45
4352         Log: change some filenames to be 8.3-friendly
4353      Branch: perl
4354           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
4355            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
4356            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
4357 ____________________________________________________________________________
4358 [  4148] By: gsar                                  on 1999/09/14  08:35:00
4359         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
4360      Branch: perl
4361            ! win32/config_sh.PL
4362 ____________________________________________________________________________
4363 [  4147] By: jhi                                   on 1999/09/14  08:07:49
4364         Log: Not that UVSIZE normally differs that much from IVSIZE...
4365      Branch: cfgperl
4366            ! perl.h
4367 ____________________________________________________________________________
4368 [  4146] By: jhi                                   on 1999/09/14  08:04:40
4369         Log: Integrate with Sarathy.
4370      Branch: cfgperl
4371           !> Changes ext/DB_File/DB_File.xs
4372 ____________________________________________________________________________
4373 [  4145] By: jhi                                   on 1999/09/14  07:10:02
4374         Log: I_PTHREAD was PTHREADEAD.
4375      Branch: cfgperl
4376            ! Configure config_h.SH
4377      Branch: metaconfig
4378            ! U/threads/i_pthread.U
4379 ____________________________________________________________________________
4380 [  4144] By: gsar                                  on 1999/09/14  06:46:47
4381         Log: change#4113 was missing DB_File.xs changes
4382      Branch: perl
4383            ! ext/DB_File/DB_File.xs
4384 ____________________________________________________________________________
4385 [  4143] By: jhi                                   on 1999/09/13  20:16:20
4386         Log: Small doc and whitespace edits.
4387      Branch: cfgperl
4388            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4389            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4390            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4391            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4392            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4393            ! pod/perldelta.pod
4394 ____________________________________________________________________________
4395 [  4142] By: gsar                                  on 1999/09/13  19:32:31
4396         Log: integrate cfgperl contents into mainline, update Changes
4397      Branch: perl
4398           +> ext/DB_File/version.c
4399            ! Changes
4400           !> (integrate 44 files)
4401 ____________________________________________________________________________
4402 [  4141] By: jhi                                   on 1999/09/13  16:16:56
4403         Log: Scan for <pthread.h> always.
4404      Branch: cfgperl
4405            ! Configure config_h.SH perl.h
4406      Branch: metaconfig
4407            ! U/threads/i_pthread.U
4408 ____________________________________________________________________________
4409 [  4140] By: jhi                                   on 1999/09/13  16:00:08
4410         Log: Integrate with Sarathy.
4411      Branch: cfgperl
4412           !> (integrate 27 files)
4413 ____________________________________________________________________________
4414 [  4139] By: jhi                                   on 1999/09/13  15:35:18
4415         Log: Add -A option to Configure to diddle with variables
4416              after the hints file has been applied.
4417      Branch: cfgperl
4418            ! Configure config_h.SH
4419      Branch: metaconfig
4420            ! U/modified/Oldconfig.U U/modified/Options.U
4421 ____________________________________________________________________________
4422 [  4138] By: jhi                                   on 1999/09/13  13:42:56
4423         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
4424      Branch: cfgperl
4425            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4426            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4427            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
4428            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4429            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4430 ____________________________________________________________________________
4431 [  4137] By: jhi                                   on 1999/09/13  13:25:31
4432         Log: Applying change #4136 manually introduced patch residue.
4433      Branch: cfgperl
4434            ! perl.h
4435 ____________________________________________________________________________
4436 [  4136] By: jhi                                   on 1999/09/13  13:23:04
4437         Log: Replace change #4100 with
4438              From: Robin Barker <rmb1@cise.npl.co.uk>
4439              To: gsar@activestate.com
4440              Cc: perl5-porters@perl.org
4441              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
4442              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
4443              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
4444      Branch: cfgperl
4445            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4446            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4447            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4448            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4449            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4450 ____________________________________________________________________________
4451 [  4135] By: jhi                                   on 1999/09/13  10:22:31
4452         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4453              To: perl5-porters@perl.org (Mailing list Perl5)
4454              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4455              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
4456              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
4457              
4458              From: andreas.koenig@anima.de (Andreas J. Koenig)
4459              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
4460              Cc: perl5-porters@perl.org (Mailing list Perl5)
4461              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
4462              Date: 11 Sep 1999 15:36:26 +0200
4463              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
4464      Branch: cfgperl
4465            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4466 ____________________________________________________________________________
4467 [  4134] By: jhi                                   on 1999/09/13  10:20:14
4468         Log: From: Tom Phoenix <rootbeer@redcat.com>
4469              To: Perl Porters Mailing List <perl5-porters@perl.org>
4470              Subject: [DOCPATCH] Server errors and perldiag
4471              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
4472              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
4473      Branch: cfgperl
4474            ! pod/perldiag.pod
4475 ____________________________________________________________________________
4476 [  4133] By: gsar                                  on 1999/09/13  03:25:43
4477         Log: avoid assertion failure on C<@a'>
4478      Branch: perl
4479            ! toke.c
4480 ____________________________________________________________________________
4481 [  4132] By: gsar                                  on 1999/09/13  03:03:57
4482         Log: add -DPERL_Y2KWARN build option that will generate additional
4483              warnings on "19$yy" etc (reworked a patch suggested by
4484              Ulrich Pfeifer <upf@de.uu.net>)
4485      Branch: perl
4486            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
4487            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
4488 ____________________________________________________________________________
4489 [  4131] By: gsar                                  on 1999/09/12  22:06:25
4490         Log: fix DATA leaks; reword documentation about the DATA filehandle
4491      Branch: perl
4492            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
4493 ____________________________________________________________________________
4494 [  4130] By: gsar                                  on 1999/09/12  20:08:56
4495         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
4496              formatted result looks nonstandard
4497      Branch: perl
4498            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
4499            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4500            ! t/pragma/locale.t thrdvar.h
4501 ____________________________________________________________________________
4502 [  4129] By: gsar                                  on 1999/09/12  17:04:11
4503         Log: From: Doug MacEachern <dougm@cp.net>
4504              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
4505              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
4506              Subject: [PATCH 5.005_57] B::clearsym
4507      Branch: perl
4508            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
4509 ____________________________________________________________________________
4510 [  4128] By: gsar                                  on 1999/09/12  16:59:12
4511         Log: better debugger help output (from Ilya Zakharevich)
4512      Branch: perl
4513            ! lib/perl5db.pl
4514 ____________________________________________________________________________
4515 [  4127] By: jhi                                   on 1999/09/11  20:50:37
4516         Log: Integrate with Sarathy.
4517      Branch: cfgperl
4518           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
4519           +> t/lib/gol-linkage.t
4520           !> (integrate 43 files)
4521 ____________________________________________________________________________
4522 [  4126] By: nick                                  on 1999/09/10  20:44:22
4523         Log: Get resolve -at mainline
4524      Branch: utfperl
4525           +> (branch 297 files)
4526            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
4527            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
4528            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
4529            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
4530            - t/pragma/warn-1global t/pragma/warning.t thread.sym
4531            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
4532            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
4533            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
4534            - win32/makeperldef.pl win32/perlhost.h
4535           !> (integrate 847 files)
4536 ____________________________________________________________________________
4537 [  4125] By: gsar                                  on 1999/09/10  19:22:14
4538         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
4539              etc.)
4540      Branch: perl
4541            ! XSUB.h pp.h
4542 ____________________________________________________________________________
4543 [  4124] By: gsar                                  on 1999/09/10  19:14:35
4544         Log: rewrote substantive parts of patch
4545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4546              Date: Fri, 27 Aug 1999 19:02:18 -0400
4547              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
4548              Subject: [PATCH 5.005_58] REx documentation
4549      Branch: perl
4550            ! pod/perlre.pod
4551 ____________________________________________________________________________
4552 [  4123] By: gsar                                  on 1999/09/10  18:21:53
4553         Log: note about AVf_*
4554      Branch: perl
4555            ! av.h
4556 ____________________________________________________________________________
4557 [  4122] By: gsar                                  on 1999/09/10  17:55:42
4558         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
4559              <lichtin@bivio.com>)
4560      Branch: perl
4561            ! lib/Pod/Html.pm
4562 ____________________________________________________________________________
4563 [  4121] By: gsar                                  on 1999/09/10  17:49:35
4564         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4565      Branch: perl
4566            ! AUTHORS Changes README.dos djgpp/config.over
4567            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
4568            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
4569            ! pod/podselect.PL sv.h t/io/openpid.t util.c
4570 ____________________________________________________________________________
4571 [  4120] By: gsar                                  on 1999/09/10  12:25:01
4572         Log: add perlcompile.pod (edited content from Nathan Torkington
4573              <gnat@frii.com> and others)
4574      Branch: perl
4575            + pod/perlcompile.pod
4576            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
4577 ____________________________________________________________________________
4578 [  4119] By: gsar                                  on 1999/09/10  11:05:13
4579         Log: avoid leaking static local_patches unless patchlevel.h is
4580              explicitly included
4581      Branch: perl
4582            ! patchlevel.h perl.c
4583 ____________________________________________________________________________
4584 [  4118] By: gsar                                  on 1999/09/10  10:44:54
4585         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
4586              <jvromans@squirrel.nl>)
4587      Branch: perl
4588            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4589            ! Changes MANIFEST lib/Getopt/Long.pm
4590 ____________________________________________________________________________
4591 [  4116] By: jhi                                   on 1999/09/09  15:56:52
4592         Log: perldeltify change #4115.
4593      Branch: cfgperl
4594            ! pod/perldelta.pod
4595 ____________________________________________________________________________
4596 [  4115] By: jhi                                   on 1999/09/09  15:48:56
4597         Log: From: "John L. Allen" <allen@grumman.com> 
4598              To: perl5-porters@perl.org 
4599              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
4600              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
4601              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
4602      Branch: cfgperl
4603            ! lib/Time/Local.pm
4604 ____________________________________________________________________________
4605 [  4114] By: jhi                                   on 1999/09/09  15:42:30
4606         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4607              To: perl5-porters@perl.org
4608              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
4609              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
4610              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
4611      Branch: cfgperl
4612            ! pp_sys.c
4613 ____________________________________________________________________________
4614 [  4113] By: jhi                                   on 1999/09/09  10:17:45
4615         Log: From: paul.marquess@bt.com
4616              To: gsar@ActiveState.com
4617              Cc: perl5-porters@perl.org
4618              Subject: [PATCH 5.005_61] DB_File 1.71
4619              Date: Thu, 9 Sep 1999 11:20:13 +0100
4620              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
4621      Branch: cfgperl
4622            + ext/DB_File/version.c
4623            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
4624            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
4625            ! t/lib/db-btree.t
4626 ____________________________________________________________________________
4627 [  4112] By: jhi                                   on 1999/09/09  09:05:32
4628         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4629              To: perl5-porters@perl.org (Mailing list Perl5)
4630              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
4631              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
4632              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
4633      Branch: cfgperl
4634            ! regexec.c t/op/pat.t
4635 ____________________________________________________________________________
4636 [  4110] By: jhi                                   on 1999/09/09  07:29:17
4637         Log: Tidy up 64-bit situation in perldelta.
4638      Branch: cfgperl
4639            ! pod/perldelta.pod
4640 ____________________________________________________________________________
4641 [  4109] By: jhi                                   on 1999/09/09  07:26:53
4642         Log: Clear up PL_regcc issues.
4643              
4644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4645              To: perl5-porters@perl.org (Mailing list Perl5)
4646              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
4647              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
4648              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
4649      Branch: cfgperl
4650            ! regexec.c
4651 ____________________________________________________________________________
4652 [  4108] By: gsar                                  on 1999/09/08  20:52:51
4653         Log: avoid ass_u_ming uppercase types are not user objects (spotted
4654              by Kurt Starsinic)
4655      Branch: perl
4656            ! ext/Data/Dumper/Dumper.pm
4657 ____________________________________________________________________________
4658 [  4107] By: gsar                                  on 1999/09/08  20:35:18
4659         Log: From: akim@epita.fr (DEMAILLE Akim)
4660              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
4661              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
4662              Subject: [ID 19990908.014] s2p does not quote @
4663      Branch: perl
4664            ! x2p/s2p.PL
4665 ____________________________________________________________________________
4666 [  4106] By: gsar                                  on 1999/09/08  20:25:12
4667         Log: integrate cfgperl contents into mainline
4668      Branch: perl
4669           !> (integrate 30 files)
4670 ____________________________________________________________________________
4671 [  4105] By: jhi                                   on 1999/09/08  09:02:37
4672         Log: Minor touches at the [:class:] description.
4673      Branch: cfgperl
4674            ! pod/perlre.pod
4675 ____________________________________________________________________________
4676 [  4104] By: jhi                                   on 1999/09/08  08:57:58
4677         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4678              To: Mailing list Perl5 <perl5-porters@perl.org>
4679              Subject: [PATCH 5.005_58] Fix debugging output for REx
4680              Date: Wed, 8 Sep 1999 05:02:02 -0400
4681              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
4682      Branch: cfgperl
4683            ! regcomp.c
4684 ____________________________________________________________________________
4685 [  4103] By: gsar                                  on 1999/09/08  00:53:50
4686         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
4687      Branch: perl
4688            ! pp.c
4689 ____________________________________________________________________________
4690 [  4102] By: gsar                                  on 1999/09/08  00:52:50
4691         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
4692      Branch: perl
4693            ! cop.h pp_hot.c
4694 ____________________________________________________________________________
4695 [  4101] By: gsar                                  on 1999/09/07  17:25:07
4696         Log: various fixups for windows
4697      Branch: perl
4698            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
4699            ! win32/Makefile win32/makefile.mk xsutils.c
4700 ____________________________________________________________________________
4701 [  4100] By: jhi                                   on 1999/09/07  12:49:15
4702         Log: Fix pointer casts.
4703              
4704              From: Robin Barker <rmb1@cise.npl.co.uk>
4705              To: perl5-porters@perl.org
4706              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
4707              -Duse64bits
4708              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
4709              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
4710      Branch: cfgperl
4711            ! doio.c dump.c ext/B/B.xs ext/B/typemap
4712            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
4713            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
4714            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
4715            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
4716 ____________________________________________________________________________
4717 [  4099] By: jhi                                   on 1999/09/07  10:29:04
4718         Log: Add sig/pid/uid size and sign probes.
4719      Branch: metaconfig
4720            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4721            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4722 ____________________________________________________________________________
4723 [  4098] By: jhi                                   on 1999/09/07  10:27:06
4724         Log: Band-aid until we've got %{Uid_t} or something similar
4725              for sv_catpvfn().
4726      Branch: cfgperl
4727            ! taint.c
4728 ____________________________________________________________________________
4729 [  4097] By: jhi                                   on 1999/09/07  09:41:23
4730         Log: Fix a printf thinko: now quads must have the ll L q prefix.
4731              (in other words, a bare %d is an int/unsigned)
4732      Branch: cfgperl
4733            ! pp_sys.c sv.c t/op/64bit.t
4734 ____________________________________________________________________________
4735 [  4096] By: jhi                                   on 1999/09/07  07:36:17
4736         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
4737              
4738              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
4739              To: perl5-porters@perl.org
4740              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
4741              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
4742              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
4743      Branch: cfgperl
4744            ! hints/hpux.sh perl.h
4745 ____________________________________________________________________________
4746 [  4095] By: gsar                                  on 1999/09/06  20:47:02
4747         Log: applied suggested patch with suitable test to detect MSVC
4748              From: "Vishal Bhatia" <vishalb@my-deja.com>
4749              Date: Wed, 11 Aug 1999 01:43:28 -0700
4750              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
4751              Subject: compiler on  win32
4752      Branch: perl
4753            ! ext/B/B/C.pm
4754 ____________________________________________________________________________
4755 [  4094] By: jhi                                   on 1999/09/06  20:34:44
4756         Log: Integrate with Sarathy.
4757      Branch: cfgperl
4758           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4759           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
4760 ____________________________________________________________________________
4761 [  4093] By: jhi                                   on 1999/09/06  20:33:43
4762         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
4763              so that they overflow also on 64-bit platforms.
4764      Branch: cfgperl
4765            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
4766 ____________________________________________________________________________
4767 [  4092] By: gsar                                  on 1999/09/06  20:16:58
4768         Log: support bytecode and C backends in perlcc (patch suggested
4769              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
4770              C backend the default; describe new switches in pod; introduce
4771              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
4772              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
4773              entries
4774      Branch: perl
4775            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
4776            ! t/harness utils/Makefile utils/perlcc.PL
4777 ____________________________________________________________________________
4778 [  4091] By: jhi                                   on 1999/09/06  19:10:41
4779         Log: Integrate with Sarathy.
4780      Branch: cfgperl
4781           +> t/pragma/sub_lval.t
4782           !> (integrate 52 files)
4783 ____________________________________________________________________________
4784 [  4090] By: gsar                                  on 1999/09/06  19:09:06
4785         Log: propagate changed error text
4786      Branch: perl
4787            ! t/pragma/sub_lval.t
4788 ____________________________________________________________________________
4789 [  4089] By: gsar                                  on 1999/09/06  18:54:43
4790         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
4791      Branch: perl
4792            ! pod/perlfunc.pod
4793 ____________________________________________________________________________
4794 [  4088] By: gsar                                  on 1999/09/06  18:52:10
4795         Log: From: paul.marquess@bt.com
4796              Date: Sun, 5 Sep 1999 15:11:08 +0100 
4797              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
4798              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
4799      Branch: perl
4800            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
4801            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
4802            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
4803            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
4804            ! toke.c
4805 ____________________________________________________________________________
4806 [  4087] By: gsar                                  on 1999/09/06  18:06:06
4807         Log: change#3612 is buggy when quotemeta argument matches target
4808              (hope this is the last of the optimized-OP_SASSIGN bugs)
4809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4810              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
4811              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
4812              Subject: Re: [BUG: quotemeta]
4813      Branch: perl
4814            ! Changes op.c t/op/lex_assign.t
4815 ____________________________________________________________________________
4816 [  4086] By: gsar                                  on 1999/09/06  17:57:52
4817         Log: misc tweaks
4818      Branch: perl
4819            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
4820 ____________________________________________________________________________
4821 [  4085] By: gsar                                  on 1999/09/06  03:54:23
4822         Log: applied patch suggested by Hans Mulder to fix problems on
4823              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
4824              when they ask for bincompat (platforms that used to default
4825              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
4826              (appears unsalvageable on some platforms)
4827      Branch: perl
4828            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
4829 ____________________________________________________________________________
4830 [  4084] By: bailey                                on 1999/09/06  02:39:11
4831         Log: Integrate mainline 5.05_61
4832      Branch: vmsperl
4833           +> (branch 32 files)
4834            - lib/unicode/EthiopicSyllables.txt
4835            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
4836            - warning.pl
4837            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4838            ! vms/perly_h.vms vms/vms.c
4839           !> (integrate 346 files)
4840 ____________________________________________________________________________
4841 [  4083] By: gsar                                  on 1999/09/06  00:10:40
4842         Log: optional warning on join(/foo/...) (reworked suggested patch
4843              by Mark-Jason Dominus <mjd@plover.com>)
4844      Branch: perl
4845            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
4846            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
4847            ! pp_proto.h t/pragma/warn/op
4848 ____________________________________________________________________________
4849 [  4082] By: gsar                                  on 1999/09/05  22:28:57
4850         Log: fix data loss when more than one block is read from SDBM
4851              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
4852      Branch: perl
4853            ! ext/SDBM_File/sdbm/sdbm.c
4854 ____________________________________________________________________________
4855 [  4081] By: gsar                                  on 1999/09/05  22:07:18
4856         Log: initial implementation of lvalue subroutines (slightly fixed
4857              version of patch suggested by Ilya Zakharevich, which in turn
4858              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
4859      Branch: perl
4860            + t/pragma/sub_lval.t
4861            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
4862            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
4863            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
4864            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
4865            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
4866 ____________________________________________________________________________
4867 [  4080] By: jhi                                   on 1999/09/05  22:02:18
4868         Log: Undo #4055 (related to #4079).
4869      Branch: cfgperl
4870            ! pod/perlop.pod
4871 ____________________________________________________________________________
4872 [  4079] By: jhi                                   on 1999/09/05  21:30:54
4873         Log: Time is not yet ripe.
4874      Branch: cfgperl
4875            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
4876 ____________________________________________________________________________
4877 [  4078] By: gsar                                  on 1999/09/05  18:17:32
4878         Log: modified suggested patch to handle cross-refs and qr// objects
4879              correctly; unfollowed refs are represented as simple string
4880              value, not just the bare type; $VERSION stays the same until
4881              it is ready for prime time (avoids CPAN confustication)
4882              From:    John Nolan <jpnolan@Op.Net>
4883              Date:    Wed, 04 Aug 1999 20:21:10 EDT
4884              Message-Id: <199908050021.UAA09693@monet.op.net>
4885              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
4886      Branch: perl
4887            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
4888            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
4889 ____________________________________________________________________________
4890 [  4077] By: jhi                                   on 1999/09/04  21:54:42
4891         Log: timesum() wasn't @EXPORTed as promised by the documentation.
4892              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
4893      Branch: cfgperl
4894            ! lib/Benchmark.pm
4895 ____________________________________________________________________________
4896 [  4076] By: gsar                                  on 1999/09/04  20:21:59
4897         Log: integrate cfgperl contents into mainline
4898      Branch: perl
4899           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
4900           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
4901           +> warnings.h warnings.pl xsutils.c
4902            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
4903           !> (integrate 109 files)
4904 ____________________________________________________________________________
4905 [  4075] By: jhi                                   on 1999/09/04  18:04:47
4906         Log: use integer on the problematic subtest.
4907      Branch: cfgperl
4908            ! t/op/misc.t
4909 ____________________________________________________________________________
4910 [  4074] By: jhi                                   on 1999/09/04  17:57:40
4911         Log: Warn about numconvert.t in case somebody
4912              wants to make sv_2pv more 64-bit aware.
4913      Branch: cfgperl
4914            ! sv.c
4915 ____________________________________________________________________________
4916 [  4073] By: jhi                                   on 1999/09/04  17:54:51
4917         Log: Comment upgrading: the quad situation isn't quite as
4918              bad as it used to be.
4919      Branch: cfgperl
4920            ! perl.h
4921 ____________________________________________________________________________
4922 [  4072] By: jhi                                   on 1999/09/04  15:35:37
4923         Log: Integrate with Sarathy.
4924      Branch: cfgperl
4925           !> win32/win32.c
4926 ____________________________________________________________________________
4927 [  4071] By: jhi                                   on 1999/09/04  15:28:11
4928         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
4929              
4930              From: Robin Barker <rmb1@cise.npl.co.uk>
4931              To: perl5-porters@perl.org
4932              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
4933              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
4934              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
4935              
4936              and later (in private email) found to be dependent
4937              on useperlio.
4938              
4939              Mental note: the cpp magic done in perlsdio.h (and assumedly
4940              also in perlsfio.h) may cause trouble later with lfs because
4941              both the perlio scheme by Perl and the lfs support by vendors
4942              like to play cpp games to map the stdio namespace back and forth.
4943              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
4944              just the beginning.
4945      Branch: cfgperl
4946            ! perlio.c
4947 ____________________________________________________________________________
4948 [  4070] By: jhi                                   on 1999/09/04  13:12:14
4949         Log: Enable 64-bit clean bit ops.
4950              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
4951      Branch: cfgperl
4952            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
4953            ! t/op/misc.t
4954 ____________________________________________________________________________
4955 [  4069] By: jhi                                   on 1999/09/03  21:17:30
4956         Log: Turn on USE_64_BIT_OFFSETS implicitly.
4957      Branch: cfgperl
4958            ! perl.h
4959 ____________________________________________________________________________
4960 [  4068] By: jhi                                   on 1999/09/03  08:19:59
4961         Log: Fix from Spider for the sub attributes (there was an undocumented
4962              dependency between force_word() and skipspace()).
4963      Branch: cfgperl
4964            ! toke.c
4965 ____________________________________________________________________________
4966 [  4067] By: jhi                                   on 1999/09/01  23:17:06
4967         Log: From: John Tobey <spam@john-edwin-tobey.org>
4968              To: ilya@math.ohio-state.edu
4969              CC: perl5-porters@perl.org
4970              Subject: Re: [PATCH 5.005_60] distclean forgot two
4971              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
4972              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
4973      Branch: cfgperl
4974            ! t/lib/dprof.t
4975 ____________________________________________________________________________
4976 [  4066] By: jhi                                   on 1999/09/01  23:14:50
4977         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
4978              To: perl5-porters@perl.org
4979              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
4980              Date: Fri, 20 Aug 1999 15:37:27 +0100
4981              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
4982      Branch: cfgperl
4983            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
4984            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
4985            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
4986 ____________________________________________________________________________
4987 [  4065] By: jhi                                   on 1999/09/01  22:06:43
4988         Log: From: Dominic Dunlop <domo@vo.lu>
4989              To: perl5-porters@perl.org
4990              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
4991              (UNINSTALLED) [PATCH]
4992              Date: Thu, 19 Aug 1999 09:48:03 +0200
4993              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
4994              
4995              The PERL_POLLUTE_MALLOC part had to be manually applied.
4996      Branch: cfgperl
4997            ! hints/machten.sh perl.h
4998 ____________________________________________________________________________
4999 [  4064] By: jhi                                   on 1999/09/01  13:56:14
5000         Log: From: Martin Lichtin <lichtin@bivio.com>
5001              To: jhi@iki.fi
5002              CC: perl5-porters@perl.org
5003              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
5004              Date: Wed, 01 Sep 1999 15:50:04 +0200
5005              Message-ID: <37CD2F0C.944BFACE@bivio.com>
5006      Branch: cfgperl
5007            ! lib/ExtUtils/Install.pm
5008 ____________________________________________________________________________
5009 [  4063] By: jhi                                   on 1999/09/01  13:16:11
5010         Log: Enhance lfs tests: check every seek and sysseek
5011              and test also that -e and -f detect largefiles.
5012      Branch: cfgperl
5013            ! t/lib/syslfs.t t/op/lfs.t
5014 ____________________________________________________________________________
5015 [  4062] By: jhi                                   on 1999/09/01  12:08:04
5016         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
5017              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5018              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
5019              The Perl Porters Mailing List <perl5-porters@perl.org>
5020              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
5021              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
5022              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
5023      Branch: cfgperl
5024            ! pod/perldiag.pod
5025 ____________________________________________________________________________
5026 [  4061] By: jhi                                   on 1999/09/01  12:03:03
5027         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5028              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
5029              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
5030              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
5031              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
5032              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
5033      Branch: cfgperl
5034            ! op.c t/op/join.t
5035 ____________________________________________________________________________
5036 [  4060] By: jhi                                   on 1999/09/01  07:59:42
5037         Log: IV_DIG and NV_DIG fixes.
5038      Branch: cfgperl
5039            ! perl.h
5040 ____________________________________________________________________________
5041 [  4059] By: jhi                                   on 1999/08/31  14:47:18
5042         Log: \C{} -> \N{} residue.
5043      Branch: cfgperl
5044            ! toke.c
5045 ____________________________________________________________________________
5046 [  4057] By: gsar                                  on 1999/08/30  22:08:19
5047         Log: avoid hiding child process window
5048      Branch: perl
5049            ! win32/win32.c
5050 ____________________________________________________________________________
5051 [  4055] By: jhi                                   on 1999/08/30  21:20:50
5052         Log: Document the undefinedness of overshifting.
5053      Branch: cfgperl
5054            ! pod/perlop.pod
5055 ____________________________________________________________________________
5056 [  4054] By: jhi                                   on 1999/08/30  20:18:18
5057         Log: History fixes and updates.
5058      Branch: cfgperl
5059            ! pod/perlhist.pod
5060 ____________________________________________________________________________
5061 [  4053] By: jhi                                   on 1999/08/30  19:34:02
5062         Log: Shell quoting thinko broke installdirs.
5063              From: JVromans@Squirrel.nl (Johan Vromans)
5064              To: perl5-porters@perl.org
5065              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
5066              installprefix
5067              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
5068              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
5069      Branch: cfgperl
5070            ! Configure config_h.SH
5071      Branch: metaconfig
5072            ! U/installdirs/archlib.U U/installdirs/bin.U
5073            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
5074            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
5075            ! U/installdirs/man3dir.U U/installdirs/privlib.U
5076            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
5077            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
5078            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
5079            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
5080            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
5081            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
5082            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
5083            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
5084            ! U/installdirs/vendorscriptdir.U
5085 ____________________________________________________________________________
5086 [  4052] By: jhi                                   on 1999/08/30  02:57:05
5087         Log: Use \N{named characters} instead of \C.
5088              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5089              To: jhi@iki.fi
5090              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
5091              perl5-porters@perl.org (Mailing list Perl5)
5092              Subject: Re: [PATCH 5.005_58] Named characters in Perl
5093              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
5094              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
5095      Branch: cfgperl
5096            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
5097            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
5098 ____________________________________________________________________________
5099 [  4051] By: jhi                                   on 1999/08/30  02:54:20
5100         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
5101              To: perl5-porters@perl.org
5102              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
5103              don't mix
5104              Date: Sun, 29 Aug 1999 19:04:53 -0400
5105              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
5106      Branch: cfgperl
5107            ! universal.c
5108 ____________________________________________________________________________
5109 [  4050] By: jhi                                   on 1999/08/29  16:38:58
5110         Log: Conditionally socksify the LIBS of Socket.
5111      Branch: cfgperl
5112            ! ext/Socket/Makefile.PL
5113 ____________________________________________________________________________
5114 [  4049] By: jhi                                   on 1999/08/29  15:33:30
5115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5116              To: Mailing list Perl5 <perl5-porters@perl.org>
5117              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
5118              Date: Wed, 25 Aug 1999 16:19:58 -0400
5119              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
5120      Branch: cfgperl
5121            ! lib/perl5db.pl
5122 ____________________________________________________________________________
5123 [  4048] By: jhi                                   on 1999/08/29  15:31:36
5124         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5125              To: perl5-porters@perl.org
5126              Subject: [PATCH _61] Lost arguments to simplified sort
5127              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
5128              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
5129      Branch: cfgperl
5130            ! op.c t/op/sort.t
5131 ____________________________________________________________________________
5132 [  4047] By: jhi                                   on 1999/08/29  15:29:29
5133         Log: From: Olaf Flebbe <olaf@science-computing.de>
5134              Sender: owner-perl5-porters@perl.org
5135              To: perl5-porters@perl.org
5136              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
5137              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
5138      Branch: cfgperl
5139            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5140            ! epoc/perl.mmp epoc/perl.pkg
5141 ____________________________________________________________________________
5142 [  4046] By: jhi                                   on 1999/08/29  15:21:18
5143         Log: From: pvhp@forte.com (Peter Prymmer)
5144              To: perl5-porters@perl.org
5145              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
5146              Date: Fri, 27 Aug 99 18:51:04 PDT
5147              Message-Id: <9908280151.AA05010@forte.com>
5148      Branch: cfgperl
5149            ! t/lib/cgi-html.t
5150 ____________________________________________________________________________
5151 [  4045] By: jhi                                   on 1999/08/29  15:18:38
5152         Log: Fix scalar gmtime (and localtime) in quad environments,
5153              bug reported by Robin Parker.
5154              
5155              From: Robin Barker <rmb1@cise.npl.co.uk>
5156              To: jhi@iki.fi
5157              Cc: perl5-porters@perl.org
5158              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5159              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
5160              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
5161      Branch: cfgperl
5162            ! pp_sys.c t/op/time.t
5163 ____________________________________________________________________________
5164 [  4044] By: jhi                                   on 1999/08/29  11:24:03
5165         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5166              To: perl5-porters@perl.org (Mailing list Perl5)
5167              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
5168              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
5169              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
5170              
5171              Addendum: it's "only" 33% speedup.
5172      Branch: cfgperl
5173            ! dump.c op.c op.h pp.h
5174 ____________________________________________________________________________
5175 [  4043] By: jhi                                   on 1999/08/29  11:10:33
5176         Log: From: spider-perl@Orb.Nashua.NH.US
5177              To: Mailing list Perl5 <perl5-porters@perl.org>
5178              Subject: [PATCH 5.005_61 CORE] sub : attrlist
5179              Date: Sun, 29 Aug 1999 03:02:11 -0400
5180              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
5181      Branch: cfgperl
5182            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
5183            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
5184            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
5185            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5186            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
5187            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
5188            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
5189 ____________________________________________________________________________
5190 [  4042] By: jhi                                   on 1999/08/29  11:08:50
5191         Log: Turn off gcc-2.95's strict-alias optimization.
5192              This, of course, should be only temporary.
5193              From Andy Dougherty.
5194      Branch: cfgperl
5195            ! Configure config_h.SH
5196      Branch: metaconfig
5197            ! U/compline/ccflags.U U/modified/cc.U
5198 ____________________________________________________________________________
5199 [  4041] By: jhi                                   on 1999/08/29  10:47:30
5200         Log: Fix a typo in #4036.
5201      Branch: cfgperl
5202            ! mg.c
5203 ____________________________________________________________________________
5204 [  4040] By: jhi                                   on 1999/08/29  10:34:58
5205         Log: Add a missing #endif forgotten by #4035.
5206      Branch: cfgperl
5207            ! doop.c
5208 ____________________________________________________________________________
5209 [  4039] By: jhi                                   on 1999/08/29  10:31:19
5210         Log: Remove an extra #endif introduced by #4036.
5211      Branch: cfgperl
5212            ! perl.h
5213 ____________________________________________________________________________
5214 [  4038] By: jhi                                   on 1999/08/29  10:18:59
5215         Log: Rename warning to warnings, from Paul Marquess.
5216      Branch: cfgperl
5217            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
5218            + t/pragma/warnings.t warnings.h warnings.pl
5219            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5220            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
5221            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
5222            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
5223            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
5224            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
5225            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
5226            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5227            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5228            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5229            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5230            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5231            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
5232 ____________________________________________________________________________
5233 [  4037] By: jhi                                   on 1999/08/29  10:08:47
5234         Log: Create the equivalence tables based on
5235              the real Unicode decomposition, not on
5236              the character name.
5237      Branch: cfgperl
5238            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5239            ! lib/unicode/mktables.PL
5240 ____________________________________________________________________________
5241 [  4036] By: jhi                                   on 1999/08/29  09:29:08
5242         Log: Integrate with Sarathy.
5243      Branch: cfgperl
5244           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5245           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5246           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5247           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5248           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5249           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5250           !> (integrate 190 files)
5251 ____________________________________________________________________________
5252 [  4035] By: jhi                                   on 1999/08/29  08:56:15
5253         Log: Implement 64-bit vec().
5254      Branch: cfgperl
5255            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5256            ! pp.h t/op/64bit.t
5257 ____________________________________________________________________________
5258 [  4034] By: gsar                                  on 1999/08/29  03:35:18
5259         Log: deadcode removal
5260      Branch: perl
5261            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
5262            ! pp_ctl.c proto.h run.c sv.c
5263 ____________________________________________________________________________
5264 [  4033] By: jhi                                   on 1999/08/28  17:31:07
5265         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
5266              To: perl5-porters@perl.org
5267              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5268              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5269              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5270      Branch: cfgperl
5271            ! perl.h
5272 ____________________________________________________________________________
5273 [  4032] By: gsar                                  on 1999/08/26  23:53:33
5274         Log: new thread should set current interp in TLS
5275      Branch: perl
5276            ! ext/Thread/Thread.xs
5277 ____________________________________________________________________________
5278 [  4031] By: bailey                                on 1999/08/23  03:40:07
5279         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
5280      Branch: vmsperl
5281            ! lib/ExtUtils/MM_VMS.pm
5282 ____________________________________________________________________________
5283 [  4030] By: bailey                                on 1999/08/23  03:37:43
5284         Log: Patch up holes in realclean target
5285      Branch: vmsperl
5286            ! vms/descrip_mms.template
5287 ____________________________________________________________________________
5288 [  4029] By: bailey                                on 1999/08/23  03:36:24
5289         Log: Fix handling of PERL_POLLUTE
5290      Branch: vmsperl
5291            ! lib/ExtUtils/MM_VMS.pm
5292 ____________________________________________________________________________
5293 [  4028] By: bailey                                on 1999/08/23  03:34:08
5294         Log: Update VMS version of perly.h
5295      Branch: vmsperl
5296            ! vms/perly_h.vms
5297 ____________________________________________________________________________
5298 [  4027] By: bailey                                on 1999/08/23  03:32:45
5299         Log: Update dependencies in Descrip.MMS
5300      Branch: vmsperl
5301            ! vms/descrip_mms.template
5302 ____________________________________________________________________________
5303 [  4026] By: bailey                                on 1999/08/23  03:30:01
5304         Log: Fix prototypes in perlapi.c (64-bit?)
5305              Clear prior definition of getenv_len before defining VMS-specific macro
5306      Branch: vmsperl
5307            ! perlapi.c vms/vmsish.h
5308 ____________________________________________________________________________
5309 [  4025] By: bailey                                on 1999/08/23  03:25:51
5310         Log: Add '-m' option to Configure.com which skips the MANIFEST check
5311      Branch: vmsperl
5312            ! configure.com
5313 ____________________________________________________________________________
5314 [  4024] By: bailey                                on 1999/08/23  03:23:34
5315         Log: Skip open() tests that rely on Unix fork semantics
5316      Branch: vmsperl
5317            ! t/io/open.t
5318 ____________________________________________________________________________
5319 [  4023] By: bailey                                on 1999/08/23  03:21:46
5320         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
5321      Branch: vmsperl
5322            ! vms/gen_shrfls.pl
5323 ____________________________________________________________________________
5324 [  4022] By: bailey                                on 1999/08/23  03:17:33
5325         Log: update MM_VMS to use new File::Spec routines
5326      Branch: vmsperl
5327            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
5328 ____________________________________________________________________________
5329 [  4021] By: bailey                                on 1999/08/23  03:13:40
5330         Log: byteperl is now part of the ByteLoader ext
5331      Branch: vmsperl
5332            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
5333 ____________________________________________________________________________
5334 [  4020] By: bailey                                on 1999/08/23  03:10:41
5335         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
5336      Branch: vmsperl
5337            ! vms/vms.c
5338 ____________________________________________________________________________
5339 [  4019] By: bailey                                on 1999/08/23  03:07:28
5340         Log: Update calls for new thread context handling
5341      Branch: vmsperl
5342            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5343            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
5344 ____________________________________________________________________________
5345 [  4018] By: bailey                                on 1999/08/23  03:01:31
5346         Log: Allow for file versions in library when looking for .bs files
5347      Branch: vmsperl
5348            ! ext/DynaLoader/DynaLoader_pm.PL
5349 ____________________________________________________________________________
5350 [  4017] By: bailey                                on 1999/08/23  02:58:55
5351         Log: Update VMS configuration procedures for 5.005_60
5352      Branch: vmsperl
5353            ! configure.com vms/subconfigure.com
5354 ____________________________________________________________________________
5355 [  4016] By: gsar                                  on 1999/08/20  22:19:56
5356         Log: update Changes
5357      Branch: perl
5358            ! Changes
5359
5360 ----------------
5361 Version 5.005_61
5362 ----------------
5363
5364 ____________________________________________________________________________
5365 [  4015] By: gsar                                  on 1999/08/20  22:17:41
5366         Log: perl_free() should use PerlMem_free()
5367      Branch: perl
5368            ! perl.c
5369 ____________________________________________________________________________
5370 [  4014] By: gsar                                  on 1999/08/20  22:10:46
5371         Log: win32 tweaks
5372      Branch: perl
5373            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
5374            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5375            ! win32/config_H.vc
5376 ____________________________________________________________________________
5377 [  4013] By: gsar                                  on 1999/08/20  22:09:56
5378         Log: DEBUG_m() adjusted to internalize dTHX
5379      Branch: perl
5380            ! malloc.c perl.h util.c
5381 ____________________________________________________________________________
5382 [  4012] By: gsar                                  on 1999/08/20  17:51:06
5383         Log: make autogenerated files writable
5384      Branch: perl
5385            ! (edit 171 files)
5386 ____________________________________________________________________________
5387 [  4011] By: gsar                                  on 1999/08/20  17:43:47
5388         Log: update Changes
5389      Branch: perl
5390            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
5391 ____________________________________________________________________________
5392 [  4010] By: gsar                                  on 1999/08/20  17:21:53
5393         Log: up patchlevel &c
5394      Branch: perl
5395            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5396            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5397 ____________________________________________________________________________
5398 [  4009] By: gsar                                  on 1999/08/20  16:46:26
5399         Log: add missing Is/Syl*.pl files
5400      Branch: perl
5401            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
5402            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
5403            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
5404            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
5405            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
5406            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
5407 ____________________________________________________________________________
5408 [  4008] By: gsar                                  on 1999/08/20  16:31:02
5409         Log: integrate cfgperl contents into mainline
5410      Branch: perl
5411           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
5412           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5413           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
5414           +> t/op/lfs.t
5415            - lib/unicode/EthiopicSyllables.txt
5416            - lib/unicode/MakeEthiopicSyllables.PL
5417           !> (integrate 261 files)
5418 ____________________________________________________________________________
5419 [  4007] By: gsar                                  on 1999/08/20  15:24:08
5420         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
5421              USE_THREADS and MULTIPLICITY; minor pod adjustments
5422      Branch: perl
5423            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
5424            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
5425 ____________________________________________________________________________
5426 [  4006] By: jhi                                   on 1999/08/19  19:01:41
5427         Log: Tighten the vec() code so that naughty BITS cause an error.
5428      Branch: cfgperl
5429            ! doop.c
5430 ____________________________________________________________________________
5431 [  4005] By: jhi                                   on 1999/08/19  15:55:09
5432         Log: Don't document ill-defined vec() bits cases
5433              (for which the code doesn't work right in any case)
5434      Branch: cfgperl
5435            ! pod/perldiag.pod pod/perlfunc.pod
5436 ____________________________________________________________________________
5437 [  4004] By: jhi                                   on 1999/08/19  12:49:41
5438         Log: Removed duplicated code (in pp.c and mg.c) by introducing
5439              do_vecget().  NOTE: the calling convention of do_vecset()
5440              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
5441              in pp_vec() is no more multiplied by `size' in pp_vec(),
5442              the multiplication is now done in do_vecset().
5443              
5444              Also fix a cpp thinko in change #4002.
5445      Branch: cfgperl
5446            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
5447            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
5448            ! proto.h
5449 ____________________________________________________________________________
5450 [  4003] By: jhi                                   on 1999/08/18  08:27:22
5451         Log: Warn about small spherical distances.
5452      Branch: cfgperl
5453            ! lib/Math/Trig.pm
5454 ____________________________________________________________________________
5455 [  4002] By: jhi                                   on 1999/08/17  09:11:51
5456         Log: Enhance IV_FITS_IN_IV (though it's still unused).
5457      Branch: cfgperl
5458            ! perl.h
5459 ____________________________________________________________________________
5460 [  4001] By: jhi                                   on 1999/08/17  08:13:34
5461         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5462              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
5463              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
5464              Subject: [PATCH] overload.pm str/num confu
5465              Date: 17 Aug 1999 08:21:12 +0200
5466      Branch: cfgperl
5467            ! lib/overload.pm
5468 ____________________________________________________________________________
5469 [  4000] By: jhi                                   on 1999/08/17  07:20:23
5470         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
5471              To: perl5-porters@perl.org
5472              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
5473              Date: 16 Aug 1999 14:24:28 -0700
5474              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
5475      Branch: cfgperl
5476            ! pod/perlobj.pod
5477 ____________________________________________________________________________
5478 [  3999] By: jhi                                   on 1999/08/16  19:49:09
5479         Log: Integrate with Nick.
5480      Branch: cfgperl
5481           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
5482 ____________________________________________________________________________
5483 [  3998] By: jhi                                   on 1999/08/16  19:44:29
5484         Log: Fix most of the pod2man moanings reported in
5485              
5486              From: "Larry W. Virden" <lvirden@cas.org>
5487              To: perl5-porters@perl.org
5488              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
5489              (UNINSTALLED)
5490              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
5491              Message-Id: <199908031935.PAA27692@cas.org>
5492              
5493              Configure regen'ed.
5494      Branch: cfgperl
5495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5496            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
5497            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
5498            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
5499            ! utils/h2xs.PL utils/perlcc.PL
5500 ____________________________________________________________________________
5501 [  3997] By: jhi                                   on 1999/08/16  19:20:37
5502         Log: A fix of sorts for the flush-before-dup scenario.
5503      Branch: cfgperl
5504            ! doio.c
5505 ____________________________________________________________________________
5506 [  3996] By: jhi                                   on 1999/08/16  19:14:37
5507         Log: More paranoia.
5508      Branch: cfgperl
5509            ! sv.c
5510 ____________________________________________________________________________
5511 [  3995] By: jhi                                   on 1999/08/16  18:55:35
5512         Log: Batch of small 64-bit/long double/large file support tweaks:
5513              - scan for LDBL_DIG
5514              - from DBL_DIG and LDBL_DIG select NV_DIG
5515              - introduce IVSIZE, UVSIZE, NVSIZE
5516              - introduce IV_DIG
5517              - remove stdio64
5518              - AIX uses `oslevel` when others use `uname -r`
5519              - already AIX 4.2 goes 64-bit
5520              - in HP-UX require the 64-bit libc, just the directory isn't enough
5521              - group ids are not NVs
5522              - #undef USE_LONG_DOUBLE if long double is no better than double
5523              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
5524              - mention large file support in perldelta
5525              - introduce quad TOPpin' and POPpin'
5526              - the svcat... buffer was tiny for printing quads in %b
5527              - fix the multiplication test in 64bit.t
5528              - try to make VMS to comply with all this removal and "introducal"
5529              of symbols
5530      Branch: cfgperl
5531            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
5532            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
5533            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
5534      Branch: metaconfig
5535            ! U/modified/d_longdbl.U
5536      Branch: metaconfig/U/perl
5537            + d_ldbl_dig.U
5538 ____________________________________________________________________________
5539 [  3994] By: jhi                                   on 1999/08/16  07:53:44
5540         Log: More Configure/subconfigure.com syncing.
5541      Branch: cfgperl
5542            ! vms/subconfigure.com
5543 ____________________________________________________________________________
5544 [  3993] By: jhi                                   on 1999/08/14  22:09:26
5545         Log: Remove from VMS what the change #3982 took away from Configure lands.
5546      Branch: cfgperl
5547            ! vms/subconfigure.com
5548 ____________________________________________________________________________
5549 [  3992] By: jhi                                   on 1999/08/14  13:29:13
5550         Log: Small test tweaks.
5551      Branch: cfgperl
5552            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
5553 ____________________________________________________________________________
5554 [  3991] By: jhi                                   on 1999/08/14  13:08:41
5555         Log: Augment filesize limit note.
5556      Branch: cfgperl
5557            ! doio.c
5558 ____________________________________________________________________________
5559 [  3990] By: jhi                                   on 1999/08/14  13:06:12
5560         Log: Note about filesize limits.
5561      Branch: cfgperl
5562            ! doio.c pp_sys.c
5563 ____________________________________________________________________________
5564 [  3989] By: jhi                                   on 1999/08/14  11:31:58
5565         Log: Catch the case of filesize limits.
5566      Branch: cfgperl
5567            ! t/lib/syslfs.t t/op/lfs.t
5568 ____________________________________________________________________________
5569 [  3988] By: nick                                  on 1999/08/14  09:20:58
5570         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
5571              this causes a POPSTACK panic. The problem seems to be that although
5572              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
5573              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
5574              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
5575              messing with CATCH_SET() in call_sv, use it in perl_vdie().
5576              Add test to op/eval.t which will fail (panic) if bug comes back.
5577              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
5578      Branch: perl
5579            ! cop.h perl.c t/op/eval.t util.c
5580 ____________________________________________________________________________
5581 [  3987] By: jhi                                   on 1999/08/13  23:57:52
5582         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5583              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
5584              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
5585              Date: Fri, 13 Aug 1999 17:42:47 -0500
5586              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
5587      Branch: cfgperl
5588            ! lib/ExtUtils/MM_VMS.pm
5589 ____________________________________________________________________________
5590 [  3986] By: jhi                                   on 1999/08/13  23:56:44
5591         Log: Don't quit before printing out the message.
5592      Branch: cfgperl
5593            ! t/lib/syslfs.t t/op/lfs.t
5594 ____________________________________________________________________________
5595 [  3985] By: jhi                                   on 1999/08/13  23:35:49
5596         Log: Remove more t/ trash on target "clean".
5597      Branch: cfgperl
5598            ! Makefile.SH
5599 ____________________________________________________________________________
5600 [  3984] By: jhi                                   on 1999/08/13  23:02:53
5601         Log: Avoid double long double. 
5602      Branch: cfgperl
5603            ! Configure config_h.SH
5604      Branch: metaconfig/U/perl
5605            ! uselongdbl.U
5606 ____________________________________________________________________________
5607 [  3983] By: jhi                                   on 1999/08/13  22:59:56
5608         Log: BYTEORDER fix.
5609      Branch: cfgperl
5610            ! Configure config_h.SH
5611      Branch: metaconfig
5612            ! U/compline/byteorder.U
5613 ____________________________________________________________________________
5614 [  3982] By: jhi                                   on 1999/08/13  22:48:40
5615         Log: Jumbo Configure and large file support update.
5616              Remove a lot of unneeded 64-bitness cruft;
5617              re-introduce BYTEORDER; update 64-bitness hints;
5618              lfs should now work in Solaris; long doubles in AIX.
5619      Branch: cfgperl
5620            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
5621            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
5622            ! perlsdio.h pp.h pp_sys.c
5623      Branch: metaconfig
5624            ! U/compline/byteorder.U U/compline/ccflags.U
5625      Branch: metaconfig/U/perl
5626            ! d_dlsymun.U io64.U uselongdbl.U
5627 ____________________________________________________________________________
5628 [  3980] By: jhi                                   on 1999/08/13  15:09:11
5629         Log: Introduce HAS_LLSEEK.
5630      Branch: cfgperl
5631            ! Configure config_h.SH perl.h
5632 ____________________________________________________________________________
5633 [  3979] By: jhi                                   on 1999/08/13  14:29:47
5634         Log: From: <dan@sidhe.org>
5635              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
5636              sarathy@activestate.com
5637              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
5638              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
5639              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
5640      Branch: cfgperl
5641            ! vms/vms.c
5642 ____________________________________________________________________________
5643 [  3978] By: jhi                                   on 1999/08/13  09:56:46
5644         Log: Make the 64-bit tests more paranoid.
5645      Branch: cfgperl
5646            ! t/op/64bit.t
5647 ____________________________________________________________________________
5648 [  3976] By: jhi                                   on 1999/08/12  21:49:16
5649         Log: IRIX64 needs more -mabi=64 with gcc.
5650      Branch: cfgperl
5651            ! hints/irix_6.sh
5652 ____________________________________________________________________________
5653 [  3975] By: jhi                                   on 1999/08/12  21:02:03
5654         Log: Reincarnate change #3967, now in more modest form.
5655      Branch: cfgperl
5656            ! hints/irix_6.sh
5657 ____________________________________________________________________________
5658 [  3974] By: jhi                                   on 1999/08/12  20:49:36
5659         Log: Remove rt from libswanted (I added it many moons ago
5660              when I thought it would be useful in Digital UNIX,
5661              I was wrong); undo the recent IRIX hints changes,
5662              getting rid of one warning brought new ones.
5663      Branch: cfgperl
5664            ! Configure config_h.SH hints/irix_6.sh
5665      Branch: metaconfig
5666            ! U/modified/Myinit.U
5667 ____________________________________________________________________________
5668 [  3973] By: jhi                                   on 1999/08/12  19:42:53
5669         Log: st_blocks is in 512 byte blocks.
5670      Branch: cfgperl
5671            ! t/lib/syslfs.t t/op/lfs.t
5672 ____________________________________________________________________________
5673 [  3972] By: jhi                                   on 1999/08/12  19:27:31
5674         Log: Don't claim defeat too early.
5675      Branch: cfgperl
5676            ! Configure config_h.SH
5677      Branch: metaconfig/U/perl
5678            ! longdblfio.U
5679 ____________________________________________________________________________
5680 [  3971] By: jhi                                   on 1999/08/12  19:24:14
5681         Log: IRIX 64-bit hint tweak. 
5682      Branch: cfgperl
5683            ! hints/irix_6.sh
5684 ____________________________________________________________________________
5685 [  3970] By: nick                                  on 1999/08/12  19:17:20
5686         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
5687              tests i.e. RV2AV and RV2HV
5688      Branch: perl
5689            ! op.c t/pragma/warn/op
5690 ____________________________________________________________________________
5691 [  3969] By: jhi                                   on 1999/08/12  19:06:17
5692         Log: Add Configure -Duselongdouble and add a missing semicolon.
5693      Branch: cfgperl
5694            ! Configure config_h.SH sv.c
5695      Branch: metaconfig/U/perl
5696            + uselongdbl.U
5697 ____________________________________________________________________________
5698 [  3968] By: jhi                                   on 1999/08/12  18:46:00
5699         Log: Simply exit() early if lfs support seems unlikely.
5700      Branch: cfgperl
5701            ! t/lib/syslfs.t t/op/lfs.t
5702 ____________________________________________________________________________
5703 [  3967] By: jhi                                   on 1999/08/12  18:44:05
5704         Log: Suffer silently for unused libraries.
5705      Branch: cfgperl
5706            ! hints/irix_6.sh
5707 ____________________________________________________________________________
5708 [  3966] By: jhi                                   on 1999/08/12  13:18:44
5709         Log: Update MANIFEST to follow change #3965.
5710      Branch: cfgperl
5711            ! MANIFEST
5712 ____________________________________________________________________________
5713 [  3965] By: jhi                                   on 1999/08/12  13:15:38
5714         Log: Regenerate Unicode tables based on new syllable lists
5715              from Daniel Yacob.
5716      Branch: cfgperl
5717            ! (edit 159 files)
5718 ____________________________________________________________________________
5719 [  3964] By: jhi                                   on 1999/08/12  10:06:24
5720         Log: Remove more spurious casting.
5721      Branch: cfgperl
5722            ! pp_sys.c
5723 ____________________________________________________________________________
5724 [  3963] By: jhi                                   on 1999/08/12  08:18:53
5725         Log: Minor niggles on the lfs tests.
5726      Branch: cfgperl
5727            ! t/lib/syslfs.t t/op/lfs.t
5728 ____________________________________________________________________________
5729 [  3962] By: jhi                                   on 1999/08/11  22:48:25
5730         Log: Don't bother with lfs testing if off_t is too small.
5731      Branch: cfgperl
5732            ! t/lib/syslfs.t t/op/lfs.t
5733 ____________________________________________________________________________
5734 [  3961] By: jhi                                   on 1999/08/11  22:22:54
5735         Log: Long double patches from Dan Sugalski.
5736      Branch: cfgperl
5737            ! sv.c
5738 ____________________________________________________________________________
5739 [  3960] By: jhi                                   on 1999/08/11  22:17:55
5740         Log: Flush buffer before duplicating file descriptor.
5741              
5742              From: Mark-Jason Dominus <mjd@plover.com>
5743              To: Graham Barr <gbarr@pobox.com>
5744              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
5745              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
5746              Date: Wed, 11 Aug 1999 15:56:09 -0400
5747              Message-ID: <19990811195610.5933.qmail@plover.com>
5748              
5749              From: Mark-Jason Dominus <mjd@plover.com>
5750              To: perl5-porters@perl.org
5751              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
5752              Date: Wed, 11 Aug 1999 16:05:46 -0400
5753              Message-ID: <19990811200546.6165.qmail@plover.com>
5754      Branch: cfgperl
5755            ! doio.c pod/perldelta.pod
5756 ____________________________________________________________________________
5757 [  3959] By: jhi                                   on 1999/08/11  22:11:35
5758         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
5759              
5760              From: "Craig A. Berry" <craig.berry@metamor.com>
5761              Sender: owner-perl5-porters@perl.org
5762              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
5763              bailey@newman.upenn.edu
5764              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
5765              problem
5766              Date: Wed, 11 Aug 1999 14:31:11 -0500
5767              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
5768      Branch: cfgperl
5769            ! vms/vms.c
5770 ____________________________________________________________________________
5771 [  3958] By: jhi                                   on 1999/08/11  15:35:45
5772         Log: Add a hopefully comforting message if there seems to be no LFS. 
5773              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
5774              The tests will fail on lfs tests only if quad is available,
5775              if ENOQUAD, the lfs tests will be skipped.
5776      Branch: cfgperl
5777            ! t/lib/syslfs.t t/op/lfs.t
5778 ____________________________________________________________________________
5779 [  3957] By: jhi                                   on 1999/08/11  12:25:59
5780         Log: Unapply an experimental patch that accidentally escaped
5781              from the lab by piggybacking with the change #3955.
5782      Branch: cfgperl
5783            ! pp.c pp.h pp_hot.c
5784 ____________________________________________________________________________
5785 [  3956] By: jhi                                   on 1999/08/11  08:19:23
5786         Log: Add sysio large file support testing.
5787      Branch: cfgperl
5788            + t/lib/syslfs.t
5789            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
5790 ____________________________________________________________________________
5791 [  3955] By: jhi                                   on 1999/08/10  22:39:11
5792         Log: From: <dan@sidhe.org>
5793              To: vmsperl@perl.org, perl5-porters@perl.org,
5794              sarathy@activestate.com, bailey@newman.upenn.edu
5795              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
5796              threads on VMS
5797              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
5798              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
5799      Branch: cfgperl
5800            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
5801            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
5802            ! vms/writemain.pl
5803 ____________________________________________________________________________
5804 [  3954] By: jhi                                   on 1999/08/10  20:37:55
5805         Log: LFS testing robustness.
5806      Branch: cfgperl
5807            ! t/op/lfs.t
5808 ____________________________________________________________________________
5809 [  3953] By: jhi                                   on 1999/08/10  19:54:50
5810         Log: From: <dan@sidhe.org>
5811              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
5812              sarathy@activestate.com
5813              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
5814              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
5815              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
5816      Branch: cfgperl
5817            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
5818            ! vms/subconfigure.com vms/vmsish.h
5819 ____________________________________________________________________________
5820 [  3952] By: jhi                                   on 1999/08/10  17:18:57
5821         Log: AIX is different, again.  Now in cc -E output.
5822      Branch: cfgperl
5823            ! Configure config_h.SH
5824      Branch: metaconfig
5825            ! U/modified/cppstdin.U
5826 ____________________________________________________________________________
5827 [  3951] By: jhi                                   on 1999/08/10  14:37:08
5828         Log: Use Pid_t on pgrp matters.
5829      Branch: cfgperl
5830            ! pp_sys.c
5831 ____________________________________________________________________________
5832 [  3950] By: jhi                                   on 1999/08/10  14:35:30
5833         Log: Use Pid_t.
5834      Branch: cfgperl
5835            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5836            ! pp_sys.c proto.h util.c
5837 ____________________________________________________________________________
5838 [  3949] By: jhi                                   on 1999/08/10  14:11:15
5839         Log: Use Mode_t.
5840      Branch: cfgperl
5841            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
5842            ! perlapi.h pp_sys.c proto.h
5843 ____________________________________________________________________________
5844 [  3948] By: jhi                                   on 1999/08/10  13:53:19
5845         Log: Small perlbug doc tweaks from Jon Orwant.
5846      Branch: cfgperl
5847            ! utils/perlbug.PL
5848 ____________________________________________________________________________
5849 [  3947] By: jhi                                   on 1999/08/10  09:55:11
5850         Log: Large file support testing.
5851      Branch: cfgperl
5852            + t/op/lfs.t
5853            ! MANIFEST t/op/64bit.t
5854 ____________________________________________________________________________
5855 [  3946] By: jhi                                   on 1999/08/10  09:13:54
5856         Log: Remove I32 casting from time-related functions.
5857      Branch: cfgperl
5858            ! pp_sys.c
5859 ____________________________________________________________________________
5860 [  3945] By: jhi                                   on 1999/08/10  09:06:42
5861         Log: Gratuitous uid and gid casts to I32s and ints removed.
5862              There are still problem spots in printfing such ids:
5863              width (%d vs %ld) and signedness %d vs %u.
5864      Branch: cfgperl
5865            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
5866            ! perl.c perlapi.c pp_hot.c proto.h
5867 ____________________________________________________________________________
5868 [  3944] By: jhi                                   on 1999/08/10  07:43:03
5869         Log: Remove I32 casts from pp_stat, these make stat()
5870              very broken e.g. on files larger than 2 gigabytes.
5871              Reported by
5872              From: Phil Lobbes <phil@finchcomputer.com>
5873              To: perl5-porters@perl.org
5874              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
5875              UNIX Perl 5.005_03
5876              Date: Mon, 09 Aug 1999 21:38:54 -0700
5877              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
5878              
5879              There are more of these I32 casts all over pp_sys.c,
5880              all of them should be checked.
5881      Branch: cfgperl
5882            ! pp_sys.c
5883 ____________________________________________________________________________
5884 [  3943] By: jhi                                   on 1999/08/10  07:38:30
5885         Log: Remove blathering.
5886      Branch: cfgperl
5887            ! lib/unicode/mktables.PL
5888 ____________________________________________________________________________
5889 [  3942] By: jhi                                   on 1999/08/09  20:35:13
5890         Log: lexwarn maintenance: new warning class unsafe
5891              subclasses 'overflow' and 'portable' created,
5892              used by the recent integer overflow warnings.
5893              Class syntax subclass 'octal' renamed to 'digit',
5894              binary and hexadecimal parsing errors also 'digit' warnings.
5895      Branch: cfgperl
5896            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
5897            ! util.c warning.h warning.pl
5898 ____________________________________________________________________________
5899 [  3941] By: jhi                                   on 1999/08/09  10:40:47
5900         Log: Integrate with Nick.
5901      Branch: cfgperl
5902           +> opnames.h
5903           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
5904           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
5905 ____________________________________________________________________________
5906 [  3940] By: jhi                                   on 1999/08/09  10:32:43
5907         Log: Regenerate the Unicode tables after having updated the Unicode
5908              database (change #3939).
5909      Branch: cfgperl
5910            ! (edit 157 files)
5911 ____________________________________________________________________________
5912 [  3939] By: jhi                                   on 1999/08/09  10:27:22
5913         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
5914      Branch: cfgperl
5915            ! lib/unicode/UnicodeData-Latest.txt
5916 ____________________________________________________________________________
5917 [  3938] By: jhi                                   on 1999/08/09  10:25:54
5918         Log: Ethiopic changes via private email from Daniel Yacob,
5919              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
5920              Canadian Syllabics and Yi under construction.
5921      Branch: cfgperl
5922            + lib/unicode/syllables.txt
5923            - lib/unicode/EthiopicSyllables.txt
5924            - lib/unicode/MakeEthiopicSyllables.PL
5925            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
5926            ! lib/unicode/mktables.PL
5927 ____________________________________________________________________________
5928 [  3937] By: jhi                                   on 1999/08/09  10:21:51
5929         Log: Move the equivalence class creation last.
5930      Branch: cfgperl
5931            ! lib/unicode/mktables.PL
5932 ____________________________________________________________________________
5933 [  3936] By: jhi                                   on 1999/08/09  10:20:40
5934         Log: Compute equivalence classes (diacritics stripping) only
5935              for letters, not for ligatures.
5936      Branch: cfgperl
5937            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5938            ! lib/unicode/mktables.PL
5939 ____________________________________________________________________________
5940 [  3935] By: nick                                  on 1999/08/08  13:53:57
5941         Log: Will now correctly re-call 
5942              bootstrap "Foo";
5943              if requested. This should allow build on Win32 and other
5944              platforms where you cannot link to loadables directly.
5945      Branch: perl
5946            ! ext/B/B/C.pm
5947 ____________________________________________________________________________
5948 [  3934] By: nick                                  on 1999/08/07  12:23:55
5949         Log: Vishal Bhatia <vishalb@my-deja.com>
5950              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
5951              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
5952      Branch: perl
5953            ! ext/B/B/CC.pm
5954 ____________________________________________________________________________
5955 [  3933] By: nick                                  on 1999/08/07  12:19:46
5956         Log: B::C changes to get simple Tk app. compiling again
5957      Branch: perl
5958            ! ext/B/B/C.pm
5959 ____________________________________________________________________________
5960 [  3932] By: jhi                                   on 1999/08/06  21:17:16
5961         Log: Regen Configure to include change #3915.
5962      Branch: cfgperl
5963            ! Configure config_h.SH
5964 ____________________________________________________________________________
5965 [  3931] By: jhi                                   on 1999/08/06  18:52:57
5966         Log: Todo update.
5967      Branch: cfgperl
5968            ! Todo Todo-5.005 lib/unicode/mktables.PL
5969 ____________________________________________________________________________
5970 [  3930] By: jhi                                   on 1999/08/06  13:13:05
5971         Log: Character class equivalence tables.
5972      Branch: cfgperl
5973            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5974            ! MANIFEST lib/unicode/mktables.PL
5975 ____________________________________________________________________________
5976 [  3929] By: jhi                                   on 1999/08/06  11:59:11
5977         Log: More Fcntl constants.  (This process really needs
5978              to be automated, at least partly, see the Errno extension.)
5979              Now also the SEEK_ constants are available via the Fcntl.
5980              Yes, this is redundant (IO::Seekable and POSIX supply them already),
5981              but now Fcntl is a one-stop shopping mall for all your
5982              file-related constants.    
5983      Branch: cfgperl
5984            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
5985 ____________________________________________________________________________
5986 [  3928] By: jhi                                   on 1999/08/06  08:08:03
5987         Log: Protect against pack/unpack repeat count overflows,
5988              based on:
5989              
5990              From: Nathan Torkington <gnat@frii.com>
5991              To: Brian Keefer <mgomes@cwix.com>
5992              Cc: perl5-porters@perl.org
5993              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
5994              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
5995              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
5996      Branch: cfgperl
5997            ! pod/perldiag.pod pp.c
5998 ____________________________________________________________________________
5999 [  3927] By: jhi                                   on 1999/08/06  07:32:20
6000         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
6001              
6002              From: Nathan Torkington <gnat@frii.com>
6003              To: perl5-porters@perl.org
6004              Subject: Bugfix for my bugfix
6005              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
6006              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
6007      Branch: cfgperl
6008            ! ext/B/B/Assembler.pm
6009 ____________________________________________________________________________
6010 [  3926] By: jhi                                   on 1999/08/05  17:25:19
6011         Log: Fix regex charclass parsing so that bogus ranges
6012              like [0-\d] and [[:word:]-z] are no more allowed.
6013              The anomaly was noticed by Guy Decoux.
6014      Branch: cfgperl
6015            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6016 ____________________________________________________________________________
6017 [  3925] By: jhi                                   on 1999/08/05  10:31:47
6018         Log: split /^/ deprecation warning should not be on by default.
6019      Branch: cfgperl
6020            ! pp.c
6021 ____________________________________________________________________________
6022 [  3923] By: jhi                                   on 1999/08/05  09:16:57
6023         Log: From: paul.marquess@bt.com
6024              To: jhi@iki.fi, paul.marquess@bt.com
6025              Cc: gsar@ActiveState.com, perl5-porters@perl.org
6026              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
6027              Date: Thu, 5 Aug 1999 09:33:14 +0100
6028              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
6029      Branch: cfgperl
6030            ! t/lib/anydbm.t
6031 ____________________________________________________________________________
6032 [  3921] By: jhi                                   on 1999/08/05  08:05:13
6033         Log: From: paul.marquess@bt.com
6034              To: perl5-porters@perl.org
6035              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
6036              randy@theoryx5.uwinnipeg.ca
6037              Subject:  [PATCH 5.005_60] DB_File 1.70
6038              Date: Wed, 4 Aug 1999 23:22:22 +0100
6039              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
6040              
6041              (Replaces change #3917)
6042      Branch: cfgperl
6043            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6044            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6045 ____________________________________________________________________________
6046 [  3920] By: jhi                                   on 1999/08/04  19:02:58
6047         Log: From: Nathan Torkington <gnat@frii.com>
6048              To: perl5-porters@perl.org
6049              Subject: [5.005_60 PATCH] Make B::Bytecode work
6050              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
6051              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
6052      Branch: cfgperl
6053            ! ext/B/B/Assembler.pm
6054 ____________________________________________________________________________
6055 [  3919] By: jhi                                   on 1999/08/04  10:56:26
6056         Log: Update history records.
6057      Branch: cfgperl
6058            ! pod/perlhist.pod
6059 ____________________________________________________________________________
6060 [  3918] By: jhi                                   on 1999/08/04  09:36:13
6061         Log: Minor fixes to linux -Dusethreads -Duseperlio.
6062      Branch: cfgperl
6063            ! perlio.c
6064 ____________________________________________________________________________
6065 [  3917] By: jhi                                   on 1999/08/04  08:13:20
6066         Log: (Replaced by change #3921)
6067              From: paul.marquess@bt.com
6068              To: gsar@activestate.com
6069              Cc: perl5-porters@perl.org
6070              Subject: [PATCH 5.005_60] DB_File 1.69
6071              Date: Tue, 3 Aug 1999 22:55:00 +0100
6072              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
6073      Branch: cfgperl
6074            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6075            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6076 ____________________________________________________________________________
6077 [  3916] By: jhi                                   on 1999/08/04  07:59:05
6078         Log: Introduce the charnames pragma.
6079              
6080              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
6081              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
6082              To: Chip Salzenberg <[11]chip@perlsupport.com>
6083              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
6084              Date: Sat, 31 Jul 1999 05:44:05 -0400
6085              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
6086              
6087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6088              To: Mailing list Perl5 <perl5-porters@perl.org>
6089              Subject: [PATCH 5.005_58] Named characters in Perl
6090              Date: Mon, 2 Aug 1999 19:25:40 -0400
6091              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
6092      Branch: cfgperl
6093            + lib/charnames.pm t/lib/charnames.t
6094            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6095            ! pod/perlre.pod regcomp.c toke.c
6096 ____________________________________________________________________________
6097 [  3915] By: jhi                                   on 1999/08/03  21:18:49
6098         Log: Support Configure -Dmake=pmake.
6099              Via private email from Andy.
6100              NOTE: assumes "basename" command.
6101      Branch: metaconfig
6102            ! U/modified/Config_sh.U
6103 ____________________________________________________________________________
6104 [  3914] By: jhi                                   on 1999/08/03  21:11:11
6105         Log: The op/filetest.t failed subtest 7 if testing as root.
6106              
6107              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
6108              To: perl5-porters@perl.org
6109              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
6110              Date: Tue, 27 Jul 1999 22:54:05 +0200
6111              Message-Id: <379E1C6D.626DC765@club-internet.fr>
6112      Branch: cfgperl
6113            ! t/op/filetest.t
6114 ____________________________________________________________________________
6115 [  3911] By: jhi                                   on 1999/08/03  19:52:38
6116         Log: The "-Dusethreads -Duseperlio" combination failed.
6117              
6118              From: Spider Boardman <spider@leggy.zk3.dec.com>
6119              To: perl5-porters@perl.org
6120              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
6121              4.0 (UNINSTALLED)
6122              Date: Tue, 3 Aug 1999 14:25:00 -0400
6123              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
6124              
6125              See also change #3912.
6126      Branch: cfgperl
6127            ! perlio.c
6128 ____________________________________________________________________________
6129 [  3910] By: jhi                                   on 1999/08/03  10:44:24
6130         Log: From: Chris Nandor <pudge@pobox.com>
6131              To: perl5-porters@perl.org
6132              Subject: [PATCH 5.005_58] perlbug.PL 1.27
6133              Date: Wed, 28 Jul 1999 23:42:49 -0400
6134              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
6135      Branch: cfgperl
6136            ! utils/perlbug.PL
6137 ____________________________________________________________________________
6138 [  3909] By: jhi                                   on 1999/08/03  10:41:04
6139         Log: Hints for building ByteLoader in SunoS.  Based on
6140              From: Andy Dougherty <doughera@lafayette.edu>
6141              To: Gurusamy Sarathy <gsar@activestate.com>
6142              Cc: Perl Porters <perl5-porters@perl.org>
6143              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
6144              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
6145              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
6146      Branch: cfgperl
6147            + ext/ByteLoader/hints/sunos.pl
6148            ! MANIFEST ext/ByteLoader/ByteLoader.xs
6149 ____________________________________________________________________________
6150 [  3908] By: jhi                                   on 1999/08/03  09:29:22
6151         Log: Clarify RE engine code; inline a static function to a macro;
6152              make exact string nodes smaller.
6153              
6154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6155              To: perl5-porters@perl.org (Mailing list Perl5)
6156              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
6157              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
6158              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
6159      Branch: cfgperl
6160            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
6161            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
6162            ! regnodes.h warning.h
6163 ____________________________________________________________________________
6164 [  3907] By: jhi                                   on 1999/08/03  08:11:49
6165         Log: 5_59 configured with -Dd_bincompat5005 can't be made
6166              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
6167              
6168              From: Spider Boardman <spider@leggy.zk3.dec.com>
6169              To: perl5-porters@perl.org
6170              Subject: [ID 19990802.016] Not OK: perl 5.00559
6171              Date: Mon, 2 Aug 1999 16:11:13 -0400
6172              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
6173      Branch: cfgperl
6174            ! embed.pl
6175 ____________________________________________________________________________
6176 [  3906] By: jhi                                   on 1999/08/03  07:48:59
6177         Log: Change #3790 redemption: with a little additional
6178              patch from Ilya it works okay.
6179      Branch: cfgperl
6180            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6181            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6182 ____________________________________________________________________________
6183 [  3905] By: gsar                                  on 1999/08/02  21:03:23
6184         Log: this will be 5.005_60
6185      Branch: perl
6186            ! Changes
6187
6188 ----------------
6189 Version 5.005_60
6190 ----------------
6191
6192 ____________________________________________________________________________
6193 [  3904] By: gsar                                  on 1999/08/02  20:30:23
6194         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
6195              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
6196              regen headers
6197      Branch: perl
6198            ! embed.h embed.pl global.sym opcode.h perlapi.c
6199 ____________________________________________________________________________
6200 [  3903] By: gsar                                  on 1999/08/02  20:26:07
6201         Log: native int pack/unpack fixes (from Spider Boardman
6202              <spider@leggy.zk3.dec.com>)
6203      Branch: perl
6204            ! pp.c
6205 ____________________________________________________________________________
6206 [  3902] By: gsar                                  on 1999/08/02  20:24:41
6207         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
6208              <spider@leggy.zk3.dec.com>)
6209      Branch: perl
6210            + opnames.h
6211            ! Changes MANIFEST opcode.pl perl.h
6212 ____________________________________________________________________________
6213 [  3901] By: gsar                                  on 1999/08/02  18:51:18
6214         Log: integrate cfgperl contents
6215      Branch: perl
6216           !> INSTALL README pod/perldelta.pod
6217 ____________________________________________________________________________
6218 [  3900] By: jhi                                   on 1999/08/02  18:46:21
6219         Log: Update README and INSTALL; partly based on the message
6220              
6221              From: "John L. Allen" <allen@grumman.com>
6222              To: Jarkko Hietaniemi <jhi@iki.fi>
6223              cc: perl5-porters@perl.org
6224              Subject: Re: Perl Installation Problem
6225              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
6226              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
6227              
6228              and private email from Andy Dougherty.
6229      Branch: cfgperl
6230            ! INSTALL README
6231 ____________________________________________________________________________
6232 [  3899] By: jhi                                   on 1999/08/02  18:36:35
6233         Log: Integrate with Sarathy.
6234      Branch: cfgperl
6235           !> op.c
6236 ____________________________________________________________________________
6237 [  3898] By: jhi                                   on 1999/08/02  18:34:49
6238         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
6239      Branch: cfgperl
6240            ! pod/perldelta.pod
6241 ____________________________________________________________________________
6242 [  3897] By: gsar                                  on 1999/08/02  18:18:37
6243         Log: optimizations could sometimes bypass bareword check
6244      Branch: perl
6245            ! op.c
6246 ____________________________________________________________________________
6247 [  3896] By: jhi                                   on 1999/08/02  18:18:34
6248         Log: Integrate with Sarathy.
6249      Branch: cfgperl
6250           !> Changes makedef.pl patchlevel.h win32/Makefile
6251           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6252           !> win32/makefile.mk
6253 ____________________________________________________________________________
6254 [  3895] By: gsar                                  on 1999/08/02  17:22:40
6255         Log: up patchlevel etc.
6256      Branch: perl
6257            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6258            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6259 ____________________________________________________________________________
6260 [  3894] By: gsar                                  on 1999/08/02  17:12:31
6261         Log: integrate change#3893, make it conditional on bincompat5005
6262      Branch: perl
6263            ! makedef.pl
6264 ____________________________________________________________________________
6265 [  3893] By: jhi                                   on 1999/08/02  16:49:08
6266         Log: PERL_BINCOMPAT_5005 symbol translation.
6267              (AIX wouldn't link neither perl nor extensions.)
6268      Branch: cfgperl
6269            ! makedef.pl
6270 ____________________________________________________________________________
6271 [  3892] By: gsar                                  on 1999/08/02  16:09:13
6272         Log: integrate cfgperl contents into mainline
6273      Branch: perl
6274           +> t/op/64bit.t
6275            ! Changes
6276           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
6277           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
6278           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
6279 ____________________________________________________________________________
6280 [  3891] By: jhi                                   on 1999/08/02  14:52:40
6281         Log: AIX long long probing requires LL suffix for
6282              the ll constant.  The suffix doesn't seem
6283              to bother other ll platforms.
6284      Branch: cfgperl
6285            ! Configure config_h.SH hints/aix.sh
6286      Branch: metaconfig/U/perl
6287            ! quadfio.U
6288 ____________________________________________________________________________
6289 [  3890] By: jhi                                   on 1999/08/02  14:21:55
6290         Log: Exact path to perl for open -|.
6291      Branch: cfgperl
6292            ! t/io/open.t
6293 ____________________________________________________________________________
6294 [  3889] By: jhi                                   on 1999/08/02  14:18:03
6295         Log: Integrate with Sarathy.
6296      Branch: cfgperl
6297           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
6298           !> win32/Makefile win32/config_H.bc win32/config_H.gc
6299           !> win32/config_H.vc win32/makefile.mk win32/win32.c
6300 ____________________________________________________________________________
6301 [  3888] By: jhi                                   on 1999/08/02  14:14:29
6302         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
6303      Branch: cfgperl
6304            ! hints/aix.sh
6305 ____________________________________________________________________________
6306 [  3887] By: jhi                                   on 1999/08/02  12:53:10
6307         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
6308              emacs code indentation doesn't get wrong ideas--
6309              in other words, introduce a couple of "redundant" if:s.
6310      Branch: cfgperl
6311            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
6312            ! util.c
6313 ____________________________________________________________________________
6314 [  3886] By: jhi                                   on 1999/08/02  12:43:16
6315         Log: Mention that also *BSD systems with glibc are known to stumble.
6316      Branch: cfgperl
6317            ! t/pragma/warn/pp_hot
6318 ____________________________________________________________________________
6319 [  3885] By: jhi                                   on 1999/08/02  12:34:15
6320         Log: Allow also non-long long but still quad platforms print quads.
6321      Branch: cfgperl
6322            ! Configure config_h.SH
6323      Branch: metaconfig/U/perl
6324            ! longdblfio.U quadfio.U
6325 ____________________________________________________________________________
6326 [  3884] By: jhi                                   on 1999/08/02  11:56:14
6327         Log: Fix regclass utf8 hex ranges for quads.
6328      Branch: cfgperl
6329            ! regcomp.c
6330 ____________________________________________________________________________
6331 [  3883] By: jhi                                   on 1999/08/02  11:42:14
6332         Log: Enhance the description of how to detect quad support.
6333      Branch: cfgperl
6334            ! pod/perlfunc.pod
6335 ____________________________________________________________________________
6336 [  3882] By: jhi                                   on 1999/08/02  11:22:19
6337         Log: Fix printf %D %U %O for quads.
6338      Branch: cfgperl
6339            ! sv.c t/op/64bit.t
6340 ____________________________________________________________________________
6341 [  3881] By: jhi                                   on 1999/08/02  11:16:12
6342         Log: Document quad printing.
6343      Branch: cfgperl
6344            ! pod/perlfunc.pod
6345 ____________________________________________________________________________
6346 [  3880] By: jhi                                   on 1999/08/02  10:32:01
6347         Log: More 64-bit fixing.  One known bug of that kind
6348              remains, 32-bit platforms using long long in
6349              the test t/pragma/utf8 subtests 1-3 fail.
6350              (Update: change    #3884 fixed that one.)
6351      Branch: cfgperl
6352            + t/op/64bit.t
6353            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
6354
6355 ----------------
6356 Version 5.005_59
6357 ----------------
6358
6359 ____________________________________________________________________________
6360 [  3879] By: gsar                                  on 1999/08/02  08:18:58
6361         Log: integrate cfgperl changes into mainline
6362      Branch: perl
6363           !> Configure config_h.SH sv.c
6364 ____________________________________________________________________________
6365 [  3878] By: gsar                                  on 1999/08/02  08:13:16
6366         Log: change#3692 had an unintentional patch leak through!
6367              (this would explain the mysterious C<next LABEL> failures
6368              people have seen)
6369      Branch: perl
6370            ! pp_ctl.c
6371 ____________________________________________________________________________
6372 [  3877] By: gsar                                  on 1999/08/02  08:00:29
6373         Log: up patchlevel to 59
6374      Branch: perl
6375            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6376            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6377            ! win32/makefile.mk
6378 ____________________________________________________________________________
6379 [  3876] By: gsar                                  on 1999/08/02  07:51:18
6380         Log: fix coredump under usethreads+debug
6381      Branch: perl
6382            ! util.c
6383 ____________________________________________________________________________
6384 [  3875] By: jhi                                   on 1999/08/02  07:50:51
6385         Log: d_bincompat5005 could be left empty.
6386      Branch: cfgperl
6387            ! Configure config_h.SH
6388      Branch: metaconfig/U/perl
6389            ! bincompat5005.U
6390 ____________________________________________________________________________
6391 [  3874] By: jhi                                   on 1999/08/02  07:42:45
6392         Log: Fix printf %d when IV is quad.
6393      Branch: cfgperl
6394            ! sv.c
6395 ____________________________________________________________________________
6396 [  3873] By: gsar                                  on 1999/08/02  07:41:03
6397         Log: fix d_bincompat5005='' junking config.h
6398      Branch: perl
6399            ! Configure
6400 ____________________________________________________________________________
6401 [  3872] By: gsar                                  on 1999/08/02  07:38:48
6402         Log: C needs parameter list, not merely type
6403      Branch: perl
6404            ! win32/win32.c
6405 ____________________________________________________________________________
6406 [  3871] By: jhi                                   on 1999/08/02  07:20:51
6407         Log: Integrate with Sarathy.
6408      Branch: cfgperl
6409           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
6410 ____________________________________________________________________________
6411 [  3870] By: gsar                                  on 1999/08/02  07:12:18
6412         Log: integrate cfgperl changes into mainline
6413      Branch: perl
6414            ! Changes
6415           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
6416           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
6417           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
6418           !> toke.c util.c
6419 ____________________________________________________________________________
6420 [  3869] By: gsar                                  on 1999/08/02  06:59:09
6421         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6422              Date: Sat, 31 Jul 1999 19:08:33 -0700
6423              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
6424              Subject: [PATCH 5.005_58] "use constant" in the compiler
6425      Branch: perl
6426            ! ext/B/B/C.pm ext/B/B/CC.pm
6427 ____________________________________________________________________________
6428 [  3868] By: gsar                                  on 1999/08/02  06:55:51
6429         Log: debug build tweak
6430      Branch: perl
6431            ! regexec.c
6432 ____________________________________________________________________________
6433 [  3867] By: gsar                                  on 1999/08/02  06:35:18
6434         Log: create vmsperl branch (to be owned and operated by: cbailey)
6435      Branch: vmsperl
6436           +> (branch 1476 files)
6437 ____________________________________________________________________________
6438 [  3866] By: jhi                                   on 1999/08/01  23:34:40
6439         Log: so_locations once is enough.
6440      Branch: cfgperl
6441            ! Makefile.SH
6442 ____________________________________________________________________________
6443 [  3865] By: jhi                                   on 1999/08/01  23:13:05
6444         Log: Simplicate duplicated code.
6445      Branch: cfgperl
6446            ! util.c
6447 ____________________________________________________________________________
6448 [  3864] By: jhi                                   on 1999/08/01  22:41:41
6449         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
6450      Branch: cfgperl
6451           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6452           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6453            - README.cygwin32 cygwin32/Makefile.SHs
6454            - cygwin32/build-instructions.READFIRST
6455            - cygwin32/build-instructions.charles-wilson
6456            - cygwin32/build-instructions.sebastien-barre
6457            - cygwin32/build-instructions.steven-morlock
6458            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6459            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6460            - hints/cygwin32.sh
6461           !> (integrate 61 files)
6462 ____________________________________________________________________________
6463 [  3863] By: jhi                                   on 1999/08/01  22:36:02
6464         Log: Regen Configure and Glossary once again.
6465      Branch: cfgperl
6466            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6467            ! config_h.SH
6468 ____________________________________________________________________________
6469 [  3862] By: jhi                                   on 1999/08/01  22:26:09
6470         Log: Glossary update for #3861.
6471      Branch: cfgperl
6472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6473            ! config_h.SH
6474 ____________________________________________________________________________
6475 [  3861] By: jhi                                   on 1999/08/01  22:22:51
6476         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
6477              with -Duse64bits (using long long).
6478              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
6479              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
6480              'print unpack "q", pack "q", 12345678901'
6481              should work on such 32-bit platforms.
6482              Still a lot of printf()s behind -D which wrongly assume
6483              that %ld/%lx and (long) are a good combination.
6484              Introducing a slew of new macros intended to be used in printf()
6485              format strings: e. g. PERL_PRId64 is the string to be used
6486              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
6487              The PRI... naming follows the C9X naming of <inttypes.h> macros.
6488      Branch: cfgperl
6489            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6490            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
6491            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
6492      Branch: metaconfig/U/perl
6493            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
6494 ____________________________________________________________________________
6495 [  3860] By: gsar                                  on 1999/08/01  21:23:18
6496         Log: integrate cfgperl contents into mainline
6497      Branch: perl
6498            ! toke.c
6499           !> (integrate 29 files)
6500 ____________________________________________________________________________
6501 [  3859] By: gsar                                  on 1999/08/01  21:13:09
6502         Log: From: Nathan Torkington <gnat@frii.com>
6503              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
6504              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
6505              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
6506      Branch: perl
6507            ! ext/B/B/Disassembler.pm
6508 ____________________________________________________________________________
6509 [  3858] By: gsar                                  on 1999/08/01  21:09:15
6510         Log: DB_File 1.68 update from Paul Marquess
6511      Branch: perl
6512            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6513            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6514            ! t/lib/db-recno.t
6515 ____________________________________________________________________________
6516 [  3857] By: gsar                                  on 1999/08/01  21:05:54
6517         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6518              Date: Sat, 31 Jul 1999 05:13:38 -0400
6519              Message-Id: <199907311407.IAA25038@localhost.frii.com>
6520              Subject: [PATCH 5.005_58] More optimizations to REx engine
6521      Branch: perl
6522            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
6523            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
6524 ____________________________________________________________________________
6525 [  3856] By: gsar                                  on 1999/08/01  20:59:59
6526         Log: slightly modified version of suggested patch
6527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6528              Date: Sat, 31 Jul 1999 04:45:12 -0400
6529              Message-Id: <199907311406.IAA25034@localhost.frii.com>
6530              Subject: [PATCH 5.005_58] Fix OS/2 build
6531      Branch: perl
6532            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
6533            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
6534 ____________________________________________________________________________
6535 [  3855] By: gsar                                  on 1999/08/01  20:49:06
6536         Log: cygwin update
6537              From: "Fifer, Eric" <EFifer@sanwaint.com>
6538              Date: Fri, 30 Jul 1999 18:31:48 +0100
6539              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
6540              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
6541      Branch: perl
6542            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
6543            ! pp_sys.c unixish.h util.c
6544 ____________________________________________________________________________
6545 [  3854] By: gsar                                  on 1999/08/01  20:41:53
6546         Log: fixes from Stephen McCamant that address bugs in change#3612
6547              (the optimization shouldn't be enabled in expressions where
6548              the variable is introduced), and fix Deparse to grok the
6549              optimization
6550              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
6551              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
6552              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
6553              --
6554              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
6555              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
6556              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
6557              --
6558              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
6559              Message-Id: <199907310326.VAA24376@localhost.frii.com>
6560              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
6561      Branch: perl
6562            ! ext/B/B/Deparse.pm op.c
6563 ____________________________________________________________________________
6564 [  3853] By: gsar                                  on 1999/08/01  20:31:32
6565         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6566              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
6567              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
6568              Subject: [PATCH _58] Two one-liner LOGOP tweaks
6569      Branch: perl
6570            ! op.c opcode.h opcode.pl
6571 ____________________________________________________________________________
6572 [  3852] By: gsar                                  on 1999/08/01  20:29:17
6573         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
6574      Branch: perl
6575            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
6576            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
6577            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
6578            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
6579            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
6580            ! pod/perlport.pod pp_sys.c util.c
6581 ____________________________________________________________________________
6582 [  3851] By: gsar                                  on 1999/08/01  20:20:05
6583         Log: move files around for s/cygwin32/cygwin/ renaming
6584      Branch: perl
6585           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
6586           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
6587            - README.cygwin32 cygwin32/Makefile.SHs
6588            - cygwin32/build-instructions.READFIRST
6589            - cygwin32/build-instructions.charles-wilson
6590            - cygwin32/build-instructions.sebastien-barre
6591            - cygwin32/build-instructions.steven-morlock
6592            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
6593            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
6594            - hints/cygwin32.sh
6595            ! MANIFEST
6596 ____________________________________________________________________________
6597 [  3850] By: gsar                                  on 1999/08/01  20:05:14
6598         Log: posix-bc hints tweak (via private mail from Thomas Dorner
6599              <Thomas.Dorner@start.de>)
6600      Branch: perl
6601            ! Changes hints/posix-bc.sh
6602 ____________________________________________________________________________
6603 [  3849] By: gsar                                  on 1999/08/01  19:50:20
6604         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
6605              <gnat@frii.com>)
6606      Branch: perl
6607            ! perl.h pod/perldelta.pod pod/perlguts.pod
6608 ____________________________________________________________________________
6609 [  3848] By: gsar                                  on 1999/08/01  18:34:41
6610         Log: fix defined(@foo) encarpments
6611      Branch: perl
6612            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
6613            ! pod/perltrap.pod
6614 ____________________________________________________________________________
6615 [  3847] By: jhi                                   on 1999/08/01  17:17:07
6616         Log: Undo #3790 and the patches that attempted to fix it
6617              (#3837, #3838, #3845).  The #3790 caused linkage failures
6618              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
6619              IRIX 6.5.
6620      Branch: cfgperl
6621            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
6622            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6623            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
6624 ____________________________________________________________________________
6625 [  3846] By: jhi                                   on 1999/08/01  11:41:52
6626         Log: Reading 64-bit decimal numbers was broken because
6627              the NV was cast to an I32, not an IV.
6628      Branch: cfgperl
6629            ! toke.c
6630 ____________________________________________________________________________
6631 [  3845] By: jhi                                   on 1999/08/01  11:00:24
6632         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
6633      Branch: cfgperl
6634            + ext/SDBM_File/hints/solaris.pl
6635 ____________________________________________________________________________
6636 [  3844] By: jhi                                   on 1999/08/01  10:55:44
6637         Log: Enable Solaris largefiles support only if -Duse64bits is used.
6638              (Effectively removes #3311).
6639      Branch: cfgperl
6640            ! hints/solaris_2.sh
6641 ____________________________________________________________________________
6642 [  3843] By: jhi                                   on 1999/07/31  22:44:56
6643         Log: Integer overflow iteration.
6644      Branch: cfgperl
6645            ! t/op/oct.t toke.c util.c
6646 ____________________________________________________________________________
6647 [  3842] By: jhi                                   on 1999/07/31  22:11:03
6648         Log: Remove a lot of unused regnode codes.
6649              Noticed by Ilya.
6650      Branch: cfgperl
6651            ! regcomp.c regcomp.sym regexec.c regnodes.h
6652 ____________________________________________________________________________
6653 [  3841] By: jhi                                   on 1999/07/31  21:53:54
6654         Log: Make the use64bits and usethreads friendlier/braver;
6655              they no more wimp out if the platform is unknown.
6656              On use64bits if gcc used -DUSE_LONG_LONG is added
6657              to the ccflags (this dependency on gcc caused a slightly weird
6658              reordering of Configure, but things still seem to work.)
6659      Branch: cfgperl
6660            ! Configure README.threads config_h.SH
6661      Branch: metaconfig
6662            ! U/threads/usethreads.U
6663      Branch: metaconfig/U/perl
6664            ! use64bits.U
6665 ____________________________________________________________________________
6666 [  3840] By: jhi                                   on 1999/07/31  20:26:22
6667         Log: Hack the "integer overflow" code some more.
6668      Branch: cfgperl
6669            ! perl.h toke.c util.c
6670 ____________________________________________________________________________
6671 [  3839] By: jhi                                   on 1999/07/31  20:22:00
6672         Log: Test oct() at the 2^32-1 limit.
6673      Branch: cfgperl
6674            ! t/op/oct.t
6675 ____________________________________________________________________________
6676 [  3838] By: jhi                                   on 1999/07/31  20:08:43
6677         Log: Update MANIFEST for #3837.
6678      Branch: cfgperl
6679            ! MANIFEST
6680 ____________________________________________________________________________
6681 [  3837] By: jhi                                   on 1999/07/31  20:02:40
6682         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
6683              (a core dump with a corrput stack ensues).
6684      Branch: cfgperl
6685            + ext/SDBM_File/hints/dec_osf.pl
6686 ____________________________________________________________________________
6687 [  3836] By: jhi                                   on 1999/07/29  21:09:01
6688         Log: Allow for Configure -Ubincompat5005 override.
6689      Branch: cfgperl
6690            ! Configure config_h.SH
6691      Branch: metaconfig/U/perl
6692            ! bincompat5005.U
6693 ____________________________________________________________________________
6694 [  3835] By: jhi                                   on 1999/07/29  21:04:02
6695         Log: Make Configure support PERL_BINCOMPAT_5005.
6696      Branch: cfgperl
6697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6698            ! config_h.SH
6699      Branch: metaconfig/U/perl
6700            + bincompat5005.U
6701 ____________________________________________________________________________
6702 [  3834] By: jhi                                   on 1999/07/29  19:25:35
6703         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
6704      Branch: cfgperl
6705            ! Makefile.SH
6706 ____________________________________________________________________________
6707 [  3833] By: jhi                                   on 1999/07/29  14:07:09
6708         Log: Integrate with Sarathy.  I overruled on perldelta
6709              and perldiag.
6710      Branch: cfgperl
6711           !> README.win32 emacs/cperl-mode.el globals.c installperl
6712           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
6713           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
6714           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
6715           !> win32/perllib.c win32/win32.c
6716 ____________________________________________________________________________
6717 [  3832] By: jhi                                   on 1999/07/29  14:02:50
6718         Log: Repent and make overly large integerish
6719              constants non-fatal.  They are now promoted
6720              to NVs, accompanied by an overflow warning that
6721              is by default on.
6722      Branch: cfgperl
6723            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
6724            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
6725            ! toke.c util.c
6726 ____________________________________________________________________________
6727 [  3831] By: jhi                                   on 1999/07/29  11:40:04
6728         Log: AIX exhibits different error on failed system().
6729              Slightly modified patch via private email from
6730              David R. Favor <dfavor@austin.ibm.com>
6731      Branch: cfgperl
6732            ! t/op/exec.t
6733 ____________________________________________________________________________
6734 [  3830] By: gsar                                  on 1999/07/29  07:46:11
6735         Log: cperl-mode.el v4.19
6736      Branch: perl
6737            ! emacs/cperl-mode.el
6738 ____________________________________________________________________________
6739 [  3829] By: gsar                                  on 1999/07/29  07:30:35
6740         Log: From: jan.dubois@ibm.net (Jan Dubois)
6741              Date: Wed, 28 Jul 1999 22:01:42 +0200
6742              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
6743              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
6744      Branch: perl
6745            ! win32/bin/pl2bat.pl
6746 ____________________________________________________________________________
6747 [  3828] By: gsar                                  on 1999/07/29  07:19:27
6748         Log: tweak previous change for multiple hits
6749      Branch: perl
6750            ! utils/perldoc.PL
6751 ____________________________________________________________________________
6752 [  3827] By: gsar                                  on 1999/07/29  07:10:00
6753         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
6754              really needs a pod2text() compatibility function)
6755      Branch: perl
6756            ! utils/perldoc.PL
6757 ____________________________________________________________________________
6758 [  3826] By: gsar                                  on 1999/07/29  01:33:46
6759         Log: minor tweaks to pods and toke.c comments
6760      Branch: perl
6761            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
6762 ____________________________________________________________________________
6763 [  3825] By: gsar                                  on 1999/07/29  00:12:52
6764         Log: integrate cfgperl changes into mainline
6765      Branch: perl
6766           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6767           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
6768           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6769           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
6770           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6771           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
6772           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
6773           !> t/pragma/warn/util toke.c util.c
6774 ____________________________________________________________________________
6775 [  3824] By: jhi                                   on 1999/07/28  21:15:04
6776         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
6777      Branch: cfgperl
6778            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6779            ! ext/IO/lib/IO/Socket/INET.pm
6780 ____________________________________________________________________________
6781 [  3823] By: jhi                                   on 1999/07/28  20:29:17
6782         Log: Continue pack() doc honing.
6783      Branch: cfgperl
6784            ! pod/perlfunc.pod
6785 ____________________________________________________________________________
6786 [  3822] By: jhi                                   on 1999/07/28  20:17:37
6787         Log: Enhance pack() doc.
6788      Branch: cfgperl
6789            ! pod/perlfunc.pod
6790 ____________________________________________________________________________
6791 [  3821] By: jhi                                   on 1999/07/28  18:34:50
6792         Log: UNIX Domain Sockets are not implemented under QNX.
6793              
6794              From: Norton Allen <allen@huarp.harvard.edu>
6795              To: perl5-porters@perl.org
6796              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
6797              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
6798              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
6799      Branch: cfgperl
6800            ! t/lib/io_unix.t
6801 ____________________________________________________________________________
6802 [  3820] By: jhi                                   on 1999/07/28  18:13:37
6803         Log: IO::* enhancements.
6804              
6805              1) write() and syswrite() will now accept a single-argument
6806              form of the call, for consistency with Perl's syswrite().
6807              2) You can create a TCP-based IO::Socket::INET without forcing
6808              a connect attempt.  This allows you to configure its options
6809              (like making it non-blocking) and then call connect() manually.
6810              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
6811              from ever returning the correct value.
6812              
6813              From: Lincoln Stein <lstein@formaggio.cshl.org>
6814              To: Graham Barr <gbarr@pobox.com>
6815              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
6816              Subject: Re: patch for IO::*
6817              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
6818              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
6819      Branch: cfgperl
6820            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6821            ! ext/IO/lib/IO/Socket/INET.pm
6822 ____________________________________________________________________________
6823 [  3819] By: gsar                                  on 1999/07/28  18:08:06
6824         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
6825      Branch: perl
6826            ! README.win32 globals.c installperl iperlsys.h makedef.pl
6827            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
6828            ! win32/win32.c
6829 ____________________________________________________________________________
6830 [  3818] By: jhi                                   on 1999/07/28  17:48:16
6831         Log: Need to add QNX to the list for DONT_DECLARE_STD.
6832              (The elimination of use of the _() macro apparently triggered
6833              an incompatability with a #define of atof)
6834              
6835              From: Norton Allen <allen@huarp.harvard.edu>
6836              To: perl5-porters@perl.org
6837              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
6838              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
6839              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
6840      Branch: cfgperl
6841            ! perl.h
6842 ____________________________________________________________________________
6843 [  3817] By: jhi                                   on 1999/07/28  17:46:30
6844         Log: Need to add some more conditions to deal with the case
6845              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
6846              which is true for QNX4.
6847              From: Norton Allen <allen@huarp.harvard.edu>
6848              To: perl5-porters@perl.org
6849              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
6850              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
6851              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
6852      Branch: cfgperl
6853            ! pp_sys.c
6854 ____________________________________________________________________________
6855 [  3816] By: jhi                                   on 1999/07/28  17:43:40
6856         Log: The QNX shell needs a couple more semicolons.
6857              
6858              From: Norton Allen <allen@huarp.harvard.edu>
6859              To: perl5-porters@perl.org
6860              Subject: [ID 19990728.007] Patch:Configure _58 QNX
6861              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
6862              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
6863              
6864              plus silence metalint moanings on vendorprefix.
6865      Branch: cfgperl
6866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6867            ! config_h.SH
6868 ____________________________________________________________________________
6869 [  3815] By: jhi                                   on 1999/07/28  17:31:11
6870         Log: Silence metalint on vendorprefix.U.
6871      Branch: metaconfig
6872            ! U/installdirs/vendorprefix.U
6873 ____________________________________________________________________________
6874 [  3814] By: jhi                                   on 1999/07/28  17:13:29
6875         Log: QNX shell needs more semicolons.
6876      Branch: metaconfig/U/perl
6877            ! Extensions.U
6878 ____________________________________________________________________________
6879 [  3813] By: jhi                                   on 1999/07/28  17:05:08
6880         Log: Integrate with Sarathy.
6881      Branch: cfgperl
6882           !> lib/ExtUtils/MM_Unix.pm
6883 ____________________________________________________________________________
6884 [  3812] By: jhi                                   on 1999/07/28  16:20:17
6885         Log: Fix a typo, un-shout, and reformat the installation output.
6886      Branch: cfgperl
6887            ! lib/ExtUtils/Install.pm
6888 ____________________________________________________________________________
6889 [  3811] By: gsar                                  on 1999/07/28  15:41:11
6890         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
6891      Branch: perl
6892            ! lib/ExtUtils/MM_Unix.pm
6893 ____________________________________________________________________________
6894 [  3810] By: jhi                                   on 1999/07/28  13:55:57
6895         Log: Talk more about subsecond things in perlfunc.
6896              (Yes, redundant with perlfaq8.)
6897      Branch: cfgperl
6898            ! pod/perlfunc.pod
6899 ____________________________________________________________________________
6900 [  3809] By: jhi                                   on 1999/07/28  07:23:48
6901         Log: Integrate with Sarathy.
6902      Branch: cfgperl
6903           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
6904           !> t/op/pwent.t
6905 ____________________________________________________________________________
6906 [  3808] By: jhi                                   on 1999/07/28  07:23:03
6907         Log: Document toke.c.
6908              From: Nathan Torkington <gnat@frii.com>
6909              To: perl5-porters@perl.org
6910              Subject: Re: toke.c patch, work in progress
6911              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
6912              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
6913      Branch: cfgperl
6914            ! toke.c
6915 ____________________________________________________________________________
6916 [  3807] By: jhi                                   on 1999/07/28  07:10:56
6917         Log: perlre clarification.
6918              
6919              From: Ian Phillipps <ian@dial.pipex.com>
6920              To: Perl 5 Porters <perl5-porters@perl.org>
6921              Subject: [PATCH 5.00557] Add definite article to perlre.pod
6922              Date: Tue, 27 Jul 1999 10:46:29 +0100
6923              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
6924      Branch: cfgperl
6925            ! pod/perlre.pod
6926 ____________________________________________________________________________
6927 [  3806] By: gsar                                  on 1999/07/28  07:07:46
6928         Log: fix the perl -V breakage
6929              
6930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6931              To: Jarkko Hietaniemi <jhi@iki.fi>
6932              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
6933              gsar@activestate.com
6934              Subject: Re: Follow up to: _58 on AIX 431
6935              Date: Tue, 27 Jul 1999 17:42:00 -0400
6936              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
6937      Branch: perl
6938            ! configpm
6939 ____________________________________________________________________________
6940 [  3805] By: gsar                                  on 1999/07/28  07:03:34
6941         Log: avoid warning (from Doug MacEachern)
6942      Branch: perl
6943            ! perl.h
6944 ____________________________________________________________________________
6945 [  3804] By: gsar                                  on 1999/07/28  06:59:30
6946         Log: Pod::Html tweak
6947              
6948              From: jan.dubois@ibm.net (Jan Dubois)
6949              To: perl5-porters@perl.org
6950              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
6951              Date: Tue, 27 Jul 1999 22:14:12 +0200
6952              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
6953      Branch: perl
6954            ! lib/Pod/Html.pm
6955 ____________________________________________________________________________
6956 [  3803] By: gsar                                  on 1999/07/28  06:56:38
6957         Log: freebsd hints update
6958              
6959              From: Anton Berezin <tobez@plab.ku.dk>
6960              To: perl5-porters@perl.org
6961              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
6962              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
6963              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
6964      Branch: perl
6965            ! hints/freebsd.sh
6966 ____________________________________________________________________________
6967 [  3802] By: gsar                                  on 1999/07/28  06:51:32
6968         Log: cosmetic testsuite patch
6969              
6970              From: Graham Barr <gbarr@ti.com>
6971              To: Perl5 Porters <perl5-porters@perl.org>
6972              Subject: 5.005_58 build
6973              Date: Tue, 27 Jul 1999 08:09:25 -0500
6974              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
6975      Branch: perl
6976            ! t/op/grent.t t/op/pwent.t
6977 ____________________________________________________________________________
6978 [  3801] By: jhi                                   on 1999/07/27  13:49:39
6979         Log: Minuscule cleanup of the integer overflow patch.
6980      Branch: cfgperl
6981            ! util.c
6982 ____________________________________________________________________________
6983 [  3800] By: jhi                                   on 1999/07/27  13:37:23
6984         Log: Test hex('x...').
6985      Branch: cfgperl
6986            ! t/op/oct.t
6987 ____________________________________________________________________________
6988 [  3799] By: jhi                                   on 1999/07/27  12:45:45
6989         Log: Integrate with Sarathy (5.005_58).
6990      Branch: cfgperl
6991            - ext/B/byteperl.c
6992           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
6993           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
6994           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
6995           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6996           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
6997           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
6998           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
6999           !> win32/config_H.vc
7000 ____________________________________________________________________________
7001 [  3798] By: jhi                                   on 1999/07/27  12:42:43
7002         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
7003              they used to be just optional lexical warnings.
7004              Also, with warnings turned on, constants > 2**32-1
7005              trigger a non-portability warning.
7006      Branch: cfgperl
7007            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
7008            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
7009            ! util.c
7010 ____________________________________________________________________________
7011 [  3797] By: gsar                                  on 1999/07/27  10:48:27
7012         Log: here lies 5.005_58
7013      Branch: perl
7014            - ext/B/byteperl.c
7015            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
7016            ! pod/perlfaq9.pod pod/perlhist.pod
7017
7018 ----------------
7019 Version 5.005_58
7020 ----------------
7021
7022 ____________________________________________________________________________
7023 [  3796] By: gsar                                  on 1999/07/27  09:23:42
7024         Log: regenerate win32/config_H.?c
7025      Branch: perl
7026            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7027 ____________________________________________________________________________
7028 [  3795] By: gsar                                  on 1999/07/27  09:02:31
7029         Log: From: Tye McQueen <tye@metronet.com>
7030              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
7031              Message-Id: <199907270019.AA08223@metronet.com>
7032              Subject: Patch pl2bat.pl so batch file can fail
7033      Branch: perl
7034            ! win32/bin/pl2bat.pl
7035 ____________________________________________________________________________
7036 [  3794] By: gsar                                  on 1999/07/27  08:59:58
7037         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7038              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
7039              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
7040              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
7041      Branch: perl
7042            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
7043            ! lib/SelfLoader.pm
7044 ____________________________________________________________________________
7045 [  3793] By: gsar                                  on 1999/07/27  08:19:16
7046         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
7047              (from Andy Dougherty)
7048      Branch: perl
7049            ! embed.h embed.pl
7050 ____________________________________________________________________________
7051 [  3792] By: gsar                                  on 1999/07/27  08:04:19
7052         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
7053              and Brad Appleton)
7054      Branch: perl
7055            ! lib/Pod/Parser.pm
7056 ____________________________________________________________________________
7057 [  3791] By: gsar                                  on 1999/07/27  07:50:54
7058         Log: cover case where CLK_TCK is a float, not integer (from
7059              alexander smishlajev <als@turnhere.com>)
7060      Branch: perl
7061            ! ext/Devel/DProf/DProf.xs
7062 ____________________________________________________________________________
7063 [  3790] By: gsar                                  on 1999/07/27  07:45:08
7064         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
7065              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
7066      Branch: perl
7067            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7068            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7069 ____________________________________________________________________________
7070 [  3789] By: jhi                                   on 1999/07/27  07:44:55
7071         Log: Integrate with Sarathy.
7072      Branch: cfgperl
7073           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7074           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
7075           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
7076           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
7077           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
7078           !> proto.h t/comp/proto.t t/io/open.t
7079 ____________________________________________________________________________
7080 [  3788] By: gsar                                  on 1999/07/27  07:29:59
7081         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
7082              to Russ Allbery <rra@stanford.edu>); s/Simple// and
7083              s/pod2txt/pod2text/ etc.
7084      Branch: perl
7085            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7086            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
7087 ____________________________________________________________________________
7088 [  3787] By: gsar                                  on 1999/07/27  06:48:40
7089         Log: From: Andy Dougherty <doughera@lafayette.edu>
7090              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
7091              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
7092              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
7093      Branch: perl
7094            ! ext/SDBM_File/sdbm/sdbm.h
7095 ____________________________________________________________________________
7096 [  3786] By: gsar                                  on 1999/07/27  06:30:09
7097         Log: applied suggested patch; added missing prototype changes to
7098              opcode.pl along with documentation typos (feature still needs
7099              to be described in perlopentut.pod and summarized in
7100              perldelta.pod)
7101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7102              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
7103              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
7104              Subject: [PATCH 5.00557] 3-arg open
7105      Branch: perl
7106            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7107            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7108            ! proto.h t/comp/proto.t t/io/open.t
7109 ____________________________________________________________________________
7110 [  3785] By: gsar                                  on 1999/07/27  04:36:39
7111         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
7112              <roland.bauer@fff.at>)
7113      Branch: perl
7114            ! lib/Pod/Html.pm
7115 ____________________________________________________________________________
7116 [  3784] By: gsar                                  on 1999/07/27  03:56:17
7117         Log: change#3762 wasn't needed
7118      Branch: perl
7119            ! ext/B/B/CC.pm
7120 ____________________________________________________________________________
7121 [  3783] By: jhi                                   on 1999/07/26  19:08:21
7122         Log: Integrate with Sarathy.
7123      Branch: cfgperl
7124           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
7125           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
7126           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
7127 ____________________________________________________________________________
7128 [  3782] By: gsar                                  on 1999/07/26  18:16:50
7129         Log: update Changes, patchlevel &c.
7130      Branch: perl
7131            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7132            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7133 ____________________________________________________________________________
7134 [  3781] By: gsar                                  on 1999/07/26  17:54:47
7135         Log: a more correct fix for change#2744
7136              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7137              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
7138              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
7139              Subject: [PATCH _57] Re: toke.c questions 
7140      Branch: perl
7141            ! toke.c
7142 ____________________________________________________________________________
7143 [  3780] By: gsar                                  on 1999/07/26  17:37:04
7144         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
7145      Branch: perl
7146            ! pod/perlfunc.pod
7147 ____________________________________________________________________________
7148 [  3779] By: jhi                                   on 1999/07/26  16:37:23
7149         Log: Dusting off.
7150      Branch: cfgperl
7151            ! README.threads
7152 ____________________________________________________________________________
7153 [  3778] By: gsar                                  on 1999/07/26  13:28:46
7154         Log: avoid DIVZERO
7155      Branch: perl
7156            ! utils/dprofpp.PL
7157 ____________________________________________________________________________
7158 [  3777] By: gsar                                  on 1999/07/26  13:18:53
7159         Log: warnings identified by Borland compiler
7160      Branch: perl
7161            ! makedef.pl pp_ctl.c
7162 ____________________________________________________________________________
7163 [  3776] By: jhi                                   on 1999/07/26  13:07:36
7164         Log: Integrate with Sarathy.
7165      Branch: cfgperl
7166           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
7167 ____________________________________________________________________________
7168 [  3775] By: gsar                                  on 1999/07/26  12:55:43
7169         Log: avoid infinite recursion when Thread.pm croaks during
7170              bootstrap
7171      Branch: perl
7172            ! lib/Carp/Heavy.pm
7173 ____________________________________________________________________________
7174 [  3774] By: gsar                                  on 1999/07/26  12:43:02
7175         Log: integrate cfgperl contents into mainline
7176      Branch: perl
7177           +> lib/Carp/Heavy.pm
7178           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
7179           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
7180           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7181           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7182           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
7183 ____________________________________________________________________________
7184 [  3773] By: jhi                                   on 1999/07/26  12:40:29
7185         Log: Use long doubles only if they are useful.
7186      Branch: cfgperl
7187            ! ext/POSIX/POSIX.xs
7188 ____________________________________________________________________________
7189 [  3772] By: gsar                                  on 1999/07/26  12:33:11
7190         Log: typo in change#3768
7191      Branch: perl
7192            ! pp_hot.c
7193 ____________________________________________________________________________
7194 [  3771] By: gsar                                  on 1999/07/26  12:08:27
7195         Log: alpha-stage support for user-hooks in @INC
7196              From: Ken Fox <kfox@ford.com>
7197              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
7198              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
7199              Subject: Re: loading remote modules
7200      Branch: perl
7201            ! pp_ctl.c
7202 ____________________________________________________________________________
7203 [  3770] By: jhi                                   on 1999/07/26  11:38:36
7204         Log: Back out #3735.  Needs more work.
7205      Branch: cfgperl
7206            ! Makefile.SH cflags.SH configpm ext/util/make_ext
7207            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
7208            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
7209            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
7210            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
7211 ____________________________________________________________________________
7212 [  3769] By: jhi                                   on 1999/07/26  11:24:45
7213         Log: Integrate with Sarathy.
7214      Branch: cfgperl
7215           !> (integrate 35 files)
7216 ____________________________________________________________________________
7217 [  3768] By: gsar                                  on 1999/07/26  11:03:07
7218         Log: optimize method name lookup
7219              From: Chip Salzenberg <chip@perlsupport.com>
7220              Date: Thu, 22 Jul 1999 13:43:36 -0400
7221              Message-ID: <19990722134336.Q391@perlsupport.com>
7222              Subject: [PATCH] OP_METHOD_NAMED
7223      Branch: perl
7224            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
7225            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
7226            ! proto.h
7227 ____________________________________________________________________________
7228 [  3767] By: gsar                                  on 1999/07/26  10:44:11
7229         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
7230              foo()->()); rework grammar to remove conflicts
7231              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7232              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
7233              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
7234              Subject: [PATCH _57, long] Re: optional arrow asymmetry
7235      Branch: perl
7236            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
7237            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
7238            ! vms/perly_c.vms vms/perly_h.vms
7239 ____________________________________________________________________________
7240 [  3766] By: jhi                                   on 1999/07/26  10:18:56
7241         Log: Use $< instead of $*.c in *perlmain.o rules.
7242      Branch: cfgperl
7243            ! Makefile.SH
7244 ____________________________________________________________________________
7245 [  3765] By: gsar                                  on 1999/07/26  09:28:48
7246         Log: From: Ian Phillipps <ian@dial.pipex.com>
7247              Date: Fri, 23 Jul 1999 23:35:56 +0100
7248              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
7249              Subject: (Version 2) Extending unpack to deal with counted strings
7250      Branch: perl
7251            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7252 ____________________________________________________________________________
7253 [  3764] By: jhi                                   on 1999/07/26  09:17:26
7254         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7255              To: perl5-porters@perl.org (Mailing list Perl5)
7256              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
7257              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
7258              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
7259              
7260              The patch was based on 5_57 so had to re-apply lib/Carp.pm
7261              parts of changes #3498, #3696, and #3702 for the new
7262              lib/Carp/Heavy.pm.
7263      Branch: cfgperl
7264            + lib/Carp/Heavy.pm
7265            ! MANIFEST lib/Carp.pm
7266 ____________________________________________________________________________
7267 [  3763] By: gsar                                  on 1999/07/26  09:03:17
7268         Log: ~ isn't valid in VMS filenames
7269      Branch: perl
7270            ! lib/Pod/Html.pm
7271 ____________________________________________________________________________
7272 [  3762] By: gsar                                  on 1999/07/26  08:59:47
7273         Log: setstate stop-gap from Vishal Bhatia
7274      Branch: perl
7275            ! ext/B/B/CC.pm
7276 ____________________________________________________________________________
7277 [  3761] By: gsar                                  on 1999/07/26  08:06:39
7278         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
7279              add B::OP::name() method that returns just the op_name;
7280              convert Deparse et all to use that instead of B::OP::ppaddr();
7281              add support for OP_SETSTATE in Deparse
7282      Branch: perl
7283            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
7284            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7285            ! ext/B/B/Xref.pm opcode.h opcode.pl
7286 ____________________________________________________________________________
7287 [  3760] By: jhi                                   on 1999/07/26  07:14:43
7288         Log: Integrate with Sarathy.
7289      Branch: cfgperl
7290           !> (integrate 43 files)
7291 ____________________________________________________________________________
7292 [  3759] By: gsar                                  on 1999/07/26  05:12:24
7293         Log: add disclaimer about perl 4 libraries (modified version of
7294              patch suggested by Clinton Pierce <cpierce1@ford.com>)
7295      Branch: perl
7296            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
7297            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
7298            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
7299            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
7300            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
7301 ____________________________________________________________________________
7302 [  3758] By: gsar                                  on 1999/07/26  04:48:35
7303         Log: make reset() behave with high-bit characters
7304              From: Ian Phillipps <ian@dial.pipex.com>
7305              Date: Thu, 22 Jul 1999 22:48:59 +0100
7306              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
7307              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
7308      Branch: perl
7309            ! sv.c
7310 ____________________________________________________________________________
7311 [  3757] By: gsar                                  on 1999/07/26  04:40:32
7312         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
7313      Branch: perl
7314            ! pod/perlport.pod
7315 ____________________________________________________________________________
7316 [  3756] By: gsar                                  on 1999/07/26  04:20:37
7317         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
7318      Branch: perl
7319            ! utils/dprofpp.PL
7320 ____________________________________________________________________________
7321 [  3755] By: gsar                                  on 1999/07/26  04:18:00
7322         Log: disable VPATH for now (breaks x2p build)
7323      Branch: perl
7324            ! x2p/Makefile.SH
7325 ____________________________________________________________________________
7326 [  3754] By: gsar                                  on 1999/07/26  03:15:33
7327         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
7328              (%! has the necessary magic); misc typos
7329      Branch: perl
7330            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7331            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
7332            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
7333            ! utils/h2xs.PL
7334 ____________________________________________________________________________
7335 [  3753] By: gsar                                  on 1999/07/26  02:38:28
7336         Log: integrate cfgperl contents into mainline
7337      Branch: perl
7338           +> t/pragma/locale/latin1 t/pragma/locale/utf8
7339           !> (integrate 53 files)
7340 ____________________________________________________________________________
7341 [  3752] By: gsar                                  on 1999/07/26  02:11:31
7342         Log: ensure implicitly closed handles don't set $? or $!
7343      Branch: perl
7344            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
7345 ____________________________________________________________________________
7346 [  3751] By: gsar                                  on 1999/07/26  01:28:34
7347         Log: change#3534 didn't preserve undef return values from caller()
7348      Branch: perl
7349            ! Changes pp_ctl.c
7350 ____________________________________________________________________________
7351 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7352         Log: Back up a tiny bit from #3735.
7353              This may break builds outside the source directory
7354              but then again, they do not work that ell yet anyway.
7355      Branch: cfgperl
7356            ! Makefile.SH
7357 ____________________________________________________________________________
7358 [  3750] By: jhi                                   on 1999/07/25  20:59:29
7359         Log: Back up a tiny bit from #3735.
7360              This may break builds outside the source directory
7361              but then again, they do not work that ell yet anyway.
7362      Branch: cfgperl
7363            ! Makefile.SH
7364 ____________________________________________________________________________
7365 [  3749] By: jhi                                   on 1999/07/25  19:15:55
7366         Log: Integrate with Sarathy.
7367      Branch: cfgperl
7368           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
7369 ____________________________________________________________________________
7370 [  3748] By: jhi                                   on 1999/07/25  19:06:59
7371         Log: Recode locale.t so that the change in #3730
7372              is not needed and locale.t works both without
7373              and with the utf8 pragma.
7374      Branch: cfgperl
7375            + t/pragma/locale/latin1 t/pragma/locale/utf8
7376            ! MANIFEST t/pragma/locale.t
7377 ____________________________________________________________________________
7378 [  3747] By: jhi                                   on 1999/07/25  19:01:46
7379         Log: Like #3743.
7380      Branch: cfgperl
7381            ! utils/perlbug.PL
7382 ____________________________________________________________________________
7383 [  3746] By: gsar                                  on 1999/07/25  18:08:58
7384         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
7385              append a HISTORY section to POD if option is used
7386      Branch: perl
7387            ! utils/h2xs.PL
7388 ____________________________________________________________________________
7389 [  3745] By: gsar                                  on 1999/07/25  17:40:03
7390         Log: warn rather than die when parse_version() can't cut it (from
7391              Michael G Schwern <schwern@pobox.com>)
7392      Branch: perl
7393            ! lib/ExtUtils/MM_Unix.pm
7394 ____________________________________________________________________________
7395 [  3744] By: gsar                                  on 1999/07/25  16:32:48
7396         Log: make map behave like grep wrt indirect object slot when
7397              there are parentheses; revert an experimental mod by Larry
7398              in change#2038 that failed to parse %{{qw(a b c)}} properly
7399              (this means C<map {use Foo; ...} ...> still needs a proper
7400              fix)
7401      Branch: perl
7402            ! toke.c
7403 ____________________________________________________________________________
7404 [  3743] By: jhi                                   on 1999/07/25  16:24:55
7405         Log: Fix a typo in #3725.
7406      Branch: cfgperl
7407            ! utils/perlbug.PL
7408 ____________________________________________________________________________
7409 [  3742] By: jhi                                   on 1999/07/25  16:14:39
7410         Log: Integrate with Sarathy.
7411      Branch: cfgperl
7412           !> (integrate 26 files)
7413 ____________________________________________________________________________
7414 [  3741] By: jhi                                   on 1999/07/25  16:02:28
7415         Log: Cut-and-pasto in #3737.
7416      Branch: cfgperl
7417            ! perl.c
7418 ____________________________________________________________________________
7419 [  3740] By: gsar                                  on 1999/07/25  15:59:34
7420         Log: add note about glibc bug
7421      Branch: perl
7422            ! t/pragma/warn/pp_hot
7423 ____________________________________________________________________________
7424 [  3739] By: gsar                                  on 1999/07/25  15:48:40
7425         Log: fix bug in change#3728 that might free COPs prematurely;
7426              null(op) now does more thorough scrubbing of the op, which
7427              fixes a few compile-time memory "leaks"
7428      Branch: perl
7429            ! dump.c embed.h embed.pl op.c proto.h
7430 ____________________________________________________________________________
7431 [  3738] By: jhi                                   on 1999/07/25  14:15:26
7432         Log: In accordance with #3737.
7433      Branch: metaconfig
7434            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
7435            ! U/modified/Oldconfig.U
7436      Branch: metaconfig/U/perl
7437            ! Extensions.U
7438 ____________________________________________________________________________
7439 [  3737] By: jhi                                   on 1999/07/25  14:12:34
7440         Log: Use vendorprefixlib.
7441      Branch: cfgperl
7442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7443            ! config_h.SH perl.c
7444 ____________________________________________________________________________
7445 [  3736] By: jhi                                   on 1999/07/25  13:10:03
7446         Log: Populate metaconfig branch.
7447      Branch: metaconfig
7448            + (add 1468 files)
7449      Branch: metaconfig/U/perl
7450            + (add 101 files)
7451 ____________________________________________________________________________
7452 [  3735] By: jhi                                   on 1999/07/25  12:27:20
7453         Log: First steps of making builds outside the source
7454              directory possible.  These should get us as far
7455              as miniperl, then building DynaLoader falls into
7456              tiny twinkling pieces as MakeMaker knows nothing
7457              of VPATH mindset.
7458      Branch: cfgperl
7459            ! Configure Makefile.SH cflags.SH config_h.SH configpm
7460            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
7461            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
7462            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
7463            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
7464 ____________________________________________________________________________
7465 [  3734] By: jhi                                   on 1999/07/25  11:19:28
7466         Log: Poor Glossary--are we fixed yet?
7467      Branch: cfgperl
7468            ! Porting/Glossary
7469 ____________________________________________________________________________
7470 [  3733] By: jhi                                   on 1999/07/25  11:15:06
7471         Log: Change #3732 mistakenly clobbered Glossary.
7472      Branch: cfgperl
7473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7474            ! config_h.SH
7475 ____________________________________________________________________________
7476 [  3732] By: jhi                                   on 1999/07/25  10:46:39
7477         Log: Andy's new installation scheme (note: a lot of this
7478              leaked in already with change #3731).  The vendor*
7479              stuff is not used anywhere (in *.SH, say), so it
7480              isn't in Configure, either.
7481      Branch: cfgperl
7482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7483            ! config_h.SH
7484 ____________________________________________________________________________
7485 [  3731] By: jhi                                   on 1999/07/25  10:12:07
7486         Log: Circumcode a strange shell(?) bug in AIX found
7487              while trying to do -Duse64bits (which I couldn't do
7488              in the end because the CPU isn't 64-bit in that box,
7489              but at least now the probing doesn't crash.)
7490      Branch: cfgperl
7491            ! Configure config_h.SH hints/aix.sh
7492 ____________________________________________________________________________
7493 [  3730] By: gsar                                  on 1999/07/25  04:56:56
7494         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
7495              a utf8 bug in one of the new RE optimizations
7496      Branch: perl
7497            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
7498            ! t/pragma/locale.t
7499 ____________________________________________________________________________
7500 [  3729] By: jhi                                   on 1999/07/23  19:56:27
7501         Log: From: Andy Dougherty <doughera@lafayette.edu>
7502              To: Perl Porters <perl5-porters@perl.org>
7503              Subject: [PATCH 5.005_57] INSTALL-1.58
7504              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
7505              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
7506              
7507              plus
7508              
7509              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7510              To: Andy Dougherty <doughera@lafayette.edu>
7511              Cc: Perl Porters <perl5-porters@perl.org>
7512              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
7513              Date: Fri, 23 Jul 1999 13:38:25 -0400
7514              Message-ID: <19990723133825.A12033@O2.chapin.edu>
7515      Branch: cfgperl
7516            ! INSTALL
7517 ____________________________________________________________________________
7518 [  3728] By: gsar                                  on 1999/07/23  17:24:42
7519         Log: applied suggested patch for tracking line numbers correctly in
7520              optimized blocks with a single statement; changed setcop to
7521              setstate and added code for -Dx dumps
7522              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7523              Date: Wed, 23 Jun 1999 17:27:42 +0100
7524              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
7525              Subject: [PATCH 5.005_57] Line number error in optimised else() 
7526      Branch: perl
7527            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
7528            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
7529            ! pp_proto.h t/op/misc.t
7530 ____________________________________________________________________________
7531 [  3727] By: gsar                                  on 1999/07/23  15:56:04
7532         Log: avoid useless use of target for pp_each(); also fixes bugs due to
7533              refcount held by the target
7534      Branch: perl
7535            ! opcode.h opcode.pl pp.c t/op/each.t
7536 ____________________________________________________________________________
7537 [  3726] By: jhi                                   on 1999/07/23  12:08:30
7538         Log: Change #3725 aftershock.
7539      Branch: cfgperl
7540            ! INSTALL jpl/JNI/JNI.pm
7541 ____________________________________________________________________________
7542 [  3725] By: jhi                                   on 1999/07/23  11:58:49
7543         Log: Introduce $Config{ldlibpthname} which contains
7544              the name of the environment variable holding the
7545              dynamic library search path, often LD_LIBRARY_PATH.
7546              Use this new feature all over.
7547              Also removed remnants of admonition "add LD_LIBRARY_PATH
7548              before running make" because Makefile.SH does this for you. 
7549      Branch: cfgperl
7550            ! Configure Makefile.SH config_h.SH
7551            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
7552            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
7553            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
7554            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
7555            ! jpl/install-jpl utils/perlbug.PL
7556 ____________________________________________________________________________
7557 [  3724] By: jhi                                   on 1999/07/23  08:03:36
7558         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
7559              To: perl5-porters@perl.org
7560              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
7561              Date: Thu, 22 Jul 1999 19:58:34 -0400
7562              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
7563      Branch: cfgperl
7564            ! av.c
7565 ____________________________________________________________________________
7566 [  3723] By: gsar                                  on 1999/07/23  00:01:29
7567         Log: emit warning about function calls that were encountered too early
7568              to enforce their prototype
7569      Branch: perl
7570            ! op.c op.h pod/perldiag.pod
7571 ____________________________________________________________________________
7572 [  3722] By: jhi                                   on 1999/07/22  21:19:59
7573         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7574              To: perl5-porters@perl.org
7575              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
7576              Subject: [PATCH] MakeMaker documentation
7577              Date: Wed, 21 Jul 1999 14:15:42 -0400
7578              Message-ID: <19990721141542.A1800@O2.chapin.edu>
7579      Branch: cfgperl
7580            ! lib/ExtUtils/MakeMaker.pm
7581 ____________________________________________________________________________
7582 [  3721] By: jhi                                   on 1999/07/22  21:05:19
7583         Log: From: pvhp@forte.com (Peter Prymmer)
7584              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
7585              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
7586              Date: Wed, 21 Jul 99 17:15:39 PDT
7587              Message-Id: <9907220015.AA11931@forte.com>
7588      Branch: cfgperl
7589            ! hints/os390.sh
7590 ____________________________________________________________________________
7591 [  3720] By: jhi                                   on 1999/07/22  20:51:17
7592         Log: AIX magic: ccdlflags needs to be different for
7593              Perl itself and for extra-core extensions
7594              (as used by ExtUtilss::embed::ldopts).
7595              Based on the problems described in
7596              
7597              From: Mike W Ellwood <mwe@rl.ac.uk>
7598              To: perl5-porters@perl.org
7599              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
7600              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
7601              Reply-To: m.w.ellwood@rl.ac.uk
7602              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
7603      Branch: cfgperl
7604            ! Configure Makefile.SH config_h.SH hints/aix.sh
7605 ____________________________________________________________________________
7606 [  3719] By: jhi                                   on 1999/07/22  08:23:53
7607         Log: Update history records.
7608      Branch: cfgperl
7609            ! pod/perlhist.pod
7610 ____________________________________________________________________________
7611 [  3718] By: jhi                                   on 1999/07/21  13:54:42
7612         Log: Todododobedobedo.
7613      Branch: cfgperl
7614            ! Todo
7615 ____________________________________________________________________________
7616 [  3717] By: jhi                                   on 1999/07/21  12:10:48
7617         Log: Even more Todo.
7618      Branch: cfgperl
7619            ! Todo
7620 ____________________________________________________________________________
7621 [  3716] By: jhi                                   on 1999/07/21  11:40:39
7622         Log: Use Errno more extensively so that error
7623              messages are more portable (another way
7624              would be to muck around with LC_MESSAGES).
7625              Problem reported in
7626              
7627              From: oracle@pcr8.pcr.com
7628              To: perl5-porters@perl.org
7629              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
7630              Date: Mon, 19 Jul 1999 18:39:13 -0400
7631              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
7632      Branch: cfgperl
7633            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
7634            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
7635            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
7636 ____________________________________________________________________________
7637 [  3715] By: jhi                                   on 1999/07/21  11:05:36
7638         Log: Slightly modified patch.
7639              From: Sean Sheedy <seans@ncube.com>
7640              To: perl5-porters@perl.org
7641              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
7642              Date: Tue, 20 Jul 1999 09:52:06 -0700
7643              Message-Id: <3794A935.1C150E54@ncube.com>
7644      Branch: cfgperl
7645            ! cflags.SH x2p/cflags.SH
7646 ____________________________________________________________________________
7647 [  3714] By: jhi                                   on 1999/07/20  21:26:19
7648         Log: More Todo.
7649      Branch: cfgperl
7650            ! Todo
7651 ____________________________________________________________________________
7652 [  3713] By: jhi                                   on 1999/07/20  18:02:45
7653         Log: Integrate with Sarathy.
7654      Branch: cfgperl
7655           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7656           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7657           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
7658           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
7659           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
7660           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
7661           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
7662           +> utils/dprofpp.PL
7663           !> INSTALL MAINTAIN MANIFEST configure.com
7664           !> ext/Devel/Peek/Makefile.PL installman installperl
7665           !> pod/roffitall utils/Makefile vms/descrip_mms.template
7666           !> win32/Makefile win32/makefile.mk win32/win32.h
7667 ____________________________________________________________________________
7668 [  3712] By: gsar                                  on 1999/07/20  15:29:01
7669         Log: DProf tweak
7670      Branch: perl
7671            ! ext/Devel/DProf/DProf.xs
7672 ____________________________________________________________________________
7673 [  3711] By: gsar                                  on 1999/07/20  07:56:19
7674         Log: another DProf build tweak
7675      Branch: perl
7676            ! utils/dprofpp.PL
7677 ____________________________________________________________________________
7678 [  3710] By: gsar                                  on 1999/07/20  07:36:36
7679         Log: move DProf things around to where they are supposed to be
7680      Branch: perl
7681            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
7682            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
7683            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
7684            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
7685            + t/lib/dprof/test6_t t/lib/dprof/test6_v
7686           +> utils/dprofpp.PL
7687            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
7688            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
7689            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
7690            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
7691            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
7692            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
7693            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
7694            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
7695            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
7696            ! installperl pod/roffitall utils/Makefile
7697            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7698 ____________________________________________________________________________
7699 [  3709] By: gsar                                  on 1999/07/20  06:13:16
7700         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
7701      Branch: perl
7702            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7703            ! ext/Devel/Peek/Makefile.PL
7704 ____________________________________________________________________________
7705 [  3708] By: gsar                                  on 1999/07/20  06:01:22
7706         Log: move DProf to Devel/DProf
7707      Branch: perl
7708           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
7709           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
7710           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
7711           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
7712           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
7713           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
7714           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
7715           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
7716           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
7717           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
7718           +> ext/Devel/DProf/test.pl
7719            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7720            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7721            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7722            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7723            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7724            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7725            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7726            ! MAINTAIN MANIFEST configure.com win32/Makefile
7727            ! win32/makefile.mk
7728 ____________________________________________________________________________
7729 [  3707] By: gsar                                  on 1999/07/20  05:39:11
7730         Log: add Devel::DProf v19990108 from CPAN, as it was
7731      Branch: perl
7732            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
7733            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
7734            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
7735            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
7736            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
7737            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
7738            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
7739            ! MANIFEST
7740 ____________________________________________________________________________
7741 [  3706] By: gsar                                  on 1999/07/20  04:52:25
7742         Log: C<union any> needs no PERL_OBJECT-treatment
7743      Branch: perl
7744            ! win32/win32.h
7745 ____________________________________________________________________________
7746 [  3705] By: gsar                                  on 1999/07/20  04:11:54
7747         Log: fix problem in default build
7748      Branch: perl
7749            ! win32/Makefile win32/makefile.mk
7750 ____________________________________________________________________________
7751 [  3704] By: jhi                                   on 1999/07/19  07:06:36
7752         Log: Integrate with Sarathy.
7753      Branch: cfgperl
7754           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
7755           !> win32/win32.c
7756 ____________________________________________________________________________
7757 [  3703] By: gsar                                  on 1999/07/19  05:55:57
7758         Log: win32 nits
7759      Branch: perl
7760            ! makedef.pl sv.h
7761 ____________________________________________________________________________
7762 [  3702] By: gsar                                  on 1999/07/19  04:29:34
7763         Log: don't display tid from main thread (or testsuite breaks)
7764      Branch: perl
7765            ! lib/Carp.pm util.c
7766 ____________________________________________________________________________
7767 [  3701] By: gsar                                  on 1999/07/19  00:47:52
7768         Log: remove several doubled (and tripled!) entries
7769      Branch: perl
7770            ! pod/perldiag.pod
7771 ____________________________________________________________________________
7772 [  3700] By: gsar                                  on 1999/07/19  00:42:34
7773         Log: integrate cfgperl contents into mainline
7774      Branch: perl
7775           +> makedef.pl
7776            - perl_exp.SH win32/makedef.pl
7777           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7778           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
7779           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
7780           !> utf8.c util.c win32/Makefile win32/makefile.mk
7781 ____________________________________________________________________________
7782 [  3699] By: gsar                                  on 1999/07/19  00:33:59
7783         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
7784      Branch: perl
7785            ! Changes win32/win32.c
7786 ____________________________________________________________________________
7787 [  3698] By: jhi                                   on 1999/07/18  21:33:57
7788         Log: Integrate with Sarathy.
7789      Branch: cfgperl
7790           +> t/op/chars.t
7791           !> (integrate 57 files)
7792 ____________________________________________________________________________
7793 [  3697] By: gsar                                  on 1999/07/18  05:22:36
7794         Log: From: pvhp@forte.com (Peter Prymmer)
7795              Date: Thu, 1 Jul 99 19:31:24 PDT
7796              Message-Id: <9907020231.AA16942@forte.com>
7797              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
7798      Branch: perl
7799            + t/op/chars.t
7800            ! MANIFEST ebcdic.c t/op/ord.t
7801 ____________________________________________________________________________
7802 [  3696] By: gsar                                  on 1999/07/18  05:11:02
7803         Log: display thread id in diagnostics (suggested by Dan Sugalski)
7804      Branch: perl
7805            ! lib/Carp.pm util.c
7806 ____________________________________________________________________________
7807 [  3695] By: gsar                                  on 1999/07/18  04:57:47
7808         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
7809      Branch: perl
7810            ! pod/perldiag.pod
7811 ____________________________________________________________________________
7812 [  3694] By: gsar                                  on 1999/07/18  04:56:28
7813         Log: cache [NIUP]V conversions of defined READONLY values
7814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7815              Date: Sun, 11 Jul 1999 04:39:44 -0400
7816              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
7817              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
7818      Branch: perl
7819            ! sv.c
7820 ____________________________________________________________________________
7821 [  3693] By: gsar                                  on 1999/07/18  03:53:38
7822         Log: From: jan.dubois@ibm.net (Jan Dubois)
7823              Date: Sat, 17 Jul 1999 10:58:29 +0200
7824              Message-ID: <379144ad.13616689@smtp1.ibm.net>
7825              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
7826      Branch: perl
7827            ! lib/ExtUtils/Manifest.pm
7828 ____________________________________________________________________________
7829 [  3692] By: gsar                                  on 1999/07/18  03:51:03
7830         Log: remove spurious newSTATEOP() that causes goto to enter one too many
7831              contexts when jumping between if and elsif blocks
7832      Branch: perl
7833            ! perly.c perly.y pp_ctl.c t/op/goto.t
7834 ____________________________________________________________________________
7835 [  3691] By: gsar                                  on 1999/07/18  01:49:59
7836         Log: detypo, update Changes
7837      Branch: perl
7838            ! Changes doio.c
7839 ____________________________________________________________________________
7840 [  3690] By: gsar                                  on 1999/07/18  01:16:59
7841         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
7842      Branch: perl
7843            ! lib/integer.pm
7844 ____________________________________________________________________________
7845 [  3689] By: gsar                                  on 1999/07/18  00:47:17
7846         Log: ensure __END__ appears on a line by itself in wrapped
7847              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
7848              mention caveat about successfull kill()
7849      Branch: perl
7850            ! pod/perlfunc.pod win32/bin/pl2bat.pl
7851 ____________________________________________________________________________
7852 [  3688] By: gsar                                  on 1999/07/17  20:47:44
7853         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
7854      Branch: perl
7855            ! ext/SDBM_File/sdbm/Makefile.PL
7856 ____________________________________________________________________________
7857 [  3687] By: gsar                                  on 1999/07/17  20:43:27
7858         Log: make CC.pm use a distinct CCPP() macro rather than PP()
7859              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
7860      Branch: perl
7861            ! cc_runtime.h ext/B/B/CC.pm
7862 ____________________________________________________________________________
7863 [  3686] By: gsar                                  on 1999/07/17  20:39:08
7864         Log: tiny bug in vars.pm (from John Dlugosz)
7865      Branch: perl
7866            ! lib/vars.pm
7867 ____________________________________________________________________________
7868 [  3685] By: gsar                                  on 1999/07/17  20:37:27
7869         Log: applied suggested patch, along with later tweak
7870              From: jan.dubois@ibm.net (Jan Dubois)
7871              Date: Wed, 14 Jul 1999 23:53:43 +0200
7872              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
7873              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
7874      Branch: perl
7875            ! lib/Pod/Html.pm
7876 ____________________________________________________________________________
7877 [  3684] By: gsar                                  on 1999/07/17  20:24:32
7878         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
7879      Branch: perl
7880            ! thrdvar.h
7881 ____________________________________________________________________________
7882 [  3683] By: gsar                                  on 1999/07/17  20:21:01
7883         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7884              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
7885              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
7886              Subject: [PATCH 5.005_57] Segfaults if $^P
7887      Branch: perl
7888            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
7889            ! proto.h
7890 ____________________________________________________________________________
7891 [  3682] By: gsar                                  on 1999/07/17  20:04:17
7892         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
7893              and prefix/lib/perl5/man are ass_u_med only if those directories
7894              actually exist; else prefix/{lib,man} are used)
7895      Branch: perl
7896            ! lib/ExtUtils/MM_Unix.pm
7897 ____________________________________________________________________________
7898 [  3681] By: gsar                                  on 1999/07/17  19:12:33
7899         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
7900      Branch: perl
7901            ! op.c t/comp/proto.t
7902 ____________________________________________________________________________
7903 [  3680] By: gsar                                  on 1999/07/17  18:23:55
7904         Log: fix vec() on magic values
7905              From: Ian Phillipps <ian@dial.pipex.com>
7906              Date: Mon, 12 Jul 1999 12:30:05 +0100
7907              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
7908              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
7909      Branch: perl
7910            ! doop.c t/op/tie.t
7911 ____________________________________________________________________________
7912 [  3679] By: gsar                                  on 1999/07/17  18:10:44
7913         Log: make system() return -1 and set $! if exec of child failed
7914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7915              Date: Fri, 9 Jul 1999 05:21:13 -0400
7916              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
7917              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
7918      Branch: perl
7919            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
7920            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
7921 ____________________________________________________________________________
7922 [  3678] By: gsar                                  on 1999/07/17  17:54:01
7923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7924              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
7925              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
7926              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
7927      Branch: perl
7928            ! util.c
7929 ____________________________________________________________________________
7930 [  3677] By: gsar                                  on 1999/07/17  17:34:38
7931         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
7932              converted Ken's documentation outline into pod
7933      Branch: perl
7934            ! x2p/find2perl.PL
7935 ____________________________________________________________________________
7936 [  3676] By: gsar                                  on 1999/07/17  16:34:09
7937         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
7938              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
7939              Steve Lidie
7940      Branch: perl
7941            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
7942            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7943            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
7944            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
7945            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
7946            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
7947 ____________________________________________________________________________
7948 [  3675] By: gsar                                  on 1999/07/17  00:16:53
7949         Log: backout redundant change#3628
7950      Branch: perl
7951            ! Changes hints/bsdos.sh
7952 ____________________________________________________________________________
7953 [  3674] By: jhi                                   on 1999/07/15  14:26:03
7954         Log: Fix the bin/oct/hex constant overflow tests for
7955              long long platforms.
7956      Branch: cfgperl
7957            ! t/pragma/warn/util
7958 ____________________________________________________________________________
7959 [  3673] By: jhi                                   on 1999/07/14  21:59:11
7960         Log: Fixed AIX dynamic loading and AIX shared Perl library.
7961              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
7962              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
7963              Hijacked win32/makedef.pl for more general purpose export
7964              list building, now it is used (as toplevel makedef.pl)
7965              for win32 and AIX (perl_exp.SH made unnecessary).
7966              Because the export lists are now correct in AIX, no more linker
7967              warnings about "Exported symbol not defined" should appear.
7968      Branch: cfgperl
7969            + makedef.pl
7970            - perl_exp.SH win32/makedef.pl
7971            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
7972            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
7973            ! win32/makefile.mk
7974 ____________________________________________________________________________
7975 [  3672] By: gsar                                  on 1999/07/14  17:12:13
7976         Log: minor efficiency tweak
7977      Branch: perl
7978            ! pp_ctl.c
7979 ____________________________________________________________________________
7980 [  3671] By: jhi                                   on 1999/07/14  16:22:39
7981         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
7982              if its caller re_intuit_start() was entered with strend == strpos
7983              because end_shift ended up as -1.  The patch ain't necessarily
7984              correct but least the core dump is avoided.
7985      Branch: cfgperl
7986            ! regexec.c
7987 ____________________________________________________________________________
7988 [  3670] By: jhi                                   on 1999/07/13  07:59:09
7989         Log: Integrate with Sarathy.
7990      Branch: cfgperl
7991            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7992            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
7993           !> (integrate 67 files)
7994 ____________________________________________________________________________
7995 [  3669] By: gsar                                  on 1999/07/12  06:14:54
7996         Log: fixups for sundry warnings about function pointers
7997      Branch: perl
7998            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
7999            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
8000            ! win32/win32.c win32/win32.h
8001 ____________________________________________________________________________
8002 [  3668] By: gsar                                  on 1999/07/12  04:11:58
8003         Log: tweaks for win32/borland
8004      Branch: perl
8005            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
8006 ____________________________________________________________________________
8007 [  3667] By: gsar                                  on 1999/07/12  01:55:15
8008         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
8009              builds; passing the implicit context is unified among the three
8010              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
8011              flavors (see the top of perl.h) for testing; all varargs functions
8012              foo() have a va_list-taking variant vfoo() for generating the
8013              context-free versions; the PERL_OBJECT build should now be
8014              hyper-compatible with CPAN extensions (C++ is totally out of
8015              the picture)
8016              
8017              result has only been tested on Windows
8018              
8019              TODO: write docs on the THX rationale and idiomatic usage of
8020              the Perl API
8021      Branch: perl
8022            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8023            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8024            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
8025            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8026            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8027            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
8028            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8029            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
8030            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
8031            ! global.sym globals.c intrpvar.h iperlsys.h
8032            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8033            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
8034            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
8035            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
8036            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
8037            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
8038            ! win32/dl_win32.xs win32/include/dirent.h
8039            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8040            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8041            ! win32/win32iop.h win32/win32sck.c
8042 ____________________________________________________________________________
8043 [  3666] By: jhi                                   on 1999/07/11  22:00:13
8044         Log: Integrate with Sarathy.
8045      Branch: cfgperl
8046           !> op.c t/op/lex_assign.t
8047 ____________________________________________________________________________
8048 [  3665] By: jhi                                   on 1999/07/11  21:59:01
8049         Log: More manual sync.
8050      Branch: cfgperl
8051            ! pod/perldelta.pod
8052 ____________________________________________________________________________
8053 [  3664] By: gsar                                  on 1999/07/11  19:11:07
8054         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
8055              remedy and related tests via private mail
8056      Branch: perl
8057            ! op.c t/op/lex_assign.t
8058 ____________________________________________________________________________
8059 [  3663] By: jhi                                   on 1999/07/11  15:04:37
8060         Log: Manual synchronization with Sarathy (some files
8061              had drifted apart for no apparent reason), plus
8062              I had a typo in dl_vms.xs Sarathy had fixed.
8063      Branch: cfgperl
8064            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
8065 ____________________________________________________________________________
8066 [  3662] By: jhi                                   on 1999/07/10  12:23:21
8067         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
8068              to adapt to the underlying platform (the binary, 0b1..., test
8069              was broken in 64-bit platforms).  Also change "hex" in the
8070              warning messages to "hexadecimal" to match "binary" and "octal".
8071      Branch: cfgperl
8072            ! pod/perldiag.pod t/pragma/warn/util util.c
8073 ____________________________________________________________________________
8074 [  3661] By: jhi                                   on 1999/07/08  21:54:55
8075         Log: Integrate with Sarathy.
8076      Branch: cfgperl
8077           +> perlapi.c perlapi.h
8078           !> (integrate 43 files)
8079 ____________________________________________________________________________
8080 [  3660] By: gsar                                  on 1999/07/08  18:47:35
8081         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
8082      Branch: perl
8083            + perlapi.c perlapi.h
8084            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
8085            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
8086            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
8087            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
8088            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
8089            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
8090            ! win32/win32.h
8091 ____________________________________________________________________________
8092 [  3659] By: gsar                                  on 1999/07/08  18:41:45
8093         Log: sundry cleanups for clean build on windows
8094      Branch: perl
8095            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
8096 ____________________________________________________________________________
8097 [  3658] By: gsar                                  on 1999/07/08  01:24:25
8098         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
8099              type mismatch problems
8100      Branch: perl
8101            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
8102            ! t/pragma/warn/op toke.c utf8.c util.c
8103 ____________________________________________________________________________
8104 [  3657] By: jhi                                   on 1999/07/07  23:01:16
8105         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
8106      Branch: cfgperl
8107            ! pod/perldiag.pod
8108           !> Changes configure.com ext/B/B/Deparse.pm
8109           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
8110           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
8111           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
8112           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
8113           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
8114           !> t/pragma/overload.t thread.h vms/vms.c
8115 ____________________________________________________________________________
8116 [  3656] By: gsar                                  on 1999/07/07  21:04:38
8117         Log: integrate cfgperl contents
8118      Branch: perl
8119           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8120           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8121           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8122            ! Changes
8123           !> (integrate 45 files)
8124 ____________________________________________________________________________
8125 [  3655] By: gsar                                  on 1999/07/07  18:55:45
8126         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
8127              <pvhp@forte.com>
8128      Branch: perl
8129            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
8130 ____________________________________________________________________________
8131 [  3654] By: gsar                                  on 1999/07/07  18:47:03
8132         Log: change#1889 mistakenly removed F_SETLK
8133      Branch: perl
8134            ! ext/Fcntl/Fcntl.xs
8135 ____________________________________________________________________________
8136 [  3653] By: gsar                                  on 1999/07/07  18:42:42
8137         Log: B::Deparse update
8138              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8139              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
8140              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
8141              Subject: [PATCH _57, long] B::Deparse 0.58
8142      Branch: perl
8143            ! ext/B/B/Deparse.pm
8144 ____________________________________________________________________________
8145 [  3652] By: gsar                                  on 1999/07/07  18:41:07
8146         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8147              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
8148              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
8149              Subject: Re: [ID 19990705.001] Overloading boolean conversion
8150      Branch: perl
8151            ! gv.c t/pragma/overload.t
8152 ____________________________________________________________________________
8153 [  3651] By: gsar                                  on 1999/07/07  17:47:30
8154         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
8155      Branch: perl
8156            ! perlsfio.h
8157 ____________________________________________________________________________
8158 [  3650] By: gsar                                  on 1999/07/07  17:45:52
8159         Log: applied new parts of suggested patch
8160              From: Charles Bailey <BAILEY@newman.upenn.edu>
8161              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
8162              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
8163              Subject: [PATCH 5.005_57] Consolidated VMS patch
8164      Branch: perl
8165            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
8166            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
8167            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
8168            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
8169            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
8170 ____________________________________________________________________________
8171 [  3649] By: jhi                                   on 1999/07/07  13:38:02
8172         Log: Sync regcomp warn with reality.
8173      Branch: cfgperl
8174            ! t/pragma/warn/regcomp
8175 ____________________________________________________________________________
8176 [  3648] By: jhi                                   on 1999/07/07  13:04:55
8177         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
8178              resolved manually.
8179      Branch: cfgperl
8180           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8181           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8182           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8183            - README.lexwarn
8184           !> (integrate 79 files)
8185 ____________________________________________________________________________
8186 [  3647] By: gsar                                  on 1999/07/07  10:32:03
8187         Log: From: jan.dubois@ibm.net (Jan Dubois)
8188              Date: Thu, 01 Jul 1999 11:17:53 +0200
8189              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
8190              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
8191      Branch: perl
8192            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8193            ! lib/ExtUtils/MakeMaker.pm
8194 ____________________________________________________________________________
8195 [  3646] By: gsar                                  on 1999/07/07  10:27:55
8196         Log: fix undocumented IO::Handle functions as suggested
8197              by cj10@cam.ac.uk
8198      Branch: perl
8199            ! ext/IO/lib/IO/Handle.pm
8200 ____________________________________________________________________________
8201 [  3645] By: gsar                                  on 1999/07/07  10:18:55
8202         Log: prohibit thread join()ing itself (from Dan Sugalski)
8203      Branch: perl
8204            ! ext/Thread/Thread.xs
8205 ____________________________________________________________________________
8206 [  3644] By: gsar                                  on 1999/07/07  10:14:26
8207         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8208              Date: Wed, 30 Jun 1999 14:02:42 -0700
8209              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
8210              Subject:  [PATCH 5.005_57] Compiler and XSUBS
8211      Branch: perl
8212            ! ext/B/B/C.pm
8213 ____________________________________________________________________________
8214 [  3643] By: gsar                                  on 1999/07/07  10:08:38
8215         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
8216              (from François Désarménien <desar@club-internet.fr>)
8217      Branch: perl
8218            ! pod/perlsyn.pod
8219 ____________________________________________________________________________
8220 [  3642] By: gsar                                  on 1999/07/07  10:03:24
8221         Log: From: Doug MacEachern <dougm@cp.net>
8222              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
8223              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
8224              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
8225      Branch: perl
8226            ! ext/B/B.xs
8227 ____________________________________________________________________________
8228 [  3641] By: gsar                                  on 1999/07/07  10:00:57
8229         Log: slightly modified version of suggested patch
8230              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
8231              Date: Mon, 28 Jun 1999 14:23:59 -0400
8232              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
8233              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
8234      Branch: perl
8235            ! ext/POSIX/POSIX.xs
8236 ____________________________________________________________________________
8237 [  3640] By: gsar                                  on 1999/07/07  09:45:43
8238         Log: lexical warnings update (warning.t fails one test
8239              due to leaked scalar, investigation pending)
8240              From: paul.marquess@bt.com
8241              Date: Sat, 26 Jun 1999 23:19:52 +0100
8242              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
8243              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
8244      Branch: perl
8245            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
8246            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
8247            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
8248            - README.lexwarn
8249            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
8250            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8251            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
8252            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
8253            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8254            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
8255            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
8256            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8257            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8258            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8259            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8260            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8261            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
8262            ! warning.h warning.pl win32/win32.c
8263 ____________________________________________________________________________
8264 [  3639] By: gsar                                  on 1999/07/07  08:09:30
8265         Log: From: Brian Jepson <bjepson@home.com>
8266              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
8267              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
8268              Subject: Patch to JPL example program
8269      Branch: perl
8270            ! jpl/JPL_Rolo/JPL_Rolo.jpl
8271 ____________________________________________________________________________
8272 [  3638] By: jhi                                   on 1999/07/07  08:07:58
8273         Log: Integrate with Sarathy.
8274      Branch: cfgperl
8275           !> (integrate 34 files)
8276 ____________________________________________________________________________
8277 [  3637] By: gsar                                  on 1999/07/07  08:07:49
8278         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8279              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
8280              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
8281              Subject: [PATCH _57, long] Eliminate CONDOPs
8282      Branch: perl
8283            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
8284            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
8285            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
8286            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
8287            ! pod/perltoc.pod pp_ctl.c pp_hot.c
8288 ____________________________________________________________________________
8289 [  3636] By: gsar                                  on 1999/07/07  07:50:51
8290         Log: adapted suggested patch for IO-1.20x
8291              From: ian@dial.pipex.com
8292              Date:  Fri, 25 Jun 1999 10:39:42 +0100
8293              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
8294              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
8295      Branch: perl
8296            ! ext/IO/lib/IO/Socket.pm
8297 ____________________________________________________________________________
8298 [  3635] By: gsar                                  on 1999/07/07  07:26:05
8299         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
8300      Branch: perl
8301            ! hints/powerux.sh
8302 ____________________________________________________________________________
8303 [  3634] By: gsar                                  on 1999/07/07  07:20:02
8304         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8305              Date: Wed, 23 Jun 1999 16:16:05 +0100
8306              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
8307              Subject: [PATCH 5.005_57] memleak in optimizer
8308      Branch: perl
8309            ! embed.h embed.pl objXSUB.h op.c proto.h
8310 ____________________________________________________________________________
8311 [  3633] By: gsar                                  on 1999/07/07  07:10:52
8312         Log: add do-not-edit caveats for files generated by opcode.pl
8313              (suggested by Hugo van der Sanden)
8314      Branch: perl
8315            ! opcode.h opcode.pl pp.sym pp_proto.h
8316 ____________________________________________________________________________
8317 [  3632] By: gsar                                  on 1999/07/07  06:41:13
8318         Log: better diagnostics on read operations from write-only
8319              filehandles
8320      Branch: perl
8321            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
8322            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8323 ____________________________________________________________________________
8324 [  3631] By: gsar                                  on 1999/07/07  02:03:34
8325         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
8326              by David Muir Sharnoff <muir@idiom.com>)
8327      Branch: perl
8328            ! lib/Sys/Hostname.pm
8329 ____________________________________________________________________________
8330 [  3630] By: gsar                                  on 1999/07/07  01:57:16
8331         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8332              Date: Sun, 20 Jun 1999 17:17:17 -0700
8333              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
8334              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
8335      Branch: perl
8336            ! ext/B/B/CC.pm
8337 ____________________________________________________________________________
8338 [  3629] By: gsar                                  on 1999/07/07  01:46:03
8339         Log: installperl should write normal messages to STDOUT, not STDERR
8340      Branch: perl
8341            ! installperl
8342 ____________________________________________________________________________
8343 [  3628] By: gsar                                  on 1999/07/07  01:41:25
8344         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
8345      Branch: perl
8346            ! hints/bsdos.sh
8347 ____________________________________________________________________________
8348 [  3627] By: gsar                                  on 1999/07/07  00:27:10
8349         Log: make diagnostic on C<my $^I> etc., more readable
8350      Branch: perl
8351            ! op.c
8352 ____________________________________________________________________________
8353 [  3626] By: gsar                                  on 1999/07/06  23:47:27
8354         Log: From: Andy Dougherty <doughera@lafayette.edu>
8355              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
8356              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
8357              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
8358      Branch: perl
8359            ! Makefile.SH utils/Makefile
8360 ____________________________________________________________________________
8361 [  3625] By: jhi                                   on 1999/07/06  21:50:46
8362         Log: Some new files of #3624 missing from MANIFEST.
8363      Branch: cfgperl
8364            ! MANIFEST
8365 ____________________________________________________________________________
8366 [  3624] By: jhi                                   on 1999/07/06  21:47:04
8367         Log: POSIX [[:character class:]] support for standard, locale,
8368              and utf8.  If both utf8 and locale are on, utf8 wins.
8369              I don't fully understand why so many tables changed in
8370              lib/unicode because of "make" -- maybe it was just overdue.
8371      Branch: cfgperl
8372            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
8373            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
8374            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
8375            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
8376            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
8377            ! lib/unicode/Block.pl lib/unicode/Category.pl
8378            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8379            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
8380            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
8381            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
8382            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
8383            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
8384            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
8385            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
8386            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
8387            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
8388            ! t/pragma/warn/regcomp utf8.c
8389 ____________________________________________________________________________
8390 [  3623] By: gsar                                  on 1999/07/06  20:52:48
8391         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8392              Date: Wed, 16 Jun 1999 14:57:22 -0400
8393              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
8394              Subject: [PATCH 5.00557] Devel::Peek
8395      Branch: perl
8396            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8397 ____________________________________________________________________________
8398 [  3622] By: gsar                                  on 1999/07/06  20:22:59
8399         Log: applied patch after demunging headers with appropriate paths
8400              From: "Vishal Bhatia" <vishalb@my-deja.com>
8401              Date: Sat, 12 Jun 1999 08:23:59 -0700
8402              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
8403              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
8404      Branch: perl
8405            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
8406            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
8407 ____________________________________________________________________________
8408 [  3621] By: gsar                                  on 1999/07/06  20:10:50
8409         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8410              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
8411              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
8412              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
8413      Branch: perl
8414            ! doio.c
8415 ____________________________________________________________________________
8416 [  3620] By: jhi                                   on 1999/07/06  19:16:47
8417         Log: Mention EPOC and SOCKS.
8418      Branch: cfgperl
8419            ! pod/perldelta.pod
8420 ____________________________________________________________________________
8421 [  3619] By: gsar                                  on 1999/07/06  16:52:37
8422         Log: fix int vs STRLEN issue
8423      Branch: perl
8424            ! pp.c
8425 ____________________________________________________________________________
8426 [  3618] By: jhi                                   on 1999/07/06  16:52:20
8427         Log: There ain't Perl_atonv().
8428      Branch: cfgperl
8429            ! ext/ByteLoader/bytecode.h
8430 ____________________________________________________________________________
8431 [  3617] By: jhi                                   on 1999/07/06  15:55:22
8432         Log: Integrate with Sarathy.
8433      Branch: cfgperl
8434           !> Makefile.SH
8435 ____________________________________________________________________________
8436 [  3616] By: jhi                                   on 1999/07/06  15:54:09
8437         Log: Tweak for #3613.
8438      Branch: cfgperl
8439            ! Configure config_h.SH
8440 ____________________________________________________________________________
8441 [  3615] By: gsar                                  on 1999/07/06  11:00:21
8442         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8443              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
8444              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
8445              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
8446      Branch: perl
8447            ! Makefile.SH
8448 ____________________________________________________________________________
8449 [  3614] By: jhi                                   on 1999/07/06  10:44:48
8450         Log: Integrate with Sarathy.
8451      Branch: cfgperl
8452           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
8453           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
8454 ____________________________________________________________________________
8455 [  3613] By: jhi                                   on 1999/07/06  10:43:20
8456         Log: From: Nathan Kurz <nate@valleytel.net>
8457              Subject: [ID 19990612.001 compiling three deep modules within ext/]
8458              ply-To: nate@valleytel.net
8459              erl5-porters@perl.org
8460              Date: Sat, 12 Jun 1999 01:26:04 -0500
8461              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
8462      Branch: cfgperl
8463            ! Configure config_h.SH
8464 ____________________________________________________________________________
8465 [  3612] By: gsar                                  on 1999/07/06  10:17:52
8466         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8467              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
8468              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
8469              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
8470      Branch: perl
8471            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
8472 ____________________________________________________________________________
8473 [  3611] By: gsar                                  on 1999/07/06  09:51:20
8474         Log: From: pvhp@forte.com (Peter Prymmer)
8475              Date: Fri, 11 Jun 99 17:07:19 PDT
8476              Message-Id: <9906120007.AA13802@forte.com>
8477              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
8478      Branch: perl
8479            ! ext/IO/lib/IO/File.pm
8480 ____________________________________________________________________________
8481 [  3610] By: gsar                                  on 1999/07/06  09:37:37
8482         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
8483              tweak)
8484              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8485              Date: Wed, 09 Jun 1999 18:27:51 +0100
8486              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
8487              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
8488      Branch: perl
8489            ! perl.h t/base/rs.t
8490 ____________________________________________________________________________
8491 [  3609] By: jhi                                   on 1999/07/06  09:28:48
8492         Log: Integrate with Sarathy.
8493      Branch: cfgperl
8494           !> (integrate 49 files)
8495 ____________________________________________________________________________
8496 [  3608] By: gsar                                  on 1999/07/06  09:28:21
8497         Log: test tweak
8498      Branch: perl
8499            ! t/pragma/warn/op
8500 ____________________________________________________________________________
8501 [  3607] By: jhi                                   on 1999/07/06  09:22:48
8502         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
8503      Branch: cfgperl
8504            ! Configure config_h.SH
8505 ____________________________________________________________________________
8506 [  3606] By: gsar                                  on 1999/07/06  09:05:02
8507         Log: applied slightly tweaked version of suggested patch for
8508              improved RE API
8509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8510              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
8511              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
8512              Subject: [PATCH 5.005_57] REx engine rehash
8513      Branch: perl
8514            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
8515            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
8516            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
8517            ! util.c
8518 ____________________________________________________________________________
8519 [  3605] By: gsar                                  on 1999/07/06  08:54:03
8520         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
8521      Branch: perl
8522            ! sv.c
8523 ____________________________________________________________________________
8524 [  3604] By: gsar                                  on 1999/07/06  07:08:30
8525         Log: From: paul.marquess@bt.com
8526              Date: Tue, 8 Jun 1999 22:37:58 +0100 
8527              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
8528              Subject: [PATCH 5.005_57] DB_File 1.67
8529      Branch: perl
8530            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8531            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8532 ____________________________________________________________________________
8533 [  3603] By: gsar                                  on 1999/07/06  07:04:50
8534         Log: From: paul.marquess@bt.com
8535              Date: Tue, 8 Jun 1999 22:34:01 +0100 
8536              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
8537              Subject: [PATCH 5.005_57] DBM Filters
8538      Branch: perl
8539            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8540            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
8541            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
8542            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
8543 ____________________________________________________________________________
8544 [  3602] By: gsar                                  on 1999/07/06  07:00:01
8545         Log: slightly tweaked version of suggested patch
8546              From: Dan Sugalski <sugalskd@ous.edu>
8547              Date: Tue, 08 Jun 1999 14:09:38 -0700
8548              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
8549              Subject: [PATCH 5.005_57]Use NV instead of double in the core
8550      Branch: perl
8551            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
8552            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
8553            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
8554            ! proto.h sv.c sv.h toke.c universal.c util.c
8555 ____________________________________________________________________________
8556 [  3601] By: gsar                                  on 1999/07/06  06:52:57
8557         Log: integrate cfgperl contents into mainline
8558      Branch: perl
8559           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8560           +> epoc/perl.mmp epoc/perl.pkg
8561           !> (integrate 30 files)
8562 ____________________________________________________________________________
8563 [  3598] By: jhi                                   on 1999/07/05  20:02:55
8564         Log: Integrate with mainperl.
8565      Branch: cfgperl
8566           +> lib/CGI/Pretty.pm
8567           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8568           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
8569           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
8570           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
8571           !> vms/vmsish.h
8572 ____________________________________________________________________________
8573 [  3597] By: jhi                                   on 1999/07/05  19:59:48
8574         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
8575              that addresses the notorious "Additional libraries" question.
8576      Branch: cfgperl
8577            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8578            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
8579            ! pp_sys.c
8580 ____________________________________________________________________________
8581 [  3596] By: gsar                                  on 1999/07/05  18:30:51
8582         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8583              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
8584              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
8585              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
8586      Branch: perl
8587            ! pp_sys.c t/lib/io_udp.t
8588 ____________________________________________________________________________
8589 [  3595] By: gsar                                  on 1999/07/05  18:29:08
8590         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8591              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
8592              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
8593              Subject: [PATCH 5.00557] Setting $^E wipes out $!
8594      Branch: perl
8595            ! mg.c
8596 ____________________________________________________________________________
8597 [  3594] By: gsar                                  on 1999/07/05  18:24:53
8598         Log: hand-apply whitespace mutiliated patch
8599              From: Dan Sugalski <sugalskd@osshe.edu>
8600              Date: Mon, 07 Jun 1999 14:46:42 -0700
8601              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
8602              Subject: [PATCH 5.005_57]Updated VMS patch
8603      Branch: perl
8604            ! thread.h vms/descrip_mms.template vms/subconfigure.com
8605            ! vms/vms.c vms/vmsish.h
8606 ____________________________________________________________________________
8607 [  3593] By: gsar                                  on 1999/07/05  17:53:04
8608         Log: applied parts not duplicated by previous patches
8609              From: "Vishal Bhatia" <vishalb@my-deja.com>
8610              Date: Sat, 05 Jun 1999 08:42:17 -0700
8611              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
8612              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
8613      Branch: perl
8614            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8615            ! ext/B/B/Stackobj.pm
8616 ____________________________________________________________________________
8617 [  3592] By: jhi                                   on 1999/07/05  17:17:22
8618         Log: AIX threaded build, plus few more on the side.
8619      Branch: cfgperl
8620            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
8621            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8622            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
8623            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
8624 ____________________________________________________________________________
8625 [  3591] By: gsar                                  on 1999/07/05  16:52:34
8626         Log: "\e" and "\a" didn't produce right escape under EBCDIC
8627              From: pvhp@forte.com (Peter Prymmer)
8628              Date: Fri, 4 Jun 99 12:00:27 PDT
8629              Message-Id: <9906041900.AA28387@forte.com>
8630              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
8631      Branch: perl
8632            ! toke.c
8633 ____________________________________________________________________________
8634 [  3590] By: gsar                                  on 1999/07/05  16:40:01
8635         Log: s/scalar ref constructor/single ref constructor/ (suggested
8636              by Stephen McCamant)
8637      Branch: perl
8638            ! opcode.h opcode.pl
8639 ____________________________________________________________________________
8640 [  3589] By: gsar                                  on 1999/07/05  16:34:06
8641         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
8642      Branch: perl
8643            ! ext/GDBM_File/GDBM_File.xs
8644 ____________________________________________________________________________
8645 [  3588] By: gsar                                  on 1999/07/05  16:29:39
8646         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
8647              is unchanged still)
8648      Branch: perl
8649            ! op.c
8650 ____________________________________________________________________________
8651 [  3587] By: jhi                                   on 1999/07/05  10:31:43
8652         Log: Make perl_exp.SH smarter about what to include and what to exclude.
8653      Branch: cfgperl
8654            ! perl_exp.SH
8655 ____________________________________________________________________________
8656 [  3586] By: jhi                                   on 1999/07/05  09:29:31
8657         Log: Remove unnecessary and extraneous my $i = 0.
8658      Branch: cfgperl
8659            ! bytecode.pl
8660 ____________________________________________________________________________
8661 [  3585] By: jhi                                   on 1999/07/05  07:28:59
8662         Log: Integrate with mainperl.
8663      Branch: cfgperl
8664           !> (integrate 30 files)
8665 ____________________________________________________________________________
8666 [  3584] By: gsar                                  on 1999/07/05  05:36:28
8667         Log: From: Vishal Bhatia <vishalb@hotmail.com>
8668              Date: Thu, 03 Jun 1999 00:57:48 PDT
8669              Message-ID: <19990603075749.86665.qmail@hotmail.com>
8670              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
8671      Branch: perl
8672            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
8673 ____________________________________________________________________________
8674 [  3583] By: gsar                                  on 1999/07/05  05:31:19
8675         Log: suppress fancy display when in verbose mode (suggested by
8676              Paul Johnson <pjcj@transeda.com>)
8677      Branch: perl
8678            ! lib/Test/Harness.pm
8679 ____________________________________________________________________________
8680 [  3582] By: gsar                                  on 1999/07/05  05:17:12
8681         Log: cygwin32 update
8682              From: "Fifer, Eric" <EFifer@sanwaint.com>
8683              Date:  Wed, 2 Jun 1999 15:16:05 +0100
8684              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
8685              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
8686      Branch: perl
8687            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
8688            ! cygwin32/build-instructions.READFIRST
8689            ! cygwin32/build-instructions.charles-wilson
8690            ! cygwin32/build-instructions.sebastien-barre
8691            ! cygwin32/build-instructions.steven-morlock
8692            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
8693            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
8694            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
8695            ! t/op/magic.t util.c
8696 ____________________________________________________________________________
8697 [  3581] By: gsar                                  on 1999/07/05  02:46:18
8698         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
8699      Branch: perl
8700            ! util.c
8701 ____________________________________________________________________________
8702 [  3580] By: gsar                                  on 1999/07/05  02:38:03
8703         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
8704              Date: Mon, 31 May 1999 18:18:13 -0600
8705              Message-ID: <19990601001813.AAA17834@csgsystems.com>
8706              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
8707      Branch: perl
8708            ! t/TEST t/UTEST t/harness utils/perlcc.PL
8709 ____________________________________________________________________________
8710 [  3579] By: gsar                                  on 1999/07/05  01:20:58
8711         Log: compatibility tweak for Class::Struct
8712      Branch: perl
8713            ! lib/Class/Struct.pm
8714 ____________________________________________________________________________
8715 [  3578] By: jhi                                   on 1999/07/04  23:26:01
8716         Log: Miscellaneus AIX fixes + SOCKS support.
8717      Branch: cfgperl
8718            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8719            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
8720            ! hints/aix.sh pp_sys.c
8721 ____________________________________________________________________________
8722 [  3577] By: gsar                                  on 1999/07/04  23:07:39
8723         Log: test tweak
8724      Branch: perl
8725            ! t/io/openpid.t
8726 ____________________________________________________________________________
8727 [  3576] By: jhi                                   on 1999/07/04  22:39:23
8728         Log: Integrate with mainperl.
8729      Branch: cfgperl
8730           +> t/io/openpid.t
8731            - win32/perlhost.h
8732           !> (integrate 51 files)
8733 ____________________________________________________________________________
8734 [  3575] By: jhi                                   on 1999/07/04  22:26:48
8735         Log: Added 64-bit support for AIX 4.3 or better
8736              based on Martin H. Rusoff's observations.
8737      Branch: cfgperl
8738            ! Configure config_h.SH hints/aix.sh
8739 ____________________________________________________________________________
8740 [  3574] By: jhi                                   on 1999/07/04  21:34:47
8741         Log: Do not throw away gccvers compilation errors.
8742              From: Andy Dougherty <doughera@lafayette.edu>
8743              To: Ron Seguin <rseguin@on.bell.ca>
8744              Cc: Perl Porters <perl5-porters@perl.org>
8745              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
8746              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
8747              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
8748      Branch: cfgperl
8749            ! Configure config_h.SH
8750 ____________________________________________________________________________
8751 [  3573] By: gsar                                  on 1999/07/04  21:10:32
8752         Log: adapted suggested tests for addition to testsuite
8753              From: RonaldWS@aol.com
8754              Date:  Sun, 30 May 1999 16:27:28 EDT
8755              Message-Id:  <25cd799f.2482f930@aol.com>
8756              Subject: [19990530.007] Open with pipe | does not return pid under win32
8757      Branch: perl
8758            + t/io/openpid.t
8759            ! MANIFEST win32/win32.c
8760 ____________________________________________________________________________
8761 [  3572] By: gsar                                  on 1999/07/04  20:29:32
8762         Log: perl_run() should call my_exit(0) for normal completion
8763      Branch: perl
8764            ! perl.c
8765 ____________________________________________________________________________
8766 [  3571] By: jhi                                   on 1999/07/04  20:10:44
8767         Log: Add test for change #3568 plus general cleanup.
8768      Branch: cfgperl
8769            ! t/pragma/locale.t
8770 ____________________________________________________________________________
8771 [  3570] By: gsar                                  on 1999/07/04  20:03:21
8772         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
8773              overloading
8774      Branch: perl
8775            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8776            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
8777 ____________________________________________________________________________
8778 [  3569] By: gsar                                  on 1999/07/04  18:04:48
8779         Log: make AIX dynaloading work when libperl is shared (and thus under
8780              mod_perl etc.)
8781              From: Jens-Uwe Mager <jum@helios.de>
8782              Date:  Sat, 29 May 1999 17:09:52 +0200
8783              Message-Id:  <199905291509.RAA43978@ans.helios.de>
8784              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
8785      Branch: perl
8786            ! ext/DynaLoader/dl_aix.xs
8787 ____________________________________________________________________________
8788 [  3568] By: jhi                                   on 1999/07/04  14:54:23
8789         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
8790              This resulted for example in the 'o' magic not being cleared by
8791              magic_setcollxfrm(), which resulted in strange cmp results.
8792              The bug was reported originally in the message
8793              Subject: Bug with locale
8794              From: Jan Starzynski <jan@planet.de> 
8795              To: perlbug@perl.com 
8796              Date: Fri, 09 Apr 1999 13:23:07 +0200 
8797              Message-ID: <370DE31B.DAEE1332@planet.de> 
8798      Branch: cfgperl
8799            ! pp.c
8800 ____________________________________________________________________________
8801 [  3567] By: gsar                                  on 1999/07/04  02:38:34
8802         Log: remove misleading info on defined(&func), unclutter deprecation
8803              about defined(@array)
8804      Branch: perl
8805            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8806            ! t/pragma/warn/op
8807 ____________________________________________________________________________
8808 [  3566] By: gsar                                  on 1999/07/04  01:46:31
8809         Log: From: jan.dubois@ibm.net (Jan Dubois)
8810              Date: Wed, 26 May 1999 22:07:17 +0200
8811              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
8812              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
8813      Branch: perl
8814            ! Changes win32/win32.c win32/win32.h
8815 ____________________________________________________________________________
8816 [  3565] By: gsar                                  on 1999/07/04  01:26:02
8817         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
8818              for win32 issues)
8819      Branch: perl
8820            ! pod/perlxstut.pod
8821 ____________________________________________________________________________
8822 [  3564] By: gsar                                  on 1999/07/02  03:09:04
8823         Log: avoid warnings
8824      Branch: perl
8825            ! ext/Thread/Thread/Specific.pm lib/fields.pm
8826 ____________________________________________________________________________
8827 [  3563] By: gsar                                  on 1999/06/28  19:23:47
8828         Log: inc version (for CPAN.pm sanity)
8829      Branch: perl
8830            ! lib/Text/ParseWords.pm
8831 ____________________________________________________________________________
8832 [  3562] By: gsar                                  on 1999/06/28  19:19:01
8833         Log: regen perltoc
8834      Branch: perl
8835            ! pod/perltoc.pod
8836 ____________________________________________________________________________
8837 [  3561] By: gsar                                  on 1999/06/28  19:08:41
8838         Log: From: Damian Conway <damian@cs.monash.edu.au>
8839              Date: Wed, 26 May 1999 00:58:35 -0400
8840              Message-Id: <199905260458.AAA06411@defender.perl.org>
8841              Subject: [19990526.002] Misc. improvements to Class:Struct
8842      Branch: perl
8843            ! MANIFEST lib/Class/Struct.pm
8844 ____________________________________________________________________________
8845 [  3560] By: gsar                                  on 1999/06/28  18:50:52
8846         Log: remove bogus PL_optype_size
8847      Branch: perl
8848            ! bytecode.pl ext/ByteLoader/byterun.h
8849 ____________________________________________________________________________
8850 [  3559] By: gsar                                  on 1999/06/28  18:22:26
8851         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
8852      Branch: perl
8853            + lib/CGI/Pretty.pm
8854            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
8855            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
8856            ! t/lib/cgi-html.t t/lib/cgi-request.t
8857 ____________________________________________________________________________
8858 [  3558] By: jhi                                   on 1999/06/28  07:30:21
8859         Log: Change Olaf Lebbe's email address.
8860      Branch: cfgperl
8861            ! README.epoc
8862 ____________________________________________________________________________
8863 [  3557] By: gsar                                  on 1999/06/28  00:07:33
8864         Log: make autogenerated files writable
8865      Branch: perl
8866            - win32/perlhost.h
8867            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
8868            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8869            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
8870            ! proto.h regnodes.h warning.h win32/config_H.bc
8871            ! win32/config_H.gc win32/config_H.vc
8872 ____________________________________________________________________________
8873 [  3556] By: jhi                                   on 1999/06/27  19:22:53
8874         Log: Update MANIFEST to match #3555.
8875      Branch: cfgperl
8876            ! MANIFEST
8877 ____________________________________________________________________________
8878 [  3555] By: jhi                                   on 1999/06/27  19:16:22
8879         Log: EPOC port to Psion5.
8880              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8881              To: Jarkko Hietaniemi <jhi@iki.fi>
8882              Cc: perl5-porters@perl.org
8883              Subject: Re: Psion5
8884              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
8885              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
8886      Branch: cfgperl
8887            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
8888            + epoc/perl.mmp epoc/perl.pkg
8889            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
8890            ! perl.h sv.c util.c
8891 ____________________________________________________________________________
8892 [  3554] By: jhi                                   on 1999/06/27  18:50:52
8893         Log: Integrate from mainperl.
8894      Branch: cfgperl
8895           !> (integrate 48 files)
8896 ____________________________________________________________________________
8897 [  3553] By: gsar                                  on 1999/06/27  14:28:49
8898         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
8899              gone from the public API); PERL_OBJECT builds again on
8900              windows
8901              
8902              TODO: namespace-clean the typedefs in iperlsys.h and
8903              elsewhere; remove C++ remnants from public headers
8904      Branch: perl
8905            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
8906            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8907            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8908            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
8909            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
8910            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
8911            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
8912            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
8913            ! win32/config.gc win32/config.vc win32/dl_win32.xs
8914            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
8915            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
8916            ! win32/win32sck.c
8917 ____________________________________________________________________________
8918 [  3552] By: gsar                                  on 1999/06/27  13:49:31
8919         Log: integrate cfgperl changes into mainline
8920      Branch: perl
8921           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8922           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8923           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8924           !> util.c
8925 ____________________________________________________________________________
8926 [  3551] By: gsar                                  on 1999/06/27  13:31:11
8927         Log: fix indents
8928      Branch: perl
8929            ! op.c
8930 ____________________________________________________________________________
8931 [  3550] By: gsar                                  on 1999/06/24  22:42:53
8932         Log: update Changes
8933      Branch: perl
8934            ! Changes
8935 ____________________________________________________________________________
8936 [  3549] By: gsar                                  on 1999/06/24  22:41:17
8937         Log: avoid race condition in the CAPI extension bootstrap handler
8938      Branch: perl
8939            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
8940 ____________________________________________________________________________
8941 [  3548] By: gsar                                  on 1999/06/24  22:39:53
8942         Log: sanity check to cover the case when perl is installed into the
8943              X:\ (drive root)
8944      Branch: perl
8945            ! win32/win32.c
8946 ____________________________________________________________________________
8947 [  3547] By: gsar                                  on 1999/06/22  19:30:32
8948         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
8949      Branch: perl
8950            ! lib/Tie/RefHash.pm
8951 ____________________________________________________________________________
8952 [  3544] By: jhi                                   on 1999/06/18  19:24:28
8953         Log: Tidy up #3542 and #3543. 
8954      Branch: cfgperl
8955            ! t/pragma/locale.t util.c
8956 ____________________________________________________________________________
8957 [  3543] By: jhi                                   on 1999/06/18  10:28:45
8958         Log: Spice up locale.t.
8959      Branch: cfgperl
8960            ! t/pragma/locale.t
8961 ____________________________________________________________________________
8962 [  3542] By: jhi                                   on 1999/06/17  22:42:03
8963         Log: Fixed two long-standing locale bugs.
8964              
8965              Both problems were related to numeric locale which
8966              controls the radix character aka the decimal separator.
8967              (1) printf (and sprintf) were resetting the numeric locale to C.
8968              (2) Using locale-numerically formatted floating point
8969              numbers (e.g. "1,23") together with -w caused warnings about
8970              "isn't numeric".  The operations were working fine, though,
8971              because atof() was using the local locale.
8972              Both problems reported by Stefan Vogtner.
8973              
8974              Introduced a wrapper for atof() that attempts to convert
8975              the string both ways.  This helps Perl to understand
8976              numbers like this "4.56" even when using a local locale
8977              makes atof() understand only numbers like this "7,89".
8978              
8979              Remaining related problems, both of which existed before
8980              this patch and continue to exist after this patch:
8981              (a) The behaviour of print() is _not_ as documented by perllocale.
8982              Instead of always using the C locale, print() does use the
8983              local locale, just like the *printf() do.  This may be fixable
8984              now that switching to-and-fro between locales has been made
8985              more consistent, but fixing print() would change existing
8986              behaviour.  perllocale is not changed by this patch.
8987              (b) If a number has been stringified (say, via "$number") under
8988              a local locale, the cached string value persists even under
8989              "no locale".  This may or may not be a problem: operations
8990              work fine because the original number is still there, but
8991              that the string form keeps its locale-ish outlook may be
8992              somewhat confusing.
8993      Branch: cfgperl
8994            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8995            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
8996            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
8997            ! util.c
8998 ____________________________________________________________________________
8999 [  3541] By: jhi                                   on 1999/06/17  20:00:16
9000         Log: Integrate from mainperl.
9001      Branch: cfgperl
9002           !> ext/Data/Dumper/Dumper.pm op.c
9003 ____________________________________________________________________________
9004 [  3540] By: gsar                                  on 1999/06/16  16:49:55
9005         Log: dump C<0> as such, not C<'0'>
9006      Branch: perl
9007            ! ext/Data/Dumper/Dumper.pm
9008 ____________________________________________________________________________
9009 [  3539] By: gsar                                  on 1999/06/13  04:04:40
9010         Log: fix coredumper in change#3498
9011      Branch: perl
9012            ! op.c
9013 ____________________________________________________________________________
9014 [  3538] By: jhi                                   on 1999/06/12  22:01:26
9015         Log: Integrate from mainperl.
9016      Branch: cfgperl
9017           +> lib/caller.pm
9018           !> (integrate 36 files)
9019 ____________________________________________________________________________
9020 [  3537] By: gsar                                  on 1999/06/12  06:43:03
9021         Log: EXTERN_C declarations for global arrays in various
9022              headers, so perl can be built even in C++ mode; win32
9023              build fixups; regen headers
9024      Branch: perl
9025            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
9026            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
9027 ____________________________________________________________________________
9028 [  3536] By: gsar                                  on 1999/06/12  06:38:21
9029         Log: caller.pm typos
9030      Branch: perl
9031            ! lib/caller.pm
9032 ____________________________________________________________________________
9033 [  3535] By: gsar                                  on 1999/06/11  23:13:54
9034         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
9035              is temporarily gone
9036      Branch: perl
9037            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
9038            ! pod/perldelta.pod proto.h win32/perllib.c
9039 ____________________________________________________________________________
9040 [  3534] By: gsar                                  on 1999/06/11  20:41:51
9041         Log: implement C<use caller 'encoding'>
9042      Branch: perl
9043            + lib/caller.pm
9044            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
9045 ____________________________________________________________________________
9046 [  3533] By: gsar                                  on 1999/06/11  16:51:04
9047         Log: truncate() has a peculiar exemption from strict barewords, even
9048              though it has a non-filehandle prototype
9049      Branch: perl
9050            ! op.c t/io/fs.t
9051 ____________________________________________________________________________
9052 [  3532] By: gsar                                  on 1999/06/11  09:09:16
9053         Log: GDBM tweak
9054      Branch: perl
9055            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
9056 ____________________________________________________________________________
9057 [  3531] By: gsar                                  on 1999/06/10  23:34:19
9058         Log: part of the platform changes for IMPLICIT_CONTEXT
9059      Branch: perl
9060            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
9061            ! jpl/PerlInterpreter/PerlInterpreter.c
9062            ! jpl/PerlInterpreter/PerlInterpreter.h
9063            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
9064            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
9065 ____________________________________________________________________________
9066 [  3530] By: jhi                                   on 1999/06/10  20:55:56
9067         Log: Integrate from mainperl.
9068      Branch: cfgperl
9069           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9070 ____________________________________________________________________________
9071 [  3529] By: gsar                                  on 1999/06/10  20:40:01
9072         Log: DB_File tweaks for IMPLICIT CONTEXT
9073      Branch: perl
9074            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9075 ____________________________________________________________________________
9076 [  3528] By: jhi                                   on 1999/06/10  10:18:15
9077         Log: Integrate from mainperl.
9078      Branch: cfgperl
9079           !> (integrate 105 files)
9080 ____________________________________________________________________________
9081 [  3527] By: gsar                                  on 1999/06/10  09:30:35
9082         Log: most globals are now interpreter local; locale initialization
9083              was too early, defer it until interpreter is allocated and
9084              initialized; multiple interpreters should now be
9085              concurrency-safe (untested)
9086      Branch: perl
9087            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
9088            ! perlvars.h
9089 ____________________________________________________________________________
9090 [  3526] By: gsar                                  on 1999/06/10  08:38:00
9091         Log: fix small nits
9092      Branch: perl
9093            ! cc_runtime.h ext/B/B/CC.pm run.c
9094 ____________________________________________________________________________
9095 [  3525] By: gsar                                  on 1999/06/10  04:41:38
9096         Log: win32 build fixes
9097      Branch: perl
9098            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
9099            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9100            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
9101            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
9102            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9103            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
9104            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9105            ! win32/win32.c win32/win32.h win32/win32sck.c
9106            ! win32/win32thread.c win32/win32thread.h
9107 ____________________________________________________________________________
9108 [  3524] By: gsar                                  on 1999/06/09  18:03:01
9109         Log: more complete support for implicit thread/interpreter pointer,
9110              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
9111              without that enabled):
9112              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
9113              is a noop; tests pass on Solaris; should be faster now!
9114              - MULTIPLICITY has been tested with and without
9115              PERL_IMPLICIT_CONTEXT on Solaris
9116              - improved function database now merged with embed.pl
9117              - everything except the varargs functions have foo(a,b,c) macros
9118              to provide compatibility
9119              - varargs functions default to compatibility variants that
9120              get the context pointer using dTHX
9121              - there should be almost no source compatibility issues as a
9122              result of all this
9123              - dl_foo.xs changes other than dl_dlopen.xs untested
9124              - still needs documentation, fixups for win32 etc
9125              Next step: migrate most non-mutex variables from perlvars.h
9126              to intrpvar.h
9127      Branch: perl
9128            - proto.pl
9129            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
9130            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
9131            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9132            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9133            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
9134            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9135            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
9136            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9137            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9138            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
9139            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9140            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9141            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
9142            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
9143            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
9144            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
9145            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
9146            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
9147            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
9148            ! util.c win32/Makefile win32/makefile.mk writemain.SH
9149 ____________________________________________________________________________
9150 [  3523] By: gsar                                  on 1999/06/07  05:24:13
9151         Log: missed a file
9152      Branch: perl
9153            + proto.pl
9154            ! MANIFEST
9155 ____________________________________________________________________________
9156 [  3522] By: gsar                                  on 1999/06/07  05:18:34
9157         Log: initial stub implementation of implicit thread/this
9158              pointer    argument; builds/tests on Solaris, win32
9159              hasn't been fixed up yet; proto.h, global.sym and
9160              static function decls are now generated from a common
9161              database in proto.pl; some inconsistently named
9162              perl_foo() things are now Perl_foo(), compatibility
9163              #defines provided; perl_foo() (lowercase 'p') reserved
9164              for functions that take an explicit context argument;
9165              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
9166      Branch: perl
9167            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
9168            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
9169            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
9170            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
9171            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
9172            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
9173            ! universal.c utf8.c util.c
9174 ____________________________________________________________________________
9175 [  3521] By: gsar                                  on 1999/06/04  23:00:22
9176         Log: clean up some stray "global" symbols
9177      Branch: perl
9178            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
9179            ! pp_proto.h proto.h
9180 ____________________________________________________________________________
9181 [  3520] By: jhi                                   on 1999/06/02  21:33:28
9182         Log: Integrate from mainperl.
9183      Branch: cfgperl
9184           !> (integrate 94 files)
9185 ____________________________________________________________________________
9186 [  3519] By: gsar                                  on 1999/06/02  07:16:10
9187         Log: avoid dereferencing null pointer from getpwent() et al
9188      Branch: perl
9189            ! pp_sys.c
9190 ____________________________________________________________________________
9191 [  3518] By: gsar                                  on 1999/06/02  04:47:10
9192         Log: remove _() non-ansism
9193      Branch: perl
9194            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
9195            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
9196            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
9197            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
9198            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
9199            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
9200            ! ext/re/re.xs handy.h hv.c iperlsys.h
9201            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
9202            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
9203            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
9204            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
9205            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
9206            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
9207            ! vms/vmsish.h vms/writemain.pl vos/config.h
9208            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
9209            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
9210            ! win32/perllib.c win32/runperl.c win32/win32.h
9211            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
9212            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
9213 ____________________________________________________________________________
9214 [  3517] By: gsar                                  on 1999/06/02  02:17:51
9215         Log: missed a few files
9216      Branch: perl
9217            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
9218 ____________________________________________________________________________
9219 [  3516] By: gsar                                  on 1999/06/02  01:37:33
9220         Log: integrate cfgperl contents into mainline
9221      Branch: perl
9222           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9223           +> ext/ByteLoader/byterun.h
9224            - bytecode.h byterun.c byterun.h
9225            ! Changes
9226           !> (integrate 58 files)
9227 ____________________________________________________________________________
9228 [  3515] By: gsar                                  on 1999/06/02  00:48:50
9229         Log: remove stray K&R-isms
9230      Branch: perl
9231            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9232            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
9233            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
9234            ! toke.c util.c win32/win32.c x2p/hash.c
9235 ____________________________________________________________________________
9236 [  3514] By: gsar                                  on 1999/06/01  15:55:55
9237         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
9238              strict 'subs'
9239      Branch: perl
9240            ! op.c t/pragma/strict-subs
9241 ____________________________________________________________________________
9242 [  3513] By: jhi                                   on 1999/06/01  07:17:05
9243         Log: Patch applying of #3499 had gone awry.
9244      Branch: cfgperl
9245            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
9246 ____________________________________________________________________________
9247 [  3512] By: gsar                                  on 1999/05/31  19:21:30
9248         Log: tighter -help output
9249      Branch: perl
9250            ! perl.c
9251 ____________________________________________________________________________
9252 [  3511] By: gsar                                  on 1999/05/31  17:18:23
9253         Log: fix memory leak in C<eval 'return sub {...}'>
9254      Branch: perl
9255            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
9256 ____________________________________________________________________________
9257 [  3510] By: gsar                                  on 1999/05/31  14:11:46
9258         Log: tweak C++isms
9259      Branch: perl
9260            ! win32/dl_win32.xs win32/win32.c
9261 ____________________________________________________________________________
9262 [  3509] By: jhi                                   on 1999/05/30  13:02:26
9263         Log: Cleanup of #3488.
9264      Branch: cfgperl
9265            ! Configure config_h.SH
9266 ____________________________________________________________________________
9267 [  3508] By: jhi                                   on 1999/05/30  11:16:01
9268         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9269              To: Mailing list Perl5 <perl5-porters@perl.org>
9270              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
9271              Date: Sat, 29 May 1999 20:18:13 -0400
9272              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
9273      Branch: cfgperl
9274            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
9275 ____________________________________________________________________________
9276 [  3507] By: jhi                                   on 1999/05/29  20:05:40
9277         Log: From: Mark-Jason Dominus <mjd@plover.com>
9278              To: perl5-porters@perl.com
9279              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
9280              Date: Sat, 29 May 1999 14:45:10 -0400
9281              Message-ID: <19990529184510.27557.qmail@plover.com>
9282      Branch: cfgperl
9283            ! op.h
9284 ____________________________________________________________________________
9285 [  3506] By: gsar                                  on 1999/05/29  16:49:39
9286         Log: avoid gv_check() recursive pit
9287      Branch: perl
9288            ! gv.c
9289 ____________________________________________________________________________
9290 [  3505] By: jhi                                   on 1999/05/29  11:38:16
9291         Log: From: jan.dubois@ibm.net (Jan Dubois)
9292              To: Gurusamy Sarathy <gsar@activestate.com>
9293              Cc: perl5-porters@perl.org
9294              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
9295              Date: Sat, 29 May 1999 08:46:22 +0200
9296              Message-ID: <374f8007.2016008@smtp1.ibm.net>
9297      Branch: cfgperl
9298            ! t/op/grent.t t/op/pwent.t
9299 ____________________________________________________________________________
9300 [  3504] By: jhi                                   on 1999/05/29  11:07:10
9301         Log: QNX needs <sys/select.h> to define fd_set.
9302              
9303              From: Norton Allen <allen@huarp.harvard.edu>
9304              To: perl5-porters@perl.org
9305              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
9306              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
9307              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
9308      Branch: cfgperl
9309            ! ext/IO/poll.c
9310 ____________________________________________________________________________
9311 [  3503] By: jhi                                   on 1999/05/29  10:53:31
9312         Log: From: jan.dubois@ibm.net (Jan Dubois)
9313              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
9314              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
9315              Date: Fri, 28 May 1999 20:14:35 +0200
9316              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
9317      Branch: cfgperl
9318            ! lib/Math/BigFloat.pm
9319 ____________________________________________________________________________
9320 [  3502] By: jhi                                   on 1999/05/29  10:44:44
9321         Log: Make Configure support the change #3367,
9322              SysV shadow passwords.
9323      Branch: cfgperl
9324            ! Configure config_h.SH pp_sys.c
9325 ____________________________________________________________________________
9326 [  3501] By: gsar                                  on 1999/05/28  21:22:23
9327         Log: add wide versions of win32 system calls (first step in
9328              globalization); delayload winsock for performance if compiling
9329              with VC 6.0
9330      Branch: perl
9331            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
9332            ! win32/win32.c win32/win32.h
9333 ____________________________________________________________________________
9334 [  3500] By: jhi                                   on 1999/05/28  21:17:24
9335         Log: The new t/lib/io_linenum.t was using stricture
9336              before @INC was set up.
9337      Branch: cfgperl
9338            ! t/lib/io_linenum.t
9339 ____________________________________________________________________________
9340 [  3499] By: jhi                                   on 1999/05/28  17:13:23
9341         Log: From: Tom Hughes <tom@compton.nu>
9342              To: perl5-porters@perl.org
9343              Subject: [PATCH 5.005_57] ByteLoader mark 2
9344              Date: Wed, 26 May 1999 23:59:49 +0100
9345              Message-ID: <bf337a0849.tom@compton.compton.nu>
9346              
9347              plus resolve tiny conflict with #3479
9348              plus regen_headers.
9349      Branch: cfgperl
9350            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9351            + ext/ByteLoader/byterun.h
9352            - bytecode.h byterun.c byterun.h
9353            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
9354            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
9355            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
9356            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
9357            ! perl.h perlvars.h proto.h util.c utils/Makefile
9358 ____________________________________________________________________________
9359 [  3498] By: jhi                                   on 1999/05/28  16:53:04
9360         Log: From: Mark-Jason Dominus <mjd@plover.com>
9361              To: perl5-porters@perl.com
9362              Subject: PATCH (5.005_57): defined(@a) now deprecated
9363              Date: Thu, 27 May 1999 16:05:44 -0400
9364              Message-ID: <19990527200544.13330.qmail@plover.com>
9365      Branch: cfgperl
9366            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
9367            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
9368 ____________________________________________________________________________
9369 [  3497] By: jhi                                   on 1999/05/28  16:50:54
9370         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9371              To: perl5-porters@perl.org (Mailing list Perl5)
9372              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
9373              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
9374              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
9375      Branch: cfgperl
9376            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
9377            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
9378 ____________________________________________________________________________
9379 [  3496] By: jhi                                   on 1999/05/28  16:48:39
9380         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9381              To: perl5-porters@perl.org (Mailing list Perl5)
9382              Subject: [PATCH 5.00557] Required OS/2-related patches
9383              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
9384              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
9385      Branch: cfgperl
9386            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
9387            ! t/op/stat.t util.c
9388 ____________________________________________________________________________
9389 [  3495] By: jhi                                   on 1999/05/28  16:45:56
9390         Log: From: Paul Johnson <pjcj@transeda.com>
9391              To: perl5-porters <perl5-porters@perl.org>
9392              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
9393              Date: Fri, 28 May 1999 15:13:54 +0100
9394              Message-ID: <19990528151354.B289@west-tip.transeda.com>
9395      Branch: cfgperl
9396            ! t/TEST
9397 ____________________________________________________________________________
9398 [  3494] By: jhi                                   on 1999/05/28  16:44:34
9399         Log: From: Paul Johnson <pjcj@transeda.com>
9400              To: perl5-porters <perl5-porters@perl.org>
9401              Subject: [PATCH 5.005_57] Fixes related to working local $.
9402              Date: Fri, 28 May 1999 15:11:18 +0100
9403              Message-ID: <19990528151118.A289@west-tip.transeda.com>
9404      Branch: cfgperl
9405            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
9406 ____________________________________________________________________________
9407 [  3493] By: gsar                                  on 1999/05/28  16:37:26
9408         Log: change#3449 wasn't doing enough
9409      Branch: perl
9410            ! op.c t/comp/proto.t
9411 ____________________________________________________________________________
9412 [  3492] By: jhi                                   on 1999/05/28  08:12:23
9413         Log: From: paul.marquess@bt.com
9414              To: doughera@lafayette.edu
9415              Cc: perl5-porters@perl.org
9416              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
9417              Date: Thu, 27 May 1999 23:31:38 +0100
9418              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
9419              
9420              Had to be applied manually; some mailer had munged the patch slightly.
9421      Branch: cfgperl
9422            ! ext/NDBM_File/NDBM_File.xs
9423 ____________________________________________________________________________
9424 [  3491] By: jhi                                   on 1999/05/28  07:51:17
9425         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9426              To: perl5-porters@perl.org
9427              Subject: [PATCH 5.005_57] fixing eval in the compiler
9428              Date: Thu, 27 May 1999 07:56:54 -0700
9429              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
9430      Branch: cfgperl
9431            ! cc_runtime.h scope.h
9432 ____________________________________________________________________________
9433 [  3490] By: jhi                                   on 1999/05/28  07:47:06
9434         Log: From: Andy Dougherty <doughera@lafayette.edu>
9435              To: perlbug@perl.com
9436              Cc: Jarkko Hietaniemi <jhi@iki.fi>
9437              Subject: [PATCH] Configure updates for ISC 4.1
9438              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
9439              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
9440      Branch: cfgperl
9441            ! Configure config_h.SH
9442 ____________________________________________________________________________
9443 [  3489] By: jhi                                   on 1999/05/28  07:39:17
9444         Log: Integrate from mainperl.
9445      Branch: cfgperl
9446           !> malloc.c win32/makedef.pl win32/win32.c
9447 ____________________________________________________________________________
9448 [  3488] By: jhi                                   on 1999/05/27  16:57:19
9449         Log: From: Andy Dougherty <doughera@lafayette.edu>
9450              To: Perl Porters <perl5-porters@perl.org>
9451              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
9452              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
9453              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
9454      Branch: cfgperl
9455            ! Configure config_h.SH hints/sunos_4_1.sh util.c
9456 ____________________________________________________________________________
9457 [  3487] By: gsar                                  on 1999/05/27  03:56:20
9458         Log: make win32_spawnvp() inherit standard handles even when they
9459              may be redirected
9460      Branch: perl
9461            ! win32/win32.c
9462 ____________________________________________________________________________
9463 [  3486] By: jhi                                   on 1999/05/26  19:55:52
9464         Log: From: Andy Dougherty <doughera@lafayette.edu>
9465              To: perl5-porters@perl.org
9466              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
9467              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
9468              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
9469      Branch: cfgperl
9470            ! util.c
9471 ____________________________________________________________________________
9472 [  3485] By: chip                                  on 1999/05/26  17:19:11
9473         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
9474      Branch: maint-5.004/perl
9475            ! Configure
9476 ____________________________________________________________________________
9477 [  3484] By: gsar                                  on 1999/05/26  01:56:28
9478         Log: fix missing exported symbol
9479      Branch: perl
9480            ! malloc.c win32/makedef.pl
9481 ____________________________________________________________________________
9482 [  3483] By: jhi                                   on 1999/05/25  23:08:07
9483         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
9484              
9485              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9486              To: perlbug@perl.com
9487              Subject: OpenBSD hints file update
9488              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
9489              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
9490      Branch: cfgperl
9491            ! hints/openbsd.sh
9492 ____________________________________________________________________________
9493 [  3482] By: jhi                                   on 1999/05/25  23:01:25
9494         Log: From: Tom Hughes <tom@compton.nu>
9495              To: perl5-porters@perl.org
9496              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
9497              Date: Tue, 25 May 1999 23:10:23 +0100
9498              Message-ID: <1ed7f10749.tom@compton.compton.nu>
9499      Branch: cfgperl
9500            ! Configure config_h.SH
9501 ____________________________________________________________________________
9502 [  3481] By: jhi                                   on 1999/05/25  22:31:50
9503         Log: 3479, 3480, 3481 seems logical.
9504      Branch: cfgperl
9505           !> hints/aix.sh
9506 ____________________________________________________________________________
9507 [  3480] By: jhi                                   on 1999/05/25  22:13:39
9508         Log: The change #3479 wasn't perfect.
9509      Branch: perl
9510            ! hints/aix.sh
9511 ____________________________________________________________________________
9512 [  3479] By: jhi                                   on 1999/05/25  21:59:21
9513         Log: Cures for _57 in AIX 4.1.5.0.
9514              (1) The lddlflags lost its -lc by change #3660
9515              (and the politeness of change #3257).
9516              (2) optype_size must end up in perl.exp (as PL_optype_size).
9517              Added it to perlvars.h, fixed bytecode.pl,
9518              regen'ed the relevant headers.
9519      Branch: cfgperl
9520            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
9521            ! perlvars.h
9522      Branch: perl
9523            ! hints/aix.sh
9524 ____________________________________________________________________________
9525 [  3478] By: jhi                                   on 1999/05/25  20:13:47
9526         Log: Integrate from mainperl.
9527      Branch: cfgperl
9528           +> pod/perltootc.pod
9529           !> (integrate 101 files)
9530 ____________________________________________________________________________
9531 [  3477] By: gsar                                  on 1999/05/25  10:43:48
9532         Log: here be 5.005_57
9533      Branch: perl
9534            ! Changes MANIFEST Porting/makerel
9535           !> Changes5.005
9536
9537 ----------------
9538 Version 5.005_57
9539 ----------------
9540
9541 ____________________________________________________________________________
9542 [  3476] By: gsar                                  on 1999/05/25  09:23:43
9543         Log: up patchlevel &c
9544      Branch: perl
9545            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9546            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9547            ! win32/makefile.mk
9548 ____________________________________________________________________________
9549 [  3475] By: gsar                                  on 1999/05/25  09:14:51
9550         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9551              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
9552              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
9553              Subject: [PATCH 5.005_56] REx engine improvements
9554      Branch: perl
9555            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
9556            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
9557            ! thrdvar.h util.c
9558 ____________________________________________________________________________
9559 [  3474] By: gsar                                  on 1999/05/25  08:39:56
9560         Log: test case for change#3470
9561      Branch: perl
9562            ! t/lib/bigintpm.t
9563 ____________________________________________________________________________
9564 [  3473] By: gsar                                  on 1999/05/25  08:36:52
9565         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
9566      Branch: perl
9567            ! Changes pod/perlport.pod
9568 ____________________________________________________________________________
9569 [  3472] By: gsar                                  on 1999/05/25  08:28:57
9570         Log: assorted tweaks
9571      Branch: perl
9572            ! doio.c iperlsys.h win32/config.bc win32/config.gc
9573            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9574            ! win32/config_H.vc win32/makedef.pl
9575 ____________________________________________________________________________
9576 [  3471] By: gsar                                  on 1999/05/25  06:06:04
9577         Log: perlref update from Tom Christiansen
9578      Branch: perl
9579            ! pod/perlref.pod
9580 ____________________________________________________________________________
9581 [  3470] By: gsar                                  on 1999/05/25  06:03:27
9582         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9583              Date: Mon, 24 May 1999 17:43:56 -0400
9584              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
9585              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
9586      Branch: perl
9587            ! hv.c
9588 ____________________________________________________________________________
9589 [  3469] By: gsar                                  on 1999/05/25  05:59:22
9590         Log: avoid temporary files that have a constant name (from a suggestion
9591              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
9592      Branch: perl
9593            ! lib/ExtUtils/MM_Unix.pm
9594 ____________________________________________________________________________
9595 [  3468] By: gsar                                  on 1999/05/25  05:54:29
9596         Log: From: pvhp@forte.com (Peter Prymmer)
9597              Date: Mon, 24 May 99 11:20:25 PDT
9598              Message-Id: <9905241820.AA28071@forte.com>
9599              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
9600      Branch: perl
9601            ! lib/Pod/Text.pm
9602 ____________________________________________________________________________
9603 [  3467] By: gsar                                  on 1999/05/25  04:08:50
9604         Log: fix glob() bug that resulted in missing symlinks that don't point
9605              anywhere
9606      Branch: perl
9607            ! pp_hot.c
9608 ____________________________________________________________________________
9609 [  3466] By: gsar                                  on 1999/05/25  03:00:00
9610         Log: avoid enumerating @INC contents in diagnostic if @INC was never
9611              searched
9612      Branch: perl
9613            ! pod/perldiag.pod pp_ctl.c
9614 ____________________________________________________________________________
9615 [  3465] By: gsar                                  on 1999/05/25  02:24:08
9616         Log: add caveat about close(PIPE) carelessness
9617      Branch: perl
9618            ! pod/perlfunc.pod
9619 ____________________________________________________________________________
9620 [  3464] By: gsar                                  on 1999/05/24  23:55:53
9621         Log: fix bogus line numbers for void context warnings
9622              (change#2548 was overeager)
9623      Branch: perl
9624            ! op.c
9625 ____________________________________________________________________________
9626 [  3463] By: gsar                                  on 1999/05/24  23:31:58
9627         Log: change#3455 had a typo
9628      Branch: perl
9629            ! pp_ctl.c
9630 ____________________________________________________________________________
9631 [  3462] By: gsar                                  on 1999/05/24  17:32:20
9632         Log: more pod updates from Tom Christiansen; regen perltoc
9633      Branch: perl
9634            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
9635            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
9636 ____________________________________________________________________________
9637 [  3461] By: gsar                                  on 1999/05/24  07:41:32
9638         Log: perlmod notes from Damian Conway (via Tom Christiansen)
9639      Branch: perl
9640            ! pod/perlmod.pod
9641 ____________________________________________________________________________
9642 [  3460] By: gsar                                  on 1999/05/24  07:24:11
9643         Log: major pod update from Tom Christiansen
9644      Branch: perl
9645            + pod/perltootc.pod
9646            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
9647            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
9648            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
9649            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
9650            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
9651            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
9652            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
9653            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
9654            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
9655            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
9656            ! pod/perlxs.pod pod/pod2man.PL
9657 ____________________________________________________________________________
9658 [  3459] By: gsar                                  on 1999/05/24  06:26:48
9659         Log: perlfaq update from Tom Christiansen
9660      Branch: perl
9661            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9662            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9663            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9664            ! pod/perlfaq9.pod
9665 ____________________________________________________________________________
9666 [  3458] By: gsar                                  on 1999/05/24  05:55:11
9667         Log: updated to v1.50 from CPAN
9668      Branch: perl
9669            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9670 ____________________________________________________________________________
9671 [  3457] By: gsar                                  on 1999/05/24  05:46:20
9672         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9673              Date: Sun, 23 May 1999 16:35:07 +0100
9674              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
9675              Subject: [PATCH 5.005_56] name PL_in_eval bits
9676      Branch: perl
9677            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
9678 ____________________________________________________________________________
9679 [  3456] By: gsar                                  on 1999/05/24  05:18:06
9680         Log: make -t mode the default on emacs/dumb terminals
9681      Branch: perl
9682            ! Changes utils/perldoc.PL
9683 ____________________________________________________________________________
9684 [  3455] By: gsar                                  on 1999/05/24  05:05:19
9685         Log: return 0 rather than "" when scalar grep has nothing to iterate
9686              on (brings behavior in line with documentation)
9687      Branch: perl
9688            ! pp_ctl.c
9689 ____________________________________________________________________________
9690 [  3454] By: gsar                                  on 1999/05/24  04:52:52
9691         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
9692              Date: Thu, 20 May 1999 13:27:02 -1000
9693              Message-Id: <E10kcDN-0007TA-00@lapaki>
9694              Subject: Problem with MM_Unix in 5.005_03
9695      Branch: perl
9696            ! lib/ExtUtils/MM_Unix.pm
9697 ____________________________________________________________________________
9698 [  3453] By: gsar                                  on 1999/05/24  04:39:49
9699         Log: avoid removing duplicates in user-generated warnings
9700              From: byron@omix.com (Byron Brummer)
9701              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
9702              Message-Id: <199905201101.EAA91175@thrush.omix.com>
9703              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
9704      Branch: perl
9705            ! lib/diagnostics.pm
9706 ____________________________________________________________________________
9707 [  3452] By: gsar                                  on 1999/05/24  04:23:10
9708         Log: straighten some code to avoid NeXT compiler bugs (from
9709              Geoff Kuenning <geoff@cs.hmc.edu>)
9710      Branch: perl
9711            ! pp_ctl.c
9712 ____________________________________________________________________________
9713 [  3451] By: gsar                                  on 1999/05/24  03:03:05
9714         Log: minor logic tweak for reserved word warning
9715      Branch: perl
9716            ! lib/Test/Harness.pm toke.c
9717 ____________________________________________________________________________
9718 [  3450] By: gsar                                  on 1999/05/24  02:34:20
9719         Log: oops, some files missing in change#3449
9720      Branch: perl
9721            ! op.c op.h toke.c
9722 ____________________________________________________________________________
9723 [  3449] By: gsar                                  on 1999/05/24  02:33:12
9724         Log: allow '*' prototype to autoquote even barewords that happen to be
9725              function names; parens or ampersand continue to force the other
9726              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
9727              do the right thing, for example
9728      Branch: perl
9729            ! t/comp/proto.t
9730 ____________________________________________________________________________
9731 [  3448] By: gsar                                  on 1999/05/24  01:51:24
9732         Log: remove vestiges of PL_last_proto
9733      Branch: perl
9734            ! embedvar.h intrpvar.h objXSUB.h
9735 ____________________________________________________________________________
9736 [  3447] By: gsar                                  on 1999/05/24  01:49:20
9737         Log: redo change#2061 and parts of change#1169 with code in the
9738              parser; PL_last_proto hackery gone, strict 'subs' in now
9739              implemented in the optimizer where specifying the exceptional
9740              cases is much more robust; '*' (bareword) prototype now works
9741              reliably when used in second and subsequent arguments
9742      Branch: perl
9743            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
9744 ____________________________________________________________________________
9745 [  3446] By: gsar                                  on 1999/05/23  05:00:55
9746         Log: remove redundant part of change#1169 superceded by change#2061;
9747              avoid "future reserved word" warning on prototypical bearwords
9748      Branch: perl
9749            ! t/lib/fatal.t toke.c
9750 ____________________________________________________________________________
9751 [  3445] By: gsar                                  on 1999/05/21  23:36:49
9752         Log: s/isspace/isSPACE/g and make sure the CRT version is always
9753              passed an unsigned char (fixes random occurrence of spaces in
9754              arguments containing high-bit chars passed to spawned children,
9755              on win32)
9756      Branch: perl
9757            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
9758 ____________________________________________________________________________
9759 [  3444] By: gsar                                  on 1999/05/21  23:08:55
9760         Log: integrate Configure changes from cfgperl
9761      Branch: perl
9762           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9763           !> config_h.SH
9764 ____________________________________________________________________________
9765 [  3443] By: jhi                                   on 1999/05/21  22:00:56
9766         Log: Integrate from mainperl.
9767      Branch: cfgperl
9768           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
9769           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
9770           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
9771           !> win32/perlhost.h win32/win32.c x2p/walk.c
9772 ____________________________________________________________________________
9773 [  3442] By: jhi                                   on 1999/05/21  21:59:46
9774         Log: fflush.
9775      Branch: cfgperl
9776            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9777            ! config_h.SH
9778 ____________________________________________________________________________
9779 [  3441] By: gsar                                  on 1999/05/21  17:48:55
9780         Log: integrate cfgperl changes
9781      Branch: perl
9782           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9783           !> config_h.SH hints/sunos_4_1.sh installperl
9784 ____________________________________________________________________________
9785 [  3440] By: gsar                                  on 1999/05/21  17:42:49
9786         Log: test tweak
9787      Branch: perl
9788            ! t/comp/proto.t
9789 ____________________________________________________________________________
9790 [  3439] By: gsar                                  on 1999/05/21  17:31:26
9791         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
9792              (Configure fflush(NULL) detection seems broken on Solaris, which
9793              is why I hit the problem)
9794      Branch: perl
9795            ! Changes perl.h
9796 ____________________________________________________________________________
9797 [  3438] By: gsar                                  on 1999/05/20  16:41:01
9798         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
9799      Branch: perl
9800            ! pod/perlport.pod
9801 ____________________________________________________________________________
9802 [  3437] By: jhi                                   on 1999/05/20  07:14:39
9803         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
9804              (via private email).
9805      Branch: cfgperl
9806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9807            ! config_h.SH hints/sunos_4_1.sh
9808 ____________________________________________________________________________
9809 [  3436] By: gsar                                  on 1999/05/20  05:18:26
9810         Log: various little nits
9811      Branch: perl
9812            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
9813            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
9814            ! win32/perlhost.h win32/win32.c x2p/walk.c
9815 ____________________________________________________________________________
9816 [  3435] By: jhi                                   on 1999/05/18  16:25:49
9817         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9818              To: perl5-porters@perl.org
9819              Subject: installperl
9820              Date: Fri, 14 May 1999 21:34:58 +0100
9821              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
9822      Branch: cfgperl
9823            ! installperl
9824 ____________________________________________________________________________
9825 [  3434] By: jhi                                   on 1999/05/17  21:25:54
9826         Log: Integrate from mainperl.
9827      Branch: cfgperl
9828           +> lib/ExtUtils/MM_Cygwin.pm
9829            - cygwin32/impure_ptr.c
9830           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9831           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9832           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
9833           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
9834           !> x2p/find2perl.PL
9835 ____________________________________________________________________________
9836 [  3433] By: gsar                                  on 1999/05/17  09:49:01
9837         Log: integrate cfgperl changes into mainline
9838      Branch: perl
9839           !> Configure INSTALL config_h.SH configure.com embed.h
9840           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
9841           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
9842           !> util.c
9843 ____________________________________________________________________________
9844 [  3432] By: gsar                                  on 1999/05/17  09:06:45
9845         Log: emit more appropriate diagnostic for failed glob (variant
9846              of patch suggested by Graham Barr)
9847      Branch: perl
9848            ! gv.c pod/perldiag.pod pp.c pp_hot.c
9849 ____________________________________________________________________________
9850 [  3431] By: gsar                                  on 1999/05/17  08:38:09
9851         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9852              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
9853              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
9854              Subject: find2perl does not grok the 'c' suffix to the -size argument
9855      Branch: perl
9856            ! x2p/find2perl.PL
9857 ____________________________________________________________________________
9858 [  3430] By: gsar                                  on 1999/05/17  08:26:21
9859         Log: additional cleanups for cygwin32 port
9860              From: "Fifer, Eric" <EFifer@sanwaint.com>
9861              Date: Wed, 12 May 1999 20:25:54 +0100
9862              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
9863              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
9864      Branch: perl
9865            + lib/ExtUtils/MM_Cygwin.pm
9866            - cygwin32/impure_ptr.c
9867            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
9868            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
9869            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
9870            ! perl.h util.c
9871 ____________________________________________________________________________
9872 [  3429] By: gsar                                  on 1999/05/17  08:01:04
9873         Log: From: Andy Dougherty <doughera@lafayette.edu>
9874              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9875              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9876              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9877      Branch: perl
9878            ! INSTALL
9879 ____________________________________________________________________________
9880 [  3428] By: jhi                                   on 1999/05/17  07:03:26
9881         Log: Integrate from mainperl modulo the Socket.xs change.
9882      Branch: cfgperl
9883           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
9884           !> win32/win32.c win32/win32.h
9885 ____________________________________________________________________________
9886 [  3427] By: jhi                                   on 1999/05/16  22:09:11
9887         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9888              To: perl5-porters@perl.org (Mailing list Perl5)
9889              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
9890              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
9891              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
9892      Branch: cfgperl
9893            ! ext/Devel/Peek/Peek.xs
9894 ____________________________________________________________________________
9895 [  3426] By: jhi                                   on 1999/05/16  22:07:11
9896         Log: From: Mark-Jason Dominus <mjd@plover.com>
9897              To: perl5-porters@perl.com
9898              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
9899              Date: Sat, 15 May 1999 12:43:47 -0400
9900              Message-ID: <19990515164348.7313.qmail@plover.com>
9901      Branch: cfgperl
9902            ! pod/perldiag.pod
9903 ____________________________________________________________________________
9904 [  3425] By: nick                                  on 1999/05/15  15:56:10
9905         Log: Mingw32 + w32api-0.1.5 tweaks
9906              - now more like other Win32 compilers
9907      Branch: perl
9908            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
9909            ! win32/win32.h
9910 ____________________________________________________________________________
9911 [  3424] By: nick                                  on 1999/05/14  21:04:22
9912         Log: Experimental "slab" allocator for ops.
9913              To try it -DPL_OP_SLAB_ALLOC for op.c 
9914              This is for proof of concept only, it leaks memory 
9915              (ops are not free'd) so don't use in embedded apps.
9916              If this minimalist version does not show performance 
9917              gain then whole idea is worthless. 
9918              Nick see's approx 12% speed up vs perlmalloc running
9919              perl -Ilib -MCPAN -e '' 
9920              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
9921      Branch: perl
9922            ! op.c
9923 ____________________________________________________________________________
9924 [  3423] By: gsar                                  on 1999/05/14  19:55:04
9925         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
9926              found (brings sitelib intuition in line with privlib)
9927      Branch: perl
9928            ! win32/win32.c
9929 ____________________________________________________________________________
9930 [  3422] By: jhi                                   on 1999/05/14  08:08:01
9931         Log: From: pvhp@forte.com (Peter Prymmer)
9932              To: perl5-porters@perl.org, vmsperl@perl.org
9933              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
9934              Date: Thu, 13 May 99 15:29:57 PDT
9935              Message-Id: <9905132229.AA15854@forte.com>
9936      Branch: cfgperl
9937            ! configure.com
9938 ____________________________________________________________________________
9939 [  3421] By: jhi                                   on 1999/05/14  07:34:20
9940         Log: Integrate from mainperl.
9941      Branch: cfgperl
9942           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
9943 ____________________________________________________________________________
9944 [  3420] By: jhi                                   on 1999/05/14  07:33:26
9945         Log: Still fflushing.
9946      Branch: cfgperl
9947            ! Configure config_h.SH util.c
9948 ____________________________________________________________________________
9949 [  3419] By: gsar                                  on 1999/05/14  03:08:29
9950         Log: mortalize string allocations by win32_get_{priv,site}lib()
9951              (fixes small memory leak in interpreter)
9952      Branch: perl
9953            ! win32/win32.c
9954 ____________________________________________________________________________
9955 [  3418] By: gsar                                  on 1999/05/14  03:06:50
9956         Log: make win32_longname() preserve kind of slashes in argument
9957      Branch: perl
9958            ! win32/win32.c
9959 ____________________________________________________________________________
9960 [  3417] By: gsar                                  on 1999/05/14  03:04:44
9961         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
9962      Branch: perl
9963            ! lib/ExtUtils/MM_Unix.pm
9964 ____________________________________________________________________________
9965 [  3416] By: jhi                                   on 1999/05/13  21:18:06
9966         Log: Integrate from mainperl.
9967      Branch: cfgperl
9968           !> pp_ctl.c
9969 ____________________________________________________________________________
9970 [  3415] By: jhi                                   on 1999/05/13  21:16:49
9971         Log: Fixes from Andy Dougherty (via private email).
9972      Branch: cfgperl
9973            ! Configure config_h.SH
9974 ____________________________________________________________________________
9975 [  3414] By: nick                                  on 1999/05/13  20:04:26
9976         Log: valist vs va_list typo
9977      Branch: perl
9978            ! pp_ctl.c
9979 ____________________________________________________________________________
9980 [  3413] By: jhi                                   on 1999/05/13  15:04:05
9981         Log: From: Andy Dougherty <doughera@lafayette.edu>
9982              To: perlbug@perl.com
9983              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
9984              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
9985              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
9986      Branch: cfgperl
9987            ! INSTALL
9988 ____________________________________________________________________________
9989 [  3412] By: jhi                                   on 1999/05/13  14:20:17
9990         Log: Integrate from mainperl.
9991      Branch: cfgperl
9992           !> pp_ctl.c
9993 ____________________________________________________________________________
9994 [  3411] By: gsar                                  on 1999/05/13  14:16:56
9995         Log: docatch_body() declaration mismatch
9996      Branch: perl
9997            ! pp_ctl.c
9998 ____________________________________________________________________________
9999 [  3410] By: jhi                                   on 1999/05/13  13:51:44
10000         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
10001      Branch: cfgperl
10002            ! Configure config_h.SH perl.h
10003 ____________________________________________________________________________
10004 [  3409] By: jhi                                   on 1999/05/13  13:31:53
10005         Log: Still fflushing strong.
10006      Branch: cfgperl
10007            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
10008            ! proto.h util.c
10009 ____________________________________________________________________________
10010 [  3408] By: jhi                                   on 1999/05/12  14:30:23
10011         Log: Integrate from mainperl.
10012      Branch: cfgperl
10013           !> (integrate 30 files)
10014 ____________________________________________________________________________
10015 [  3407] By: jhi                                   on 1999/05/12  12:28:31
10016         Log: Be tidier with fflush(NULL) testing.
10017      Branch: cfgperl
10018            ! Configure config_h.SH
10019 ____________________________________________________________________________
10020 [  3406] By: gsar                                  on 1999/05/12  11:26:03
10021         Log: better range-checking on list slices, with test
10022              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10023              Date: Sun, 02 May 1999 17:02:53 +0100
10024              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
10025              Subject: Re: List slice of undefs returns 0 items 
10026      Branch: perl
10027            ! pp.c t/op/list.t
10028 ____________________________________________________________________________
10029 [  3405] By: gsar                                  on 1999/05/12  11:22:27
10030         Log: change#3397 needs test tweak
10031      Branch: perl
10032            ! Changes t/pragma/warn/sv
10033 ____________________________________________________________________________
10034 [  3404] By: gsar                                  on 1999/05/12  11:07:44
10035         Log: typo in change#3397
10036      Branch: perl
10037            ! doop.c
10038 ____________________________________________________________________________
10039 [  3403] By: gsar                                  on 1999/05/12  10:49:01
10040         Log: From: Stephen Zander <gibreel@pobox.com>
10041              Date: 12 May 1999 01:22:31 -0700
10042              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
10043              Subject: Re: Test::Harness runs tainted tests with wrong library path
10044      Branch: perl
10045            ! lib/Test/Harness.pm
10046 ____________________________________________________________________________
10047 [  3402] By: gsar                                  on 1999/05/12  10:42:06
10048         Log: typo in change#3400
10049      Branch: perl
10050            ! ext/B/B/Deparse.pm
10051 ____________________________________________________________________________
10052 [  3401] By: jhi                                   on 1999/05/12  10:40:42
10053         Log: A better, shinier, and possibly even correctly working
10054              reincarnation of #3398.
10055      Branch: cfgperl
10056            ! Configure config_h.SH
10057 ____________________________________________________________________________
10058 [  3400] By: gsar                                  on 1999/05/12  10:40:11
10059         Log: deparse \&func() as \(&func()) for clarity
10060              From: Albert Dvornik <bert@genscan.com>
10061              Date: 11 May 1999 13:32:04 -0400
10062              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
10063              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
10064      Branch: perl
10065            ! ext/B/B/Deparse.pm
10066 ____________________________________________________________________________
10067 [  3399] By: gsar                                  on 1999/05/12  10:36:02
10068         Log: more testsuite smarts (many of them courtesy Ilya)
10069      Branch: perl
10070            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
10071            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
10072            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
10073            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
10074            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
10075            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
10076            ! t/op/pwent.t
10077 ____________________________________________________________________________
10078 [  3398] By: jhi                                   on 1999/05/12  09:33:08
10079         Log: Detect whether fflush(NULL) works as per change #3352.
10080      Branch: cfgperl
10081            ! Configure config_h.SH perl.h
10082 ____________________________________________________________________________
10083 [  3397] By: gsar                                  on 1999/05/12  08:56:03
10084         Log: From: jan.dubois@ibm.net (Jan Dubois)
10085              Date: Wed, 12 May 1999 01:01:00 +0200
10086              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
10087              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
10088      Branch: perl
10089            ! doop.c
10090 ____________________________________________________________________________
10091 [  3396] By: gsar                                  on 1999/05/12  08:23:27
10092         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
10093              stat() behaves similarly
10094      Branch: perl
10095            ! win32/win32.c
10096 ____________________________________________________________________________
10097 [  3395] By: jhi                                   on 1999/05/11  22:21:32
10098         Log: Redo parts of #3341 and #3358 that #3394 undid.
10099      Branch: cfgperl
10100            ! Configure config_h.SH
10101 ____________________________________________________________________________
10102 [  3394] By: jhi                                   on 1999/05/11  22:03:48
10103         Log: Add I_NETINET_TCP to help change #3391.
10104      Branch: cfgperl
10105            ! Configure config_h.SH ext/Socket/Socket.xs
10106 ____________________________________________________________________________
10107 [  3393] By: jhi                                   on 1999/05/11  21:44:59
10108         Log: Integrate from mainperl.
10109      Branch: cfgperl
10110           !> (integrate 55 files)
10111 ____________________________________________________________________________
10112 [  3392] By: gsar                                  on 1999/05/11  20:56:43
10113         Log: update embedvar.h
10114      Branch: perl
10115            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
10116 ____________________________________________________________________________
10117 [  3391] By: gsar                                  on 1999/05/11  16:32:05
10118         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10119              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
10120              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
10121              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
10122      Branch: perl
10123            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10124 ____________________________________________________________________________
10125 [  3390] By: gsar                                  on 1999/05/11  15:27:40
10126         Log: display more frequent progress messages when STDOUT is a tty
10127      Branch: perl
10128            ! lib/Test/Harness.pm
10129 ____________________________________________________________________________
10130 [  3389] By: gsar                                  on 1999/05/11  14:40:58
10131         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10132              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
10133              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
10134              Subject: [PATCH 5.005_53] Explanations by Test::Harness
10135      Branch: perl
10136            ! lib/Test/Harness.pm
10137 ____________________________________________________________________________
10138 [  3388] By: gsar                                  on 1999/05/11  14:08:14
10139         Log: avoid creating spurious subroutine stubs on failed subroutine
10140              call and other places of sv_2cv() misuse; fixes problems with
10141              failed subroutine calls "hiding" later attempts to lookup methods
10142              in base classes
10143      Branch: perl
10144            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
10145 ____________________________________________________________________________
10146 [  3387] By: gsar                                  on 1999/05/11  09:34:13
10147         Log: various fixes for clean build and test on win32; configpm broken,
10148              needed to open myconfig.SH rather than myconfig; sundry adjustments
10149              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
10150              work under win32; getenv_sv() changed to getenv_len() since SVs
10151              aren't visible in the lower echelons; remove bogus exports from
10152              config.sym; PERL_OBJECT-ness for C++ exception support; null out
10153              IoDIRP in filter_del() or sv_free() will attempt to close it
10154      Branch: perl
10155            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
10156            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
10157            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
10158            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
10159            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
10160            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10161            ! win32/config.gc win32/config.vc win32/makedef.pl
10162            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
10163            ! win32/win32.c win32/win32.h
10164 ____________________________________________________________________________
10165 [  3386] By: gsar                                  on 1999/05/11  02:49:07
10166         Log: gutsupport for C++ exceptions
10167              From: Chip Salzenberg <chip@perlsupport.com>
10168              Date: Tue, 9 Mar 1999 11:51:57 -0500
10169              Message-ID: <19990309115157.E7911@perlsupport.com>
10170              Subject: [PATCH 5.005] Flexible Exceptions
10171      Branch: perl
10172            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
10173            ! scope.c scope.h thrdvar.h util.c
10174 ____________________________________________________________________________
10175 [  3385] By: gsar                                  on 1999/05/10  19:33:36
10176         Log: "weak" references internals, still needs perlguts documentation
10177              (somewhat modified version of patch suggested by Tuomas J. Lukka
10178              <lukka@fas.harvard.edu>)
10179      Branch: perl
10180            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
10181            ! pod/perldiag.pod proto.h sv.c sv.h util.c
10182 ____________________________________________________________________________
10183 [  3384] By: jhi                                   on 1999/05/10  18:21:43
10184         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
10185              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
10186      Branch: cfgperl
10187            ! INSTALL hints/dec_osf.sh
10188 ____________________________________________________________________________
10189 [  3381] By: jhi                                   on 1999/05/10  14:39:28
10190         Log: Integrate from mainperl.
10191      Branch: cfgperl
10192           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10193           +> cygwin32/build-instructions.charles-wilson
10194           +> cygwin32/build-instructions.sebastien-barre
10195           +> cygwin32/build-instructions.steven-morlock
10196           +> cygwin32/build-instructions.steven-morlock2
10197           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10198           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10199           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
10200           +> t/op/numconvert.t utils/perlbc.PL
10201            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10202            - cygwin32/perlld
10203           !> (integrate 105 files)
10204 ____________________________________________________________________________
10205 [  3380] By: gsar                                  on 1999/05/10  12:27:14
10206         Log: regen regnodes.h
10207      Branch: perl
10208            ! Changes regnodes.h
10209 ____________________________________________________________________________
10210 [  3379] By: gsar                                  on 1999/05/10  12:17:26
10211         Log: From: jan.dubois@ibm.net (Jan Dubois)
10212              Date: Sat, 01 May 1999 22:55:36 +0200
10213              Message-ID: <373067e9.56194713@smtp1.ibm.net>
10214              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
10215      Branch: perl
10216            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
10217            ! win32/config_H.vc
10218 ____________________________________________________________________________
10219 [  3378] By: gsar                                  on 1999/05/10  12:07:13
10220         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10221              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
10222              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
10223              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
10224      Branch: perl
10225            + t/op/numconvert.t
10226            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
10227            ! util.c
10228 ____________________________________________________________________________
10229 [  3377] By: gsar                                  on 1999/05/10  11:39:48
10230         Log: pp_modulo comment tweak from Ilya
10231      Branch: perl
10232            ! pp.c
10233 ____________________________________________________________________________
10234 [  3376] By: gsar                                  on 1999/05/10  11:30:40
10235         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
10236              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
10237              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
10238              Subject: Test.pm update [PATCH _56]
10239      Branch: perl
10240            ! lib/Test.pm
10241 ____________________________________________________________________________
10242 [  3375] By: gsar                                  on 1999/05/10  11:28:30
10243         Log: From: jan.dubois@ibm.net (Jan Dubois)
10244              Date: Fri, 07 May 1999 00:59:54 +0200
10245              Message-ID: <373318ae.19292461@smtp1.ibm.net>
10246              Subject: Re: Using existing memory for an SV's PV 
10247      Branch: perl
10248            ! sv.c
10249 ____________________________________________________________________________
10250 [  3374] By: gsar                                  on 1999/05/10  11:23:44
10251         Log: From: jan.dubois@ibm.net (Jan Dubois)
10252              Date: Fri, 07 May 1999 00:59:52 +0200
10253              Message-ID: <37321800.19118320@smtp1.ibm.net>
10254              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
10255      Branch: perl
10256            ! perl.h
10257 ____________________________________________________________________________
10258 [  3373] By: gsar                                  on 1999/05/10  11:22:10
10259         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10260              Date: Thu, 6 May 1999 18:17:28 -0400
10261              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
10262              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
10263      Branch: perl
10264            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
10265            ! util.c
10266 ____________________________________________________________________________
10267 [  3372] By: gsar                                  on 1999/05/10  10:57:49
10268         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10269              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
10270              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
10271              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
10272      Branch: perl
10273            ! regcomp.c regcomp.pl
10274 ____________________________________________________________________________
10275 [  3371] By: gsar                                  on 1999/05/10  10:54:01
10276         Log: From: lane@duphy4.physics.drexel.edu
10277              Date: Tue, 04 May 1999 10:19:25 -0700
10278              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
10279              Subject: [PATCH 5.005.56] pod->html VMS fixes
10280      Branch: perl
10281            ! installhtml lib/Pod/Html.pm
10282 ____________________________________________________________________________
10283 [  3370] By: gsar                                  on 1999/05/10  10:45:52
10284         Log: testsuite nits
10285      Branch: perl
10286            ! t/lib/io_linenum.t t/op/filetest.t
10287 ____________________________________________________________________________
10288 [  3369] By: gsar                                  on 1999/05/10  10:35:22
10289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10290              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
10291              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
10292              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
10293      Branch: perl
10294            ! os2/os2ish.h os2/os2thread.h
10295 ____________________________________________________________________________
10296 [  3368] By: gsar                                  on 1999/05/10  10:00:11
10297         Log: From: Albert Dvornik <bert@genscan.com>
10298              Date: 03 May 1999 12:20:57 -0400
10299              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
10300              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
10301      Branch: perl
10302            ! dump.c
10303 ____________________________________________________________________________
10304 [  3367] By: gsar                                  on 1999/05/10  09:55:51
10305         Log: shadow password support for Solaris (needs Configure help to
10306              determine HAS_GETSPENT)
10307              From: "Patrick O'Brien" <pdo@cs.umd.edu>
10308              Date: Sat, 01 May 1999 19:41:17 -0400
10309              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
10310              Subject: getpwent() under solaris
10311      Branch: perl
10312            ! pp_sys.c
10313 ____________________________________________________________________________
10314 [  3366] By: gsar                                  on 1999/05/10  09:45:58
10315         Log: From: jan.dubois@ibm.net (Jan Dubois)
10316              Date: Sat, 01 May 1999 23:45:47 +0200
10317              Message-ID: <373373fb.59284266@smtp1.ibm.net>
10318              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
10319      Branch: perl
10320            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10321            ! pod/perldelta.pod
10322 ____________________________________________________________________________
10323 [  3365] By: gsar                                  on 1999/05/10  09:34:22
10324         Log: test suite and fix input_line_number()
10325              From: Paul Johnson <pjcj@transeda.com>
10326              Date: Thu, 29 Apr 1999 06:28:14 +0100
10327              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
10328              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
10329      Branch: perl
10330            + t/lib/io_linenum.t
10331            ! MANIFEST ext/IO/lib/IO/Handle.pm
10332 ____________________________________________________________________________
10333 [  3364] By: gsar                                  on 1999/05/10  09:20:56
10334         Log: fix overeager [:foo:] parsing
10335              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10336              Date: Fri, 30 Apr 1999 09:26:18 +0100
10337              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
10338              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
10339      Branch: perl
10340            ! regcomp.c t/op/re_tests
10341 ____________________________________________________________________________
10342 [  3363] By: gsar                                  on 1999/05/10  09:09:21
10343         Log: documentation for Win32 builtins (somewhat modified)
10344              From: jan.dubois@ibm.net (Jan Dubois)
10345              Date: Tue, 30 Mar 1999 08:05:03 +0200
10346              Message-ID: <37006783.1926460@smtp1.ibm.net>
10347              Subject: Re: Issues with build 509 
10348      Branch: perl
10349            + pod/Win32.pod
10350            ! MANIFEST
10351 ____________________________________________________________________________
10352 [  3362] By: gsar                                  on 1999/05/10  08:22:07
10353         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
10354      Branch: perl
10355            ! lib/File/Copy.pm win32/win32.c
10356 ____________________________________________________________________________
10357 [  3361] By: gsar                                  on 1999/05/10  08:11:29
10358         Log: escape ampersands in <pre> sections
10359      Branch: perl
10360            ! Changes lib/Pod/Html.pm
10361 ____________________________________________________________________________
10362 [  3360] By: gsar                                  on 1999/05/10  08:04:14
10363         Log: AIX hints enhancements (threads build, SOCKS support)
10364              From: "David R. Favor" <dfavor@austin.ibm.com>
10365              Date: Wed, 28 Apr 1999 08:45:28 -0500
10366              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
10367              Subject: Working build for AIX + gcc + threading
10368      Branch: perl
10369            ! hints/aix.sh
10370 ____________________________________________________________________________
10371 [  3359] By: gsar                                  on 1999/05/10  07:49:26
10372         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
10373              Date: Tue, 27 Apr 1999 23:47:24 PDT
10374              Message-ID: <19990428064724.95244.qmail@hotmail.com>
10375              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
10376              --
10377              Date: Thu, 29 Apr 1999 18:21:06 -0700
10378              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
10379              Subject: [PATCH 5.005_56] double constants ( C.pm)
10380              --
10381              Date: Mon, 03 May 1999 20:21:31 PDT
10382              Message-ID: <19990504032131.81113.qmail@hotmail.com>
10383              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
10384              --
10385              Date: Thu, 06 May 1999 17:57:09 -0700
10386              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
10387              Subject: Stash.pm
10388      Branch: perl
10389            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
10390            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
10391 ____________________________________________________________________________
10392 [  3358] By: gsar                                  on 1999/05/10  04:39:15
10393         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
10394              From: alexander smishlajev <als@turnhere.com>
10395              Date: Sun, 25 Apr 1999 14:58:29 +0300
10396              Message-ID: <37230365.5F68B460@turnhere.com>
10397              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
10398      Branch: perl
10399            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
10400            + cygwin32/build-instructions.charles-wilson
10401            + cygwin32/build-instructions.sebastien-barre
10402            + cygwin32/build-instructions.steven-morlock
10403            + cygwin32/build-instructions.steven-morlock2
10404            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
10405            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10406            - cygwin32/perlld
10407            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
10408            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
10409            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
10410            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
10411            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
10412            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
10413 ____________________________________________________________________________
10414 [  3357] By: gsar                                  on 1999/05/10  04:07:07
10415         Log: applied suggested patch, modulo already applied parts
10416              From: Charles Bailey <BAILEY@newman.upenn.edu>
10417              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
10418              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
10419              Subject: [Patch 5.005_56] VMS consolidated patch #2
10420      Branch: perl
10421            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
10422            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
10423            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
10424            ! vms/subconfigure.com vms/test.com vms/vms.c
10425 ____________________________________________________________________________
10426 [  3356] By: gsar                                  on 1999/05/10  03:48:08
10427         Log: applied suggested patch, with win32 and PERL_OBJECT additions
10428              From: Tom Hughes <tom@compton.nu>
10429              Date: Sat, 24 Apr 1999 18:11:59 +0100
10430              Message-ID: <609bdff748.tom@compton.compton.nu>
10431              Subject: ByteLoader patch
10432      Branch: perl
10433            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10434            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
10435            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
10436            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10437            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
10438            ! utils/Makefile win32/Makefile win32/makefile.mk
10439 ____________________________________________________________________________
10440 [  3355] By: gsar                                  on 1999/05/10  03:22:49
10441         Log: document 'test' attribute (from Andreas Koenig)
10442      Branch: perl
10443            ! lib/ExtUtils/MakeMaker.pm
10444 ____________________________________________________________________________
10445 [  3354] By: gsar                                  on 1999/05/10  03:12:37
10446         Log: From: pmarquess@bfsec.bt.co.uk
10447              Date: Thu, 22 Apr 1999 23:12:08 +0100
10448              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
10449              Subject: PATCH for small bug in scan_bin
10450      Branch: perl
10451            ! util.c
10452 ____________________________________________________________________________
10453 [  3353] By: gsar                                  on 1999/05/10  02:39:33
10454         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
10455              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
10456      Branch: perl
10457            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
10458            ! win32/win32iop.h
10459 ____________________________________________________________________________
10460 [  3352] By: gsar                                  on 1999/05/09  22:47:39
10461         Log: flush all open output buffers before fork(), exec(), system, qx//
10462              and pipe open() operations, simplifying buffering headaches faced
10463              by users; uses fflush(NULL), which may need Configure test
10464      Branch: perl
10465            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
10466            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
10467 ____________________________________________________________________________
10468 [  3351] By: gsar                                  on 1999/05/09  21:11:51
10469         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
10470              Leroy <jll@skynet.be>)
10471      Branch: perl
10472            ! utils/perlcc.PL
10473 ____________________________________________________________________________
10474 [  3350] By: gsar                                  on 1999/05/09  20:39:11
10475         Log: normalize $^X to full pathname on win32
10476      Branch: perl
10477            ! win32/runperl.c
10478 ____________________________________________________________________________
10479 [  3349] By: gsar                                  on 1999/05/09  20:23:07
10480         Log: allow readline($globref), <$globref> already works
10481      Branch: perl
10482            ! pp_hot.c
10483 ____________________________________________________________________________
10484 [  3348] By: gsar                                  on 1999/05/09  20:00:09
10485         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
10486              <lemburg@online-club.de>)
10487      Branch: perl
10488            ! utils/perldoc.PL
10489 ____________________________________________________________________________
10490 [  3347] By: gsar                                  on 1999/05/09  18:47:21
10491         Log: additions to Thread.pm docs from Tuomas J. Lukka
10492              <lukka@fas.harvard.edu>
10493      Branch: perl
10494            ! ext/Thread/Thread.pm
10495 ____________________________________________________________________________
10496 [  3346] By: gsar                                  on 1999/05/09  18:38:00
10497         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10498              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
10499              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
10500              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
10501      Branch: perl
10502            ! ext/B/B/Xref.pm
10503 ____________________________________________________________________________
10504 [  3345] By: gsar                                  on 1999/05/09  18:22:43
10505         Log: work around mangled archname on win32 while finding privlib/sitelib;
10506              normalize lib paths to forward slashes internally
10507      Branch: perl
10508            ! win32/win32.c
10509 ____________________________________________________________________________
10510 [  3344] By: gsar                                  on 1999/05/09  03:20:06
10511         Log: fix typo in dbm filters that caused odbm.t to fail
10512      Branch: perl
10513            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
10514 ____________________________________________________________________________
10515 [  3343] By: gsar                                  on 1999/05/09  02:02:59
10516         Log: tweak test totals
10517      Branch: perl
10518            ! Changes t/lib/tie-stdhandle.t
10519 ____________________________________________________________________________
10520 [  3342] By: gsar                                  on 1999/05/09  01:42:06
10521         Log: import list propagation busted (pointed out by Ton Hospel
10522              <thospel@mail.dma.be>)
10523      Branch: perl
10524            ! lib/autouse.pm
10525 ____________________________________________________________________________
10526 [  3341] By: gsar                                  on 1999/05/09  00:54:18
10527         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
10528              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
10529      Branch: perl
10530            ! Configure Makefile.SH
10531 ____________________________________________________________________________
10532 [  3340] By: gsar                                  on 1999/05/09  00:40:41
10533         Log: generate manpages for newly added utils
10534      Branch: perl
10535            ! installman
10536 ____________________________________________________________________________
10537 [  3339] By: gsar                                  on 1999/05/09  00:33:50
10538         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10539              Date: Sun, 02 May 1999 17:59:24 +0100
10540              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
10541              Subject: [PATCH] Re: ptr to realloced memory in yylex
10542      Branch: perl
10543            ! toke.c
10544 ____________________________________________________________________________
10545 [  3338] By: jhi                                   on 1999/05/08  22:40:29
10546         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
10547      Branch: cfgperl
10548            ! INSTALL
10549 ____________________________________________________________________________
10550 [  3337] By: jhi                                   on 1999/05/08  22:22:26
10551         Log: Integrate from mainperl.
10552      Branch: cfgperl
10553           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
10554           !> (integrate 54 files)
10555 ____________________________________________________________________________
10556 [  3336] By: gsar                                  on 1999/05/08  21:48:22
10557         Log: make perldoc -f grok nested =items
10558      Branch: perl
10559            ! utils/perldoc.PL
10560 ____________________________________________________________________________
10561 [  3335] By: gsar                                  on 1999/05/08  19:48:11
10562         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
10563      Branch: perl
10564            ! op.c t/lib/fields.t
10565 ____________________________________________________________________________
10566 [  3334] By: gsar                                  on 1999/05/08  19:09:41
10567         Log: update test totals
10568      Branch: perl
10569            ! t/lib/bigintpm.t
10570 ____________________________________________________________________________
10571 [  3333] By: gsar                                  on 1999/05/08  16:56:02
10572         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
10573      Branch: perl
10574            ! pod/perlfunc.pod
10575 ____________________________________________________________________________
10576 [  3332] By: gsar                                  on 1999/05/08  16:46:44
10577         Log: applied suggested patch, added tests
10578              From: William Mann <wmann@avici.com>
10579              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
10580              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
10581              Subject: BigInt.pm extensions for logical operations
10582      Branch: perl
10583            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
10584 ____________________________________________________________________________
10585 [  3331] By: gsar                                  on 1999/05/08  16:09:33
10586         Log: avoid temporary files named 'tmp'
10587      Branch: perl
10588            ! Makefile.SH pp.c
10589 ____________________________________________________________________________
10590 [  3330] By: nick                                  on 1999/05/08  14:16:30
10591         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
10592              Provide Tie::StdHandle
10593              Basic update of docs.
10594      Branch: perl
10595            + t/lib/tie-stdhandle.t
10596            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
10597 ____________________________________________________________________________
10598 [  3329] By: nick                                  on 1999/05/08  12:03:45
10599         Log: Tweaks to open(my $fh,...) stuff
10600      Branch: perl
10601            ! op.c pp.c pp_sys.c t/io/open.t
10602 ____________________________________________________________________________
10603 [  3328] By: nick                                  on 1999/05/08  11:18:42
10604         Log: Bring SDBM_File.xs into line with new typemap
10605      Branch: perl
10606            ! ext/SDBM_File/SDBM_File.xs
10607 ____________________________________________________________________________
10608 [  3327] By: gsar                                  on 1999/05/08  00:07:11
10609         Log: add test case for AUTOLOAD reentrancy fix in change#3279
10610      Branch: perl
10611            ! t/lib/autoloader.t
10612 ____________________________________________________________________________
10613 [  3326] By: nick                                  on 1999/05/07  21:24:50
10614         Log: Implement open( my $fh, ...) and similar.
10615              Set flag in op.c for "constructor ops"
10616              In pp_rv2gv, if flag is set and arg is PADSV and uninit
10617              vivify as reference to a detached GV.
10618              (Name of GV is the pad name.)
10619              This scheme should "just work" for pipe/socket etc. too.
10620              
10621              #if 0 out the open(FH,undef) for now.
10622              Change t/io/open.t to test open(my $fh,...)
10623      Branch: perl
10624            ! op.c pp.c pp_sys.c t/io/open.t
10625 ____________________________________________________________________________
10626 [  3325] By: nick                                  on 1999/05/07  21:18:42
10627         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
10628      Branch: perl
10629            ! util.c
10630 ____________________________________________________________________________
10631 [  3324] By: gsar                                  on 1999/05/07  20:28:31
10632         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
10633              intervening code has to allocate SVs)
10634      Branch: perl
10635            ! util.c
10636 ____________________________________________________________________________
10637 [  3323] By: gsar                                  on 1999/05/07  19:45:08
10638         Log: allow line numbers to show in diagnostics during global destruction
10639      Branch: perl
10640            ! util.c
10641 ____________________________________________________________________________
10642 [  3322] By: gsar                                  on 1999/05/07  09:38:11
10643         Log: From: Dan Sugalski <sugalskd@ous.edu>
10644              Date: Fri, 09 Apr 1999 16:16:39 -0700
10645              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
10646              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
10647      Branch: perl
10648            ! lib/ExtUtils/MM_VMS.pm
10649 ____________________________________________________________________________
10650 [  3321] By: gsar                                  on 1999/05/07  09:08:23
10651         Log: From: kwzh@gnu.org (Karl Heuer)
10652              Date: Wed, 7 Apr 1999 23:58:58 -0400
10653              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
10654              Subject: [perl-5.005.02] detect lack of /dev/tty
10655      Branch: perl
10656            ! Makefile.SH
10657 ____________________________________________________________________________
10658 [  3320] By: gsar                                  on 1999/05/07  08:52:14
10659         Log: allow distinct prefix for versioned executables
10660              From: Roderick Schertler <roderick@argon.org>
10661              Date: Wed, 07 Apr 1999 15:34:56 -0400
10662              Message-ID: <3003.923513696@eeyore.ibcinc.com>
10663              Subject: perl55.00503 -> perl5.00503 patch for installperl
10664      Branch: perl
10665            ! INSTALL installperl
10666 ____________________________________________________________________________
10667 [  3319] By: gsar                                  on 1999/05/07  08:07:02
10668         Log: From: Dan Sugalski <sugalskd@osshe.edu>
10669              Date: Mon, 05 Apr 1999 15:38:42 -0700
10670              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
10671              Subject: Re: chomp fails with $/ in fixed-length record mode
10672              --
10673              From: Roderick Schertler <roderick@argon.org>
10674              Date: Tue, 06 Apr 1999 21:11:37 -0400
10675              Message-ID: <2795.923447497@eeyore.ibcinc.com>
10676              Subject: Re: chomp fails with $/ in fixed-length record mode
10677      Branch: perl
10678            ! doop.c pod/perlfunc.pod t/op/chop.t
10679 ____________________________________________________________________________
10680 [  3318] By: gsar                                  on 1999/05/07  07:56:35
10681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10682              Date: Tue, 6 Apr 1999 01:40:36 -0400
10683              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
10684              Subject: [PATCH 5.005_*] Make % use fmod()
10685      Branch: perl
10686            ! pp.c t/op/arith.t
10687 ____________________________________________________________________________
10688 [  3317] By: gsar                                  on 1999/05/07  04:18:11
10689         Log: DBM Filters (via private mail)
10690              From: pmarquess@bfsec.bt.co.uk
10691              Date: Sun, 18 Apr 1999 21:05:52 +0100
10692              Message-Id: <199904182009.NAA19152@activestate.com>
10693              Subject: DBM Filters
10694      Branch: perl
10695            + pod/perldbmfilter.pod
10696            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10697            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10698            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10699            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10700            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
10701            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10702            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10703            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
10704            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
10705            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
10706            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10707            ! t/lib/sdbm.t
10708 ____________________________________________________________________________
10709 [  3316] By: gsar                                  on 1999/05/07  03:28:53
10710         Log: avoid negative return value from Win32::GetTickCount()
10711              From: jan.dubois@ibm.net (Jan Dubois)
10712              Date: Sat, 03 Apr 1999 19:04:18 +0200
10713              Message-ID: <37084742.22824479@smtp1.ibm.net>
10714              Subject: Re: Win32::GetTickCount
10715      Branch: perl
10716            ! win32/win32.c
10717 ____________________________________________________________________________
10718 [  3314] By: gsar                                  on 1999/05/06  08:01:23
10719         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
10720              Date: Tue, 30 Mar 1999 23:40:34 PST
10721              Message-ID: <19990331074034.6117.qmail@hotmail.com>
10722              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
10723              --
10724              Date: Wed, 07 Apr 1999 00:28:23 -0800
10725              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
10726              Subject: [PATCH 5.005_56] function prototypes(B.pm)
10727              --
10728              Date: Thu, 22 Apr 1999 23:40:52 -0700
10729              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
10730              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
10731              --
10732              Date: Tue, 27 Apr 1999 01:14:49 PDT
10733              Message-ID: <19990427081449.28615.qmail@hotmail.com>
10734              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
10735      Branch: perl
10736            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
10737            ! t/op/ref.t
10738 ____________________________________________________________________________
10739 [  3313] By: jhi                                   on 1999/05/06  07:59:52
10740         Log: Integrate from mainperl.
10741      Branch: cfgperl
10742           !> (integrate 33 files)
10743 ____________________________________________________________________________
10744 [  3312] By: gsar                                  on 1999/05/06  07:11:50
10745         Log: add Ethiopic section to unicode master database (from Ken
10746              Whistler <kenw@sybase.com>)
10747      Branch: perl
10748            ! lib/unicode/UnicodeData-Latest.txt
10749 ____________________________________________________________________________
10750 [  3311] By: gsar                                  on 1999/05/06  05:37:55
10751         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
10752              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
10753              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
10754              Subject: Largefiles for Solaris
10755      Branch: perl
10756            ! hints/solaris_2.sh
10757 ____________________________________________________________________________
10758 [  3310] By: gsar                                  on 1999/05/06  05:14:35
10759         Log: emit more accurate diagnostic for syntax errors involving <>
10760              within eval""
10761      Branch: perl
10762            ! toke.c utils/perldoc.PL
10763 ____________________________________________________________________________
10764 [  3309] By: gsar                                  on 1999/05/06  04:36:31
10765         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
10766      Branch: perl
10767            ! t/lib/open3.t
10768 ____________________________________________________________________________
10769 [  3308] By: gsar                                  on 1999/05/06  03:19:16
10770         Log: applied first part of suggested patch (bug described cannot be
10771              reproduced any longer, so the second inconclusive part has not
10772              been applied)
10773              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10774              Date: Sun, 28 Mar 1999 04:51:34 +0100
10775              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
10776              Subject: [PATCH 5.005_56] Re: A core dump 
10777      Branch: perl
10778            ! toke.c
10779 ____________________________________________________________________________
10780 [  3307] By: gsar                                  on 1999/05/06  01:56:06
10781         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
10782              change#3180)
10783      Branch: perl
10784            ! op.c
10785 ____________________________________________________________________________
10786 [  3306] By: gsar                                  on 1999/05/05  17:17:34
10787         Log: applied non-conflicting parts of suggested patch
10788              From: Charles Bailey <BAILEY@newman.upenn.edu>
10789              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
10790              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
10791              Subject: [Patch 5.005_56] Revised VMS patch
10792      Branch: perl
10793            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
10794            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
10795 ____________________________________________________________________________
10796 [  3305] By: gsar                                  on 1999/05/05  16:20:19
10797         Log: make perldoc use backslashed pathnames within system() on win32
10798      Branch: perl
10799            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
10800 ____________________________________________________________________________
10801 [  3304] By: gsar                                  on 1999/05/05  07:29:43
10802         Log: upgrade Pod::Parser to v1.081 from CPAN
10803      Branch: perl
10804            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
10805            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
10806            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
10807 ____________________________________________________________________________
10808 [  3303] By: gsar                                  on 1999/05/05  07:02:07
10809         Log: From: Andy Dougherty <doughera@lafayette.edu>
10810              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
10811              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
10812              Subject: [PATCH 5.005_03-MT3] INSTALL patches
10813      Branch: perl
10814            ! INSTALL
10815 ____________________________________________________________________________
10816 [  3302] By: gsar                                  on 1999/05/05  06:55:21
10817         Log: load base packages based on nonexistent $VERSION
10818              From: andreas.koenig@anima.de (Andreas J. Koenig)
10819              Date: 19 Mar 1999 06:00:28 +0100
10820              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
10821              Subject: Re: base.pm flaw
10822      Branch: perl
10823            ! lib/base.pm lib/locale.pm
10824 ____________________________________________________________________________
10825 [  3301] By: gsar                                  on 1999/05/04  05:41:08
10826         Log: pod2man outputs switched date and revision label (fix suggested by
10827              EthanSasiela@mede.com)
10828      Branch: perl
10829            ! pod/pod2man.PL
10830 ____________________________________________________________________________
10831 [  3300] By: gsar                                  on 1999/05/03  18:48:25
10832         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
10833              (makes opendir(D,"c:") work reliably)
10834      Branch: perl
10835            ! win32/win32.c
10836 ____________________________________________________________________________
10837 [  3299] By: gsar                                  on 1999/05/02  19:39:55
10838         Log: add test case for change#3298
10839      Branch: perl
10840            ! sv.c t/op/readdir.t
10841 ____________________________________________________________________________
10842 [  3298] By: gsar                                  on 1999/05/02  19:24:41
10843         Log: close directory handles properly when localized
10844      Branch: perl
10845            ! sv.c
10846 ____________________________________________________________________________
10847 [  3297] By: jhi                                   on 1999/04/30  11:42:14
10848         Log: Integrate from mainperl.
10849      Branch: cfgperl
10850           !> Changes config_h.SH configure.com lib/AutoLoader.pm
10851           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
10852           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
10853           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
10854           !> vms/subconfigure.com win32/win32.c
10855 ____________________________________________________________________________
10856 [  3293] By: chip                                  on 1999/04/29  18:50:49
10857         Log: Fix shebang lines.
10858      Branch: maint-5.004/perl
10859            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
10860            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
10861            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
10862            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
10863            ! x2p/find2perl.PL x2p/s2p.PL
10864 ____________________________________________________________________________
10865 [  3284] By: gsar                                  on 1999/04/27  00:48:42
10866         Log: integrate change#3279 from maint-5.004
10867      Branch: perl
10868            ! lib/AutoLoader.pm
10869 ____________________________________________________________________________
10870 [  3279] By: chip                                  on 1999/04/26  23:09:26
10871         Log: Make &AutoLoad::AUTOLOAD reentrant.
10872      Branch: maint-5.004/perl
10873            ! lib/AutoLoader.pm
10874 ____________________________________________________________________________
10875 [  3276] By: chip                                  on 1999/04/26  22:34:36
10876         Log: Make porting scripts executable.
10877      Branch: maint-5.004/perl
10878            ! Changes Porting/genlog Porting/makerel Porting/p4desc
10879            ! Porting/patchls
10880 ____________________________________________________________________________
10881 [  3274] By: gsar                                  on 1999/04/26  17:30:31
10882         Log: allow embedded null characters in diagnostics
10883      Branch: perl
10884            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
10885 ____________________________________________________________________________
10886 [  3273] By: gsar                                  on 1999/04/26  08:27:22
10887         Log: hand-applied conflicting parts of suggested patch
10888              From: Charles Bailey <BAILEY@newman.upenn.edu>
10889              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
10890              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
10891              Subject: [PATCH 5.005_56] VMS configuration/build
10892      Branch: perl
10893            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10894            ! vms/munchconfig.c vms/subconfigure.com
10895 ____________________________________________________________________________
10896 [  3272] By: gsar                                  on 1999/04/26  08:25:41
10897         Log: update Changes; tweak minor regressions
10898      Branch: perl
10899            ! Changes lib/AutoSplit.pm lib/File/Path.pm
10900 ____________________________________________________________________________
10901 [  3271] By: gsar                                  on 1999/04/26  07:52:51
10902         Log: integrate change#3229 from maint-5.004
10903      Branch: perl
10904            ! pp_ctl.c util.c
10905 ____________________________________________________________________________
10906 [  3270] By: gsar                                  on 1999/04/25  22:58:27
10907         Log: fix buggy reference count on refs to SVs with autoviv magic
10908              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
10909              accessing free()d memory)
10910      Branch: perl
10911            ! pp.c t/op/ref.t
10912 ____________________________________________________________________________
10913 [  3269] By: gsar                                  on 1999/04/24  17:07:55
10914         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
10915              on win32)
10916      Branch: perl
10917            ! win32/win32.c
10918 ____________________________________________________________________________
10919 [  3268] By: gsar                                  on 1999/04/24  16:38:25
10920         Log: kill dup hunk
10921      Branch: perl
10922            ! config_h.SH
10923 ____________________________________________________________________________
10924 [  3267] By: gsar                                  on 1999/04/24  16:35:57
10925         Log: integrate cfgperl changes into mainline
10926      Branch: perl
10927           +> myconfig.SH
10928            - myconfig
10929            ! pod/perlre.pod
10930           !> (integrate 38 files)
10931 ____________________________________________________________________________
10932 [  3266] By: jhi                                   on 1999/04/23  18:42:44
10933         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10934              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
10935              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
10936              Cc: Lionel Cons <lionel.cons@cern.ch>,
10937              Ilya Zakharevich <ilya@math.ohio-state.edu>,
10938              David Hayes <david@bdel.com>
10939              Subject: [PATCH] h2ph
10940              Date: Fri, 23 Apr 1999 12:37:23 -0400
10941              Message-ID: <19990423123723.A49550@O2.chapin.edu>
10942      Branch: cfgperl
10943            ! utils/h2ph.PL
10944 ____________________________________________________________________________
10945 [  3265] By: jhi                                   on 1999/04/21  18:17:12
10946         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
10947              To: perlbug@perl.org
10948              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
10949              Date: Wed, 21 Apr 1999 08:17:54 -0700
10950              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
10951      Branch: cfgperl
10952            ! vms/descrip_mms.template
10953 ____________________________________________________________________________
10954 [  3264] By: jhi                                   on 1999/04/20  08:50:54
10955         Log: From: Andy Dougherty <doughera@lafayette.edu>
10956              To: The Perl Porters Mailing List <perl5-porters@perl.org>
10957              Subject: [PATCH 5.005_56] Re: 5.006 Todo
10958              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
10959              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
10960      Branch: cfgperl
10961            ! Porting/pumpkin.pod
10962 ____________________________________________________________________________
10963 [  3263] By: jhi                                   on 1999/04/20  08:05:01
10964         Log: From: Chip Salzenberg <chip@perlsupport.com>
10965              To: Perl 5 Porters <perl5-porters@perl.org>
10966              Subject: [PATCH 5.005_56] Configure: $sig_count
10967              Date: Sun, 18 Apr 1999 17:54:36 -0400
10968              Message-ID: <19990418175436.A27496@perlsupport.com>
10969      Branch: cfgperl
10970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10971            ! config_h.SH
10972 ____________________________________________________________________________
10973 [  3262] By: jhi                                   on 1999/04/19  18:23:50
10974         Log: Subject: PATCH wrong faq reference in perlbook.pod
10975              From: Robin Barker <rmb1@cise.npl.co.uk>
10976              To: perlbug@perl.com
10977              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
10978              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
10979      Branch: cfgperl
10980            ! pod/perlbook.pod
10981 ____________________________________________________________________________
10982 [  3261] By: jhi                                   on 1999/04/15  13:59:04
10983         Log: From: Andy Dougherty <doughera@lafayette.edu>
10984              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
10985              Cc: Perl Porters <perl5-porters@perl.org>
10986              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
10987              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
10988              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
10989      Branch: cfgperl
10990            ! hints/solaris_2.sh
10991 ____________________________________________________________________________
10992 [  3260] By: jhi                                   on 1999/04/15  13:56:53
10993         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
10994              To: pumpkings@jhereg.perl.com
10995              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
10996              Date: Thu, 15 Apr 1999 07:13:41 -0600
10997              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
10998      Branch: cfgperl
10999            ! pod/perldata.pod
11000 ____________________________________________________________________________
11001 [  3259] By: jhi                                   on 1999/04/13  23:12:52
11002         Log: LDLIBPTH also on 'clean' targets.
11003      Branch: cfgperl
11004            ! Makefile.SH
11005 ____________________________________________________________________________
11006 [  3258] By: jhi                                   on 1999/04/13  21:38:46
11007         Log: Add information about the two DEC C compiler optimizer bugs
11008              (what patch levels of the compilers fix them).
11009      Branch: cfgperl
11010            ! pp.c t/op/repeat.t
11011 ____________________________________________________________________________
11012 [  3257] By: jhi                                   on 1999/04/13  14:25:08
11013         Log: Be polite about ccdlflags and lddflags, too.
11014              Avoid Perl's malloc only when threaded.
11015      Branch: cfgperl
11016            ! hints/aix.sh
11017 ____________________________________________________________________________
11018 [  3256] By: jhi                                   on 1999/04/13  10:21:33
11019         Log: Croak if no known ways to semctl() (don't assume union semun).
11020      Branch: cfgperl
11021            ! doio.c perl.h
11022 ____________________________________________________________________________
11023 [  3255] By: jhi                                   on 1999/04/13  09:10:26
11024         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11025              To: perl5-porters@perl.org, vmsperl@perl.org
11026              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
11027              Date: Mon, 12 Apr 1999 13:36:48 -0700
11028              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
11029      Branch: cfgperl
11030            ! lib/ExtUtils/MM_VMS.pm
11031 ____________________________________________________________________________
11032 [  3254] By: jhi                                   on 1999/04/13  06:56:26
11033         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11034              To: perlbug@perl.com
11035              Subject: Update for OpenBSD hints
11036              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
11037              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
11038      Branch: cfgperl
11039            ! hints/openbsd.sh
11040 ____________________________________________________________________________
11041 [  3229] By: chip                                  on 1999/04/13  04:04:14
11042         Log: Preserve errno from importunities of sfio.
11043      Branch: maint-5.004/perl
11044            ! pp_ctl.c util.c
11045 ____________________________________________________________________________
11046 [  3226] By: jhi                                   on 1999/04/11  12:52:26
11047         Log: If both ways to call semctl are broken,    skip the tests.
11048      Branch: cfgperl
11049            ! t/lib/ipc_sysv.t
11050 ____________________________________________________________________________
11051 [  3225] By: jhi                                   on 1999/04/10  22:27:28
11052         Log: From: Andy Dougherty <doughera@lafayette.edu>
11053              To: dsembr01@ox.slug.louisville.edu
11054              Cc: perlbug@perl.com
11055              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
11056              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
11057              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
11058      Branch: cfgperl
11059            ! ext/POSIX/POSIX.xs
11060 ____________________________________________________________________________
11061 [  3224] By: jhi                                   on 1999/04/09  18:50:32
11062         Log: From: Andy Dougherty <doughera@lafayette.edu>
11063              To: Perl Porters <perl5-porters@perl.org>
11064              Subject: [PATCH 5.005_56] Re: prefix= in hints
11065              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
11066              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
11067              
11068              (Overrides change #3204 from Kurt)
11069      Branch: cfgperl
11070            ! hints/linux.sh
11071 ____________________________________________________________________________
11072 [  3223] By: jhi                                   on 1999/04/09  18:37:55
11073         Log: Understand Apollo's //node notation.
11074              
11075              From: Johann Klasek <jk@auto.tuwien.ac.at>
11076              To: jhi@iki.fi
11077              Subject: Re: DomainPerl
11078              Date: Fri, 9 Apr 1999 18:21:37 +0200
11079              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
11080      Branch: cfgperl
11081            ! lib/Cwd.pm
11082 ____________________________________________________________________________
11083 [  3220] By: jhi                                   on 1999/04/04  16:33:49
11084         Log: Integrate from mainperl.
11085      Branch: cfgperl
11086           !> (integrate 39 files)
11087 ____________________________________________________________________________
11088 [  3219] By: gsar                                  on 1999/04/04  02:48:17
11089         Log: tweak previous change
11090      Branch: maint-5.005/perl
11091            ! win32/win32.c
11092 ____________________________________________________________________________
11093 [  3218] By: gsar                                  on 1999/04/04  02:44:47
11094         Log: be careful about extending the stack for the Win32:: builtins
11095      Branch: maint-5.005/perl
11096            ! win32/win32.c
11097 ____________________________________________________________________________
11098 [  3217] By: gsar                                  on 1999/04/04  01:59:26
11099         Log: correct places that said newSVpv() when they meant newSVpvn()
11100      Branch: perl
11101            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
11102            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
11103            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11104            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
11105            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
11106            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
11107            ! win32/win32.c
11108 ____________________________________________________________________________
11109 [  3216] By: gsar                                  on 1999/04/03  23:58:27
11110         Log: avoid duplicate code
11111      Branch: perl
11112            ! sv.c
11113 ____________________________________________________________________________
11114 [  3215] By: gsar                                  on 1999/04/03  23:14:34
11115         Log: grow PL_tmps_stack more efficiently; make it more amenable to
11116              STRESS_REALLOC testing
11117      Branch: perl
11118            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
11119            ! sv.c
11120 ____________________________________________________________________________
11121 [  3214] By: gsar                                  on 1999/04/03  21:01:09
11122         Log: scrounge and save three extra branches in pp_entersub()
11123      Branch: perl
11124            ! cv.h pp_ctl.c pp_hot.c
11125 ____________________________________________________________________________
11126 [  3213] By: gsar                                  on 1999/04/03  17:43:23
11127         Log: remove duplicate code and an extra branch in sv_setsv() and
11128              other hot code by making SvTHINKFIRST() think about FAKE SVs
11129      Branch: perl
11130            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
11131            ! proto.h scope.c sv.c sv.h
11132 ____________________________________________________________________________
11133 [  3212] By: jhi                                   on 1999/04/03  16:20:09
11134         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
11135              
11136              From: John Bley <jbb6@acpub.duke.edu>
11137              To: perlbug@perl.org
11138              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
11139              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
11140              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
11141      Branch: cfgperl
11142            ! doio.c pp_sys.c
11143 ____________________________________________________________________________
11144 [  3211] By: jhi                                   on 1999/04/03  13:27:26
11145         Log: Change #3210 was rather unportable.  This is better.
11146      Branch: cfgperl
11147            ! Configure config_h.SH
11148 ____________________________________________________________________________
11149 [  3210] By: jhi                                   on 1999/04/03  13:16:20
11150         Log: Avoid Digital UNIX' ksh.
11151              
11152              From: Jarkko Hietaniemi <jhi@iki.fi> 
11153              To: Henrik Tougaard <ht000@siberut.foa.dk> 
11154              Cc: perlbug@perl.com, ht000@foa.dk 
11155              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
11156              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
11157              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
11158      Branch: cfgperl
11159            ! Configure config_h.SH
11160 ____________________________________________________________________________
11161 [  3209] By: jhi                                   on 1999/04/03  12:49:04
11162         Log: Integrate from mainperl.
11163      Branch: cfgperl
11164           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
11165 ____________________________________________________________________________
11166 [  3208] By: jhi                                   on 1999/04/03  12:27:24
11167         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
11168              
11169              From: Lionel Cons <lionel.cons@cern.ch>
11170              To: jhi@iki.fi
11171              Cc: perlbug@perl.com, kstar@isinet.com,
11172              Philippe Defert <philippe.defert@cern.ch>
11173              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
11174              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
11175              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
11176      Branch: cfgperl
11177            ! hints/irix_6.sh
11178 ____________________________________________________________________________
11179 [  3207] By: jhi                                   on 1999/04/03  12:20:21
11180         Log: Be polite about usemymalloc.
11181      Branch: cfgperl
11182            ! hints/aix.sh
11183 ____________________________________________________________________________
11184 [  3206] By: gsar                                  on 1999/04/02  23:31:59
11185         Log: a typo in change#3205
11186      Branch: perl
11187            ! t/lib/bigfloatpm.t
11188 ____________________________________________________________________________
11189 [  3205] By: gsar                                  on 1999/04/02  23:20:31
11190         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
11191              returns NaNs faithfully)
11192      Branch: perl
11193            ! t/lib/bigfloatpm.t
11194 ____________________________________________________________________________
11195 [  3204] By: jhi                                   on 1999/04/02  22:03:23
11196         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
11197              
11198              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11199              To: perl5-porters@perl.org
11200              Subject: linux hints nit
11201              Date: Fri, 2 Apr 1999 16:49:47 -0500
11202              Message-ID: <19990402164947.E80926@O2.chapin.edu>
11203      Branch: cfgperl
11204            ! hints/linux.sh
11205 ____________________________________________________________________________
11206 [  3203] By: jhi                                   on 1999/04/02  22:00:56
11207         Log: Display exact glibc version in Linux. 
11208              
11209              From: Andy Dougherty <doughera@lafayette.edu>
11210              To: Perl Porters <perl5-porters@perl.org>
11211              Subject: Displaying glibc version on Linux
11212              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
11213              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
11214      Branch: cfgperl
11215            ! hints/linux.sh
11216 ____________________________________________________________________________
11217 [  3202] By: gsar                                  on 1999/04/02  21:23:18
11218         Log: various little goofs
11219      Branch: perl
11220            ! Changes Makefile.SH README installperl
11221 ____________________________________________________________________________
11222 [  3201] By: jhi                                   on 1999/04/02  13:13:39
11223         Log: Configure regen.
11224              
11225              Add llseek + offset_t probing.
11226              Change CONFIG to CONFIGDOTSH.
11227              'unset foo' is unportable, use foo=''.
11228      Branch: cfgperl
11229            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
11230            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
11231            ! perl_exp.SH writemain.SH
11232 ____________________________________________________________________________
11233 [  3200] By: jhi                                   on 1999/04/02  12:06:22
11234         Log: Introduce myconfig.SH.
11235              
11236              From: Andy Dougherty <doughera@lafayette.edu>
11237              To: Jarkko Hietaniemi <jhi@iki.fi>
11238              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
11239              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
11240              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
11241              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
11242      Branch: cfgperl
11243            + myconfig.SH
11244            - myconfig
11245            ! MANIFEST
11246 ____________________________________________________________________________
11247 [  3195] By: jhi                                   on 1999/03/28  16:42:54
11248         Log: Update perlhist on 5_03.
11249      Branch: maint-5.005/perl
11250            ! pod/perlhist.pod
11251 ____________________________________________________________________________
11252 [  3194] By: jhi                                   on 1999/03/28  12:30:01
11253         Log: Integrate from mainperl.
11254      Branch: cfgperl
11255           +> t/op/grep.t
11256            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
11257            ! t/lib/bigintpm.t
11258           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
11259           !> t/lib/thread.t
11260 ____________________________________________________________________________
11261 [  3189] By: gsar                                  on 1999/03/28  08:22:00
11262         Log: various pod niggles
11263      Branch: maint-5.005/perl
11264            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
11265            ! pod/perlfunc.pod pod/perlhist.pod
11266 ____________________________________________________________________________
11267 [  3187] By: gsar                                  on 1999/03/28  07:31:16
11268         Log: regularize CAPI declarations (CAPI extensions now build under
11269              the Borland compiler)
11270      Branch: maint-5.005/perl
11271            ! win32/GenCAPI.pl
11272 ____________________________________________________________________________
11273 [  3186] By: gsar                                  on 1999/03/28  07:26:33
11274         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
11275              -DPERL_CAPI
11276      Branch: maint-5.005/perl
11277            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
11278 ____________________________________________________________________________
11279 [  3183] By: gsar                                  on 1999/03/28  06:00:46
11280         Log: update p4 utility to ignore non-text files
11281      Branch: perl
11282            ! Porting/p4desc
11283 ____________________________________________________________________________
11284 [  3181] By: gsar                                  on 1999/03/28  03:37:23
11285         Log: integrate change#3179 from maint-5.005
11286      Branch: perl
11287           !> ext/Thread/Thread.xs t/lib/thread.t
11288 ____________________________________________________________________________
11289 [  3180] By: gsar                                  on 1999/03/28  02:28:20
11290         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
11291              (sometimes caused bizarreness in the BLOCK)
11292      Branch: perl
11293            + t/op/grep.t
11294            ! MANIFEST op.c
11295 ____________________________________________________________________________
11296 [  3179] By: gsar                                  on 1999/03/28  02:14:04
11297         Log: fix thread segfault when passing large number of arguments to child
11298              a la C<Thread->new($foo, 1..1000)>
11299      Branch: maint-5.005/perl
11300            ! ext/Thread/Thread.xs t/lib/thread.t
11301 ____________________________________________________________________________
11302 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
11303         Log: fix $Config{'usethreads'} typo in perlthrtut
11304              
11305              From: Ian Maloney <szhmf9@wsblob.ubs.com>
11306              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
11307              Message-Id: <199903251540.QAA02439@wsblob.>
11308              Subject: perlthrtut documentation error
11309      Branch: maint-5.005/perl
11310            ! pod/perlthrtut.pod
11311 ____________________________________________________________________________
11312 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
11313         Log: Update Test.pm to VERSION 1.122 from CPAN
11314      Branch: maint-5.005/perl
11315            ! lib/Test.pm
11316 ____________________________________________________________________________
11317 [  3171] By: jhi                                   on 1999/03/26  22:38:28
11318         Log: Integrate from mainperl.
11319      Branch: cfgperl
11320           !> (integrate 37 files)
11321 ____________________________________________________________________________
11322 [  3170] By: gsar                                  on 1999/03/26  01:30:25
11323         Log: specify type of bracket in "Unmatched bracket" diagnostic;
11324              prefer 'brace' or 'curly bracket' over 'curly brace'
11325      Branch: perl
11326            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
11327            ! t/op/misc.t t/op/re_tests toke.c
11328 ____________________________________________________________________________
11329 [  3169] By: gsar                                  on 1999/03/26  00:50:51
11330         Log: better description of "Integer overflow" diagnostic
11331      Branch: perl
11332            ! pod/perldiag.pod
11333 ____________________________________________________________________________
11334 [  3168] By: gsar                                  on 1999/03/25  11:02:46
11335         Log: applied needful parts of suggested patch
11336              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
11337              Date: Tue, 23 Mar 1999 16:21:43 -0800
11338              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
11339              Subject: [PATCH 5.005_56] pp_formline correction
11340      Branch: perl
11341            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
11342 ____________________________________________________________________________
11343 [  3167] By: gsar                                  on 1999/03/25  10:39:02
11344         Log: clarify what a "comment" means (due to Mark-Jason Dominus
11345              <mjd@plover.com>)
11346      Branch: perl
11347            ! pod/perlsyn.pod
11348 ____________________________________________________________________________
11349 [  3166] By: gsar                                  on 1999/03/25  10:33:18
11350         Log: describe current behavior on local($foo{nothere}) (suggested by
11351              Lionel Cons <lionel.cons@cern.ch>)
11352      Branch: perl
11353            ! pod/perlsub.pod
11354 ____________________________________________________________________________
11355 [  3165] By: gsar                                  on 1999/03/25  06:21:05
11356         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
11357              <vishalb@hotmail.com>)
11358      Branch: perl
11359            ! ext/B/B/C.pm
11360 ____________________________________________________________________________
11361 [  3164] By: gsar                                  on 1999/03/25  06:17:27
11362         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11363              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
11364              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
11365              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
11366      Branch: perl
11367            ! ext/B/B.xs op.h opcode.pl
11368 ____________________________________________________________________________
11369 [  3163] By: gsar                                  on 1999/03/25  06:15:49
11370         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
11371              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
11372              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
11373              Subject: [PATCH _56] B::Deparse 0.57
11374              --
11375              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
11376              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
11377              Subject: Re: [PATCH _56] B::Deparse 0.57 
11378      Branch: perl
11379            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
11380 ____________________________________________________________________________
11381 [  3162] By: gsar                                  on 1999/03/25  06:11:46
11382         Log: fix a few places that said 'int', but meant 'STRLEN'
11383      Branch: perl
11384            ! pod/perlguts.pod proto.h sv.c
11385 ____________________________________________________________________________
11386 [  3161] By: gsar                                  on 1999/03/25  06:01:18
11387         Log: From: Russ Allbery <rra@stanford.edu>
11388              Date: 22 Mar 1999 04:26:26 -0800
11389              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
11390              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
11391      Branch: perl
11392            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
11393            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
11394            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
11395            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
11396 ____________________________________________________________________________
11397 [  3160] By: gsar                                  on 1999/03/25  02:26:31
11398         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
11399      Branch: perl
11400            ! opcode.h opcode.pl
11401 ____________________________________________________________________________
11402 [  3159] By: gsar                                  on 1999/03/25  02:18:17
11403         Log: add statement-modifier loops to :base_loop class
11404      Branch: perl
11405            ! ext/Opcode/Opcode.pm
11406 ____________________________________________________________________________
11407 [  3158] By: gsar                                  on 1999/03/25  00:36:57
11408         Log: integrate changes#3105,3130,3154 from maint-5.005
11409      Branch: perl
11410           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
11411 ____________________________________________________________________________
11412 [  3157] By: gsar                                  on 1999/03/25  00:24:17
11413         Log: remove bogus panic()
11414      Branch: perl
11415            ! Changes lib/Math/BigFloat.pm
11416 ____________________________________________________________________________
11417 [  3156] By: jhi                                   on 1999/03/24  22:43:43
11418         Log: Integrate from mainperl.
11419      Branch: cfgperl
11420           +> (branch 38 files)
11421           !> (integrate 68 files)
11422 ____________________________________________________________________________
11423 [  3155] By: jhi                                   on 1999/03/24  22:12:17
11424         Log: Configure regenerated because of changes #3130/#3154 and #3147.
11425      Branch: cfgperl
11426            ! Configure config_h.SH
11427 ____________________________________________________________________________
11428 [  3154] By: jhi                                   on 1999/03/24  21:40:51
11429         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
11430              based on suggestions from Andy Dougherty.
11431      Branch: maint-5.005/perl
11432            ! INSTALL
11433 ____________________________________________________________________________
11434 [  3153] By: gsar                                  on 1999/03/24  10:38:05
11435         Log: applied suggested patch, modulo superceded parts
11436              From: Charles Bailey <BAILEY@newman.upenn.edu>
11437              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
11438              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
11439              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
11440      Branch: perl
11441            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
11442            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
11443            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11444            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
11445 ____________________________________________________________________________
11446 [  3152] By: gsar                                  on 1999/03/24  10:30:51
11447         Log: applied suggested patch, modulo superceded parts
11448              From: Charles Bailey <BAILEY@newman.upenn.edu>
11449              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
11450              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
11451              Subject: [PATCH 5.005_56] Miscellaneous small fixes
11452      Branch: perl
11453            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
11454            ! lib/File/Basename.pm
11455 ____________________________________________________________________________
11456 [  3151] By: gsar                                  on 1999/03/24  10:15:00
11457         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
11458      Branch: perl
11459            ! pod/perlop.pod
11460 ____________________________________________________________________________
11461 [  3150] By: gsar                                  on 1999/03/24  10:09:13
11462         Log: missing integration in previous change
11463      Branch: perl
11464           !> README.apollo
11465 ____________________________________________________________________________
11466 [  3149] By: gsar                                  on 1999/03/24  10:06:44
11467         Log: integrate changes#3116,3119 from maint-5.005
11468      Branch: perl
11469            + README.apollo
11470           +> apollo/netinet/in.h
11471           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
11472 ____________________________________________________________________________
11473 [  3148] By: gsar                                  on 1999/03/24  10:01:56
11474         Log: integrate changes#3091-3094 from maint-5.005
11475      Branch: perl
11476           !> README.hurd vms/subconfigure.com vos/config.h
11477           !> vos/config_h.SH_orig
11478 ____________________________________________________________________________
11479 [  3147] By: gsar                                  on 1999/03/24  09:31:49
11480         Log: warn about newfangled vfork() caveats
11481      Branch: perl
11482            ! Configure
11483 ____________________________________________________________________________
11484 [  3146] By: jhi                                   on 1999/03/24  09:20:14
11485         Log: Bring in changes #2808 and #2812 (from mainline perl)
11486              that enhance the perlbug checklist.
11487      Branch: maint-5.005/perl
11488            ! utils/perlbug.PL
11489 ____________________________________________________________________________
11490 [  3145] By: gsar                                  on 1999/03/24  08:37:02
11491         Log: integrate change#3115 from maint-5.005
11492      Branch: perl
11493           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11494           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11495 ____________________________________________________________________________
11496 [  3144] By: gsar                                  on 1999/03/24  08:33:59
11497         Log: add note about map in scalar context
11498      Branch: perl
11499            ! pod/perlfunc.pod
11500 ____________________________________________________________________________
11501 [  3143] By: gsar                                  on 1999/03/24  08:25:59
11502         Log: doc tweak
11503      Branch: perl
11504            ! lib/Time/Local.pm
11505 ____________________________________________________________________________
11506 [  3142] By: gsar                                  on 1999/03/24  08:20:37
11507         Log: applied suggested patch, modulo bogus hunk
11508              From: "Vishal Bhatia" <vishalb@hotmail.com>
11509              Date: Thu, 11 Mar 1999 07:40:27 PST
11510              Message-ID: <19990311154027.25891.qmail@hotmail.com>
11511              Subject: [PATCH 5.005_56] Minor fixes in perlcc
11512      Branch: perl
11513            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
11514 ____________________________________________________________________________
11515 [  3141] By: gsar                                  on 1999/03/24  08:06:12
11516         Log: integrate change#3104 from maint-5.005
11517      Branch: perl
11518           !> README.os390 t/lib/posix.t
11519 ____________________________________________________________________________
11520 [  3140] By: gsar                                  on 1999/03/24  06:34:56
11521         Log: fix failure of C<&locked_sub;> under -Dusethreads
11522      Branch: perl
11523            ! pp_hot.c t/lib/thread.t
11524 ____________________________________________________________________________
11525 [  3139] By: gsar                                  on 1999/03/24  05:52:00
11526         Log: debugger tweak (wasn't printing a newline after recalled commands)
11527      Branch: perl
11528            ! lib/perl5db.pl
11529 ____________________________________________________________________________
11530 [  3138] By: gsar                                  on 1999/03/24  05:33:28
11531         Log: document OO exceptions (based on a suggestion by Andreas Koenig
11532              <andreas.koenig@anima.de>)
11533      Branch: perl
11534            ! pod/perlfunc.pod
11535 ____________________________________________________________________________
11536 [  3137] By: gsar                                  on 1999/03/24  02:50:20
11537         Log: better "Illegal %s digit ignored" warnings
11538      Branch: perl
11539            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
11540            ! toke.c util.c
11541 ____________________________________________________________________________
11542 [  3136] By: gsar                                  on 1999/03/24  02:26:38
11543         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
11544      Branch: perl
11545            + t/pragma/utf8.t
11546            ! regcomp.c
11547 ____________________________________________________________________________
11548 [  3135] By: gsar                                  on 1999/03/24  01:29:09
11549         Log: flip release & version in win32_uname()
11550      Branch: perl
11551            ! win32/win32.c
11552 ____________________________________________________________________________
11553 [  3134] By: gsar                                  on 1999/03/24  01:08:33
11554         Log: support POSIX::uname() via win32_uname()
11555      Branch: perl
11556            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
11557            ! win32/config.gc win32/config.vc win32/config_H.bc
11558            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
11559            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11560 ____________________________________________________________________________
11561 [  3133] By: gsar                                  on 1999/03/23  22:20:10
11562         Log: From: jan.dubois@ibm.net (Jan Dubois)
11563              Date: Sat, 06 Mar 1999 21:42:56 +0100
11564              Message-ID: <36e49281.50337171@smtp1.ibm.net>
11565              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
11566      Branch: perl
11567            ! pod/perldelta.pod
11568 ____________________________________________________________________________
11569 [  3132] By: gsar                                  on 1999/03/23  22:17:45
11570         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
11571              Date: Sat, 06 Mar 1999 17:50:49 +0100
11572              Message-ID: <36e25209.33833760@smtp1.ibm.net>
11573              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
11574              --
11575              Date: Sat, 06 Mar 1999 18:15:00 +0100
11576              Message-ID: <36e36222.37954195@smtp1.ibm.net>
11577              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
11578      Branch: perl
11579            + t/lib/filefunc.t
11580            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
11581            ! pod/perldelta.pod pod/perlmodlib.pod
11582 ____________________________________________________________________________
11583 [  3131] By: gsar                                  on 1999/03/23  22:07:59
11584         Log: integrate cfgperl changes into mainline
11585      Branch: perl
11586           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11587           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
11588           !> installperl malloc.c perl.c perl.h pod/perl.pod
11589           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
11590 ____________________________________________________________________________
11591 [  3130] By: jhi                                   on 1999/03/23  22:02:23
11592         Log: Don't use config.msg to remind about the
11593              LD_LIBRARY_PATH because Makefile.SH takes
11594              care of that.
11595              
11596              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
11597              This used to be the default but in some MT or another it
11598              was dropped because of some transient error or another.
11599      Branch: maint-5.005/perl
11600            ! Configure hints/dec_osf.sh
11601 ____________________________________________________________________________
11602 [  3129] By: gsar                                  on 1999/03/23  21:38:03
11603         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
11604              to size    and better maintainability)
11605      Branch: perl
11606            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11607            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11608            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11609            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
11610            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
11611            + t/pod/include.xr t/pod/included.t t/pod/included.xr
11612            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
11613            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
11614            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
11615            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
11616            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
11617            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
11618            ! win32/Makefile win32/makefile.mk win32/pod.mak
11619 ____________________________________________________________________________
11620 [  3128] By: jhi                                   on 1999/03/23  10:14:54
11621         Log: Integrate from mainperl.
11622      Branch: cfgperl
11623           !> (integrate 46 files)
11624 ____________________________________________________________________________
11625 [  3127] By: gsar                                  on 1999/03/23  06:57:30
11626         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
11627              Date: Thu, 4 Mar 1999 10:54:01 -0800
11628              Message-Id: <9903041854.AA46868@frc0000>
11629              Subject: patch for useless Math::BigInt warnings
11630      Branch: perl
11631            ! lib/Math/BigInt.pm
11632 ____________________________________________________________________________
11633 [  3126] By: gsar                                  on 1999/03/23  05:54:37
11634         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
11635              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11636              Date: Fri, 19 Feb 1999 15:47:59 -0500
11637              Message-ID: <19990219154759.A32350@O2.chapin.edu>
11638              Subject: [PATCH] OSF/1 hints
11639      Branch: perl
11640            ! hints/dec_osf.sh
11641 ____________________________________________________________________________
11642 [  3125] By: gsar                                  on 1999/03/23  00:56:38
11643         Log: avoid typeglob persistence in pp_readline()
11644      Branch: perl
11645            ! sv.c t/op/gv.t
11646 ____________________________________________________________________________
11647 [  3124] By: gsar                                  on 1999/03/22  21:12:23
11648         Log: update copyright years
11649      Branch: perl
11650            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
11651            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
11652            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
11653            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11654            ! sv.c sv.h toke.c utf8.c utf8.h util.c
11655 ____________________________________________________________________________
11656 [  3123] By: gsar                                  on 1999/03/22  07:07:06
11657         Log: implement win32_spawnvp() internally, making it return true PIDs
11658              for asynchronous spawns; fix win32_kill() to always deal with
11659              PIDs
11660      Branch: perl
11661            ! win32/win32.c win32/win32.h
11662 ____________________________________________________________________________
11663 [  3122] By: jhi                                   on 1999/03/19  21:12:14
11664         Log: Describe the new Benchmark feature in more detail.
11665      Branch: cfgperl
11666            ! pod/perldelta.pod
11667      Branch: maint-5.005/perl
11668            ! pod/perldelta.pod
11669 ____________________________________________________________________________
11670 [  3121] By: jhi                                   on 1999/03/19  08:16:12
11671         Log: AVAILABILITY tuning.
11672      Branch: cfgperl
11673            ! pod/perl.pod
11674      Branch: maint-5.005/perl
11675            ! pod/perl.pod
11676 ____________________________________________________________________________
11677 [  3120] By: jhi                                   on 1999/03/17  14:52:17
11678         Log: Rhapsody change assumed too much.
11679      Branch: cfgperl
11680            ! t/op/stat.t
11681 ____________________________________________________________________________
11682 [  3119] By: jhi                                   on 1999/03/17  14:33:43
11683         Log: More Apollo fixes.
11684      Branch: maint-5.005/perl
11685            ! README.apollo hints/apollo.sh t/lib/io_udp.t
11686 ____________________________________________________________________________
11687 [  3118] By: jhi                                   on 1999/03/16  17:23:39
11688         Log: Nada.
11689      Branch: maint-5.005/perl
11690            ! README.apollo
11691 ____________________________________________________________________________
11692 [  3117] By: jhi                                   on 1999/03/16  17:18:49
11693         Log: Apollo DomainOS AVAILABILITY.
11694      Branch: cfgperl
11695            ! pod/perl.pod
11696      Branch: maint-5.005/perl
11697            ! pod/perl.pod
11698 ____________________________________________________________________________
11699 [  3116] By: jhi                                   on 1999/03/16  17:14:00
11700         Log: Apollo DomainOS patch
11701              From: Johann Klasek <jk@auto.tuwien.ac.at>
11702              Subject: Re: DomainPerl
11703              Date: Tue, 16 Mar 1999 17:46:32 +0100
11704              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
11705      Branch: maint-5.005/perl
11706            + README.apollo apollo/netinet/in.h
11707            ! MANIFEST hints/apollo.sh
11708 ____________________________________________________________________________
11709 [  3115] By: jhi                                   on 1999/03/16  14:23:54
11710         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
11711              To: Gurusamy Sarathy <gsar@activestate.com>,
11712              Graham Barr <gbarr@pobox.com>
11713              Cc: Perl5 Porters <perl5-porters@perl.org>,
11714              "Paul.Marquess" <Paul.Marquess@btinternet.com>
11715              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
11716              Date: Sun, 14 Mar 1999 14:43:57 -0000
11717              Message-Id: <199903141841.NAA17040@defender.perl.org>
11718      Branch: maint-5.005/perl
11719            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11720            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11721 ____________________________________________________________________________
11722 [  3114] By: jhi                                   on 1999/03/16  12:42:20
11723         Log: Mention Rhapsody in 5.005_5X perldelta,
11724              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
11725              *planned* AVAILABILITY.
11726      Branch: cfgperl
11727            ! pod/perl.pod pod/perldelta.pod
11728      Branch: maint-5.005/perl
11729            ! pod/perl.pod
11730 ____________________________________________________________________________
11731 [  3113] By: jhi                                   on 1999/03/16  10:38:53
11732         Log: perldelta niggling.
11733      Branch: cfgperl
11734            ! pod/perldelta.pod
11735      Branch: maint-5.005/perl
11736            ! pod/perldelta.pod
11737 ____________________________________________________________________________
11738 [  3112] By: jhi                                   on 1999/03/16  10:35:21
11739         Log: Integrate from mainperl.
11740      Branch: cfgperl
11741           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11742           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11743 ____________________________________________________________________________
11744 [  3111] By: jhi                                   on 1999/03/16  10:28:10
11745         Log: AVAILABILITY update: still mention PowerUX,
11746              Novell Netware now has sources available.
11747      Branch: cfgperl
11748            ! pod/perl.pod
11749      Branch: maint-5.005/perl
11750            ! pod/perl.pod
11751 ____________________________________________________________________________
11752 [  3110] By: gsar                                  on 1999/03/16  04:34:23
11753         Log: sundry pod niggles
11754      Branch: perl
11755            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
11756            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
11757 ____________________________________________________________________________
11758 [  3109] By: jhi                                   on 1999/03/15  17:00:11
11759         Log: Integrate from mainperl.
11760      Branch: cfgperl
11761           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11762           +> lib/unicode/Is/Syllable.pl
11763           +> lib/unicode/MakeEthiopicSyllables.PL
11764           +> lib/unicode/README.Ethiopic
11765           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11766           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11767           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11768           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11769           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11770           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11771           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11772           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
11773 ____________________________________________________________________________
11774 [  3108] By: jhi                                   on 1999/03/15  16:58:12
11775         Log: First pass of integrating the Rhapsody port,
11776              
11777              From: Wilfredo Sanchez <wsanchez@apple.com> 
11778              Subject: Keeping the world in sync.
11779              Reply-To: wsanchez@apple.com 
11780              To: perlbug@perl.com 
11781              Date: Fri, 13 Nov 1998 17:11:30 -0800 
11782              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
11783      Branch: cfgperl
11784            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
11785            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
11786            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
11787            ! x2p/util.c
11788 ____________________________________________________________________________
11789 [  3107] By: gsar                                  on 1999/03/15  03:22:10
11790         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
11791              From: Daniel Yacob <dmulholl@cs.indiana.edu>
11792              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
11793              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
11794              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
11795      Branch: perl
11796            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
11797            + lib/unicode/Is/Syllable.pl
11798            + lib/unicode/MakeEthiopicSyllables.PL
11799            + lib/unicode/README.Ethiopic
11800            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
11801            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
11802            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
11803            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
11804            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
11805            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
11806            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
11807            ! lib/unicode/Name.pl lib/unicode/Number.pl
11808 ____________________________________________________________________________
11809 [  3106] By: gsar                                  on 1999/03/12  20:35:36
11810         Log: change#3067 failed package.t due to needless creation of $a and $b;
11811              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
11812      Branch: perl
11813            ! op.c
11814 ____________________________________________________________________________
11815 [  3105] By: jhi                                   on 1999/03/12  15:54:57
11816         Log: Recognize the NetBSD packages collection.
11817      Branch: maint-5.005/perl
11818            ! hints/netbsd.sh
11819 ____________________________________________________________________________
11820 [  3104] By: jhi                                   on 1999/03/12  09:07:04
11821         Log: From: pvhp@forte.com (Peter Prymmer)
11822              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
11823              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
11824              Date: Thu, 11 Mar 99 14:24:54 PST
11825              Message-Id: <9903112224.AA24346@forte.com>
11826      Branch: maint-5.005/perl
11827            ! README.os390 t/lib/posix.t
11828 ____________________________________________________________________________
11829 [  3103] By: jhi                                   on 1999/03/10  11:07:46
11830         Log: Integrate from mainperl.
11831      Branch: cfgperl
11832           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
11833           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
11834           !> t/pragma/warn/1global toke.c win32/makedef.pl
11835 ____________________________________________________________________________
11836 [  3102] By: jhi                                   on 1999/03/10  11:01:20
11837         Log: From: pvhp@forte.com (Peter Prymmer)
11838              To: perl5-porters@perl.org
11839              Subject: [5.005_03-MT6]Patch: time passes
11840              Date: Tue, 9 Mar 99 18:42:17 PST
11841              Message-Id: <9903100242.AA29057@forte.com>
11842      Branch: maint-5.005/perl
11843            ! perl.c
11844 ____________________________________________________________________________
11845 [  3101] By: jhi                                   on 1999/03/10  10:30:15
11846         Log: From: Mark-Jason Dominus <mjd@plover.com>
11847              To: perl5-porters@perl.com
11848              Subject: Minor fix to perlfunc.pod
11849              Date: Mon, 08 Mar 1999 20:05:53 -0500
11850              Message-ID: <19990309010553.13757.qmail@plover.com>
11851      Branch: maint-5.005/perl
11852            ! pod/perlfunc.pod
11853 ____________________________________________________________________________
11854 [  3100] By: gsar                                  on 1999/03/09  23:04:44
11855         Log: change#3060 had the wrong quotes
11856      Branch: perl
11857            ! pod/pod2man.PL
11858 ____________________________________________________________________________
11859 [  3099] By: jhi                                   on 1999/03/09  12:52:21
11860         Log: d_uname was broken (probably since _53), reported by
11861              
11862              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11863              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
11864              cpan-testers@perl.org
11865              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
11866              Date: Mon, 08 Mar 1999 13:22:31 +0000
11867              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
11868              
11869              and
11870              
11871              From: lvirden@cas.org (Larry W. Virden)
11872              To: perlbug@perl.com
11873              Subject: configure not correctly identifying uname posix compatibility
11874              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
11875              Message-Id: <199903081136.GAA23682@cas.org>
11876      Branch: cfgperl
11877            ! Configure config_h.SH
11878 ____________________________________________________________________________
11879 [  3098] By: gsar                                  on 1999/03/09  03:16:07
11880         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
11881      Branch: perl
11882            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
11883 ____________________________________________________________________________
11884 [  3097] By: gsar                                  on 1999/03/09  02:50:43
11885         Log: use yyerror() instead of croak() so that compile-time failures in
11886              my(LIST) don't confuse globals with lexicals
11887      Branch: perl
11888            ! op.c toke.c
11889 ____________________________________________________________________________
11890 [  3096] By: gsar                                  on 1999/03/09  02:47:36
11891         Log: adjust testsuite for change#3067
11892      Branch: perl
11893            ! t/pragma/warn/1global
11894 ____________________________________________________________________________
11895 [  3095] By: gsar                                  on 1999/03/08  21:04:48
11896         Log: remove bogus symbols from global.sym
11897      Branch: perl
11898            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
11899            ! perl.h win32/makedef.pl
11900 ____________________________________________________________________________
11901 [  3094] By: jhi                                   on 1999/03/06  16:16:15
11902         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11903              To: jhi@iki.fi
11904              Subject: Oops
11905              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
11906              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
11907      Branch: maint-5.005/perl
11908            ! README.hurd
11909 ____________________________________________________________________________
11910 [  3093] By: jhi                                   on 1999/03/06  15:59:46
11911         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
11912              To: jhi@iki.fi
11913              Subject: New Hurd README
11914              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
11915              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
11916      Branch: maint-5.005/perl
11917            ! README.hurd
11918 ____________________________________________________________________________
11919 [  3092] By: jhi                                   on 1999/03/06  12:52:06
11920         Log: From: Paul_Green@stratus.com
11921              To: perl5-porters@perl.org
11922              Cc: jhi@iki.fi, Paul_Green@stratus.com
11923              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
11924              Date: Fri, 5 Mar 1999 18:08:49 -0500 
11925              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
11926      Branch: maint-5.005/perl
11927            ! vos/config.h vos/config_h.SH_orig
11928 ____________________________________________________________________________
11929 [  3091] By: jhi                                   on 1999/03/06  12:42:21
11930         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11931              To: perl5-porters@perl.org, vmsperl@perl.org
11932              Subject: [PATCH 5.005_03-MT6]VMS build patch
11933              Date: Fri, 05 Mar 1999 12:36:19 -0800
11934              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
11935      Branch: maint-5.005/perl
11936            ! vms/subconfigure.com
11937 ____________________________________________________________________________
11938 [  3090] By: gsar                                  on 1999/03/06  04:40:03
11939         Log: integrate change#3089 from mainline
11940              
11941              tolerate CRs after options
11942      Branch: maint-5.005/perl
11943           !> perl.c
11944 ____________________________________________________________________________
11945 [  3089] By: gsar                                  on 1999/03/06  04:30:40
11946         Log: tolerate CRs after options
11947      Branch: perl
11948            ! perl.c
11949 ____________________________________________________________________________
11950 [  3088] By: jhi                                   on 1999/03/05  12:49:01
11951         Log: Integrate from mainperl.
11952      Branch: cfgperl
11953           +> README.hurd
11954           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
11955 ____________________________________________________________________________
11956 [  3087] By: gsar                                  on 1999/03/05  06:41:16
11957         Log: adjust timeouts to accomodate slow/busy systems
11958      Branch: perl
11959            ! t/lib/io_sock.t
11960 ____________________________________________________________________________
11961 [  3083] By: gsar                                  on 1999/03/05  01:32:47
11962         Log: integrate change#3081 from maint-5.005
11963      Branch: perl
11964           !> ext/Errno/Errno_pm.PL
11965 ____________________________________________________________________________
11966 [  3082] By: gsar                                  on 1999/03/05  01:31:06
11967         Log: integrate change#2904 from maint-5.005
11968      Branch: perl
11969           +> README.hurd
11970           !> MANIFEST
11971 ____________________________________________________________________________
11972 [  3081] By: gsar                                  on 1999/03/05  00:14:33
11973         Log: protect against doubled backslashes
11974      Branch: maint-5.005/perl
11975            ! ext/Errno/Errno_pm.PL
11976 ____________________________________________________________________________
11977 [  3077] By: jhi                                   on 1999/03/04  08:10:13
11978         Log: Integrate from mainperl.
11979      Branch: cfgperl
11980           +> ext/B/B/Stash.pm
11981           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
11982           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
11983           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
11984           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
11985 ____________________________________________________________________________
11986 [  3076] By: jhi                                   on 1999/03/04  08:07:59
11987         Log: Regen config_h.SH once more because of *size, 
11988              noticed by
11989              
11990              From: Hans Mulder <hansm@icgned.icgroup.nl>
11991              To: Jarkko Hietaniemi <jhi@iki.fi>
11992              Cc: perl5-porters@perl.org
11993              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
11994              Date: Thu,  4 Mar 99 00:10:45 +0100
11995              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
11996      Branch: cfgperl
11997            ! Configure config_h.SH
11998 ____________________________________________________________________________
11999 [  3068] By: gsar                                  on 1999/03/04  05:48:03
12000         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
12001              Date: Thu,  4 Mar 99 00:10:45 +0100
12002              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12003              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12004      Branch: perl
12005            ! config_h.SH
12006 ____________________________________________________________________________
12007 [  3067] By: gsar                                  on 1999/03/04  05:44:32
12008         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
12009              From: Graham Barr <gbarr@ti.com>
12010              Date: Wed, 3 Mar 1999 17:23:56 -0600
12011              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
12012              Subject: Re: 'use strict' doesn't work for one-letter variables
12013      Branch: perl
12014            ! gv.c op.c
12015 ____________________________________________________________________________
12016 [  3066] By: gsar                                  on 1999/03/04  05:20:50
12017         Log: updates to compiler modules
12018              From: "Vishal Bhatia" <vishalb@hotmail.com>
12019              Date: Tue, 02 Mar 1999 23:27:25 PST
12020              Message-ID: <19990303072725.779.qmail@hotmail.com>
12021              Subject: PATCH 5.005_56 + Test procedure
12022      Branch: perl
12023            + ext/B/B/Stash.pm
12024            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
12025            ! lib/Test/Harness.pm utils/perlcc.PL
12026 ____________________________________________________________________________
12027 [  3065] By: gsar                                  on 1999/03/04  05:03:30
12028         Log: more s/s_/s!/ etc.
12029      Branch: perl
12030            ! pod/perldelta.pod pod/perlfunc.pod
12031 ____________________________________________________________________________
12032 [  3064] By: gsar                                  on 1999/03/04  04:50:45
12033         Log: integrate cfgperl contents into mainline
12034      Branch: perl
12035           !> Configure README.vms bytecode.h config_h.SH configure.com
12036           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
12037           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
12038           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12039 ____________________________________________________________________________
12040 [  3063] By: gsar                                  on 1999/03/04  04:44:13
12041         Log: HP-UX has yet another spelling for /NaNQ?/
12042      Branch: perl
12043            ! t/lib/bigfloatpm.t
12044 ____________________________________________________________________________
12045 [  3062] By: gsar                                  on 1999/03/04  04:36:08
12046         Log: error-check for accept() test
12047      Branch: perl
12048            ! t/lib/io_sock.t
12049 ____________________________________________________________________________
12050 [  3061] By: gsar                                  on 1999/03/04  03:40:25
12051         Log: allow custom comparison function in File::Compare::compare_text()
12052              From: jan.dubois@ibm.net (Jan Dubois)
12053              Date: Fri, 26 Feb 1999 21:56:09 +0100
12054              Message-ID: <36db0838.8805651@smtp1.ibm.net>
12055              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12056      Branch: perl
12057            ! lib/File/Compare.pm
12058 ____________________________________________________________________________
12059 [  3060] By: gsar                                  on 1999/03/04  03:37:38
12060         Log: better version of change#3038
12061              From: abigail@fnx.com
12062              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
12063              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
12064              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
12065      Branch: perl
12066            ! pod/pod2man.PL
12067 ____________________________________________________________________________
12068 [  3058] By: jhi                                   on 1999/03/03  22:30:40
12069         Log: Configure regen to
12070              (1) match maint-5.005 patches #3056 and #3057
12071              (2) better version of PHOSTNAME of #3050
12072              (3) the crosscompile/multiarch config_h.SH trouble solved for now
12073      Branch: cfgperl
12074            ! Configure config_h.SH
12075 ____________________________________________________________________________
12076 [  3054] By: jhi                                   on 1999/03/03  09:57:59
12077         Log: Change #3053 missed perldelta.
12078      Branch: cfgperl
12079            ! pod/perldelta.pod
12080 ____________________________________________________________________________
12081 [  3053] By: jhi                                   on 1999/03/03  08:29:43
12082         Log: Use '!' to mark native integer packings instead of '_'.
12083      Branch: cfgperl
12084            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
12085 ____________________________________________________________________________
12086 [  3052] By: jhi                                   on 1999/03/02  23:12:36
12087         Log: The HP-UX threads patch (change #3028) is needed also here.
12088      Branch: cfgperl
12089            ! hints/hpux.sh thread.h
12090 ____________________________________________________________________________
12091 [  3051] By: jhi                                   on 1999/03/02  08:24:52
12092         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12093              To: perl5-porters@perl.org, vmsperl@perl.org
12094              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
12095              Date: Mon, 01 Mar 1999 16:10:57 -0800
12096              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
12097      Branch: cfgperl
12098            ! README.vms
12099      Branch: maint-5.005/perl
12100            ! README.vms
12101 ____________________________________________________________________________
12102 [  3050] By: jhi                                   on 1999/03/02  08:22:29
12103         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12104              To: perl5-porters@perl.org, vmsperl@perl.org
12105              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
12106              Date: Mon, 01 Mar 1999 16:06:29 -0800
12107              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
12108              
12109              From: Dan Sugalski <sugalskd@osshe.edu>
12110              To: perl5-porters@perl.org, vmsperl@perl.org
12111              Subject: [PATCH 5.005_56]vmsish.pm patch
12112              Date: Mon, 01 Mar 1999 20:19:04 -0800
12113              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
12114              
12115              plus Configure regen containing a "solution" to the
12116              crosscompile/multiarch problem.
12117      Branch: cfgperl
12118            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
12119            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12120 ____________________________________________________________________________
12121 [  3049] By: jhi                                   on 1999/03/02  07:34:21
12122         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
12123              To: perl5-porters@perl.org
12124              Subject: [PATCH] Eliminate (valid) warning in byterun.c
12125              Date: Mon, 01 Mar 1999 17:27:59 -0500
12126              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
12127      Branch: cfgperl
12128            ! bytecode.h
12129      Branch: maint-5.005/perl
12130            ! bytecode.h
12131 ____________________________________________________________________________
12132 [  3048] By: gsar                                  on 1999/03/02  06:41:21
12133         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12134      Branch: perl
12135            ! MANIFEST README.hpux
12136 ____________________________________________________________________________
12137 [  3047] By: jhi                                   on 1999/03/01  06:34:43
12138         Log: Integrate from mainperl.
12139      Branch: cfgperl
12140           +> README.hpux lib/File/Spec/Functions.pm
12141           !> (integrate 28 files)
12142 ____________________________________________________________________________
12143 [  3046] By: gsar                                  on 1999/03/01  05:34:28
12144         Log: this is 5.005_56
12145      Branch: perl
12146            ! Changes
12147
12148 ----------------
12149 Version 5.005_56
12150 ----------------
12151
12152 ____________________________________________________________________________
12153 [  3045] By: gsar                                  on 1999/03/01  03:32:30
12154         Log: destroy PL_svref_mutex in perl_destruct()
12155      Branch: perl
12156            ! perl.c
12157 ____________________________________________________________________________
12158 [  3044] By: gsar                                  on 1999/03/01  00:38:50
12159         Log: up patchlevel &c.
12160      Branch: perl
12161            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12162            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12163            ! win32/makefile.mk
12164 ____________________________________________________________________________
12165 [  3043] By: gsar                                  on 1999/03/01  00:14:15
12166         Log: integrate cfgperl contents into mainline
12167      Branch: perl
12168            ! pod/perldelta.pod
12169           !> Configure config_h.SH
12170 ____________________________________________________________________________
12171 [  3042] By: gsar                                  on 1999/02/28  23:55:08
12172         Log: slightly edited version of suggested patch
12173              From: jan.dubois@ibm.net (Jan Dubois)
12174              Date: Mon, 01 Mar 1999 00:32:05 +0100
12175              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
12176              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
12177      Branch: perl
12178            + lib/File/Spec/Functions.pm
12179            ! MANIFEST lib/File/Spec.pm
12180 ____________________________________________________________________________
12181 [  3041] By: gsar                                  on 1999/02/28  22:47:19
12182         Log: fix subtle bug in eval'' testsuite
12183      Branch: perl
12184            ! t/op/eval.t
12185 ____________________________________________________________________________
12186 [  3040] By: gsar                                  on 1999/02/28  22:46:24
12187         Log: avoid literal control characters in change#3039
12188      Branch: perl
12189            ! t/base/lex.t
12190 ____________________________________________________________________________
12191 [  3039] By: gsar                                  on 1999/02/28  21:47:18
12192         Log: todo item: permit extended control variables a la ${^Foo} (patch
12193              courtesy Mark-Jason Dominus <mjd@plover.com>)
12194      Branch: perl
12195            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
12196            ! t/base/lex.t toke.c
12197 ____________________________________________________________________________
12198 [  3038] By: gsar                                  on 1999/02/28  21:21:05
12199         Log: From: abigail@fnx.com
12200              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
12201              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
12202              Subject: Recognize -> and => inside [A-Z]<> sequences.
12203      Branch: perl
12204            ! pod/pod2man.PL
12205 ____________________________________________________________________________
12206 [  3037] By: gsar                                  on 1999/02/28  21:12:22
12207         Log: fix longstanding bug: searches for lexicals originating within eval''
12208              weren't stopping at the subroutine boundary correctly
12209      Branch: perl
12210            ! op.c proto.h t/op/eval.t
12211 ____________________________________________________________________________
12212 [  3036] By: gsar                                  on 1999/02/28  20:02:29
12213         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
12214              as stacked list values
12215              From: jan.dubois@ibm.net (Jan Dubois)
12216              Date: Sat, 27 Feb 1999 18:24:17 +0100
12217              Message-ID: <36e22849.36531259@smtp1.ibm.net>
12218              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
12219      Branch: perl
12220            ! win32/win32.c
12221 ____________________________________________________________________________
12222 [  3035] By: gsar                                  on 1999/02/28  19:48:54
12223         Log: remove superfluous stack_sp decl
12224      Branch: perl
12225            ! jpl/JNI/JNI.xs
12226 ____________________________________________________________________________
12227 [  3034] By: gsar                                  on 1999/02/28  19:34:58
12228         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
12229      Branch: perl
12230            ! lib/Getopt/Std.pm
12231 ____________________________________________________________________________
12232 [  3033] By: gsar                                  on 1999/02/28  19:23:41
12233         Log: add File::Compare::compare_text()
12234              From: jan.dubois@ibm.net (Jan Dubois)
12235              Date: Fri, 26 Feb 1999 00:20:41 +0100
12236              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
12237              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12238      Branch: perl
12239            ! lib/File/Compare.pm pod/perltodo.pod
12240 ____________________________________________________________________________
12241 [  3032] By: gsar                                  on 1999/02/28  19:01:33
12242         Log: add README.hpux
12243      Branch: perl
12244            + README.hpux
12245            ! MAINTAIN MANIFEST
12246 ____________________________________________________________________________
12247 [  3031] By: gsar                                  on 1999/02/28  18:49:08
12248         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
12249              James Cromie <jcromie@fossil.uswc.uswest.com>
12250      Branch: perl
12251            ! lib/Pod/Html.pm
12252 ____________________________________________________________________________
12253 [  3030] By: gsar                                  on 1999/02/28  18:35:09
12254         Log: From: jan.dubois@ibm.net (Jan Dubois)
12255              Date: Wed, 24 Feb 1999 22:34:56 +0100
12256              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
12257              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
12258      Branch: perl
12259            ! lib/Test/Harness.pm
12260 ____________________________________________________________________________
12261 [  3029] By: gsar                                  on 1999/02/28  18:28:18
12262         Log: add note about env pollution
12263      Branch: perl
12264            ! INSTALL pod/perltodo.pod
12265 ____________________________________________________________________________
12266 [  3028] By: jhi                                   on 1999/02/26  14:40:00
12267         Log: HP-UX 11 threads.
12268              
12269              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12270              To: perl5-porters@perl.org
12271              Cc: jhi@cc.hut.fi
12272              Subject: Maint 5 and _54 with threading on HP-UX 11.00
12273              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
12274              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
12275              
12276              NOTE from jhi: the hpux hints could still be more robust by
12277              disabling gdbm when necessary.
12278              
12279              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
12280              linking -lgdbm -lpthread creates an executable that instantly
12281              core dumps on a pthreads internal panic:
12282              
12283              ./gdpt
12284              
12285              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
12286              Return Pointer is 0xc082bf33
12287              17639 quit (core dumped)  ./gdpt
12288              
12289              You don't have to *use* either gdbm or pthreads in the executable,
12290              just linking them together is enough.  Workaround is to recompile
12291              the GDBM under HP-UX 11, that makes the problem go away.
12292      Branch: maint-5.005/perl
12293            ! hints/hpux.sh thread.h
12294 ____________________________________________________________________________
12295 [  3025] By: jhi                                   on 1999/02/25  20:41:07
12296         Log: Temporary workaround for the config_h.SH versus
12297              crosscompile and multiarch plus introduce 'rt'
12298              to $libswanted: in UNIX98 sched_yield() lives there.
12299      Branch: cfgperl
12300            ! Configure config_h.SH
12301 ____________________________________________________________________________
12302 [  3024] By: jhi                                   on 1999/02/24  12:54:59
12303         Log: Integrate from mainperl.
12304      Branch: cfgperl
12305           +> t/lib/fatal.t
12306           !> (integrate 44 files)
12307 ____________________________________________________________________________
12308 [  3023] By: gsar                                  on 1999/02/24  07:02:12
12309         Log: integrate cfgperl contents
12310      Branch: perl
12311           !> (integrate 30 files)
12312 ____________________________________________________________________________
12313 [  3022] By: gsar                                  on 1999/02/24  05:59:47
12314         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
12315              Date: 23 Feb 1999 17:53:22 -0700
12316              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
12317              Subject: [PATCH: _55] perldoc -q broken
12318      Branch: perl
12319            ! utils/perldoc.PL
12320 ____________________________________________________________________________
12321 [  3021] By: gsar                                  on 1999/02/24  05:51:53
12322         Log: ansify perlio.c, fix PerlIO-ish typos
12323      Branch: perl
12324            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
12325            ! iperlsys.h perlio.c
12326 ____________________________________________________________________________
12327 [  3020] By: gsar                                  on 1999/02/24  05:28:06
12328         Log: adjust a Perl_malloc() flag for NeXT
12329              From: Hans Mulder <hansm@icgned.icgroup.nl>
12330              Date: Tue, 23 Feb 99 00:26:25 +0100
12331              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
12332              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
12333      Branch: perl
12334            ! perl.h
12335 ____________________________________________________________________________
12336 [  3019] By: gsar                                  on 1999/02/24  05:19:42
12337         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
12338      Branch: perl
12339            ! pod/perltodo.pod
12340 ____________________________________________________________________________
12341 [  3018] By: gsar                                  on 1999/02/24  04:15:18
12342         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12343              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
12344              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
12345              Subject: improved error message [PATCH _55] [RESEND]
12346      Branch: perl
12347            ! sv.c
12348 ____________________________________________________________________________
12349 [  3017] By: gsar                                  on 1999/02/24  03:50:34
12350         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12351              Date: Sun, 21 Feb 1999 20:02:18 -0700
12352              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
12353              Subject: perlfunc updates (against 55)
12354      Branch: perl
12355            ! pod/perlfunc.pod
12356 ____________________________________________________________________________
12357 [  3016] By: gsar                                  on 1999/02/24  03:17:05
12358         Log: testsuite adjustments
12359              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12360              Date: Sat, 20 Feb 1999 15:24:57 +0000
12361              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
12362              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
12363      Branch: perl
12364            ! t/lib/io_sock.t t/op/lex_assign.t
12365 ____________________________________________________________________________
12366 [  3015] By: gsar                                  on 1999/02/24  02:54:47
12367         Log: avoid modifying readonly values from qw()
12368      Branch: perl
12369            ! lib/ExtUtils/MM_Unix.pm
12370 ____________________________________________________________________________
12371 [  3014] By: gsar                                  on 1999/02/24  02:49:04
12372         Log: more "correct" utbuf for utime()
12373      Branch: perl
12374            ! doio.c
12375 ____________________________________________________________________________
12376 [  3013] By: jhi                                   on 1999/02/22  19:27:44
12377         Log: Fix MacPerl version, change PowerUX to PowerMAX.
12378              
12379              From: Chris Nandor <pudge@pobox.com>
12380              To: jhi@iki.fi
12381              Cc: perl5-porters@perl.org
12382              Subject: Re: perl current availability as documented by perl.pod
12383              Date: Sun, 21 Feb 1999 11:06:03 -0500
12384              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
12385              
12386              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12387              To: jhi@iki.fi
12388              Cc: perl5-porters@perl.org
12389              Subject: Re: perl current availability as documented by perl.pod
12390              Date: Mon, 22 Feb 1999 13:08:30 GMT
12391              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
12392      Branch: cfgperl
12393            ! pod/perl.pod
12394      Branch: maint-5.005/perl
12395            ! pod/perl.pod
12396 ____________________________________________________________________________
12397 [  3012] By: jhi                                   on 1999/02/22  10:26:11
12398         Log: Snapshot the cross-compilation/multiarchitecture stuff
12399              (currently broken in next)
12400      Branch: cfgperl
12401            ! Configure config_h.SH pp.c
12402 ____________________________________________________________________________
12403 [  3011] By: jhi                                   on 1999/02/22  10:24:51
12404         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
12405              To: gsar@activestate.com (Gurusamy Sarathy)
12406              Cc: perl5-porters@perl.org (Perl5 Porters)
12407              Subject: [PATCH 5.005_55] DB_File 1.64 patch
12408              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
12409              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
12410      Branch: cfgperl
12411            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12412            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
12413 ____________________________________________________________________________
12414 [  3009] By: jhi                                   on 1999/02/22  09:14:26
12415         Log: Scratch #3008 and introduce $crosscompile and $multiarch
12416              also in non-Configure lands.
12417      Branch: cfgperl
12418            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
12419            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
12420            ! win32/config.gc win32/config.vc win32/config_H.bc
12421            ! win32/config_H.gc win32/config_H.vc
12422 ____________________________________________________________________________
12423 [  3008] By: jhi                                   on 1999/02/22  08:58:04
12424         Log: Add -DMULTIARCH (see change #3006).
12425      Branch: cfgperl
12426            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
12427 ____________________________________________________________________________
12428 [  3007] By: jhi                                   on 1999/02/22  08:54:06
12429         Log: Undo the references to local{lib,arch} introduced by #3006.
12430      Branch: cfgperl
12431            ! Configure config_h.SH
12432 ____________________________________________________________________________
12433 [  3006] By: jhi                                   on 1999/02/22  08:43:50
12434         Log: From: hansm@icgned.icgroup.nl
12435              To: perlbug@perl.com
12436              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
12437              Date: Sun, 21 Feb 1999 22:58:55 +0100
12438              Reply-To: hansmu@xs4all.nl
12439              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
12440              
12441              plus other Configure changes: prepare for cross-compilation/
12442              multiarchitecture builds.
12443      Branch: cfgperl
12444            ! Configure config_h.SH
12445 ____________________________________________________________________________
12446 [  3005] By: jhi                                   on 1999/02/22  08:35:30
12447         Log: Configure/Perl knew how to look for use Mach cthreads
12448              but Configure didn't let them to be used ($osname 'next').
12449      Branch: cfgperl
12450            ! Configure config_h.SH
12451      Branch: maint-5.005/perl
12452            ! Configure
12453 ____________________________________________________________________________
12454 [  3004] By: jhi                                   on 1999/02/21  15:46:02
12455         Log: Update Acorn AVAILABILITY.
12456      Branch: cfgperl
12457            ! pod/perl.pod
12458      Branch: maint-5.005/perl
12459            ! pod/perl.pod
12460 ____________________________________________________________________________
12461 [  3003] By: jhi                                   on 1999/02/21  14:50:42
12462         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12463              To: perl5-porters@perl.org (Perl 5 Porters)
12464              Subject: PATCH: perlref.pod - symbolic ref example
12465              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
12466              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
12467      Branch: cfgperl
12468            ! pod/perlref.pod
12469      Branch: maint-5.005/perl
12470            ! pod/perlref.pod
12471 ____________________________________________________________________________
12472 [  3002] By: jhi                                   on 1999/02/21  14:35:22
12473         Log: Sync cfgperl with maint-5.005 change #3000.
12474      Branch: cfgperl
12475            ! pod/perlfunc.pod t/op/pack.t
12476 ____________________________________________________________________________
12477 [  2999] By: gsar                                  on 1999/02/20  22:48:30
12478         Log: From:    John Bley <jbb6@acpub.duke.edu>
12479              Date:    Sat, 20 Feb 1999 16:02:34 EST
12480              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
12481              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
12482      Branch: perl
12483            ! regcomp.c
12484 ____________________________________________________________________________
12485 [  2998] By: jhi                                   on 1999/02/20  14:13:06
12486         Log: Enhanced the endianness description.
12487      Branch: cfgperl
12488            ! pod/perlfunc.pod
12489 ____________________________________________________________________________
12490 [  2996] By: jhi                                   on 1999/02/20  13:55:41
12491         Log: Glossary now mostly fixed.
12492      Branch: cfgperl
12493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12494            ! config_h.SH
12495 ____________________________________________________________________________
12496 [  2994] By: jhi                                   on 1999/02/20  11:58:33
12497         Log: Perldeltify GNU/Hurd.
12498      Branch: cfgperl
12499            ! pod/perldelta.pod
12500 ____________________________________________________________________________
12501 [  2993] By: gsar                                  on 1999/02/20  00:59:10
12502         Log: fix typo in Perl_sbrk()
12503              From: hansm@icgned.icgroup.nl
12504              Date: Fri, 19 Feb 1999 23:19:31 +0100
12505              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
12506              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
12507      Branch: perl
12508            ! malloc.c
12509 ____________________________________________________________________________
12510 [  2992] By: gsar                                  on 1999/02/20  00:51:08
12511         Log: integrate change#2980 from maint-5.005
12512      Branch: perl
12513           !> utils/h2xs.PL
12514 ____________________________________________________________________________
12515 [  2991] By: gsar                                  on 1999/02/20  00:34:01
12516         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12517              Date: Thu, 18 Feb 1999 18:51:38 +0000
12518              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
12519              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
12520      Branch: perl
12521            ! pp_hot.c t/op/pat.t
12522 ____________________________________________________________________________
12523 [  2990] By: gsar                                  on 1999/02/20  00:30:48
12524         Log: From: jan.dubois@ibm.net (Jan Dubois)
12525              Date: Thu, 18 Feb 1999 19:14:07 +0100
12526              Message-ID: <36d15809.40853323@smtp1.ibm.net>
12527              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
12528      Branch: perl
12529            ! win32/win32.c
12530 ____________________________________________________________________________
12531 [  2989] By: gsar                                  on 1999/02/20  00:27:01
12532         Log: do poll() emulation unless HAS_POLL && I_POLL
12533      Branch: perl
12534            ! ext/IO/poll.h
12535 ____________________________________________________________________________
12536 [  2988] By: gsar                                  on 1999/02/19  23:52:12
12537         Log: tweak RE for NaNQ? recognition
12538      Branch: perl
12539            ! t/lib/bigfloatpm.t
12540 ____________________________________________________________________________
12541 [  2987] By: gsar                                  on 1999/02/19  23:29:59
12542         Log: mention C<use utf8> and C<use warning> in perldelta
12543      Branch: perl
12544            ! pod/perldelta.pod
12545 ____________________________________________________________________________
12546 [  2985] By: jhi                                   on 1999/02/19  20:43:19
12547         Log: pack/unpack better in (network-)short-non-16-bits and
12548              (network-)long-non-32-bits systems such as Cray C90.
12549      Branch: cfgperl
12550            ! perl.h pp.c t/op/pack.t
12551 ____________________________________________________________________________
12552 [  2984] By: jhi                                   on 1999/02/19  20:38:54
12553         Log: Regen Configure.
12554      Branch: cfgperl
12555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12556            ! perl.c
12557 ____________________________________________________________________________
12558 [  2982] By: jhi                                   on 1999/02/19  19:51:49
12559         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
12560              not probed for and         
12561              
12562              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12563              To: Chaim Frenkel <chaimf@pobox.com>,
12564              Russ Allbery <rra@stanford.edu>,
12565              Jarkko Hietaniemi <jhi@iki.fi>,
12566              Gurusamy Sarathy <gsar@activestate.com>,
12567              Graham Barr <gbarr@pobox.com>
12568              Cc: bdensch@ameritech.net, perlbug@perl.com
12569              Subject: [PATCH] Re: Solaris 7 for Intel
12570              Message-ID: <19990219124404.A30182@O2.chapin.edu>
12571              
12572              Glossary is still missing some terms because
12573              mkglossary is misbehaving (change #2981 updated
12574              Glossary manually)
12575      Branch: cfgperl
12576            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12577            ! Porting/config_H
12578 ____________________________________________________________________________
12579 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
12580         Log: Make result of h2xs work when user adds C<use strict>
12581      Branch: maint-5.005/perl
12582            ! utils/h2xs.PL
12583 ____________________________________________________________________________
12584 [  2979] By: gsar                                  on 1999/02/19  05:24:29
12585         Log: doc for change#2978
12586      Branch: perl
12587            ! pod/perlsub.pod
12588 ____________________________________________________________________________
12589 [  2978] By: gsar                                  on 1999/02/19  05:08:29
12590         Log: bring '*' prototype closer to how it behaves internally
12591      Branch: perl
12592            + t/lib/fatal.t
12593            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
12594 ____________________________________________________________________________
12595 [  2977] By: gsar                                  on 1999/02/19  02:50:31
12596         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
12597      Branch: perl
12598            ! perly.h
12599 ____________________________________________________________________________
12600 [  2975] By: gsar                                  on 1999/02/18  21:41:57
12601         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
12602              of lexical searches in BEGIN|INIT|END)
12603      Branch: perl
12604            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
12605            ! vms/perly_c.vms
12606 ____________________________________________________________________________
12607 [  2974] By: gsar                                  on 1999/02/18  21:03:06
12608         Log: missing PERL_POLLUTE_MALLOC
12609      Branch: perl
12610            ! ext/SDBM_File/sdbm/sdbm.h
12611 ____________________________________________________________________________
12612 [  2973] By: gsar                                  on 1999/02/18  17:10:49
12613         Log: From:    Andy Dougherty <doughera@lafayette.edu>
12614              Date:    Wed, 17 Feb 1999 17:22:50 EST
12615              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
12616              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
12617      Branch: perl
12618            ! lib/dotsh.pl
12619 ____________________________________________________________________________
12620 [  2972] By: gsar                                  on 1999/02/18  17:04:12
12621         Log: s/#defined/#define/
12622      Branch: perl
12623            ! ext/Data/Dumper/Dumper.xs
12624 ____________________________________________________________________________
12625 [  2970] By: gsar                                  on 1999/02/18  03:26:43
12626         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
12627      Branch: perl
12628            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12629            ! ext/GDBM_File/typemap
12630 ____________________________________________________________________________
12631 [  2969] By: gsar                                  on 1999/02/17  23:30:47
12632         Log: correct slurp mode doc
12633      Branch: perl
12634            ! pod/perlfunc.pod pod/perlop.pod
12635 ____________________________________________________________________________
12636 [  2968] By: jhi                                   on 1999/02/17  23:15:49
12637         Log: Ultrix hints update.
12638              
12639              From: Spider Boardman <spider@zk3.dec.com>
12640              To: perlbug@perl.com
12641              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
12642              Date: Tue, 16 Feb 1999 23:04:28 -0500
12643              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
12644      Branch: cfgperl
12645            ! hints/ultrix_4.sh
12646 ____________________________________________________________________________
12647 [  2966] By: jhi                                   on 1999/02/17  23:09:21
12648         Log: Change #2965 wiped out some Sarathy's _55 changes.
12649              Now unwiped.
12650      Branch: cfgperl
12651            ! Configure pp.c t/op/pack.t
12652 ____________________________________________________________________________
12653 [  2965] By: jhi                                   on 1999/02/17  23:00:04
12654         Log: Configure tweaks.
12655              
12656              Fix the Unixware/SCO uname scan:
12657              
12658              From: Tom Hughes <thh@cyberscience.com>
12659              To: perlbug@perl.com
12660              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
12661              Date: 17 Feb 1999 15:34:15 +0000    
12662              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
12663              
12664              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
12665              
12666              From: Joe Buehler <jhpb@hekimian.com>
12667              To: perl5-porters@perl.org
12668              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
12669              Date: 12 Feb 1999 11:25:21 -0500
12670              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
12671              
12672              Make the pthreads joinable constant scan to output to fd 4, not 2.
12673      Branch: cfgperl
12674            ! Configure
12675 ____________________________________________________________________________
12676 [  2964] By: gsar                                  on 1999/02/17  21:30:07
12677         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12678              Date: Wed, 17 Feb 1999 06:53:13 -0700
12679              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
12680              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
12681      Branch: perl
12682            ! lib/Pod/Functions.pm
12683 ____________________________________________________________________________
12684 [  2963] By: gsar                                  on 1999/02/17  21:18:21
12685         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
12686              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12687              Date: Wed, 17 Feb 1999 10:06:01 +0000
12688              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
12689              Subject: Re: [5.005_53] panic: pad_free curpad 
12690      Branch: perl
12691            ! regcomp.c regexec.c t/op/misc.t
12692 ____________________________________________________________________________
12693 [  2962] By: gsar                                  on 1999/02/16  21:26:28
12694         Log: NaNQ? tweak
12695      Branch: perl
12696            ! t/lib/bigfloatpm.t
12697 ____________________________________________________________________________
12698 [  2961] By: jhi                                   on 1999/02/16  19:26:38
12699         Log: Integrate from mainperl.
12700      Branch: cfgperl
12701           !> (integrate 37 files)
12702 ____________________________________________________________________________
12703 [  2960] By: gsar                                  on 1999/02/16  18:04:29
12704         Log: undo change#2465 (qw[] is a real list now)
12705      Branch: perl
12706            ! pod/perlop.pod
12707 ____________________________________________________________________________
12708 [  2959] By: gsar                                  on 1999/02/16  07:09:33
12709         Log: this was 5.005_55
12710      Branch: perl
12711            ! Changes
12712
12713 ----------------
12714 Version 5.005_55
12715 ----------------
12716
12717 ____________________________________________________________________________
12718 [  2958] By: gsar                                  on 1999/02/16  06:18:27
12719         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
12720              elide dups and non-dependents from Changes
12721      Branch: perl
12722            ! Changes pod/perlhist.pod
12723           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
12724           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
12725           !> pod/perlport.pod pp.c t/op/pack.t
12726 ____________________________________________________________________________
12727 [  2957] By: gsar                                  on 1999/02/16  04:09:47
12728         Log: propagate PERL_VERSION everywhere, add to pod
12729      Branch: perl
12730            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
12731            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
12732            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
12733            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
12734            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
12735            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
12736            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
12737            ! win32/config.gc win32/config.vc win32/config_sh.PL
12738            ! win32/win32.c x2p/a2py.c
12739 ____________________________________________________________________________
12740 [  2955] By: jhi                                   on 1999/02/15  16:15:03
12741         Log: The pack tests now better in C90 (after the packnative patches).
12742      Branch: cfgperl
12743            ! t/op/pack.t
12744 ____________________________________________________________________________
12745 [  2954] By: gsar                                  on 1999/02/15  14:11:50
12746         Log: tweak Configure to follow new PERL_VERSION etc.
12747      Branch: perl
12748            ! Configure patchlevel.h pod/perlhist.pod
12749 ____________________________________________________________________________
12750 [  2953] By: jhi                                   on 1999/02/15  14:02:21
12751         Log: Integrate from mainperl.
12752      Branch: cfgperl
12753           !> MANIFEST Porting/makerel
12754 ____________________________________________________________________________
12755 [  2952] By: jhi                                   on 1999/02/15  13:50:07
12756         Log: Enhance the packnative patch: use the packnative code
12757              only if required.  Also added hefty testing (hopefully
12758              I didn't assume too much...).  Tested on alpha, ix86, sparc.
12759      Branch: cfgperl
12760            ! pod/perlfunc.pod pp.c t/op/pack.t
12761 ____________________________________________________________________________
12762 [  2951] By: jhi                                   on 1999/02/15  13:46:56
12763         Log: AVAILABILITY from 5.005_03-tobe, will of course
12764              require updating when 5.006 comes out.
12765      Branch: cfgperl
12766            ! pod/perl.pod
12767 ____________________________________________________________________________
12768 [  2949] By: gsar                                  on 1999/02/15  13:28:51
12769         Log: will this be it for 5.005_55?
12770      Branch: perl
12771            ! MANIFEST Porting/makerel
12772 ____________________________________________________________________________
12773 [  2948] By: jhi                                   on 1999/02/15  13:23:52
12774         Log: Integrate from mainperl.
12775      Branch: cfgperl
12776           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
12777           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12778           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12779           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
12780           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
12781           !> win32/config.gc win32/config.vc win32/config_H.bc
12782           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12783 ____________________________________________________________________________
12784 [  2947] By: jhi                                   on 1999/02/15  13:20:41
12785         Log: perlport.pod 1.39 from Chris.
12786      Branch: cfgperl
12787            ! pod/perlport.pod
12788 ____________________________________________________________________________
12789 [  2946] By: jhi                                   on 1999/02/15  13:09:58
12790         Log: Import Ultrix update, change #2864, 
12791              
12792              From: Spider Boardman <spider@zk3.dec.com>
12793              To: perlbug@perl.com
12794              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
12795              Date: Wed, 10 Feb 1999 23:33:31 -0500
12796              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
12797      Branch: cfgperl
12798            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
12799 ____________________________________________________________________________
12800 [  2945] By: jhi                                   on 1999/02/15  13:04:50
12801         Log: OpenBSD sparc SHMLBA.
12802      Branch: cfgperl
12803            ! ext/IPC/SysV/SysV.xs
12804 ____________________________________________________________________________
12805 [  2944] By: gsar                                  on 1999/02/15  12:09:52
12806         Log: update win32/config* stuff, Changes
12807      Branch: perl
12808            ! Changes win32/Makefile win32/config.bc win32/config.gc
12809            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12810            ! win32/config_H.vc win32/makefile.mk
12811 ____________________________________________________________________________
12812 [  2943] By: gsar                                  on 1999/02/15  11:54:08
12813         Log: #include patchlevel.h by default, provide
12814              PERL_{REVISION,VERSION,SUBVERSION}
12815      Branch: perl
12816            ! patchlevel.h perl.h
12817 ____________________________________________________________________________
12818 [  2942] By: gsar                                  on 1999/02/15  10:26:59
12819         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
12820              misc fixes
12821      Branch: perl
12822            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
12823 ____________________________________________________________________________
12824 [  2941] By: gsar                                  on 1999/02/15  10:24:37
12825         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
12826              Message-ID: <19990207002851.B9185@toldyouso.com>
12827              Message-ID: <19990207212152.A9765@toldyouso.com>
12828              Message-ID: <19990207212041.A9622@toldyouso.com>
12829              Message-ID: <19990207213127.A10244@toldyouso.com>
12830              Message-ID: <19990207212559.A9950@toldyouso.com>
12831              Message-ID: <19990207212842.A9994@toldyouso.com>
12832              Message-ID: <19990207212500.A9860@toldyouso.com>
12833              Message-ID: <19990207213013.A10105@toldyouso.com>
12834      Branch: perl
12835            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
12836            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
12837            ! pod/perlmodlib.pod pod/perltoc.pod
12838 ____________________________________________________________________________
12839 [  2940] By: gsar                                  on 1999/02/15  10:07:08
12840         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
12841              of suggested patch)
12842              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12843              Date: Mon, 08 Feb 1999 01:14:41 -0000
12844              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
12845              Subject: [PATCH 5.005_54] some pending C.pm stuff 
12846      Branch: perl
12847            ! ext/B/B/C.pm
12848 ____________________________________________________________________________
12849 [  2939] By: jhi                                   on 1999/02/15  08:40:18
12850         Log: Integrate from mainperl.
12851      Branch: cfgperl
12852           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
12853            - lib/File/PathConvert.pm
12854           !> (integrate 81 files)
12855 ____________________________________________________________________________
12856 [  2938] By: gsar                                  on 1999/02/15  06:56:39
12857         Log: change#2839 was bogus, redo
12858      Branch: perl
12859           !> t/lib/h2ph.pht
12860 ____________________________________________________________________________
12861 [  2937] By: gsar                                  on 1999/02/15  06:38:15
12862         Log: support Win32::GetFullPathName() and Win32::SetLastError()
12863              From: jan.dubois@ibm.net (Jan Dubois)
12864              Date: Tue, 09 Feb 1999 22:27:31 +0100
12865              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
12866              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
12867      Branch: perl
12868            ! win32/win32.c
12869 ____________________________________________________________________________
12870 [  2936] By: gsar                                  on 1999/02/15  06:26:39
12871         Log: support native integers, pack("L_",...) etc. (via private mail)
12872              From: Jarkko Hietaniemi <jhi@iki.fi>
12873              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
12874              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
12875              Subject: the "packnative" patch
12876      Branch: perl
12877            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
12878            ! t/lib/ipc_sysv.t t/op/pack.t
12879 ____________________________________________________________________________
12880 [  2935] By: gsar                                  on 1999/02/15  06:04:02
12881         Log: From: Michael G Schwern <schwern@pobox.com>
12882              Date: Tue, 9 Feb 1999 04:13:12 -0500
12883              Message-ID: <19990209041312.A15788@toldyouso.com>
12884              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
12885      Branch: perl
12886            ! utils/h2xs.PL
12887 ____________________________________________________________________________
12888 [  2934] By: gsar                                  on 1999/02/15  05:30:13
12889         Log: fix bugs in the handling of negative numbers, among other things
12890              From: Steven Knight <knight@theopera.baldmt.citilink.com>
12891              Date: Mon, 8 Feb 1999 01:16:24 -0600
12892              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
12893              Subject: Math::BigFloat and Math::BigInt
12894      Branch: perl
12895            + t/lib/bigfloat.t t/lib/bigfloatpm.t
12896            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12897            ! t/lib/bigintpm.t
12898 ____________________________________________________________________________
12899 [  2933] By: gsar                                  on 1999/02/15  04:57:52
12900         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
12901              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
12902              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
12903              Subject: s2p incorrectly handles hold space commands
12904      Branch: perl
12905            ! x2p/s2p.PL
12906 ____________________________________________________________________________
12907 [  2932] By: gsar                                  on 1999/02/15  04:45:55
12908         Log: clarify what a "line" is
12909      Branch: perl
12910            ! pod/perlfunc.pod pod/perlvar.pod
12911 ____________________________________________________________________________
12912 [  2931] By: gsar                                  on 1999/02/15  04:23:29
12913         Log: backout change#2811 and add newer version based on File::Spec
12914              From: Barrie Slaymaker <rbs@telerama.com>
12915              Date: Thu, 11 Feb 1999 16:29:24 -0500
12916              Message-ID: <36C34BB4.A62090E0@telerama.com>
12917              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
12918      Branch: perl
12919            - lib/File/PathConvert.pm
12920            ! MANIFEST installhtml lib/Pod/Html.pm
12921 ____________________________________________________________________________
12922 [  2930] By: gsar                                  on 1999/02/15  04:16:25
12923         Log: From: Barrie Slaymaker <rbs@telerama.com>
12924              Date: Thu, 11 Feb 1999 19:39:48 -0500
12925              Message-ID: <36C37854.707D139@telerama.com>
12926              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
12927      Branch: perl
12928            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12929 ____________________________________________________________________________
12930 [  2929] By: gsar                                  on 1999/02/15  04:06:50
12931         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
12932              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
12933              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
12934              Subject: [PATCH]5.005_54 (DOC) fix many typos
12935              --
12936              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
12937              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
12938              Subject: [PATCH]5.005_54 (DOC) typos
12939      Branch: perl
12940            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
12941            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
12942            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12943            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12944            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12945            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
12946            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
12947            ! pod/perlvar.pod pod/perlxs.pod
12948 ____________________________________________________________________________
12949 [  2928] By: gsar                                  on 1999/02/15  03:39:53
12950         Log: allow the Carp routines to pass through exception objects
12951      Branch: perl
12952            ! lib/Carp.pm
12953 ____________________________________________________________________________
12954 [  2927] By: gsar                                  on 1999/02/15  03:22:57
12955         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
12956      Branch: perl
12957            ! pod/perlfaq8.pod
12958 ____________________________________________________________________________
12959 [  2926] By: gsar                                  on 1999/02/15  03:19:39
12960         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
12961              have done that, but didn't)
12962      Branch: perl
12963           !> utils/h2ph.PL
12964 ____________________________________________________________________________
12965 [  2925] By: gsar                                  on 1999/02/15  03:17:01
12966         Log: integrate cfgperl changes into mainline
12967      Branch: perl
12968            ! Changes
12969           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12970           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
12971           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
12972           !> vms/subconfigure.com
12973 ____________________________________________________________________________
12974 [  2924] By: gsar                                  on 1999/02/15  03:07:08
12975         Log: add const qualifier to most char* prototypes, handle ripple effect
12976      Branch: perl
12977            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
12978            ! universal.c util.c
12979 ____________________________________________________________________________
12980 [  2923] By: gsar                                  on 1999/02/15  01:04:30
12981         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12982              Date: Thu, 04 Feb 1999 02:37:31 +0000
12983              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
12984              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
12985      Branch: perl
12986            ! pp_ctl.c t/op/range.t
12987 ____________________________________________________________________________
12988 [  2922] By: gsar                                  on 1999/02/15  00:24:34
12989         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12990              Date: Sun, 31 Jan 1999 01:50:06 +0000
12991              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
12992              Subject: [PATCH 5.005_03t4] regexp flags bug
12993      Branch: perl
12994            ! regcomp.c t/op/re_tests
12995 ____________________________________________________________________________
12996 [  2921] By: gsar                                  on 1999/02/15  00:13:02
12997         Log: use New() et al., rather than safemalloc() et al.
12998              From: jan.dubois@ibm.net (Jan Dubois)
12999              Date: Fri, 29 Jan 1999 23:27:22 +0100
13000              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
13001              Subject: [PATCH _03-MT5] POSIX.xs memory API
13002      Branch: perl
13003            ! ext/POSIX/POSIX.xs
13004 ____________________________________________________________________________
13005 [  2920] By: gsar                                  on 1999/02/15  00:05:33
13006         Log: tweak READ() docs to mention $buffer must be altered by reference
13007      Branch: perl
13008            ! pod/perltie.pod
13009 ____________________________________________________________________________
13010 [  2919] By: gsar                                  on 1999/02/14  23:50:39
13011         Log: applied suggested patch, with several language/readability tweaks
13012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13013              Date: Fri, 29 Jan 1999 00:25:02 -0500
13014              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
13015              Subject: Re: [PATCH 5.005_*] Better parsing docs
13016      Branch: perl
13017            ! pod/perlop.pod
13018 ____________________________________________________________________________
13019 [  2918] By: gsar                                  on 1999/02/14  23:20:42
13020         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
13021              of silently returning bogus values)
13022              From: Peter Chines <pchines@nhgri.nih.gov>
13023              Date: Wed, 27 Jan 1999 16:11:31 -0500
13024              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
13025              Subject: Time::Local
13026      Branch: perl
13027            ! lib/Time/Local.pm pod/perldelta.pod
13028 ____________________________________________________________________________
13029 [  2917] By: gsar                                  on 1999/02/14  11:21:43
13030         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13031              Date: Thu, 28 Jan 1999 10:02:20 -0500
13032              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
13033              Subject: Re: [PATCH 5.005_53] Better perldoc
13034      Branch: perl
13035            ! utils/perldoc.PL
13036 ____________________________________________________________________________
13037 [  2916] By: gsar                                  on 1999/02/14  10:59:38
13038         Log: back out change#2751, apply updated version 
13039              From: jan.dubois@ibm.net (Jan Dubois)
13040              Date: Sat, 06 Feb 1999 01:06:29 +0100
13041              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
13042              Subject: [PATCH] Cleanup of File::Spec module
13043      Branch: perl
13044            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
13045            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13046            ! lib/File/Spec/Win32.pm
13047 ____________________________________________________________________________
13048 [  2915] By: gsar                                  on 1999/02/14  10:48:01
13049         Log: tweak select() test
13050      Branch: perl
13051            ! pod/perlipc.pod t/op/fh.t
13052 ____________________________________________________________________________
13053 [  2914] By: gsar                                  on 1999/02/14  10:25:55
13054         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
13055      Branch: perl
13056            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
13057 ____________________________________________________________________________
13058 [  2913] By: gsar                                  on 1999/02/14  10:03:51
13059         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
13060              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
13061              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
13062              Subject: Re: SvOPV() or SvPV_nolen() or ...
13063      Branch: perl
13064            ! pod/perlguts.pod
13065 ____________________________________________________________________________
13066 [  2912] By: gsar                                  on 1999/02/14  09:57:29
13067         Log: provide SvPV_nolen(sv) to avoid use of PL_na
13068              From: jan.dubois@ibm.net (Jan Dubois)
13069              Date: Sun, 24 Jan 1999 02:45:32 +0100
13070              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
13071              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
13072      Branch: perl
13073            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
13074            ! sv.h
13075 ____________________________________________________________________________
13076 [  2911] By: gsar                                  on 1999/02/14  06:51:05
13077         Log: elide stray effluvium
13078      Branch: perl
13079            ! pod/perldelta.pod
13080 ____________________________________________________________________________
13081 [  2910] By: gsar                                  on 1999/02/14  05:51:56
13082         Log: slurping an empty file should return '' rather than undef, with
13083              commensurate effects on ARGV processing
13084      Branch: perl
13085            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13086            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
13087 ____________________________________________________________________________
13088 [  2909] By: gsar                                  on 1999/02/14  00:02:11
13089         Log: perly_c.diff typo
13090      Branch: perl
13091            ! perly.c perly_c.diff vms/perly_c.vms
13092 ____________________________________________________________________________
13093 [  2908] By: gsar                                  on 1999/02/13  18:20:13
13094         Log: From: jan.dubois@ibm.net (Jan Dubois)
13095              Date: Sat, 13 Feb 1999 13:25:53 +0100
13096              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
13097              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
13098      Branch: perl
13099            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
13100 ____________________________________________________________________________
13101 [  2907] By: jhi                                   on 1999/02/13  15:07:26
13102         Log: Integrate from mainperl.
13103      Branch: cfgperl
13104           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
13105           !> (integrate 150 files)
13106 ____________________________________________________________________________
13107 [  2903] By: gsar                                  on 1999/02/12  13:25:59
13108         Log: From: jan.dubois@ibm.net (Jan Dubois)
13109              Date: Sun, 24 Jan 1999 01:12:00 +0100
13110              Message-ID: <36b66479.62756298@smtp1.ibm.net>
13111              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
13112      Branch: perl
13113            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
13114            ! proto.h sv.c sv.h
13115 ____________________________________________________________________________
13116 [  2902] By: gsar                                  on 1999/02/12  12:55:11
13117         Log: script to generate ctags from etags
13118              From: Colin Kuskie <ckuskie@cadence.com>
13119              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
13120              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
13121              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
13122      Branch: perl
13123            + emacs/e2ctags.pl
13124            ! Makefile.SH pod/perlfaq3.pod
13125 ____________________________________________________________________________
13126 [  2901] By: gsar                                  on 1999/02/12  12:40:17
13127         Log: allow boolean assign ops to be lvalues
13128              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13129              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
13130              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
13131              --
13132              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13133              Date: Mon, 18 Jan 1999 10:04:00 +0000
13134              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
13135              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
13136      Branch: perl
13137            + t/op/lop.t
13138            ! MANIFEST op.c
13139 ____________________________________________________________________________
13140 [  2899] By: jhi                                   on 1999/02/12  12:03:48
13141         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
13142      Branch: cfgperl
13143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13144            ! config_h.SH hints/openbsd.sh
13145 ____________________________________________________________________________
13146 [  2898] By: gsar                                  on 1999/02/12  11:49:25
13147         Log: support win32_putenv()
13148      Branch: perl
13149            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
13150            ! win32/win32.c win32/win32iop.h
13151 ____________________________________________________________________________
13152 [  2894] By: gsar                                  on 1999/02/12  11:09:27
13153         Log: add missing hunk in change#2657
13154      Branch: perl
13155            ! ext/B/B/CC.pm
13156 ____________________________________________________________________________
13157 [  2893] By: gsar                                  on 1999/02/12  11:00:13
13158         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13159              Date: Tue, 19 Jan 1999 20:13:15 -0500
13160              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
13161              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
13162      Branch: perl
13163            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
13164            ! t/pragma/subs.t t/pragma/warning.t
13165 ____________________________________________________________________________
13166 [  2892] By: gsar                                  on 1999/02/12  10:44:38
13167         Log: update change#2670 to later version
13168              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13169              Date: Sun, 31 Jan 1999 16:16:14 +0000
13170              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
13171              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
13172      Branch: perl
13173            ! t/op/subst.t toke.c
13174 ____________________________________________________________________________
13175 [  2891] By: gsar                                  on 1999/02/12  10:31:17
13176         Log: make testsuite somewhat location independent
13177      Branch: perl
13178            ! (edit 117 files)
13179 ____________________________________________________________________________
13180 [  2890] By: gsar                                  on 1999/02/12  10:00:30
13181         Log: add $AutoLoader::VERSION
13182      Branch: perl
13183            ! lib/AutoLoader.pm
13184 ____________________________________________________________________________
13185 [  2889] By: gsar                                  on 1999/02/12  09:55:48
13186         Log: tweak PERL_STRICT_CR notes
13187      Branch: perl
13188            ! pod/perl5005delta.pod
13189 ____________________________________________________________________________
13190 [  2888] By: gsar                                  on 1999/02/12  09:41:45
13191         Log: add note about test-notty target
13192      Branch: perl
13193            ! README.win32
13194 ____________________________________________________________________________
13195 [  2887] By: gsar                                  on 1999/02/12  09:37:37
13196         Log: add perltodo.pod
13197      Branch: perl
13198            + pod/perltodo.pod
13199            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
13200            ! win32/pod.mak
13201 ____________________________________________________________________________
13202 [  2886] By: jhi                                   on 1999/02/12  08:52:14
13203         Log: Integrate from mainperl.
13204      Branch: cfgperl
13205           +> t/op/fh.t
13206           !> (integrate 30 files)
13207 ____________________________________________________________________________
13208 [  2885] By: gsar                                  on 1999/02/12  08:42:10
13209         Log: note how to find REG_INFTY limit
13210      Branch: perl
13211            ! pod/perlre.pod
13212 ____________________________________________________________________________
13213 [  2884] By: jhi                                   on 1999/02/12  08:36:14
13214         Log: OpenBSD pthreads awareness, thanks to
13215              David Leonard <david.leonard@csee.uq.edu.au>
13216      Branch: maint-5.005/perl
13217            ! Configure hints/openbsd.sh
13218 ____________________________________________________________________________
13219 [  2882] By: gsar                                  on 1999/02/12  08:05:20
13220         Log: IO is maintained by p5p (per Graham Barr's wishes)
13221      Branch: perl
13222            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
13223            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
13224            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13225            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13226 ____________________________________________________________________________
13227 [  2881] By: gsar                                  on 1999/02/12  07:57:13
13228         Log: fh.t typo
13229      Branch: perl
13230            ! t/op/fh.t
13231 ____________________________________________________________________________
13232 [  2880] By: gsar                                  on 1999/02/12  07:38:16
13233         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
13234      Branch: perl
13235            ! perl.c pod/perlrun.pod
13236 ____________________________________________________________________________
13237 [  2879] By: gsar                                  on 1999/02/12  05:39:29
13238         Log: fix ops that are not filehandle constructors to not create GV if it
13239              doesn't already exist (avoids leaks); extend semantics of defined()
13240              so that defined(*{$foo}) works (experimental)
13241      Branch: perl
13242            + t/op/fh.t
13243            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
13244            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
13245 ____________________________________________________________________________
13246 [  2877] By: jhi                                   on 1999/02/11  20:44:00
13247         Log: From: Chris Nandor <pudge@pobox.com>
13248              To: perl5-porters@perl.org
13249              Subject: [PATCH] perlport.pod 1.39
13250              Date: Thu, 11 Feb 1999 12:28:35 -0500
13251              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
13252      Branch: cfgperl
13253            ! pod/perlport.pod
13254 ____________________________________________________________________________
13255 [  2870] By: gsar                                  on 1999/02/11  11:17:08
13256         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
13257      Branch: perl
13258            ! ext/IO/lib/IO/Pipe.pm
13259 ____________________________________________________________________________
13260 [  2869] By: gsar                                  on 1999/02/11  11:00:56
13261         Log: update win32/pod.mak
13262      Branch: perl
13263            ! win32/pod.mak
13264 ____________________________________________________________________________
13265 [  2868] By: gsar                                  on 1999/02/11  10:42:44
13266         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
13267              Date: Fri, 08 Jan 1999 14:36:53 +1100
13268              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
13269              Subject: Re: [Fwd: IO::Socket::connect and blocking]
13270      Branch: perl
13271            ! ext/IO/lib/IO/Socket.pm
13272 ____________________________________________________________________________
13273 [  2867] By: gsar                                  on 1999/02/11  09:43:03
13274         Log: av_extend() doc tweak from Jan Dubois
13275      Branch: perl
13276            ! pod/perlguts.pod
13277 ____________________________________________________________________________
13278 [  2866] By: gsar                                  on 1999/02/11  09:27:17
13279         Log: display full pathname of unreadable files
13280      Branch: perl
13281            ! utils/perldoc.PL
13282 ____________________________________________________________________________
13283 [  2865] By: gsar                                  on 1999/02/11  09:02:31
13284         Log: missing patch in change#2522
13285      Branch: perl
13286            ! lib/Pod/Text.pm
13287 ____________________________________________________________________________
13288 [  2864] By: jhi                                   on 1999/02/11  08:45:00
13289         Log: From: Spider Boardman <spider@zk3.dec.com>
13290              To: perlbug@perl.com
13291              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13292              Date: Wed, 10 Feb 1999 23:33:31 -0500
13293              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13294      Branch: maint-5.005/perl
13295            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13296 ____________________________________________________________________________
13297 [  2862] By: gsar                                  on 1999/02/11  08:14:34
13298         Log: integrate changes#2738,2740 from maint-5.005
13299      Branch: perl
13300           !> lib/ExtUtils/MakeMaker.pm
13301 ____________________________________________________________________________
13302 [  2861] By: jhi                                   on 1999/02/11  08:04:25
13303         Log: Integrate from mainperl.
13304      Branch: cfgperl
13305           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
13306           !> t/op/range.t win32/config.gc
13307 ____________________________________________________________________________
13308 [  2860] By: gsar                                  on 1999/02/11  07:30:08
13309         Log: binmode() support for cygwin32 (suggested by Steven Morlock
13310              <newspost@morlock.net>)
13311      Branch: perl
13312            ! perl.h
13313 ____________________________________________________________________________
13314 [  2859] By: gsar                                  on 1999/02/11  07:14:21
13315         Log: update Changes
13316      Branch: perl
13317            ! Changes
13318           !> pod/perl5005delta.pod
13319 ____________________________________________________________________________
13320 [  2856] By: gsar                                  on 1999/02/11  07:07:39
13321         Log: integrate perldelta changes from maint-5.005
13322      Branch: perl
13323           !> pod/perl5005delta.pod
13324 ____________________________________________________________________________
13325 [  2855] By: gsar                                  on 1999/02/11  06:31:50
13326         Log: applied suggested patch; added tests
13327              From: Adam Krolnik <adamk@gypsy.cyrix.com>
13328              Date: Sat, 12 Dec 98 15:30:18 -0600
13329              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
13330              Subject: Range operation doesn't handle IV_MAX
13331      Branch: perl
13332            ! pp_ctl.c t/op/range.t
13333 ____________________________________________________________________________
13334 [  2854] By: gsar                                  on 1999/02/11  05:00:55
13335         Log: compatibility fix: magic non-propagation in foreach implicit localization
13336      Branch: perl
13337            ! pp_ctl.c t/op/local.t win32/config.gc
13338 ____________________________________________________________________________
13339 [  2852] By: gsar                                  on 1999/02/10  23:17:49
13340         Log: fair warning about -Dusethreads
13341      Branch: maint-5.005/perl
13342            ! Configure INSTALL README.threads
13343 ____________________________________________________________________________
13344 [  2847] By: jhi                                   on 1999/02/09  19:13:28
13345         Log: Integrate from mainperl.
13346      Branch: cfgperl
13347           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
13348           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
13349 ____________________________________________________________________________
13350 [  2846] By: gsar                                  on 1999/02/09  13:53:28
13351         Log: a modified version of suggested patch for pack template 'Z'; added docs
13352              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
13353              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
13354              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
13355              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
13356      Branch: perl
13357            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
13358 ____________________________________________________________________________
13359 [  2845] By: gsar                                  on 1999/02/09  00:03:26
13360         Log: clarify docs for change#2835
13361      Branch: perl
13362            ! pod/perldelta.pod pod/perlop.pod
13363 ____________________________________________________________________________
13364 [  2844] By: gsar                                  on 1999/02/08  23:40:57
13365         Log: addendum to change#2823
13366              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13367              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
13368              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
13369              Subject: [PATCH] Docs and tests for method-call syntax
13370      Branch: perl
13371            ! pod/perlobj.pod t/op/method.t
13372 ____________________________________________________________________________
13373 [  2843] By: jhi                                   on 1999/02/08  21:06:28
13374         Log: Ultrix mmap tidbit.
13375      Branch: cfgperl
13376            ! hints/ultrix_4.sh
13377 ____________________________________________________________________________
13378 [  2842] By: jhi                                   on 1999/02/08  20:22:55
13379         Log: Integrate from mainperl.
13380      Branch: cfgperl
13381           +> t/op/subst_wamp.t
13382           !> (integrate 35 files)
13383 ____________________________________________________________________________
13384 [  2841] By: jhi                                   on 1999/02/08  18:23:26
13385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13386              To: Mailing list Perl5 <perl5-porters@perl.org>
13387              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13388              Date: Sun, 7 Feb 1999 17:25:22 -0500
13389              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13390      Branch: cfgperl
13391            + t/op/subst_amp.t
13392            ! MANIFEST regcomp.c t/op/subst.t
13393 ____________________________________________________________________________
13394 [  2840] By: jhi                                   on 1999/02/08  18:16:54
13395         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13396              To: Mailing list Perl5 <perl5-porters@perl.org>
13397              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13398              Date: Sun, 7 Feb 1999 17:00:10 -0500
13399              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13400      Branch: cfgperl
13401            ! pp_hot.c t/op/pat.t
13402 ____________________________________________________________________________
13403 [  2839] By: jhi                                   on 1999/02/08  17:25:30
13404         Log: A require was missing.
13405      Branch: cfgperl
13406            ! t/lib/h2ph.pht
13407 ____________________________________________________________________________
13408 [  2838] By: jhi                                   on 1999/02/08  16:38:41
13409         Log: Bring in the change #2809 (the Configure part has been
13410              modified rather a lot since the #2809, though.)
13411      Branch: cfgperl
13412            ! Configure utils/h2ph.PL
13413 ____________________________________________________________________________
13414 [  2835] By: gsar                                  on 1999/02/08  14:40:23
13415         Log: make qw() into a true list at compile time (slightly modified
13416              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
13417      Branch: perl
13418            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
13419 ____________________________________________________________________________
13420 [  2834] By: gsar                                  on 1999/02/08  13:23:16
13421         Log: make safesysmalloc() etc., always available; safemalloc() et al are
13422              now macros that point to the right malloc; fix various places in
13423              sources that need to always use safesysmalloc() et al
13424      Branch: perl
13425            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
13426            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
13427 ____________________________________________________________________________
13428 [  2833] By: gsar                                  on 1999/02/08  10:56:16
13429         Log: remove spurious #endif in last change
13430      Branch: perl
13431            ! perl.h
13432 ____________________________________________________________________________
13433 [  2832] By: gsar                                  on 1999/02/08  10:34:55
13434         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
13435              them ask for insanity (untested)
13436      Branch: perl
13437            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
13438            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
13439            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
13440 ____________________________________________________________________________
13441 [  2831] By: jhi                                   on 1999/02/08  08:33:33
13442         Log: Update vms/subconfigure.com along the lines of change #2829.
13443      Branch: cfgperl
13444            ! vms/subconfigure.com
13445 ____________________________________________________________________________
13446 [  2830] By: gsar                                  on 1999/02/08  00:19:46
13447         Log: integrate cfgperl changes into mainline
13448      Branch: perl
13449           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
13450           +> lib/File/PathConvert.pm pod/perlthrtut.pod
13451            ! Changes
13452           !> (integrate 93 files)
13453 ____________________________________________________________________________
13454 [  2829] By: jhi                                   on 1999/02/07  23:49:46
13455         Log: Configure update.
13456              
13457              Probe for mmap() et alia.
13458              The *cc*symbols patch (just Configure, no h2ph).
13459      Branch: cfgperl
13460            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13461            ! config_h.SH perl.h
13462 ____________________________________________________________________________
13463 [  2828] By: gsar                                  on 1999/02/07  23:38:47
13464         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13465              Date: Sun, 7 Feb 1999 17:25:22 -0500
13466              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
13467              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
13468      Branch: perl
13469            + t/op/subst_amp.t t/op/subst_wamp.t
13470            ! MANIFEST regcomp.c t/op/subst.t
13471 ____________________________________________________________________________
13472 [  2827] By: gsar                                  on 1999/02/07  23:27:32
13473         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13474              Date: Sun, 7 Feb 1999 17:00:10 -0500
13475              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
13476              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
13477      Branch: perl
13478            ! pp_hot.c t/op/pat.t
13479 ____________________________________________________________________________
13480 [  2826] By: gsar                                  on 1999/02/07  23:26:04
13481         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
13482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13483              Date: Sun, 7 Feb 1999 15:07:27 -0500
13484              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
13485              Subject: Re: fixing memory leaks in REx compilation
13486      Branch: perl
13487            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
13488            ! regexec.c
13489 ____________________________________________________________________________
13490 [  2825] By: jhi                                   on 1999/02/07  18:05:13
13491         Log: Integrate from mainperl.
13492      Branch: cfgperl
13493           +> lib/DB.pm t/comp/bproto.t
13494           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
13495           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
13496           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
13497           !> toke.c vms/perly_c.vms
13498 ____________________________________________________________________________
13499 [  2824] By: gsar                                  on 1999/02/07  14:21:48
13500         Log: tweak doc on bitwise ops
13501      Branch: perl
13502            ! pod/perlop.pod
13503 ____________________________________________________________________________
13504 [  2823] By: gsar                                  on 1999/02/07  13:38:31
13505         Log: applied suggested patch; regen perly* and vms/perly*
13506              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13507              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
13508              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
13509              Subject: [PATCH] Re: Suggestion for perlobj man page
13510      Branch: perl
13511            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
13512 ____________________________________________________________________________
13513 [  2822] By: gsar                                  on 1999/02/07  12:39:09
13514         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
13515              disabled, fails tests)
13516      Branch: perl
13517            ! regcomp.h
13518 ____________________________________________________________________________
13519 [  2821] By: gsar                                  on 1999/02/07  11:09:39
13520         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
13521              <Alexander.Barilo@aexp.com>)
13522      Branch: perl
13523            ! lib/Pod/Html.pm
13524 ____________________________________________________________________________
13525 [  2820] By: gsar                                  on 1999/02/07  10:20:35
13526         Log: add draft debugging API implementation
13527      Branch: perl
13528            + lib/DB.pm
13529            ! MANIFEST
13530 ____________________________________________________________________________
13531 [  2819] By: gsar                                  on 1999/02/07  09:58:45
13532         Log: avoid garbage in db->dirbuf
13533              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
13534              Date: Sat, 05 Dec 1998 14:14:54 +0900
13535              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
13536              Subject: SDBM bug
13537      Branch: perl
13538            ! ext/SDBM_File/sdbm/sdbm.c
13539 ____________________________________________________________________________
13540 [  2818] By: gsar                                  on 1999/02/07  09:32:24
13541         Log: missing entry
13542      Branch: perl
13543            ! MANIFEST
13544 ____________________________________________________________________________
13545 [  2817] By: gsar                                  on 1999/02/07  09:30:47
13546         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
13547      Branch: perl
13548            + t/comp/bproto.t
13549            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13550 ____________________________________________________________________________
13551 [  2816] By: gsar                                  on 1999/02/06  00:14:29
13552         Log: minor bug in dumping blessed subrefs
13553      Branch: perl
13554            ! ext/Data/Dumper/Dumper.pm
13555 ____________________________________________________________________________
13556 [  2812] By: jhi                                   on 1999/02/03  22:02:24
13557         Log: Enhance change #2808.
13558              
13559              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13560              To: perl5-porters@perl.org
13561              Subject: Re: [PATCH 5.00*]: perlbug checklist
13562              Date: Wed, 3 Feb 1999 19:02:27 +0000
13563              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
13564      Branch: cfgperl
13565            ! utils/perlbug.PL
13566 ____________________________________________________________________________
13567 [  2811] By: jhi                                   on 1999/02/03  21:53:23
13568         Log: From: Barrie Slaymaker <rbs@telerama.com>
13569              To: perl5-porters@perl.org
13570              CC: pod-people@perl.org
13571              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
13572              Date: Wed, 03 Feb 1999 10:34:18 -0500
13573              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
13574              
13575              Add File::PathConvert.pm.
13576              Fix Pod::Html and installhtml to understand relative urls.
13577      Branch: cfgperl
13578            + lib/File/PathConvert.pm
13579            ! MANIFEST installhtml lib/Pod/Html.pm
13580 ____________________________________________________________________________
13581 [  2810] By: jhi                                   on 1999/02/03  20:25:10
13582         Log: From: Francois Desarmenien <desar@club-internet.fr>
13583              To: Mailing list Perl5 <perl5-porters@perl.org>
13584              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
13585              Date: Wed, 03 Feb 1999 13:13:24 +0000
13586              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
13587              
13588              (note: this patch completely overrides Tom Wolfe's patch,
13589              change #2604)
13590      Branch: cfgperl
13591            + ext/GDBM_File/hints/sco.pl
13592            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
13593 ____________________________________________________________________________
13594 [  2809] By: jhi                                   on 1999/02/03  19:54:16
13595         Log: h2ph fixes + Configure patch to support them.
13596              
13597              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13598              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
13599              Gurusamy Sarathy <gsar@engin.umich.edu>
13600              Cc: perl5-porters@perl.org
13601              Subject: [PATCH 5.00503_MT5] h2ph.PL
13602              Date: Tue, 2 Feb 1999 19:48:06 -0500
13603              Message-ID: <19990202194806.E10647@O2.chapin.edu>
13604      Branch: maint-5.005/perl
13605            ! Configure utils/h2ph.PL
13606 ____________________________________________________________________________
13607 [  2808] By: jhi                                   on 1999/02/03  16:59:55
13608         Log: Enhance the perlbug checklist.
13609      Branch: cfgperl
13610            ! utils/perlbug.PL
13611 ____________________________________________________________________________
13612 [  2807] By: jhi                                   on 1999/02/03  14:01:37
13613         Log: Document the standard strftime %formats.
13614              
13615              From: Dominic Dunlop <domo@vo.lu>
13616              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
13617              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
13618              Date: Tue, 2 Feb 1999 15:55:29 +0100
13619              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
13620      Branch: cfgperl
13621            ! ext/POSIX/POSIX.pod
13622 ____________________________________________________________________________
13623 [  2806] By: jhi                                   on 1999/02/03  13:58:00
13624         Log: Integrate from mainperl.
13625      Branch: cfgperl
13626           !> perl.h
13627 ____________________________________________________________________________
13628 [  2805] By: gsar                                  on 1999/02/03  03:32:31
13629         Log: PL_uuemap[] init needs help for sizeof()
13630      Branch: perl
13631            ! perl.h
13632 ____________________________________________________________________________
13633 [  2804] By: jhi                                   on 1999/02/02  20:44:30
13634         Log: These should've been already in #2803.
13635      Branch: cfgperl
13636            ! Configure config_h.SH vms/subconfigure.com
13637 ____________________________________________________________________________
13638 [  2803] By: jhi                                   on 1999/02/02  20:38:45
13639         Log: telldir prototype issue, from mists of time...
13640      Branch: cfgperl
13641            ! hints/netbsd.sh pp_sys.c
13642 ____________________________________________________________________________
13643 [  2801] By: jhi                                   on 1999/02/02  17:40:14
13644         Log: From: John Bley <jbb6@acpub.duke.edu>
13645              To: perlbug@perl.org
13646              Subject: [PATCH]5.005_54 (DOC) fix minor typos
13647              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
13648              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
13649      Branch: cfgperl
13650            ! pod/perlre.pod
13651 ____________________________________________________________________________
13652 [  2800] By: jhi                                   on 1999/02/02  17:26:49
13653         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
13654      Branch: cfgperl
13655            ! Todo-5.005
13656 ____________________________________________________________________________
13657 [  2799] By: jhi                                   on 1999/02/02  17:18:51
13658         Log: Update FindBin from maint-5.005.
13659      Branch: cfgperl
13660            ! lib/FindBin.pm
13661 ____________________________________________________________________________
13662 [  2798] By: jhi                                   on 1999/02/02  17:16:07
13663         Log: Fix typecasts in #2797
13664              
13665              From: "G. Del Merritt" <del@intranetics.com>
13666              Date: Fri, 29 Jan 1999 11:47:25 -0700
13667              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
13668              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
13669      Branch: cfgperl
13670            ! ext/POSIX/POSIX.xs
13671 ____________________________________________________________________________
13672 [  2797] By: jhi                                   on 1999/02/02  17:14:37
13673         Log: From: Ted Law <tedlaw@cibcwg.com>
13674              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
13675              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
13676              Subject: POSIX::strftime buffer overflow problem
13677      Branch: cfgperl
13678            ! ext/POSIX/POSIX.xs
13679 ____________________________________________________________________________
13680 [  2796] By: jhi                                   on 1999/02/02  17:13:23
13681         Log: Do not use File::Slurp.
13682      Branch: cfgperl
13683            ! t/lib/textfill.t
13684 ____________________________________________________________________________
13685 [  2795] By: jhi                                   on 1999/02/02  17:11:48
13686         Log: perlhist update from maint-5.005.
13687      Branch: cfgperl
13688            ! pod/perlhist.pod
13689 ____________________________________________________________________________
13690 [  2794] By: jhi                                   on 1999/02/02  17:10:33
13691         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
13692      Branch: cfgperl
13693            ! ext/POSIX/POSIX.pm
13694 ____________________________________________________________________________
13695 [  2793] By: jhi                                   on 1999/02/02  17:08:39
13696         Log: Missed the html test from change #2787. 
13697      Branch: cfgperl
13698            ! t/lib/cgi-html.t
13699 ____________________________________________________________________________
13700 [  2792] By: jhi                                   on 1999/02/02  17:01:24
13701         Log: Update Getopt::Long to 2.19.
13702      Branch: cfgperl
13703            ! lib/Getopt/Long.pm
13704 ____________________________________________________________________________
13705 [  2791] By: jhi                                   on 1999/02/02  16:59:13
13706         Log: overload syntax is no longer experimental
13707      Branch: cfgperl
13708            ! lib/overload.pm
13709 ____________________________________________________________________________
13710 [  2789] By: jhi                                   on 1999/02/02  16:47:50
13711         Log: Still doc fixes.
13712      Branch: cfgperl
13713            ! lib/diagnostics.pm
13714 ____________________________________________________________________________
13715 [  2788] By: jhi                                   on 1999/02/02  16:47:07
13716         Log: Doc fixes.
13717      Branch: cfgperl
13718            ! lib/CGI.pm lib/diagnostics.pm
13719 ____________________________________________________________________________
13720 [  2787] By: jhi                                   on 1999/02/02  16:38:55
13721         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
13722              where applicable).
13723      Branch: cfgperl
13724            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
13725            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13726            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13727            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
13728            ! eg/cgi/frameset.cgi eg/cgi/index.html
13729            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13730            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13731            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13732            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
13733            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13734            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
13735 ____________________________________________________________________________
13736 [  2786] By: jhi                                   on 1999/02/02  16:17:52
13737         Log: Update CPAN to 1.47.
13738      Branch: cfgperl
13739            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13740 ____________________________________________________________________________
13741 [  2785] By: jhi                                   on 1999/02/02  16:09:03
13742         Log: From: Mark-Jason Dominus <mjd@plover.com>
13743              Date: Sat, 16 Jan 1999 17:22:06 -0500
13744              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
13745              Message-ID: <19990116222206.3674.qmail@plover.com>
13746      Branch: cfgperl
13747            ! pod/perlsub.pod
13748 ____________________________________________________________________________
13749 [  2784] By: jhi                                   on 1999/02/02  16:01:31
13750         Log: Fix incorrect "used only once" warnings
13751              
13752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13753              Date: Fri, 8 Jan 1999 04:37:10 -0500
13754              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
13755              Subject: Re: change#965 flakiness
13756      Branch: cfgperl
13757            ! gv.c
13758 ____________________________________________________________________________
13759 [  2783] By: jhi                                   on 1999/02/02  15:50:38
13760         Log: perldelta updates.
13761      Branch: cfgperl
13762            ! pod/perldelta.pod
13763 ____________________________________________________________________________
13764 [  2782] By: jhi                                   on 1999/02/02  14:28:26
13765         Log: Mirror change #2781.
13766      Branch: cfgperl
13767            ! hints/linux.sh
13768 ____________________________________________________________________________
13769 [  2781] By: jhi                                   on 1999/02/02  14:27:01
13770         Log: Update the MkLinux note.
13771      Branch: maint-5.005/perl
13772            ! hints/linux.sh
13773 ____________________________________________________________________________
13774 [  2780] By: jhi                                   on 1999/02/02  14:10:59
13775         Log: Update todo.
13776      Branch: cfgperl
13777            ! Todo-5.005
13778 ____________________________________________________________________________
13779 [  2779] By: jhi                                   on 1999/02/02  14:00:25
13780         Log: Integrate from mainperl.
13781      Branch: cfgperl
13782            ! t/lib/textfill.t t/lib/textwrap.t
13783           !> (integrate 32 files)
13784 ____________________________________________________________________________
13785 [  2778] By: jhi                                   on 1999/02/02  13:56:23
13786         Log: VMS update, applicable parts of
13787              
13788              From: Dan Sugalski <sugalskd@osshe.edu>
13789              To: perl5-porters@perl.org
13790              Subject: [PATCH 5.005_03MT3]VMS configure tweak
13791              Date: Wed, 20 Jan 1999 12:05:18 -0800
13792              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
13793              
13794              From: Dan Sugalski <sugalskd@osshe.edu>
13795              To: perlbug@perl.com, vmsperl@perl.org
13796              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
13797              Date: Tue, 26 Jan 1999 14:40:38 -0800
13798              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
13799              
13800              From: Dan Sugalski <sugalskd@osshe.edu>
13801              To: perl5-porters@perl.org, vmsperl@perl.org
13802              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
13803              Date: Tue, 26 Jan 1999 14:55:29 -0800
13804              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
13805      Branch: cfgperl
13806            ! vms/ext/Stdio/test.pl vms/subconfigure.com
13807 ____________________________________________________________________________
13808 [  2777] By: jhi                                   on 1999/02/02  13:43:24
13809         Log: Synch usethreads parts from maint-5.005.
13810      Branch: cfgperl
13811            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
13812            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13813            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
13814            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
13815 ____________________________________________________________________________
13816 [  2776] By: jhi                                   on 1999/02/02  13:17:16
13817         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
13818      Branch: cfgperl
13819            ! Makefile.SH hints/freebsd.sh
13820 ____________________________________________________________________________
13821 [  2774] By: jhi                                   on 1999/02/02  13:10:39
13822         Log: Add perlthrtut, update pod/* machinery.
13823              (a pod/Makefile.SH is sorely needed)
13824      Branch: cfgperl
13825            + pod/perlthrtut.pod
13826            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
13827 ____________________________________________________________________________
13828 [  2773] By: jhi                                   on 1999/02/02  12:54:24
13829         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13830              To: perl5-porters@perl.org
13831              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
13832              Date: Tue, 26 Jan 1999 22:25:07 +0000
13833              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
13834      Branch: cfgperl
13835            ! pod/perlguts.pod
13836 ____________________________________________________________________________
13837 [  2771] By: jhi                                   on 1999/02/02  12:47:34
13838         Log: Use perlbug instead of personal email address.
13839      Branch: cfgperl
13840            ! Configure
13841 ____________________________________________________________________________
13842 [  2770] By: jhi                                   on 1999/02/02  12:42:06
13843         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
13844              
13845              From: "G. Del Merritt" <del@intranetics.com>
13846              To: perlbug@perl.com
13847              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
13848              Date: Tue, 26 Jan 1999 12:09:09 -0700
13849              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
13850      Branch: cfgperl
13851            ! iperlsys.h
13852 ____________________________________________________________________________
13853 [  2769] By: jhi                                   on 1999/02/02  12:37:57
13854         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13855              To: Mailing list Perl5 <perl5-porters@perl.org>
13856              Subject: [PATCH 5.005_*] OS/2 threads
13857              Date: Tue, 26 Jan 1999 13:39:46 -0500
13858              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
13859      Branch: cfgperl
13860            ! os2/os2ish.h
13861 ____________________________________________________________________________
13862 [  2768] By: jhi                                   on 1999/02/02  12:36:16
13863         Log: Apply change #2711 from maint-5.005:
13864              
13865              make ok", "make okfile", and "make nok" were broken
13866              with -Duseshrplib, because of a shared typo.
13867              
13868              From: Spider Boardman <spider@web.zk3.dec.com>
13869              To: perlbug@perl.com
13870              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
13871              Date: Wed, 27 Jan 1999 12:27:15 -0500
13872              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
13873      Branch: cfgperl
13874            ! Makefile.SH
13875 ____________________________________________________________________________
13876 [  2766] By: jhi                                   on 1999/02/02  12:27:08
13877         Log: Make Configure use "int main()" instead of bare "main()".
13878              Like maint-5.005 change #2703 but now via metaconfig.
13879      Branch: cfgperl
13880            ! Configure
13881 ____________________________________________________________________________
13882 [  2765] By: jhi                                   on 1999/02/02  11:59:30
13883         Log: Undo part of change #2562.
13884      Branch: cfgperl
13885            ! Configure
13886 ____________________________________________________________________________
13887 [  2764] By: jhi                                   on 1999/02/02  11:52:39
13888         Log: NetBSD synch with maint-5.005.
13889      Branch: cfgperl
13890            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
13891 ____________________________________________________________________________
13892 [  2763] By: jhi                                   on 1999/02/02  11:44:07
13893         Log: $Config{installusrbinperl}
13894              (maint-5.005 changes #2614 and #2709)
13895      Branch: cfgperl
13896            ! Configure installperl
13897 ____________________________________________________________________________
13898 [  2762] By: jhi                                   on 1999/02/02  11:29:13
13899         Log: Errno update from maint-5.005 (changes #2583, #2710).
13900      Branch: cfgperl
13901            ! Configure ext/Errno/Errno_pm.PL
13902 ____________________________________________________________________________
13903 [  2759] By: jhi                                   on 1999/02/02  10:53:20
13904         Log: Update Trig.pm from maint-5.005.
13905      Branch: cfgperl
13906            ! lib/Math/Trig.pm
13907 ____________________________________________________________________________
13908 [  2757] By: jhi                                   on 1999/02/02  10:41:26
13909         Log: MPE/iX update (mirror maint-5.005 change #2715)
13910      Branch: cfgperl
13911            ! hints/mpeix.sh mpeix/relink
13912 ____________________________________________________________________________
13913 [  2756] By: jhi                                   on 1999/02/02  10:38:08
13914         Log: BeOS update (Mirror maint-5.005 change #2727).
13915      Branch: cfgperl
13916            + ext/DynaLoader/dl_beos.xs
13917            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
13918            ! lib/ExtUtils/MM_Unix.pm
13919 ____________________________________________________________________________
13920 [  2754] By: gsar                                  on 1999/02/02  08:52:13
13921         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
13922      Branch: perl
13923            ! Porting/pumpkin.pod Todo Todo-5.005
13924 ____________________________________________________________________________
13925 [  2753] By: gsar                                  on 1999/02/02  08:46:21
13926         Log: Todo tweaks
13927      Branch: perl
13928            ! Todo Todo-5.005
13929 ____________________________________________________________________________
13930 [  2752] By: jhi                                   on 1999/02/01  22:15:12
13931         Log: Add perlthrtut.pod.
13932              
13933              From: Dan Sugalski <sugalskd@osshe.edu>
13934              To: perl5-porters@perl.org
13935              Subject: perlthrtut.pod
13936              Date: Mon, 01 Feb 1999 10:57:11 -0800
13937              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
13938      Branch: maint-5.005/perl
13939            + pod/perlthrtut.pod
13940            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
13941            ! pod/roffitall
13942 ____________________________________________________________________________
13943 [  2751] By: gsar                                  on 1999/02/01  07:28:05
13944         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
13945      Branch: perl
13946            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13947            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13948 ____________________________________________________________________________
13949 [  2750] By: gsar                                  on 1999/02/01  07:09:20
13950         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13951              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
13952              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
13953              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
13954      Branch: perl
13955            ! regexec.c
13956 ____________________________________________________________________________
13957 [  2749] By: gsar                                  on 1999/02/01  07:07:59
13958         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13959              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
13960              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
13961              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
13962      Branch: perl
13963            ! regexec.c
13964 ____________________________________________________________________________
13965 [  2748] By: gsar                                  on 1999/02/01  06:47:06
13966         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
13967              Date: Thu, 3 Dec 1998 15:10:17 -0500
13968              Message-Id: <199812032010.PAA09692@jik.shore.net>
13969              Subject: sample checksum code in "perlfunc" man page is wrong
13970      Branch: perl
13971            ! pod/perlfunc.pod
13972 ____________________________________________________________________________
13973 [  2747] By: gsar                                  on 1999/02/01  06:35:13
13974         Log: typos in Pod/Text.pm
13975              From: "Greg Chapman" <glc@well.com>
13976              Date: Tue, 1 Dec 1998 10:50:18 -0800
13977              Message-Id: <199812011849.KAA08816@smtp.well.com>
13978              Subject: Glitch in Pod::Text
13979      Branch: perl
13980            ! lib/Pod/Text.pm
13981 ____________________________________________________________________________
13982 [  2746] By: gsar                                  on 1999/02/01  06:27:35
13983         Log: various win32-ish changes merged from maint-5.005
13984      Branch: perl
13985            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
13986            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
13987            ! win32/Makefile win32/config.bc win32/config.vc
13988            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
13989            ! win32/win32.c
13990 ____________________________________________________________________________
13991 [  2745] By: gsar                                  on 1999/02/01  04:51:54
13992         Log: integrate cfgperl changes into mainline
13993      Branch: perl
13994           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
13995 ____________________________________________________________________________
13996 [  2744] By: gsar                                  on 1999/02/01  04:31:09
13997         Log: improved diagnostic on syntax errors at EOL
13998      Branch: perl
13999            ! toke.c
14000 ____________________________________________________________________________
14001 [  2743] By: gsar                                  on 1999/02/01  03:59:13
14002         Log: don't attempt connect() to bogus IP addresses
14003              From:    Graham Barr <gbarr@pobox.com>
14004              Date:    Sun, 31 Jan 1999 21:50:45 CST
14005              Message-Id: <19990131215045.A633@pobox.com>
14006      Branch: perl
14007            ! t/lib/io_multihomed.t
14008 ____________________________________________________________________________
14009 [  2742] By: gsar                                  on 1999/02/01  03:08:58
14010         Log: update Changes
14011      Branch: perl
14012            ! Changes pod/perldelta.pod
14013 ____________________________________________________________________________
14014 [  2740] By: gsar                                  on 1999/02/01  02:43:07
14015         Log: CAPI inheritance tweak and doc
14016      Branch: maint-5.005/perl
14017            ! lib/ExtUtils/MakeMaker.pm
14018 ____________________________________________________________________________
14019 [  2739] By: jhi                                   on 1999/01/31  18:31:54
14020         Log: Undo changes #2730 and #2731 and replace them
14021              with an extensively tested patch from
14022              Anton Berezin <tobez@plab.ku.dk> (via private email).
14023      Branch: maint-5.005/perl
14024            ! Makefile.SH hints/freebsd.sh
14025 ____________________________________________________________________________
14026 [  2738] By: gsar                                  on 1999/01/31  05:04:32
14027         Log: fix bogus CAPI inheritance from change#2541
14028      Branch: maint-5.005/perl
14029            ! lib/ExtUtils/MakeMaker.pm
14030 ____________________________________________________________________________
14031 [  2731] By: jhi                                   on 1999/01/29  14:33:12
14032         Log: FreeBSD version numbers can be like "2.2.8-release".
14033      Branch: maint-5.005/perl
14034            ! hints/freebsd.sh
14035 ____________________________________________________________________________
14036 [  2730] By: jhi                                   on 1999/01/29  12:40:38
14037         Log: FreeBSD hints iteration (hopefully convergent).
14038              usethreads: require at least FreeBSD 2.2.8.
14039              signal type: mirror change #2429 in cfgperl.
14040      Branch: maint-5.005/perl
14041            ! hints/freebsd.sh
14042 ____________________________________________________________________________
14043 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
14044         Log: From: Tom Spindler <dogcow@isi.net>
14045              Date: Thu, 28 Jan 1999 17:15:11 -0800
14046              Message-ID: <19990128171510.A11778@isi.net>
14047              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
14048      Branch: maint-5.005/perl
14049            + ext/DynaLoader/dl_beos.xs
14050            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14051            ! lib/ExtUtils/MM_Unix.pm
14052 ____________________________________________________________________________
14053 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
14054         Log: Remove use of File::Slurp in t/lib/textfill.t
14055      Branch: maint-5.005/perl
14056            ! t/lib/textfill.t
14057 ____________________________________________________________________________
14058 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
14059         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
14060              Date: Wed, 27 Jan 1999 23:14:33 -0800
14061              Message-Id: <199901280714.XAA10176@activestate.com>
14062              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
14063      Branch: maint-5.005/perl
14064            ! win32/Makefile win32/makefile.mk
14065 ____________________________________________________________________________
14066 [  2720] By: gsar                                  on 1999/01/27  21:54:42
14067         Log: missing space while munging CCFLAGS for PERL_CAPI
14068      Branch: perl
14069            ! lib/ExtUtils/MM_Unix.pm
14070 ____________________________________________________________________________
14071 [  2718] By: jhi                                   on 1999/01/27  19:46:04
14072         Log: io/fs.t fails test #18 (sense of tests appears to have been
14073              changed incompletely; this patch just skips the test attached,
14074              a la test #17 preceding it).
14075              
14076              From: "G. Del Merritt" <del@intranetics.com>
14077              To: perlbug@perl.com
14078              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14079              Date: Tue, 26 Jan 1999 12:09:09 -0700
14080              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14081      Branch: maint-5.005/perl
14082            ! t/io/fs.t
14083 ____________________________________________________________________________
14084 [  2717] By: jhi                                   on 1999/01/27  19:44:46
14085         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14086              
14087              From: "G. Del Merritt" <del@intranetics.com>
14088              To: perlbug@perl.com
14089              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14090              Date: Tue, 26 Jan 1999 12:09:09 -0700
14091              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14092      Branch: maint-5.005/perl
14093            ! iperlsys.h
14094 ____________________________________________________________________________
14095 [  2715] By: jhi                                   on 1999/01/27  19:34:28
14096         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14097              To: perl5-porters@perl.org
14098              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
14099              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
14100              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
14101      Branch: maint-5.005/perl
14102            ! hints/mpeix.sh mpeix/relink
14103 ____________________________________________________________________________
14104 [  2710] By: jhi                                   on 1999/01/27  19:22:23
14105         Log: Errno fixes:
14106              
14107              From: Spider Boardman <spider@web.zk3.dec.com>
14108              To: perlbug@perl.com
14109              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14110              Date: Wed, 27 Jan 1999 12:27:15 -0500
14111              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14112              
14113              From: Spider Boardman <spider@web.zk3.dec.com>
14114              To: perlbug@perl.com
14115              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14116              Date: Wed, 27 Jan 1999 13:31:16 -0500
14117              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
14118      Branch: maint-5.005/perl
14119            ! Configure ext/Errno/Errno_pm.PL
14120 ____________________________________________________________________________
14121 [  2709] By: jhi                                   on 1999/01/27  19:17:35
14122         Log: Fix Configure installusrbinperl:
14123              
14124              From: Spider Boardman <spider@web.zk3.dec.com>
14125              To: jhi@iki.fi
14126              cc: perl5-porters@perl.org
14127              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14128              Date: Wed, 27 Jan 1999 13:03:35 -0500
14129              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
14130      Branch: maint-5.005/perl
14131            ! Configure
14132 ____________________________________________________________________________
14133 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
14134         Log: Add redef IO::Handle::* for setv?buf()
14135      Branch: maint-5.005/perl
14136            ! ext/POSIX/POSIX.pm
14137 ____________________________________________________________________________
14138 [  2705] By: jhi                                   on 1999/01/24  15:14:30
14139         Log: Mention year-1900 and month 0..11.
14140      Branch: cfgperl
14141            ! lib/Time/Local.pm
14142 ____________________________________________________________________________
14143 [  2704] By: jhi                                   on 1999/01/24  15:13:36
14144         Log: Document Configure -Uinstallusrbinperl.
14145      Branch: cfgperl
14146            ! INSTALL pod/perldelta.pod
14147 ____________________________________________________________________________
14148 [  2698] By: jhi                                   on 1999/01/24  12:46:00
14149         Log: Use only xlc_r for usethreads.
14150      Branch: cfgperl
14151            ! hints/aix.sh
14152 ____________________________________________________________________________
14153 [  2695] By: gsar                                  on 1999/01/24  07:09:05
14154         Log: integrate cfgperl changes into mainline
14155      Branch: perl
14156           +> lib/Exporter/Heavy.pm
14157           !> (integrate 65 files)
14158 ____________________________________________________________________________
14159 [  2694] By: gsar                                  on 1999/01/24  01:28:49
14160         Log: better notes on 'make' on win32
14161      Branch: perl
14162            ! README.win32
14163 ____________________________________________________________________________
14164 [  2683] By: jhi                                   on 1999/01/22  15:41:00
14165         Log: More de-cut-and-pastos.
14166      Branch: cfgperl
14167            ! hints/irix_6.sh hints/os2.sh
14168 ____________________________________________________________________________
14169 [  2682] By: jhi                                   on 1999/01/22  15:30:51
14170         Log: usethreads.cbu cut-and-pasto.
14171      Branch: cfgperl
14172            ! hints/solaris_2.sh
14173 ____________________________________________________________________________
14174 [  2681] By: jhi                                   on 1999/01/22  14:54:55
14175         Log: Better (I hope) LANGUAGE documentation.
14176      Branch: cfgperl
14177            ! pod/perllocale.pod
14178 ____________________________________________________________________________
14179 [  2680] By: jhi                                   on 1999/01/22  09:20:29
14180         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14181              To: perl5-porters@perl.org
14182              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14183              Date: Wed, 20 Jan 1999 12:05:18 -0800
14184              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14185      Branch: cfgperl
14186            ! vms/subconfigure.com
14187 ____________________________________________________________________________
14188 [  2679] By: jhi                                   on 1999/01/22  09:13:18
14189         Log: nosuid getmntent() branch.
14190      Branch: cfgperl
14191            ! perl.c perl.h
14192 ____________________________________________________________________________
14193 [  2678] By: jhi                                   on 1999/01/22  08:54:19
14194         Log: nosuid patch continued: *BSD needs <sys/param.h>.
14195      Branch: cfgperl
14196            ! Configure config_h.SH
14197 ____________________________________________________________________________
14198 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
14199         Log: Fixup FindBin to use File::Spec
14200              
14201              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
14202              Date: Wed, 20 Jan 1999 18:51:57 +0000
14203              From: Paul Johnson <pjcj@transeda.com>
14204              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
14205      Branch: maint-5.005/perl
14206            ! lib/FindBin.pm
14207 ____________________________________________________________________________
14208 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
14209         Log: Fix win32 for Borland compiler and spaces in paths
14210              
14211              From: Gurusamy Sarathy <gsar@activestate.com>
14212              Date: Mon, 18 Jan 1999 20:33:17 -0800
14213              Message-Id: <199901190433.UAA03656@activestate.com>
14214              Subject: [PATCH] 5.005_03-trial3 win32 issues
14215      Branch: maint-5.005/perl
14216            ! README.win32 win32/Makefile win32/config_sh.PL
14217            ! win32/makefile.mk win32/runperl.c
14218 ____________________________________________________________________________
14219 [  2670] By: jhi                                   on 1999/01/21  16:12:38
14220         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14221              To: perl5-porters@perl.org
14222              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
14223              Date: Thu, 21 Jan 1999 12:08:01 +0000
14224              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
14225      Branch: cfgperl
14226            ! pod/perldiag.pod t/op/subst.t toke.c
14227 ____________________________________________________________________________
14228 [  2669] By: jhi                                   on 1999/01/21  16:11:46
14229         Log: To: perl5-porters@perl.org
14230              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
14231              From: Anton Berezin <tobez@plab.ku.dk>
14232              Date: 21 Jan 1999 17:07:28 +0100
14233              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
14234      Branch: cfgperl
14235            ! hints/freebsd.sh
14236 ____________________________________________________________________________
14237 [  2668] By: jhi                                   on 1999/01/21  15:38:34
14238         Log: Add Daniel Grisinger <dgris@dimensional.com>.
14239      Branch: cfgperl
14240            ! AUTHORS MAINTAIN
14241 ____________________________________________________________________________
14242 [  2667] By: jhi                                   on 1999/01/21  15:32:28
14243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14244              To: Mailing list Perl5 <perl5-porters@perl.org>
14245              Subject: [PATCH 5.005_53] Lean Exporter.pm
14246              Date: Thu, 21 Jan 1999 03:25:23 -0500
14247              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
14248      Branch: cfgperl
14249            + lib/Exporter/Heavy.pm
14250            ! MANIFEST lib/Exporter.pm
14251 ____________________________________________________________________________
14252 [  2666] By: jhi                                   on 1999/01/21  15:24:10
14253         Log: From: "W. Phillip Moore" <wpm@ms.com>
14254              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
14255              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
14256              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
14257              Message-ID: <13988.46383.298992.97303@zappa>
14258      Branch: cfgperl
14259            ! lib/File/Path.pm
14260 ____________________________________________________________________________
14261 [  2665] By: jhi                                   on 1999/01/21  15:20:48
14262         Log: CPAN update (CPAN-1.44_54) from Andreas and
14263              jumbo doc patch from Abigail.
14264              
14265              From: abigail@fnx.com
14266              To: perl5-porters@perl.org (Perl Porters)
14267              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
14268              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
14269              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
14270              
14271              From: abigail@fnx.com
14272              To: perl5-porters@perl.org (Perl Porters)
14273              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
14274              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
14275              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
14276              
14277              From: abigail@fnx.com
14278              To: perl5-porters@perl.org (Perl Porters)
14279              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
14280              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
14281              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
14282              
14283              From: abigail@fnx.com
14284              To: perl5-porters@perl.org (Perl Porters)
14285              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
14286              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
14287              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
14288              
14289              From: abigail@fnx.com
14290              To: perl5-porters@perl.org (Perl Porters)
14291              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
14292              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
14293              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
14294              
14295              From: abigail@fnx.com
14296              To: perl5-porters@perl.org (Perl Porters)
14297              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
14298              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
14299              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
14300              
14301              From: abigail@fnx.com
14302              To: perl5-porters@perl.org (Perl Porters)
14303              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
14304              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
14305              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
14306              
14307              From: abigail@fnx.com
14308              To: perl5-porters@perl.org (Perl Porters)
14309              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
14310              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
14311              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
14312              
14313              From: abigail@fnx.com
14314              To: perl5-porters@perl.org (Perl Porters)
14315              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
14316              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
14317              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
14318              
14319              From: abigail@fnx.com
14320              To: perl5-porters@perl.org (Perl Porters)
14321              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
14322              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
14323              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
14324              
14325              From: abigail@fnx.com
14326              To: perl5-porters@perl.org (Perl Porters)
14327              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
14328              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
14329              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
14330              
14331              From: abigail@fnx.com
14332              To: perl5-porters@perl.org (Perl Porters)
14333              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
14334              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
14335              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
14336              
14337              From: abigail@fnx.com
14338              To: perl5-porters@perl.org (Perl Porters)
14339              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
14340              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
14341              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
14342      Branch: cfgperl
14343            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
14344            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14345            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
14346            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
14347 ____________________________________________________________________________
14348 [  2664] By: jhi                                   on 1999/01/21  14:47:43
14349         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14350              To: Mailing list Perl5 <perl5-porters@perl.org>
14351              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
14352              Date: Thu, 21 Jan 1999 03:58:29 -0500
14353              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
14354      Branch: cfgperl
14355            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
14356 ____________________________________________________________________________
14357 [  2663] By: jhi                                   on 1999/01/21  14:43:58
14358         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14359              To: Mailing list Perl5 <perl5-porters@perl.org>
14360              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
14361              Date: Thu, 21 Jan 1999 02:46:34 -0500
14362              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
14363      Branch: cfgperl
14364            ! ext/Errno/Errno_pm.PL
14365 ____________________________________________________________________________
14366 [  2662] By: jhi                                   on 1999/01/21  14:42:42
14367         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14368              To: Francois Desarmenien <desar@club-internet.fr>
14369              Cc: Gurusamy Sarathy <gsar@activestate.com>,
14370              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
14371              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
14372              Date: 21 Jan 1999 00:17:35 -0700
14373              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
14374      Branch: cfgperl
14375            ! Porting/patching.pod
14376 ____________________________________________________________________________
14377 [  2661] By: jhi                                   on 1999/01/21  14:41:13
14378         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14379              To: Mailing list Perl5 <perl5-porters@perl.org>
14380              Subject: [PATCH 5.00*] makedepend
14381              Date: Thu, 21 Jan 1999 02:08:27 -0500
14382              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
14383      Branch: cfgperl
14384            ! makedepend.SH
14385 ____________________________________________________________________________
14386 [  2660] By: jhi                                   on 1999/01/21  14:36:45
14387         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14388              To: Mailing list Perl5 <perl5-porters@perl.org>
14389              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
14390              Date: Tue, 19 Jan 1999 20:06:45 -0500
14391              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
14392      Branch: cfgperl
14393            ! os2/Changes os2/os2.c
14394 ____________________________________________________________________________
14395 [  2657] By: jhi                                   on 1999/01/21  11:40:35
14396         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14397              To: perl5-porters@perl.org
14398              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
14399              Date: Mon, 18 Jan 1999 01:32:31 PST
14400              Message-ID: <19990118093231.18443.qmail@hotmail.com>
14401      Branch: cfgperl
14402            ! ext/B/B/CC.pm
14403 ____________________________________________________________________________
14404 [  2656] By: jhi                                   on 1999/01/21  11:35:34
14405         Log: From: Achim Bohnet <ach@mpe.mpg.de>
14406              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
14407              Date: Wed, 20 Jan 1999 20:25:53 +0100
14408              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
14409      Branch: cfgperl
14410            ! pp.c
14411 ____________________________________________________________________________
14412 [  2655] By: jhi                                   on 1999/01/21  10:46:01
14413         Log: Handle NIS (and NetInfo) more robustly.
14414      Branch: cfgperl
14415            ! t/op/grent.t t/op/pwent.t
14416 ____________________________________________________________________________
14417 [  2654] By: jhi                                   on 1999/01/21  10:17:20
14418         Log: Two-argument eaccess() of SCO.
14419      Branch: cfgperl
14420            ! pp_sys.c
14421 ____________________________________________________________________________
14422 [  2653] By: jhi                                   on 1999/01/21  08:53:14
14423         Log: -DNO_NOSUID_CHECK for those platforms which have no way
14424              of checking for nosuid but still want suidperl.
14425      Branch: cfgperl
14426            ! perl.c
14427 ____________________________________________________________________________
14428 [  2652] By: jhi                                   on 1999/01/21  08:22:50
14429         Log: The LANGUAGE mirrors LC_ALL usage.
14430      Branch: cfgperl
14431            ! Configure config_h.SH
14432 ____________________________________________________________________________
14433 [  2651] By: jhi                                   on 1999/01/20  22:01:21
14434         Log: I_MNTENT was missing.
14435      Branch: cfgperl
14436            ! Configure config_h.SH
14437 ____________________________________________________________________________
14438 [  2650] By: jhi                                   on 1999/01/19  13:42:03
14439         Log: NetBSD update, based on patches from the NetBSD packages system.
14440      Branch: cfgperl
14441            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14442 ____________________________________________________________________________
14443 [  2649] By: jhi                                   on 1999/01/19  12:44:02
14444         Log: Jumbo Configure update.
14445              * -Uinstallusrbinperl: disable /usr/bin/perl installation
14446              by installperl
14447              * usethreads.cbu
14448              * use64bits.cbu
14449              * "nosuid"
14450      Branch: cfgperl
14451            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
14452            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14453            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
14454            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
14455            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
14456            ! pod/perldiag.pod
14457 ____________________________________________________________________________
14458 [  2648] By: jhi                                   on 1999/01/19  09:16:44
14459         Log: Mention /usr/share/locale.
14460      Branch: cfgperl
14461            ! pod/perllocale.pod
14462 ____________________________________________________________________________
14463 [  2647] By: jhi                                   on 1999/01/19  09:11:11
14464         Log: SHMLBA strikes back in NetBSD/sparc.
14465              
14466              From: Dave Nelson <David.Nelson@bellcow.com>
14467              To: jhi@iki.fi
14468              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
14469              Date: Mon, 18 Jan 1999 22:07:56 -0600
14470              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
14471      Branch: cfgperl
14472            ! ext/IPC/SysV/SysV.xs
14473 ____________________________________________________________________________
14474 [  2646] By: jhi                                   on 1999/01/19  08:58:17
14475         Log: Show LANGUAGE env var when needed. (Augment change #2645).
14476      Branch: cfgperl
14477            ! util.c utils/perlbug.PL
14478 ____________________________________________________________________________
14479 [  2645] By: jhi                                   on 1999/01/19  08:52:15
14480         Log: Document the GNU LANGUAGE env var.
14481      Branch: cfgperl
14482            ! pod/perllocale.pod
14483 ____________________________________________________________________________
14484 [  2644] By: jhi                                   on 1999/01/19  08:42:25
14485         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14486              To: Mailing list Perl5 <perl5-porters@perl.org>
14487              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
14488              Date: Mon, 18 Jan 1999 20:57:02 -0500
14489              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
14490      Branch: cfgperl
14491            ! pp_hot.c t/op/pat.t
14492 ____________________________________________________________________________
14493 [  2643] By: jhi                                   on 1999/01/18  11:23:41
14494         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
14495      Branch: cfgperl
14496            ! Makefile.SH
14497 ____________________________________________________________________________
14498 [  2642] By: jhi                                   on 1999/01/18  11:03:38
14499         Log: GNU libc locale system has LANGUAGE env var that partly
14500              overrides even LC_ALL.
14501      Branch: cfgperl
14502            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
14503 ____________________________________________________________________________
14504 [  2641] By: jhi                                   on 1999/01/18  10:55:04
14505         Log: Integrate from mainperl.
14506      Branch: cfgperl
14507           +> ext/B/defsubs.h.PL
14508            ! t/op/groups.t
14509           !> (integrate 38 files)
14510 ____________________________________________________________________________
14511 [  2640] By: gsar                                  on 1999/01/18  10:06:29
14512         Log: a few random cleanups
14513      Branch: perl
14514            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
14515 ____________________________________________________________________________
14516 [  2639] By: gsar                                  on 1999/01/18  05:56:21
14517         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
14518              Date:    Sun, 17 Jan 1999 16:41:10 PST
14519              Message-Id: <19990118004111.29667.qmail@hotmail.com>
14520              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
14521      Branch: perl
14522            ! ext/B/B/C.pm
14523 ____________________________________________________________________________
14524 [  2638] By: gsar                                  on 1999/01/18  05:41:21
14525         Log: From:    jan.dubois@ibm.net (Jan Dubois)
14526              Date:    Mon, 18 Jan 1999 00:37:41 +0100
14527              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
14528              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
14529      Branch: perl
14530            ! dump.c
14531 ____________________________________________________________________________
14532 [  2633] By: gsar                                  on 1999/01/17  13:39:59
14533         Log: bogus assert()
14534      Branch: perl
14535            ! pp.c t/op/groups.t
14536 ____________________________________________________________________________
14537 [  2632] By: gsar                                  on 1999/01/17  13:22:04
14538         Log: various tweaks for clean build and test on win32
14539      Branch: perl
14540            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
14541            ! op.c t/pragma/warn/doio
14542 ____________________________________________________________________________
14543 [  2631] By: gsar                                  on 1999/01/17  12:28:06
14544         Log: undo change#2336, and add clarification about subversive
14545              CPAN distributions from Andreas Koenig
14546      Branch: perl
14547            ! Porting/pumpkin.pod lib/CPAN.pm
14548 ____________________________________________________________________________
14549 [  2630] By: gsar                                  on 1999/01/17  12:04:06
14550         Log: fix silent taint failures under -U
14551      Branch: perl
14552            ! doio.c
14553 ____________________________________________________________________________
14554 [  2629] By: gsar                                  on 1999/01/17  12:00:23
14555         Log: sanity check piped opens (tweaked version of patch suggested
14556              by Mark-Jason Dominus)
14557      Branch: perl
14558            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
14559            ! t/op/taint.t t/pragma/warn/doio
14560 ____________________________________________________________________________
14561 [  2628] By: gsar                                  on 1999/01/17  11:26:21
14562         Log: regen headers
14563      Branch: perl
14564            ! embed.h embedvar.h objXSUB.h
14565 ____________________________________________________________________________
14566 [  2627] By: gsar                                  on 1999/01/17  11:23:37
14567         Log: PERL_OBJECTness for change#2595
14568      Branch: perl
14569            ! embed.pl op.c pod/perlport.pod proto.h
14570 ____________________________________________________________________________
14571 [  2626] By: gsar                                  on 1999/01/17  09:47:07
14572         Log: PERL_OBJECT tweaks for change#2426
14573      Branch: perl
14574            ! embed.pl proto.h regcomp.c
14575 ____________________________________________________________________________
14576 [  2625] By: gsar                                  on 1999/01/17  09:37:58
14577         Log: documentation in change#2596 is not quite right; fix it
14578      Branch: perl
14579            ! lib/Math/BigFloat.pm pod/perlguts.pod
14580 ____________________________________________________________________________
14581 [  2624] By: gsar                                  on 1999/01/17  09:28:34
14582         Log: undo change#2571; C<use File::Spec> instead
14583      Branch: perl
14584            ! lib/FindBin.pm
14585 ____________________________________________________________________________
14586 [  2623] By: gsar                                  on 1999/01/17  09:20:42
14587         Log: change#2572 is not applicable; undo, retaining scan_bin addition
14588              to global.sym
14589      Branch: perl
14590            ! global.sym perl.c proto.h
14591 ____________________________________________________________________________
14592 [  2622] By: gsar                                  on 1999/01/17  09:17:42
14593         Log: change#2576 is based on a wrong premise; undo it
14594      Branch: perl
14595            ! pp_ctl.c
14596 ____________________________________________________________________________
14597 [  2621] By: gsar                                  on 1999/01/17  09:12:42
14598         Log: fix change#2602 to not used hard coded constants
14599      Branch: perl
14600            ! ext/B/B/C.pm ext/B/defsubs.h.PL
14601 ____________________________________________________________________________
14602 [  2620] By: gsar                                  on 1999/01/17  09:02:07
14603         Log: integrate cfgperl changes into mainline, fix conflicts
14604      Branch: perl
14605           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
14606           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
14607           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
14608           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
14609           +> pod/perlopentut.pod
14610           !> (integrate 162 files)
14611 ____________________________________________________________________________
14612 [  2619] By: gsar                                  on 1999/01/17  08:42:04
14613         Log: a few doc typos
14614      Branch: perl
14615            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
14616 ____________________________________________________________________________
14617 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
14618         Log: Win32 changes from Jan
14619              
14620              From: jan.dubois@ibm.net (Jan Dubois)
14621              Date: Fri, 15 Jan 1999 23:38:35 +0100
14622              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
14623              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
14624              
14625              From: jan.dubois@ibm.net (Jan Dubois)
14626              Date: Sat, 16 Jan 1999 13:02:45 +0100
14627              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
14628              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
14629      Branch: maint-5.005/perl
14630            ! README.win32 win32/Makefile win32/makefile.mk
14631 ____________________________________________________________________________
14632 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
14633         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
14634              
14635              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14636              Date: Thu, 07 Jan 1999 00:12:00 -0500
14637              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
14638              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14639              
14640              From: Gurusamy Sarathy <gsar@engin.umich.edu>
14641              Date: Thu, 14 Jan 1999 19:21:46 -0500
14642              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
14643              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
14644      Branch: maint-5.005/perl
14645            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
14646            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
14647            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
14648            ! win32/makedef.pl win32/runperl.c win32/win32.c
14649 ____________________________________________________________________________
14650 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
14651         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14652              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
14653              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
14654              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
14655              
14656              From: Jarkko Hietaniemi <jhi@iki.fi>
14657              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
14658              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
14659              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
14660              
14661              From: Jarkko Hietaniemi <jhi@iki.fi>
14662              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
14663              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
14664              Subject: the promised "installusrbinperl + NetBSD" fix
14665      Branch: maint-5.005/perl
14666            ! Configure Makefile.SH hints/netbsd.sh installperl
14667            ! makedepend.SH unixish.h
14668 ____________________________________________________________________________
14669 [  2611] By: jhi                                   on 1999/01/14  12:16:14
14670         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14671              To: pumpkings@jhereg.perl.com
14672              Subject: perlopentut.pod
14673              Date: Sat, 09 Jan 1999 08:13:18 -0700
14674              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
14675      Branch: cfgperl
14676            + pod/perlopentut.pod
14677            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
14678 ____________________________________________________________________________
14679 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
14680         Log: Added Carp::cluck to perldelta.pod
14681      Branch: maint-5.005/perl
14682            ! pod/perldelta.pod
14683 ____________________________________________________________________________
14684 [  2605] By: jhi                                   on 1999/01/13  18:26:19
14685         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
14686              To: "'cpan@perl.org'" <cpan@perl.org>
14687              Subject: "Bug" fix for File::Find.pm
14688              Date:   Thu, 31 Dec 1998 13:01:50 -0500
14689              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
14690      Branch: cfgperl
14691            ! lib/File/Find.pm
14692 ____________________________________________________________________________
14693 [  2604] By: jhi                                   on 1999/01/13  18:08:45
14694         Log: From: Peter Wolfe <wolfe@teloseng.com>
14695              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
14696              To: perlbug@perl.com
14697              Date: 11 Jan 1999 23:00:05 +0200
14698              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
14699      Branch: cfgperl
14700            ! hints/sco.sh
14701 ____________________________________________________________________________
14702 [  2603] By: jhi                                   on 1999/01/13  18:06:56
14703         Log: From: hans@icgroup.nl (Hans Mulder)
14704              Subject: [Patch for 5.005_54] re::debugcolors dumps core
14705              To: perlbug@perl.com
14706              Cc: hansmu@xs4all.nl
14707              Date: 11 Jan 1999 22:22:45 +0200
14708              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
14709      Branch: cfgperl
14710            ! ext/re/re.pm regcomp.c
14711 ____________________________________________________________________________
14712 [  2602] By: jhi                                   on 1999/01/13  18:05:43
14713         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14714              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
14715              Date: 11 Jan 1999 08:02:41 +0200
14716              Lines: 134
14717              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
14718      Branch: cfgperl
14719            ! ext/B/B.xs ext/B/B/C.pm
14720 ____________________________________________________________________________
14721 [  2601] By: jhi                                   on 1999/01/13  18:01:53
14722         Log: From: James FitzGibbon <james@ican.net>
14723              Subject: Trivial patch for HP-UX 11 and shared libperl
14724              To: perl5-porters@perl.org
14725              Date: 8 Jan 1999 19:13:23 +0200
14726              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
14727      Branch: cfgperl
14728            ! Makefile.SH
14729 ____________________________________________________________________________
14730 [  2600] By: jhi                                   on 1999/01/13  17:59:45
14731         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
14732              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
14733              To: perl5-porters@perl.org
14734              Date: 8 Jan 1999 12:43:36 +0200
14735              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
14736      Branch: cfgperl
14737            ! ext/B/B/CC.pm
14738 ____________________________________________________________________________
14739 [  2599] By: jhi                                   on 1999/01/13  17:50:11
14740         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
14741              Subject: PATCH to installperl
14742              To: perl5-porters@perl.org
14743              Date: 4 Jan 1999 16:15:18 +0200
14744              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
14745      Branch: cfgperl
14746            ! installperl
14747 ____________________________________________________________________________
14748 [  2598] By: jhi                                   on 1999/01/13  17:34:51
14749         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14750              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
14751              Cc: perl5-porters@perl.org
14752              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
14753              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
14754              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
14755      Branch: cfgperl
14756            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14757            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14758 ____________________________________________________________________________
14759 [  2597] By: jhi                                   on 1999/01/13  17:30:33
14760         Log: From: David Dyck <dcd@tc.fluke.com>
14761              To: Perl Porters <perl5-porters@perl.org>,
14762              Gurusamy Sarathy <gsar@engin.umich.edu>
14763              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
14764              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
14765              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
14766      Branch: cfgperl
14767            ! pod/perldsc.pod
14768 ____________________________________________________________________________
14769 [  2596] By: jhi                                   on 1999/01/13  17:26:44
14770         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14771              To: perl5-porters@perl.org
14772              Subject: [PATCH] modglobal w/ spelling fixes
14773              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
14774              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
14775      Branch: cfgperl
14776            ! pod/perlguts.pod
14777 ____________________________________________________________________________
14778 [  2595] By: jhi                                   on 1999/01/13  17:24:59
14779         Log: From: Hans Mulder <hansm@icgroup.nl>
14780              Optimize common sort routines.  Thread started by the message
14781              
14782              From: Hans Mulder <hansm@icgroup.nl>
14783              Sender: owner-perl5-porters@perl.org
14784              To: perl5-porters@perl.org
14785              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
14786              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
14787              
14788              and the patch from the message
14789              
14790              From: Hans Mulder <hans@icgroup.nl>
14791              To: jhi@iki.fi
14792              Cc: perl5-porters@perl.org
14793              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
14794              $b }
14795              Date: Wed, 13 Jan 1999 17:39:35 +0100
14796              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
14797      Branch: cfgperl
14798            ! Todo op.c op.h pp_ctl.c t/op/sort.t
14799 ____________________________________________________________________________
14800 [  2594] By: jhi                                   on 1999/01/13  16:50:17
14801         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
14802              (the diffs were based on 5.004_02).  Tested by Guido
14803              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
14804      Branch: cfgperl
14805            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
14806            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
14807            + mint/sys/time.h mint/time.h
14808            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
14809            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
14810 ____________________________________________________________________________
14811 [  2593] By: jhi                                   on 1999/01/09  16:54:26
14812         Log: Detypo.
14813      Branch: cfgperl
14814            ! hints/dec_osf.sh
14815 ____________________________________________________________________________
14816 [  2592] By: jhi                                   on 1999/01/09  16:17:13
14817         Log: Move usethreads and use64bits logic from hints to Configure.
14818      Branch: cfgperl
14819            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
14820            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
14821            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14822            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14823 ____________________________________________________________________________
14824 [  2591] By: jhi                                   on 1999/01/09  14:45:24
14825         Log: Missing dTHRs added.
14826      Branch: cfgperl
14827            ! regcomp.c toke.c
14828 ____________________________________________________________________________
14829 [  2590] By: jhi                                   on 1999/01/08  15:27:17
14830         Log: Finalize change #2589 and add better AIX nm scanning from:
14831              
14832              Message-Id: <m0zyNW0-00017VC@gentoo.com>
14833              From: bll@gentoo.com (Brad Lanam)
14834              Subject: Re: mailhelp returned a non-zero status
14835              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
14836              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
14837      Branch: cfgperl
14838            ! Configure hints/freebsd.sh hints/linux.sh
14839 ____________________________________________________________________________
14840 [  2589] By: jhi                                   on 1999/01/08  15:14:54
14841         Log: Undo change #2581.
14842      Branch: cfgperl
14843            ! Configure hints/freebsd.sh hints/linux.sh
14844 ____________________________________________________________________________
14845 [  2588] By: jhi                                   on 1999/01/08  11:51:52
14846         Log: FAQ jumbo patch from tchrist.
14847              
14848              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
14849              From: Tom Christiansen <tchrist@jhereg.perl.com>
14850              To: pumpkings@jhereg.perl.com
14851              Subject: newest version of perlfaq.pod
14852              Date: Thu, 7 Jan 1999 23:05:02 -0700
14853              
14854              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
14855              From: Tom Christiansen <tchrist@jhereg.perl.com>
14856              To: pumpkings@jhereg.perl.com
14857              Subject: newest version of perlfaq1.pod
14858              Date: Thu, 7 Jan 1999 23:05:02 -0700
14859              
14860              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
14861              From: Tom Christiansen <tchrist@jhereg.perl.com>
14862              To: pumpkings@jhereg.perl.com
14863              Subject: newest version of perlfaq2.pod
14864              Date: Thu, 7 Jan 1999 23:05:02 -0700
14865              
14866              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
14867              From: Tom Christiansen <tchrist@jhereg.perl.com>
14868              To: pumpkings@jhereg.perl.com
14869              Subject: newest version of perlfaq3.pod
14870              Date: Thu, 7 Jan 1999 23:05:02 -0700
14871              
14872              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
14873              From: Tom Christiansen <tchrist@jhereg.perl.com>
14874              To: pumpkings@jhereg.perl.com
14875              Subject: newest version of perlfaq4.pod
14876              Date: Thu, 7 Jan 1999 23:05:02 -0700
14877              
14878              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
14879              From: Tom Christiansen <tchrist@jhereg.perl.com>
14880              To: pumpkings@jhereg.perl.com
14881              Subject: newest version of perlfaq5.pod
14882              Date: Thu, 7 Jan 1999 23:05:02 -0700
14883              
14884              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
14885              From: Tom Christiansen <tchrist@jhereg.perl.com>
14886              To: pumpkings@jhereg.perl.com
14887              Subject: newest version of perlfaq6.pod
14888              Date: Thu, 7 Jan 1999 23:05:02 -0700
14889              
14890              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
14891              From: Tom Christiansen <tchrist@jhereg.perl.com>
14892              To: pumpkings@jhereg.perl.com
14893              Subject: newest version of perlfaq7.pod
14894              Date: Thu, 7 Jan 1999 23:05:03 -0700
14895              
14896              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
14897              From: Tom Christiansen <tchrist@jhereg.perl.com>
14898              To: pumpkings@jhereg.perl.com
14899              Subject: newest version of perlfaq8.pod
14900              Date: Thu, 7 Jan 1999 23:05:03 -0700
14901              
14902              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
14903              From: Tom Christiansen <tchrist@jhereg.perl.com>
14904              To: pumpkings@jhereg.perl.com
14905              Subject: newest version of perlfaq9.pod
14906              Date: Thu, 7 Jan 1999 23:05:03 -0700
14907      Branch: cfgperl
14908            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14909            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14910            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14911            ! pod/perlfaq9.pod
14912 ____________________________________________________________________________
14913 [  2587] By: jhi                                   on 1999/01/08  11:17:43
14914         Log: More doc fixes from Abigail.
14915      Branch: cfgperl
14916            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14917            ! lib/User/pwent.pm
14918 ____________________________________________________________________________
14919 [  2585] By: jhi                                   on 1999/01/08  08:31:02
14920         Log: Change #2584 from maint-5.005:
14921              
14922              implemented Ilya's suggested fix, and added a testcase
14923              
14924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14925              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
14926              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
14927              Subject: Re: Text::ParseWords: regex fix
14928      Branch: cfgperl
14929            ! lib/Text/ParseWords.pm t/lib/parsewords.t
14930 ____________________________________________________________________________
14931 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
14932         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
14933              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
14934              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
14935              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
14936      Branch: maint-5.005/perl
14937            ! ext/Errno/Errno_pm.PL
14938 ____________________________________________________________________________
14939 [  2581] By: jhi                                   on 1999/01/07  16:38:03
14940         Log: Configure update:
14941              - usethreads, use64bits, and usemultiplicity
14942              are no more interactively asked by Configure
14943              - "int main()" (vs bare "main()") enforced in test programs
14944      Branch: cfgperl
14945            ! Configure hints/freebsd.sh hints/linux.sh
14946 ____________________________________________________________________________
14947 [  2580] By: jhi                                   on 1999/01/07  11:19:12
14948         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14949              Date: Wed, 06 Jan 1999 13:47:34 -0800
14950              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
14951              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
14952      Branch: cfgperl
14953            ! vms/vms.c
14954 ____________________________________________________________________________
14955 [  2579] By: jhi                                   on 1999/01/07  09:08:36
14956         Log: Another set of doc patches from Abigail
14957              
14958              From: abigail@fnx.com
14959              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
14960              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
14961              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
14962              
14963              From: abigail@fnx.com
14964              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
14965              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
14966              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
14967              
14968              From: abigail@fnx.com
14969              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
14970              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
14971              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
14972              
14973              From: abigail@fnx.com
14974              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
14975              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
14976              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
14977              
14978              From: abigail@fnx.com
14979              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
14980              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
14981              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
14982              
14983              From: abigail@fnx.com
14984              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
14985              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
14986              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
14987              
14988              From: abigail@fnx.com
14989              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
14990              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
14991              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
14992              
14993              From: abigail@fnx.com
14994              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
14995              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
14996              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
14997              
14998              From: abigail@fnx.com
14999              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
15000              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
15001              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
15002              
15003              From: abigail@fnx.com
15004              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
15005              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
15006              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
15007              
15008              From: abigail@fnx.com
15009              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
15010              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
15011              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
15012              
15013              From: abigail@fnx.com
15014              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
15015              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
15016              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
15017              
15018              From: abigail@fnx.com
15019              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
15020              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
15021              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
15022              
15023              From: abigail@fnx.com
15024              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
15025              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
15026              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
15027      Branch: cfgperl
15028            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
15029            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
15030            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
15031            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
15032            ! lib/Tie/Array.pm lib/Tie/Hash.pm
15033 ____________________________________________________________________________
15034 [  2576] By: jhi                                   on 1999/01/06  17:05:20
15035         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
15036      Branch: cfgperl
15037            ! pp_ctl.c
15038 ____________________________________________________________________________
15039 [  2575] By: jhi                                   on 1999/01/06  13:18:56
15040         Log: Enhance the great_circle_distance() documentation.
15041      Branch: cfgperl
15042            ! lib/Math/Trig.pm
15043 ____________________________________________________________________________
15044 [  2574] By: jhi                                   on 1999/01/06  12:58:03
15045         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15046              To: perlbug@perl.com
15047              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
15048              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
15049              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
15050      Branch: cfgperl
15051            ! t/op/sysio.t
15052 ____________________________________________________________________________
15053 [  2573] By: jhi                                   on 1999/01/06  12:40:19
15054         Log: From: "W. Phillip Moore" <wpm@ms.com>
15055              To: perlbug@perl.org
15056              Subject: [PATCH] POSIX getpgrp is not -w clean
15057              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15058              Message-ID: <13970.20107.190314.549471@zappa>
15059      Branch: cfgperl
15060            ! ext/POSIX/POSIX.pm
15061 ____________________________________________________________________________
15062 [  2572] By: jhi                                   on 1999/01/06  12:25:24
15063         Log: Based on
15064              From: jan.dubois@ibm.net (Jan Dubois)
15065              To: perl5-porters@perl.org
15066              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15067              Date: Wed, 06 Jan 1999 01:24:09 +0100
15068              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15069              except that
15070              - objXSUB.h was already okay
15071              - embed.h patching is futile, global.sym patched instead
15072              - objpp.h does not exist
15073              - proto.h addition applied manually
15074              - win32/GenCAPI.pl was already okay
15075              - win32/makedef.pl was already okay
15076      Branch: cfgperl
15077            ! global.sym perl.c proto.h
15078 ____________________________________________________________________________
15079 [  2571] By: jhi                                   on 1999/01/06  11:25:48
15080         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15081              To: perlbug@perl.com
15082              Subject: FindBin.pm on Win32 systems
15083              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15084              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15085      Branch: cfgperl
15086            ! lib/FindBin.pm
15087 ____________________________________________________________________________
15088 [  2570] By: jhi                                   on 1999/01/06  11:21:48
15089         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15090              To: perl5-porters@perl.org, vmsperl@perl.org
15091              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
15092              Date: Tue, 05 Jan 1999 16:47:31 -0800
15093              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
15094              
15095              (the ext/IO/lib/IO/Socket.pm was not really changed here;
15096              it was a leftover from #2569)
15097      Branch: cfgperl
15098            ! ext/IO/lib/IO/Socket.pm taint.c
15099 ____________________________________________________________________________
15100 [  2569] By: jhi                                   on 1999/01/06  11:18:22
15101         Log: Jumbo doc patch from Abigail (almost identical to
15102              the 5.005-maint change #2562 except for the
15103              ext/IO/lib/IO/Socket.pm patch which was not
15104              applicable because the IO version of 5.005-devel
15105              is somewhat different (why?))
15106              
15107              From: abigail@fnx.com
15108              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
15109              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
15110              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
15111              
15112              From: abigail@fnx.com
15113              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
15114              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
15115              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
15116              
15117              From: abigail@fnx.com
15118              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
15119              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
15120              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
15121              
15122              From: abigail@fnx.com
15123              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
15124              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
15125              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
15126              
15127              From: abigail@fnx.com
15128              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
15129              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
15130              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
15131              
15132              From: abigail@fnx.com
15133              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
15134              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
15135              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
15136              
15137              From: abigail@fnx.com
15138              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
15139              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
15140              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
15141              
15142              From: abigail@fnx.com
15143              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
15144              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
15145              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
15146              
15147              From: abigail@fnx.com
15148              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
15149              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
15150              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
15151              
15152              From: abigail@fnx.com
15153              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
15154              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
15155              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
15156      Branch: cfgperl
15157            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15158            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
15159            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
15160            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15161            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
15162 ____________________________________________________________________________
15163 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
15164         Log: From: jan.dubois@ibm.net (Jan Dubois)
15165              Date: Wed, 06 Jan 1999 01:24:09 +0100
15166              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15167              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15168      Branch: maint-5.005/perl
15169            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
15170            ! win32/GenCAPI.pl win32/makedef.pl
15171 ____________________________________________________________________________
15172 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
15173         Log: From: "W. Phillip Moore" <wpm@ms.com>
15174              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15175              Message-ID: <13970.20107.190314.549471@zappa>
15176              Subject: [PATCH] POSIX getpgrp is not -w clean
15177      Branch: maint-5.005/perl
15178            ! ext/POSIX/POSIX.pm
15179 ____________________________________________________________________________
15180 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
15181         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15182              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15183              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15184              Subject: FindBin.pm on Win32 systems
15185      Branch: maint-5.005/perl
15186            ! lib/FindBin.pm
15187 ____________________________________________________________________________
15188 [  2561] By: jhi                                   on 1999/01/05  10:49:10
15189         Log: Reword the setlocale() 1-arg case better.
15190      Branch: cfgperl
15191            ! ext/POSIX/POSIX.pod
15192 ____________________________________________________________________________
15193 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
15194         Log: From: Blair Zajac <bzajac@geostaff.com>
15195              Date: Wed, 23 Dec 1998 17:13:32 -0800
15196              Message-ID: <3681953C.8B6A90AA@geostaff.com>
15197              Subject: Tie::SubstrHash patch
15198      Branch: maint-5.005/perl
15199            ! lib/Tie/SubstrHash.pm
15200 ____________________________________________________________________________
15201 [  2554] By: jhi                                   on 1999/01/02  14:55:06
15202         Log: Object destruction order testing.
15203      Branch: cfgperl
15204            ! t/op/misc.t
15205 ____________________________________________________________________________
15206 [  2553] By: jhi                                   on 1999/01/02  14:49:40
15207         Log: perldelta the Dumpvalue.pm of change #2513.
15208      Branch: cfgperl
15209            ! lib/Dumpvalue.pm pod/perldelta.pod
15210 ____________________________________________________________________________
15211 [  2552] By: nick                                  on 1999/01/02  14:45:38
15212         Log: Tone down Makefile.PL so it works on Win32
15213      Branch: perl
15214            ! ext/B/Makefile.PL
15215 ____________________________________________________________________________
15216 [  2551] By: nick                                  on 1999/01/02  14:06:30
15217         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
15218              Use them in various B::* rather than have local defs.
15219      Branch: perl
15220            + ext/B/defsubs.h.PL
15221            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
15222            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
15223            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
15224 ____________________________________________________________________________
15225 [  2550] By: nick                                  on 1999/01/02  10:04:02
15226         Log: Integrate ext/B changes from //depot/cfgperl
15227      Branch: perl
15228           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15229 ____________________________________________________________________________
15230 [  2549] By: jhi                                   on 1999/01/01  13:54:16
15231         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
15232              To: perlbug@perl.com
15233              Subject: op/groups.t fails test 1 on HP-UX 10.20
15234              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
15235              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
15236      Branch: cfgperl
15237            ! t/op/groups.t
15238 ____________________________________________________________________________
15239 [  2548] By: jhi                                   on 1999/01/01  13:53:31
15240         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15241              To: perl5-porters@perl.org
15242              cc: hv@crypt0.demon.co.uk
15243              Subject: [bug 5.004_54] duplicate error message
15244              Date: Thu, 31 Dec 1998 04:05:25 +0000
15245              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
15246              
15247              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
15248              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15249              To: hv@crypt0.demon.co.uk
15250              Cc: perl5-porters@perl.org
15251              Subject: [PATCH _54] Re: duplicate error message
15252              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
15253              
15254              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
15255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15256              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
15257              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
15258              Subject: [TEST PATCH _54] Re: duplicate error message 
15259              Date: Fri, 01 Jan 1999 07:32:14 +0000
15260      Branch: cfgperl
15261            ! op.c t/pragma/warn/op
15262 ____________________________________________________________________________
15263 [  2547] By: jhi                                   on 1998/12/31  14:15:04
15264         Log: From: Chris Nandor <pudge@pobox.com>
15265              To: jhi@iki.fi
15266              Cc: perl5-porters@perl.org
15267              Subject: Re: [PATCH] perlport.pod 1.38
15268              Date: Thu, 31 Dec 1998 09:06:48 -0500
15269              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
15270      Branch: cfgperl
15271            ! pod/perlport.pod
15272 ____________________________________________________________________________
15273 [  2546] By: jhi                                   on 1998/12/31  11:18:17
15274         Log: From: Wilson P. Snyder II
15275              To: perl5-porters@perl.org
15276              Subject: [PATCH v5.5.53] REV2: Binary number support
15277              Date: 1998/11/30
15278              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
15279      Branch: cfgperl
15280            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
15281            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
15282            ! toke.c util.c
15283 ____________________________________________________________________________
15284 [  2545] By: jhi                                   on 1998/12/31  09:27:40
15285         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15286              To: perlbug@perl.com
15287              Subject: "perl -T -P" dumps core on OpenBSD and Linux
15288              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
15289              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
15290      Branch: cfgperl
15291            ! taint.c
15292 ____________________________________________________________________________
15293 [  2544] By: jhi                                   on 1998/12/31  09:21:45
15294         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
15295              To: perlbug@perl.com 
15296              Subject: bug in pod2man search for perl binary [5.005_5x]
15297              Date: Sat, 12 Dec 1998 23:08:51 +0000 
15298              Message-ID: <19981212230851.A20578@ig.co.uk> 
15299      Branch: cfgperl
15300            ! pod/pod2man.PL
15301 ____________________________________________________________________________
15302 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
15303         Log: From: jan.dubois@ibm.net (Jan Dubois)
15304              Date: Wed, 23 Dec 1998 21:26:38 +0100
15305              Message-ID: <36895086.8849224@smtp1.ibm.net>
15306              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15307      Branch: maint-5.005/perl
15308            ! lib/ExtUtils/MakeMaker.pm
15309 ____________________________________________________________________________
15310 [  2540] By: jhi                                   on 1998/12/30  08:42:04
15311         Log: Evermore AUTHORS and MAINTAIN.
15312      Branch: cfgperl
15313            ! AUTHORS MAINTAIN
15314 ____________________________________________________________________________
15315 [  2539] By: jhi                                   on 1998/12/29  15:10:34
15316         Log: More AUTHORS and MAINTAIN.
15317      Branch: cfgperl
15318            ! AUTHORS MAINTAIN
15319 ____________________________________________________________________________
15320 [  2537] By: jhi                                   on 1998/12/29  14:34:47
15321         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15322              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15323              Message-ID: <13942.32480.700000.640927@utensil>
15324              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15325              (mirror change#2531 in the 5.005-maint)
15326      Branch: cfgperl
15327            ! lib/AutoSplit.pm
15328 ____________________________________________________________________________
15329 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
15330         Log: change in_pod pattern to /^=\w/ from /^=/
15331              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
15332              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
15333              Message-ID: <13942.32480.700000.640927@utensil>
15334              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
15335      Branch: maint-5.005/perl
15336            ! lib/AutoSplit.pm
15337 ____________________________________________________________________________
15338 [  2525] By: jhi                                   on 1998/12/29  13:06:26
15339         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15340              To: perl5-porters@perl.org
15341              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
15342              Date: 16 Dec 1998 03:17:03 +0200
15343              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
15344      Branch: cfgperl
15345            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15346 ____________________________________________________________________________
15347 [  2524] By: jhi                                   on 1998/12/29  13:00:06
15348         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15349              To: perl5-porters@perl.org
15350              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
15351              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
15352              Date: 10 Dec 1998 08:30:02 +0200
15353              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
15354              
15355              (Nick's part was applied earlier, in change #2460)
15356      Branch: cfgperl
15357            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15358 ____________________________________________________________________________
15359 [  2523] By: jhi                                   on 1998/12/29  12:41:31
15360         Log: From: "vishal bhatia" <vishalb@hotmail.com>
15361              To: nick@ni-s.u-net.com
15362              Cc: perl5-porters@perl.org
15363              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
15364              Date: 9 Dec 1998 06:50:30 +0200
15365              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
15366      Branch: cfgperl
15367            ! ext/B/B/CC.pm
15368 ____________________________________________________________________________
15369 [  2522] By: jhi                                   on 1998/12/29  12:15:18
15370         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15371              To: perl5-porters@perl.org (Perl 5 Porters)
15372              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
15373              Date: 25 Dec 1998 23:02:28 +0200
15374              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
15375      Branch: cfgperl
15376            ! lib/Pod/Text.pm
15377 ____________________________________________________________________________
15378 [  2521] By: jhi                                   on 1998/12/29  12:07:54
15379         Log: Undo #2519 (breaks universal.c).
15380      Branch: cfgperl
15381            ! XSUB.h
15382 ____________________________________________________________________________
15383 [  2519] By: jhi                                   on 1998/12/29  11:41:10
15384         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15385              To: perl5-porters@perl.org
15386              Cc: perl-xs@perl.org
15387              Subject: XSUB.h refinement [PATCH]
15388              Date: 18 Dec 1998 03:58:44 +0200
15389              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
15390      Branch: cfgperl
15391            ! XSUB.h
15392 ____________________________________________________________________________
15393 [  2518] By: jhi                                   on 1998/12/29  11:36:19
15394         Log: From: abigail@fnx.com
15395              To: perl5-porters@perl.org (Perl Porters)
15396              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
15397              Date: 28 Dec 1998 21:39:15 +0200
15398              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
15399      Branch: cfgperl
15400            ! lib/fields.pm
15401 ____________________________________________________________________________
15402 [  2517] By: jhi                                   on 1998/12/29  11:35:03
15403         Log: Document change #2516.
15404      Branch: cfgperl
15405            ! pod/perldelta.pod
15406 ____________________________________________________________________________
15407 [  2516] By: jhi                                   on 1998/12/29  11:32:26
15408         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15409              To: perl5-porters@perl.org (Mailing list Perl5)
15410              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
15411              Date: 9 Dec 1998 10:39:31 +0200
15412              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
15413      Branch: cfgperl
15414            ! pod/perldiag.pod regcomp.c toke.c
15415 ____________________________________________________________________________
15416 [  2515] By: jhi                                   on 1998/12/29  11:27:11
15417         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15418              To: perl5-porters@perl.org (Mailing list Perl5)
15419              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
15420              Date: 8 Dec 1998 09:02:04 +0200
15421              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
15422              
15423              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
15424      Branch: cfgperl
15425            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
15426 ____________________________________________________________________________
15427 [  2514] By: jhi                                   on 1998/12/29  11:21:31
15428         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15429              To: perl5-porters@perl.org (Mailing list Perl5)
15430              Subject: [PATCH 5.005_53] Regexp tests and UTF8
15431              Date: 8 Dec 1998 07:02:01 +0200
15432              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
15433      Branch: cfgperl
15434            ! regcomp.c
15435 ____________________________________________________________________________
15436 [  2513] By: jhi                                   on 1998/12/29  11:18:34
15437         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15438              Subject: [PATCH 5.005_*] Dumpvar.pm
15439              To: perl5-porters@perl.org (Mailing list Perl5)
15440              Date: 7 Dec 1998 10:17:35 +0200
15441              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
15442      Branch: cfgperl
15443            + lib/Dumpvalue.pm
15444            ! MANIFEST
15445 ____________________________________________________________________________
15446 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
15447         Log: From: jan.dubois@ibm.net (Jan Dubois)
15448              Date: Tue, 01 Dec 1998 00:07:33 +0100
15449              Message-ID: <366921b5.14512598@smtp1.ibm.net>
15450              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
15451              
15452              From: jan.dubois@ibm.net (Jan Dubois)
15453              Date: Wed, 02 Dec 1998 00:24:54 +0100
15454              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
15455              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
15456      Branch: maint-5.005/perl
15457            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
15458            ! win32/config.bc win32/config.gc win32/config.vc
15459            ! win32/config_sh.PL win32/makedef.pl
15460 ____________________________________________________________________________
15461 [  2509] By: jhi                                   on 1998/12/28  13:00:31
15462     Log: Kickstart AUTHORS and MAINTAIN.
15463  Branch: cfgperl
15464        + AUTHORS MAINTAIN
15465        ! MANIFEST
15466 ____________________________________________________________________________
15467 [  2508] By: jhi                                   on 1998/12/28  08:04:00
15468     Log: From: Nathan Torkington <gnat@frii.com>
15469          To: perlbug@perl.com
15470          Subject: [PATCH] perlxstut.pod fix
15471          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
15472          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
15473  Branch: cfgperl
15474        ! pod/perlxstut.pod
15475 ____________________________________________________________________________
15476 [  2507] By: jhi                                   on 1998/12/28  07:59:00
15477     Log: From: abigail@fnx.com
15478          To: perlbug@perl.com
15479          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
15480          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
15481          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
15482          (slightly modified, a part of the patch was rejected)
15483          (strange, I thought I had already submitted this one
15484          but Perforce disagrees with me...)
15485  Branch: cfgperl
15486        ! pod/perlop.pod
15487 ____________________________________________________________________________
15488 [  2506] By: jhi                                   on 1998/12/28  07:56:59
15489     Log: From: Artur <artur@vogon-solutions.com>
15490          To: perlbug@perl.com
15491          Subject: PATCH: perlmodlib.pod
15492          Date: Fri, 25 Dec 1998 00:48:39 +0000
15493          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
15494  Branch: cfgperl
15495        ! pod/perlmodlib.pod pod/perlop.pod
15496 ____________________________________________________________________________
15497 [  2505] By: jhi                                   on 1998/12/28  07:46:06
15498     Log: From: abigail@fnx.com
15499          To: perl5-porters@perl.org (Perl Porters)
15500          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
15501          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
15502          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
15503  Branch: cfgperl
15504        ! pod/pod2html.PL
15505 ____________________________________________________________________________
15506 [  2504] By: jhi                                   on 1998/12/28  07:44:35
15507     Log: From: Jim Avera <avera@fjst.com>
15508          To: perlbug@perl.com
15509          Subject: perlbug bug - shows dates reversed
15510          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
15511          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
15512  Branch: cfgperl
15513        ! utils/perlbug.PL
15514 ____________________________________________________________________________
15515 [  2503] By: jhi                                   on 1998/12/28  07:41:39
15516     Log: From: jan.dubois@ibm.net (Jan Dubois)
15517          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
15518          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
15519          Date: Wed, 23 Dec 1998 21:26:38 +0100
15520          Message-ID: <36895086.8849224@smtp1.ibm.net>
15521  Branch: cfgperl
15522        ! lib/ExtUtils/MakeMaker.pm
15523 ____________________________________________________________________________
15524 [  2502] By: jhi                                   on 1998/12/28  07:39:20
15525     Log: From: Blair Zajac <bzajac@geostaff.com>
15526          To: perl5-porters@perl.org
15527          Subject: Tie::SubstrHash patch
15528          Date: Wed, 23 Dec 1998 17:13:32 -0800
15529          Message-ID: <3681953C.8B6A90AA@geostaff.com>
15530  Branch: cfgperl
15531        ! lib/Tie/SubstrHash.pm
15532 ____________________________________________________________________________
15533 [  2501] By: jhi                                   on 1998/12/28  07:37:16
15534     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
15535          To: perlbug@perl.com
15536          Subject: perlfaq9 minor error
15537          Date: Wed, 23 Dec 1998 14:54:19 -0800
15538          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
15539  Branch: cfgperl
15540        ! pod/perlfaq9.pod
15541 ____________________________________________________________________________
15542 [  2500] By: jhi                                   on 1998/12/23  10:38:18
15543     Log: More porting notes about filesystems, AmigaOS, and MiNT.
15544  Branch: cfgperl
15545        ! pod/perlport.pod
15546 ____________________________________________________________________________
15547 [  2499] By: jhi                                   on 1998/12/22  09:26:49
15548     Log: Add few MSG_ and uio constants.
15549  Branch: cfgperl
15550        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
15551 ____________________________________________________________________________
15552 [  2498] By: jhi                                   on 1998/12/22  08:39:30
15553     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
15554          a Digital C compiler optimizer bug that broke the 'x'
15555          operator under certain circumstances.  See t/op/repeat.t
15556          test #20 for graphic details.  Reported in
15557          
15558          From: Gisle Aas <gisle@aas.no>
15559          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
15560          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
15561          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
15562          Date: 18 Dec 1998 14:27:40 +0100
15563          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
15564          
15565          and discussed further in the thread
15566          
15567          From: Jarkko Hietaniemi <jhi@iki.fi>
15568          To: Gisle Aas <gisle@aas.no>
15569          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
15570          cpan-testers@perl.org, perl5-porters@perl.org
15571          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
15572          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
15573          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
15574  Branch: cfgperl
15575        ! t/op/repeat.t util.c
15576 ____________________________________________________________________________
15577 [  2497] By: jhi                                   on 1998/12/21  14:18:57
15578     Log: Change #2483 update.
15579  Branch: cfgperl
15580        ! t/op/tr.t
15581 ____________________________________________________________________________
15582 [  2496] By: jhi                                   on 1998/12/21  14:07:41
15583     Log: Update on change #2493.
15584  Branch: cfgperl
15585        ! t/pragma/warn/op
15586 ____________________________________________________________________________
15587 [  2495] By: jhi                                   on 1998/12/21  13:52:00
15588     Log: Change #2487 aftershock.
15589  Branch: cfgperl
15590        ! warning.pl
15591 ____________________________________________________________________________
15592 [  2494] By: jhi                                   on 1998/12/21  12:35:00
15593     Log: From: Chris Nandor <pudge@pobox.com>
15594          To: perl5-porters@perl.org
15595          Subject: [PATCH] perlport.pod v1.37
15596          Date: Sat, 19 Dec 1998 12:54:34 -0500
15597          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
15598  Branch: cfgperl
15599        ! pod/perlport.pod
15600 ____________________________________________________________________________
15601 [  2493] By: jhi                                   on 1998/12/21  12:22:44
15602     Log: From: Mark-Jason Dominus <mjd@plover.com>
15603          To: perl5-porters@perl.com
15604          Subject: PATCH (5.005_02): Dejargonizing
15605          Date: Sun, 20 Dec 1998 14:35:20 -0500
15606          Message-ID: <19981220193520.11230.qmail@plover.com>
15607          
15608          From: Mark-Jason Dominus <mjd@plover.com>
15609          To: perl5-porters@perl.com
15610          Subject: PATCH (5.005_02): Spelling correction in warning message
15611          Date: Sun, 20 Dec 1998 13:51:30 -0500
15612          Message-ID: <19981220185130.11067.qmail@plover.com>
15613  Branch: cfgperl
15614        ! doio.c op.c
15615 ____________________________________________________________________________
15616 [  2492] By: jhi                                   on 1998/12/21  09:00:05
15617     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15618          To: perl5-porters@perl.org
15619          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
15620          Date: Sun, 20 Dec 1998 19:03:25 PST
15621          Message-ID: <19981221030326.27660.qmail@hotmail.com>
15622          
15623          (slightly reformatted)
15624  Branch: cfgperl
15625        ! ext/B/B/CC.pm
15626 ____________________________________________________________________________
15627 [  2491] By: nick                                  on 1998/12/20  14:21:29
15628     Log: Save _all_ GV's which have SV, AV or HV set.
15629  Branch: perl
15630        ! ext/B/B/C.pm
15631 ____________________________________________________________________________
15632 [  2490] By: jhi                                   on 1998/12/18  15:13:19
15633     Log: Add idea about generalising cpp symbol probing of Errno.
15634  Branch: cfgperl
15635        ! Todo
15636 ____________________________________________________________________________
15637 [  2489] By: jhi                                   on 1998/12/18  14:47:57
15638     Log: Address some of the issues of:
15639          
15640          From: Tom Christiansen <tchrist@jhereg.perl.com>
15641          To: perl-porters-active@jhereg.perl.com
15642          Subject: Undocumentation Issues for 5.005
15643          Date: Thu, 17 Dec 1998 14:46:24 -0700
15644          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
15645  Branch: cfgperl
15646        ! pod/perl5005delta.pod
15647 ____________________________________________________________________________
15648 [  2488] By: jhi                                   on 1998/12/18  11:26:32
15649     Log: From: root <root@dubravka.in-berlin.de>
15650          To: perlbug@perl.com
15651          Cc: k@dubravka.in-berlin.de
15652          Subject: Please add no_modify to PERL_POLLUTE
15653          Date: Fri, 18 Dec 1998 10:45:52 +0100
15654          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
15655          
15656          (Really from Andreas König)
15657  Branch: cfgperl
15658        ! embed.pl
15659 ____________________________________________________________________________
15660 [  2487] By: jhi                                   on 1998/12/17  14:05:52
15661     Log: Some (by far not all) issues of the below message addressed.
15662          
15663          From: Tom Christiansen <tchrist@jhereg.perl.com>
15664          To: The Perl Porters Mailing List <perl5-porters@perl.org>
15665          Subject: important UNDOC issues for 5.005_54
15666          Date: Wed, 16 Dec 1998 21:14:53 -0700
15667          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
15668  Branch: cfgperl
15669        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
15670 ____________________________________________________________________________
15671 [  2486] By: jhi                                   on 1998/12/17  12:47:15
15672     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15673          To: domo@computer.org
15674          Cc: jhi@iki.fi, perl5-porters@perl.org
15675          Subject: Re: stuff related to malloc.c
15676          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
15677          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
15678  Branch: cfgperl
15679        ! malloc.c
15680 ____________________________________________________________________________
15681 [  2485] By: jhi                                   on 1998/12/17  12:17:19
15682     Log: More porting notes.
15683  Branch: cfgperl
15684        ! Porting/pumpkin.pod
15685 ____________________________________________________________________________
15686 [  2484] By: jhi                                   on 1998/12/15  08:38:05
15687     Log: Undo #2386 and #2205.
15688  Branch: cfgperl
15689        ! pod/perlfunc.pod
15690 ____________________________________________________________________________
15691 [  2483] By: jhi                                   on 1998/12/14  17:58:35
15692     Log: lib was missing from @INC.
15693  Branch: cfgperl
15694        ! t/op/tr.t
15695 ____________________________________________________________________________
15696 [  2482] By: jhi                                   on 1998/12/14  17:52:42
15697     Log: Was missing use Text::Wrap.
15698  Branch: cfgperl
15699        ! t/lib/textfill.t
15700 ____________________________________________________________________________
15701 [  2481] By: jhi                                   on 1998/12/14  16:00:22
15702     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
15703          
15704          From: Jonathan Roy <roy@idle.com>
15705          To: perl5-porters@perl.org
15706          Subject: nlist.h add to Configure checks?
15707          Date: Sun, 13 Dec 1998 22:22:49 -0500
15708          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
15709  Branch: cfgperl
15710        + ext/DynaLoader/hints/linux.pl
15711        ! MANIFEST
15712 ____________________________________________________________________________
15713 [  2480] By: jhi                                   on 1998/12/14  15:02:44
15714     Log: Give up completely using nm in AIX.
15715          
15716          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15717          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
15718          Cc: perl5-porters@perl.org
15719          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
15720          Date: Thu, 10 Dec 1998 00:51:46 -0500
15721          Message-ID: <19981210005146.B29986@O2.chapin.edu>
15722  Branch: cfgperl
15723        ! hints/aix.sh
15724 ____________________________________________________________________________
15725 [  2479] By: jhi                                   on 1998/12/14  14:39:52
15726     Log: AIX' error messages are different.
15727          
15728          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15729          To: Gurusamy Sarathy <gsar@engin.umich.edu>
15730          Cc: perl5-porters@perl.org
15731          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
15732          Date: Thu, 10 Dec 1998 00:42:36 -0500
15733          Message-ID: <19981210004236.A29986@O2.chapin.edu>
15734          
15735          From: Michael Engel <engel@nms1.cc.huji.ac.il>
15736          To: perlbug@perl.com
15737          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
15738          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
15739          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
15740  Branch: cfgperl
15741        ! t/pragma/warn/doio
15742 ____________________________________________________________________________
15743 [  2475] By: jhi                                   on 1998/12/13  12:35:55
15744     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15745          To: jhi@iki.fi
15746          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
15747          Subject: Re: stuff related to malloc.c
15748          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
15749          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
15750  Branch: cfgperl
15751        ! malloc.c
15752 ____________________________________________________________________________
15753 [  2474] By: jhi                                   on 1998/12/13  12:32:42
15754     Log: Some notes about porting issues.
15755  Branch: cfgperl
15756        ! Porting/pumpkin.pod
15757 ____________________________________________________________________________
15758 [  2473] By: jhi                                   on 1998/12/13  12:03:58
15759     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
15760          To: Perl 5 Porters <perl5-porters@perl.org>
15761          Subject: [patch 5.005_02] dos-djgpp update
15762          Date: Sun, 13 Dec 1998 00:08:44 +0100
15763          Message-ID: <19981213000844.C264@beeblebrox>
15764  Branch: cfgperl
15765        ! djgpp/config.over
15766 ____________________________________________________________________________
15767 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
15768     Log: undo changes to Exporter.pm from #2312
15769  Branch: maint-5.005/perl
15770        ! lib/Exporter.pm
15771 ____________________________________________________________________________
15772 [  2465] By: jhi                                   on 1998/12/12  12:31:21
15773     Log: Document that qw() taints.
15774          
15775          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
15776          To: perlbug@perl.com 
15777          Subject: taint problems
15778          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
15779          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
15780  Branch: cfgperl
15781        ! pod/perlop.pod
15782 ____________________________________________________________________________
15783 [  2464] By: jhi                                   on 1998/12/11  14:09:51
15784     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
15785          To: dist-users@foretune.co.jp
15786          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
15787          Date: Mon, 07 Dec 1998 20:13:04 -0400
15788          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
15789  Branch: cfgperl
15790        ! Configure
15791 ____________________________________________________________________________
15792 [  2463] By: jhi                                   on 1998/12/11  13:29:54
15793     Log: MAXPATHLEN.
15794  Branch: cfgperl
15795        ! perl.h
15796 ____________________________________________________________________________
15797 [  2462] By: jhi                                   on 1998/12/11  08:37:58
15798     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
15799          To: perl5-porters@perl.org
15800          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
15801          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
15802          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
15803  Branch: cfgperl
15804        + hints/gnu.sh
15805 ____________________________________________________________________________
15806 [  2461] By: nick                                  on 1998/12/10  21:00:50
15807     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
15808          From: Vishal Bhatia <vishalb@hotmail.com>
15809          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
15810          2. Fixes the bug  regarding return value of c-functions generated out 
15811          of perl subs. ( Just includes the patch I sent earlier)
15812          3. Incorporates the other changes that need to be done to get CC.pm
15813          use ISA search for packages and methods on the same lines as C.pm
15814          
15815          Vishal would appreciate comments about B::Stackobj changes from 
15816          someone knowing that module well.
15817  Branch: perl
15818        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
15819 ____________________________________________________________________________
15820 [  2460] By: jhi                                   on 1998/12/08  08:11:27
15821     Log: Integrate from mainperl.
15822  Branch: cfgperl
15823       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15824       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
15825       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
15826       !> toke.c util.c
15827 ____________________________________________________________________________
15828 [  2459] By: jhi                                   on 1998/12/07  07:50:11
15829     Log: From: hansm@icgroup.nl 
15830          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
15831          Reply-To: hansmu@xs4all.nl 
15832          To: perlbug@perl.com 
15833          Date: Sun, 6 Dec 98 22:19:54 +0100 
15834          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
15835  Branch: cfgperl
15836        ! util.c
15837 ____________________________________________________________________________
15838 [  2458] By: gsar                                  on 1998/12/07  06:00:55
15839     Log: fix dup lexical
15840  Branch: perl
15841        ! ext/B/B/Deparse.pm t/lib/io_unix.t
15842 ____________________________________________________________________________
15843 [  2457] By: gsar                                  on 1998/12/06  14:38:59
15844     Log: mention limit on line numbers reported by diagnostics
15845  Branch: perl
15846        ! pod/perl.pod toke.c
15847 ____________________________________________________________________________
15848 [  2456] By: gsar                                  on 1998/12/06  13:49:02
15849     Log: branch perldelta.pod
15850  Branch: maint-5.005/perl
15851       +> pod/perldelta.pod
15852 ____________________________________________________________________________
15853 [  2455] By: gsar                                  on 1998/12/06  13:47:21
15854     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
15855  Branch: maint-5.005/perl
15856        - pod/perldelta.pod
15857 ____________________________________________________________________________
15858 [  2454] By: gsar                                  on 1998/12/06  13:35:31
15859     Log: fix outdated/incorrect info about arbitrary limits
15860  Branch: perl
15861        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
15862        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
15863 ____________________________________________________________________________
15864 [  2453] By: nick                                  on 1998/12/05  16:14:42
15865     Log: Avoid hard-coding op numbers
15866          Update CC.pm to save %INC, and to co-exist with new C.pm
15867  Branch: perl
15868        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
15869 ____________________________________________________________________________
15870 [  2452] By: nick                                  on 1998/12/05  10:44:28
15871     Log: B.xs had its own code to calculate hash() which differed from
15872          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
15873          which meant that run-time require was re-done.
15874          Removed some debug from C.pm
15875  Branch: perl
15876        ! ext/B/B.xs ext/B/B/C.pm
15877 ____________________________________________________________________________
15878 [  2451] By: nick                                  on 1998/12/04  21:58:49
15879     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
15880          well as _54, but with pre-scan for classes and save the ISA scheme.
15881  Branch: perl
15882        ! ext/B/B/C.pm
15883 ____________________________________________________________________________
15884 [  2450] By: nick                                  on 1998/12/04  17:58:44
15885     Log: Vishal Bhatia's patch as a basis.
15886  Branch: perl
15887        ! ext/B/B/C.pm ext/B/B/CC.pm
15888 ____________________________________________________________________________
15889 [  2449] By: jhi                                   on 1998/12/04  16:39:21
15890     Log: Integrate from mainperl.
15891  Branch: cfgperl
15892       !> t/op/goto.t t/op/tr.t
15893 ____________________________________________________________________________
15894 [  2448] By: gsar                                  on 1998/12/04  06:06:49
15895     Log: tweak test for UTEST
15896  Branch: perl
15897        ! t/op/tr.t
15898 ____________________________________________________________________________
15899 [  2444] By: jhi                                   on 1998/12/03  14:37:22
15900     Log: s/\bthe the\b/the/g *.pod
15901  Branch: cfgperl
15902        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
15903 ____________________________________________________________________________
15904 [  2443] By: jhi                                   on 1998/12/03  13:39:53
15905     Log: Change#2441 aftermath.
15906  Branch: cfgperl
15907        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15908        ! config_h.SH thread.h vms/subconfigure.com
15909 ____________________________________________________________________________
15910 [  2441] By: jhi                                   on 1998/12/03  08:15:13
15911     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15912          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
15913          Subject: [PATCH 5.005_54]Initial VMS patches
15914          Date: 3 Dec 1998 01:05:55 +0200
15915          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
15916          
15917          The patch to config_h.SH requires more study because
15918          metaconfig needs to agree.
15919  Branch: cfgperl
15920        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
15921        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
15922        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
15923 ____________________________________________________________________________
15924 [  2440] By: gsar                                  on 1998/12/03  01:32:16
15925     Log: add failed check-in of goto.t from change#1867
15926  Branch: perl
15927        ! t/op/goto.t
15928 ____________________________________________________________________________
15929 [  2437] By: jhi                                   on 1998/12/02  18:03:51
15930     Log: Fix most of the bad L<> links of
15931          
15932          From: Tom Christiansen <tchrist@jhereg.perl.com> 
15933          Subject: bad L<> links
15934          Reply-to: tchrist@perl.com 
15935          To: perlbug@jhereg.perl.com 
15936          Date: Tue, 11 Aug 1998 10:58:07 -0500 
15937          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
15938          
15939          The ones not fixed may require darker Pod::HTML magic,
15940          for example the perlguts.html#tags should work fine, IMHO.
15941  Branch: cfgperl
15942        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
15943        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
15944        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
15945        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
15946        ! pod/perlvar.pod
15947 ____________________________________________________________________________
15948 [  2436] By: jhi                                   on 1998/12/02  16:35:04
15949     Log: One paste too many in #2345.
15950  Branch: cfgperl
15951        ! lib/Pod/Html.pm
15952 ____________________________________________________________________________
15953 [  2435] By: jhi                                   on 1998/12/02  16:32:33
15954     Log: Pod::Html and Pod::Text were not locale-savvy:
15955          for example in =head1 all non-ASCII-\w-runs were
15956          turned into underscores in NAME tags.  This could
15957          result in several NAME tags becoming identical.
15958          Reported by:
15959          
15960          From: Fyodor Krasnov <fyodor@aha.ru> 
15961          Subject: pod2html vs Russian Characters
15962          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
15963          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
15964          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
15965  Branch: cfgperl
15966        ! lib/Pod/Html.pm lib/Pod/Text.pm
15967 ____________________________________________________________________________
15968 [  2434] By: jhi                                   on 1998/12/02  10:29:00
15969     Log: The real Mc5_54 integration.
15970  Branch: cfgperl
15971       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
15972 ____________________________________________________________________________
15973 [  2433] By: jhi                                   on 1998/12/02  08:52:13
15974     Log: From: Andy Dougherty <doughera@lafayette.edu>
15975          To: Perl Porters <perl5-porters@perl.org>
15976          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
15977          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
15978          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
15979  Branch: cfgperl
15980        ! Configure
15981 ____________________________________________________________________________
15982 [  2432] By: jhi                                   on 1998/12/02  08:49:47
15983     Log: From: Andy Dougherty <doughera@lafayette.edu>
15984          To: Perl Porters <perl5-porters@perl.org>
15985          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
15986          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
15987          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
15988  Branch: cfgperl
15989        ! Configure
15990 ____________________________________________________________________________
15991 [  2431] By: jhi                                   on 1998/12/01  16:11:50
15992     Log: From: achampio@lehman.com (Alan Champion)
15993          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
15994          To: perlbug@perl.com
15995          Date: 1 Dec 1998 17:36:33 +0200
15996          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
15997          
15998          Skip NIS includes.
15999  Branch: cfgperl
16000        ! t/op/pwent.t
16001 ____________________________________________________________________________
16002 [  2430] By: gsar                                  on 1998/12/01  12:12:50
16003     Log: 5.005_54, as released
16004  Branch: perl
16005        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
16006 ____________________________________________________________________________
16007 [  2429] By: jhi                                   on 1998/12/01  11:28:39
16008     Log: From: Anton Berezin <tobez@plab.ku.dk>
16009          To: perl5-porters@perl.org
16010          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
16011          Date: 30 Nov 1998 19:46:24 +0100
16012          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
16013  Branch: cfgperl
16014        ! hints/freebsd.sh
16015 ____________________________________________________________________________
16016 [  2428] By: jhi                                   on 1998/12/01  11:08:16
16017     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
16018  Branch: cfgperl
16019       +> (branch 30 files)
16020       !> (integrate 71 files)
16021 ____________________________________________________________________________
16022 [  2427] By: jhi                                   on 1998/12/01  10:51:37
16023     Log: Default to accepting a hinted $randfunc even when $csym
16024          does not find it.  (the previous defaylt behaviour was not
16025          to accept).
16026  Branch: cfgperl
16027        ! Configure
16028 ____________________________________________________________________________
16029 [  2426] By: jhi                                   on 1998/12/01  10:13:03
16030     Log: Separated the [:foo:] parsing to its own function.
16031          Passes all tests.
16032  Branch: cfgperl
16033        ! regcomp.c
16034 ____________________________________________________________________________
16035 [  2425] By: jhi                                   on 1998/12/01  08:22:49
16036     Log: Typo in comments.
16037  Branch: cfgperl
16038        ! regexec.c
16039 ____________________________________________________________________________
16040 [  2424] By: jhi                                   on 1998/12/01  08:21:38
16041     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16042          Subject: [PATCH 5.005_*] Debugger 'v' command
16043          To: perl5-porters@perl.org (Mailing list Perl5)
16044          Date: 1 Dec 1998 07:55:11 +0200
16045          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
16046  Branch: cfgperl
16047        ! lib/perl5db.pl
16048 ____________________________________________________________________________
16049 [  2423] By: jhi                                   on 1998/12/01  08:19:08
16050     Log: From: pvhp@forte.com (Peter Prymmer)
16051          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
16052          To: perl5-porters@perl.org
16053          Date: 1 Dec 1998 07:27:11 +0200
16054          Message-ID: <MLIST_9812010508.AA07791@forte.com>
16055  Branch: cfgperl
16056        ! hints/os390.sh
16057 ____________________________________________________________________________
16058 [  2417] By: jhi                                   on 1998/11/30  08:14:00
16059     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
16060  Branch: cfgperl
16061        ! ext/Socket/Socket.xs
16062 ____________________________________________________________________________
16063 [  2416] By: jhi                                   on 1998/11/30  08:00:15
16064     Log: Undo #2395, seems more like a problem in netbsd-current.
16065  Branch: cfgperl
16066        ! util.c
16067
16068 ----------------
16069 Version 5.005_54
16070 ----------------
16071
16072 ____________________________________________________________________________
16073 [  2414] By: gsar                                  on 1998/11/30  02:23:55
16074     Log: more JPL tweaks
16075  Branch: perl
16076        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
16077        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
16078 ____________________________________________________________________________
16079 [  2413] By: gsar                                  on 1998/11/30  01:35:56
16080     Log: stub bin/jpl that just runs JPL::Compile::files()
16081  Branch: perl
16082        + jpl/bin/jpl
16083 ____________________________________________________________________________
16084 [  2412] By: gsar                                  on 1998/11/30  01:32:14
16085     Log: delete symlink
16086  Branch: perl
16087        - jpl/bin/jpl
16088 ____________________________________________________________________________
16089 [  2410] By: gsar                                  on 1998/11/30  01:30:44
16090     Log: branch jpl from perlext to perl
16091  Branch: perl
16092       +> (branch 30 files)
16093 ____________________________________________________________________________
16094 [  2407] By: gsar                                  on 1998/11/30  01:24:53
16095     Log: JPL tweaks to build with 5.005
16096  Branch: perlext
16097        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
16098        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
16099 ____________________________________________________________________________
16100 [  2406] By: gsar                                  on 1998/11/30  00:55:54
16101     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
16102  Branch: perl
16103        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
16104 ____________________________________________________________________________
16105 [  2405] By: gsar                                  on 1998/11/30  00:28:55
16106     Log: patchlevel up to 54
16107  Branch: perl
16108        ! patchlevel.h win32/Makefile win32/config_H.bc
16109        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16110 ____________________________________________________________________________
16111 [  2403] By: gsar                                  on 1998/11/29  23:35:50
16112     Log: integrate cfgperl changes into mainline
16113  Branch: perl
16114       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16115       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
16116 ____________________________________________________________________________
16117 [  2402] By: gsar                                  on 1998/11/29  23:08:42
16118     Log: sync Text::Wrap version number
16119  Branch: perl
16120        ! lib/Text/Wrap.pm
16121 ____________________________________________________________________________
16122 [  2401] By: gsar                                  on 1998/11/29  22:56:21
16123     Log: textfill.t tweak
16124  Branch: perl
16125        ! t/lib/textfill.t
16126 ____________________________________________________________________________
16127 [  2400] By: gsar                                  on 1998/11/29  22:50:41
16128     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
16129          <muir@idiom.com>
16130  Branch: perl
16131        + t/lib/textfill.t
16132        ! MANIFEST lib/Text/Wrap.pm
16133 ____________________________________________________________________________
16134 [  2399] By: gsar                                  on 1998/11/29  22:28:05
16135     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
16136          has happened without the authors knowledge or consent; the subversive
16137          version (which is in 5.00502) breaks one of the tests in the
16138          authors testsuite; attempts are being made to find a fix that
16139          avoids breaking code already running with the 5.005_02 version
16140          From:    David Muir Sharnoff <muir@idiom.com>
16141          Date:    Sat, 28 Nov 1998 04:34:17 PST
16142          Message-Id: <199811281234.EAA03082@idiom.com>
16143          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
16144  Branch: perl
16145        ! lib/Text/Wrap.pm t/lib/textwrap.t
16146 ____________________________________________________________________________
16147 [  2397] By: nick                                  on 1998/11/29  20:13:58
16148     Log: Update docs and English.pm for $^C
16149  Branch: perl
16150        ! lib/English.pm pod/perlvar.pod
16151 ____________________________________________________________________________
16152 [  2396] By: jhi                                   on 1998/11/29  20:13:03
16153     Log: Mirror #2384.
16154  Branch: cfgperl
16155        ! t/op/pwent.t
16156 ____________________________________________________________________________
16157 [  2395] By: jhi                                   on 1998/11/29  19:59:12
16158     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
16159  Branch: cfgperl
16160        ! util.c
16161 ____________________________________________________________________________
16162 [  2394] By: gsar                                  on 1998/11/29  19:49:08
16163     Log: updated perlreftut.pod
16164  Branch: perl
16165        ! pod/perlreftut.pod
16166 ____________________________________________________________________________
16167 [  2393] By: gsar                                  on 1998/11/29  19:31:56
16168     Log: misc tweaks
16169  Branch: perl
16170        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
16171 ____________________________________________________________________________
16172 [  2392] By: gsar                                  on 1998/11/29  19:31:18
16173     Log: notes about -DPERL_POLLUTE
16174  Branch: perl
16175        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
16176 ____________________________________________________________________________
16177 [  2391] By: gsar                                  on 1998/11/29  19:13:52
16178     Log: explain various win32 build caveats more clearly
16179  Branch: perl
16180        ! README.win32 win32/Makefile win32/makefile.mk
16181 ____________________________________________________________________________
16182 [  2390] By: gsar                                  on 1998/11/29  16:51:59
16183     Log: remove I_POLL detection (Configure will do that now)
16184  Branch: perl
16185        ! ext/IO/Makefile.PL
16186 ____________________________________________________________________________
16187 [  2389] By: jhi                                   on 1998/11/29  16:39:16
16188     Log: Add I_POLL for IO 1.20.
16189  Branch: cfgperl
16190        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16191        ! config_h.SH
16192 ____________________________________________________________________________
16193 [  2388] By: gsar                                  on 1998/11/29  16:23:30
16194     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
16195  Branch: perl
16196        + Porting/p4desc
16197        ! MANIFEST
16198 ____________________________________________________________________________
16199 [  2387] By: gsar                                  on 1998/11/29  16:08:03
16200     Log: another threads reliability fix: serialize writes to thr->threadsv
16201          avoid most uses of PL_na (which is much more inefficient than a
16202          simple local); update docs to suit; PL_na now being thr->Tna may
16203          be a minor compatibility issue for extensions--will require dTHR
16204          outside of XSUBs (those get automatic dTHR)
16205  Branch: perl
16206        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
16207        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
16208        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16209        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
16210        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
16211        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
16212        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
16213        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
16214        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
16215 ____________________________________________________________________________
16216 [  2386] By: jhi                                   on 1998/11/29  15:40:42
16217     Log: Tune the "if" entry.
16218  Branch: cfgperl
16219        ! pod/perlfunc.pod
16220 ____________________________________________________________________________
16221 [  2385] By: gsar                                  on 1998/11/29  12:40:28
16222     Log: various fixes for race conditions under threads: mutex locks based
16223          on PL_threadnum were seriously flawed, since it means more than one
16224          thread could enter the critical region; PL_na was global instead of
16225          thread-local; child thread could finish and free thr structures
16226          before Thread->new() got around to creating the Thread object;
16227          cv_clone() needed locking, as it mucks with PL_comppad and other
16228          global data; new_struct_thread() needed to lock template-thread's
16229          mutex while copying its data
16230  Branch: perl
16231        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
16232        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
16233 ____________________________________________________________________________
16234 [  2384] By: gsar                                  on 1998/11/29  10:54:38
16235     Log: s/warn/print/ on multiply defined groups
16236  Branch: perl
16237        ! t/op/grent.t
16238 ____________________________________________________________________________
16239 [  2383] By: gsar                                  on 1998/11/29  10:48:39
16240     Log: backout change#2334
16241  Branch: perl
16242        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16243 ____________________________________________________________________________
16244 [  2382] By: jhi                                   on 1998/11/29  10:33:40
16245     Log: Better NetInfo behaviour.
16246  Branch: cfgperl
16247        ! t/op/grent.t t/op/pwent.t
16248 ____________________________________________________________________________
16249 [  2381] By: jhi                                   on 1998/11/29  10:08:15
16250     Log: Integrate from mainperl.
16251  Branch: cfgperl
16252       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16253       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16254       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
16255       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
16256       +> t/lib/io_poll.t t/lib/io_unix.t
16257       !> (integrate 58 files)
16258 ____________________________________________________________________________
16259 [  2380] By: gsar                                  on 1998/11/29  08:22:49
16260     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
16261          Tim Bunce)
16262  Branch: perl
16263        ! gv.c
16264 ____________________________________________________________________________
16265 [  2379] By: gsar                                  on 1998/11/29  07:06:43
16266     Log: fix for pat.t failure under USE_THREADS
16267  Branch: perl
16268        ! pp_ctl.c regexec.c
16269 ____________________________________________________________________________
16270 [  2378] By: nick                                  on 1998/11/28  22:46:57
16271     Log: More C.pm tweaks
16272          Save globs even if we have saved cv itself before - may be imported.
16273          
16274          While we don't save "bootstrap" CV we need to provide a stub,
16275          so that if we require it later we don't fall through and attempt
16276          to DynaLoad module again.
16277          
16278          Attempt to save %INC so that "require" does not reload things
16279          we have compiled-in (does not work right yet - seems to be due
16280          to PL_incgv being created in perl_parse() current scheme setting 
16281          GvHV() is "better" than saving the glob, but still does not 
16282          work as I expect). 
16283  Branch: perl
16284        ! ext/B/B/C.pm
16285 ____________________________________________________________________________
16286 [  2377] By: gsar                                  on 1998/11/28  22:30:38
16287     Log: various tweaks; result passes all tests for normal build on Solaris;
16288          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
16289          win32 due to lack of select() that works on non-socket fds
16290  Branch: perl
16291        ! ext/IO/poll.c regcomp.c regexec.c scope.c
16292        ! t/lib/io_multihomed.t win32/makefile.mk
16293 ____________________________________________________________________________
16294 [  2376] By: gsar                                  on 1998/11/28  20:44:39
16295     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
16296  Branch: perl
16297        ! myconfig
16298 ____________________________________________________________________________
16299 [  2375] By: gsar                                  on 1998/11/28  20:42:58
16300     Log: integrate cfgperl changes into mainline
16301  Branch: perl
16302       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
16303       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
16304 ____________________________________________________________________________
16305 [  2374] By: gsar                                  on 1998/11/28  20:02:03
16306     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16307          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
16308          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
16309          Subject: [PATCH 5.00553] Yet another OS/2 patch
16310  Branch: perl
16311        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
16312 ____________________________________________________________________________
16313 [  2373] By: gsar                                  on 1998/11/28  19:30:06
16314     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16315          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
16316          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
16317          Subject: [PATCH 5.005_53] Change $#+
16318  Branch: perl
16319        ! mg.c pod/perlvar.pod t/op/pat.t
16320 ____________________________________________________________________________
16321 [  2372] By: gsar                                  on 1998/11/28  19:28:00
16322     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16323          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
16324          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
16325          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
16326  Branch: perl
16327        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
16328        ! thrdvar.h
16329 ____________________________________________________________________________
16330 [  2371] By: gsar                                  on 1998/11/28  19:23:53
16331     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16332          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
16333          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
16334          Subject: [PATCH 5.005_53] better -Mre=debugcolor
16335  Branch: perl
16336        ! embedvar.h objXSUB.h regexec.c thrdvar.h
16337 ____________________________________________________________________________
16338 [  2370] By: gsar                                  on 1998/11/28  19:21:17
16339     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16340          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
16341          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
16342          Subject: [PATCH 5.005_*] regcolors
16343  Branch: perl
16344        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
16345 ____________________________________________________________________________
16346 [  2369] By: gsar                                  on 1998/11/28  19:00:15
16347     Log: allow final period in a file (not followed by a newline) to
16348          terminate format spec
16349  Branch: perl
16350        ! toke.c
16351 ____________________________________________________________________________
16352 [  2368] By: gsar                                  on 1998/11/28  18:58:25
16353     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
16354          add C<$Config{installarchlib}/CORE> to the default locations searched
16355          on win32
16356  Branch: perl
16357        ! lib/ExtUtils/Liblist.pm
16358 ____________________________________________________________________________
16359 [  2367] By: gsar                                  on 1998/11/28  18:46:05
16360     Log: applied suggested patch with PERL_OBJECT tweaks
16361          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16362          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
16363          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
16364          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
16365  Branch: perl
16366        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
16367        ! regexec.c t/op/pat.t thrdvar.h
16368 ____________________________________________________________________________
16369 [  2366] By: gsar                                  on 1998/11/28  18:38:34
16370     Log: additional documentation for qr//
16371          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16372          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
16373          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
16374          Subject: [PATCH 5.005_*] Documentation (fwd)
16375  Branch: perl
16376        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
16377 ____________________________________________________________________________
16378 [  2365] By: gsar                                  on 1998/11/28  18:35:35
16379     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16380          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
16381          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
16382          Subject: [PATCH 5.005_*] Fix \G in REx without //g
16383  Branch: perl
16384        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
16385        ! regexp.h t/op/pat.t thrdvar.h
16386 ____________________________________________________________________________
16387 [  2364] By: gsar                                  on 1998/11/28  18:24:20
16388     Log: update Test.pm to Test-1.12; tweak 're' detection
16389  Branch: perl
16390        ! lib/Test.pm
16391 ____________________________________________________________________________
16392 [  2363] By: gsar                                  on 1998/11/28  18:12:04
16393     Log: avoid command-line quoting portability problems in lex_assign.t
16394  Branch: perl
16395        ! t/op/lex_assign.t
16396 ____________________________________________________________________________
16397 [  2362] By: gsar                                  on 1998/11/28  18:08:50
16398     Log: From: John Tobey <jtobey@channel1.com>
16399          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
16400          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
16401          Subject: PATCH: document English.pm sawampersand and thread issues
16402  Branch: perl
16403        ! lib/English.pm pod/perlvar.pod
16404 ____________________________________________________________________________
16405 [  2361] By: gsar                                  on 1998/11/28  18:03:04
16406     Log: fix uninitialized warnings
16407          From: Brian Callaghan <callagh@itginc.com>
16408          Date: Thu, 19 Nov 1998 17:49:10 -0800
16409          Message-Id: <3654CA96.B64FCAEB@itginc.com>
16410          Subject: Complete.pm patch (version 1.1)
16411  Branch: perl
16412        ! lib/Term/Complete.pm
16413 ____________________________________________________________________________
16414 [  2360] By: gsar                                  on 1998/11/28  17:59:16
16415     Log: s/Array/List/ suggested by John Tobey
16416  Branch: perl
16417        ! pod/perldata.pod
16418 ____________________________________________________________________________
16419 [  2359] By: gsar                                  on 1998/11/28  17:47:48
16420     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
16421  Branch: perl
16422        ! lib/Tie/Handle.pm pod/perlfunc.pod
16423 ____________________________________________________________________________
16424 [  2358] By: jhi                                   on 1998/11/28  17:23:15
16425     Log: Revamp the locale tests.
16426          (0) Instead of rewiring a few locales scan for them.
16427          (1) Bogus test #101 removed.
16428          (2) All the locales are checked, the lists of failed
16429          and non-failed ones are displayed.
16430          (3) The test #103 is again 'active' so that it may fail.
16431          (4) To balance (3) a hopefully pacifying message is shown
16432          if the #103 fails.
16433  Branch: cfgperl
16434        ! t/pragma/locale.t
16435 ____________________________________________________________________________
16436 [  2357] By: gsar                                  on 1998/11/28  17:21:07
16437     Log: add perlreftut.pod
16438  Branch: perl
16439        + pod/perlreftut.pod
16440        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
16441        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
16442        ! win32/pod.mak
16443 ____________________________________________________________________________
16444 [  2356] By: jhi                                   on 1998/11/28  16:58:01
16445     Log: Change #2346 fallout.
16446  Branch: cfgperl
16447        ! t/op/undef.t
16448 ____________________________________________________________________________
16449 [  2355] By: gsar                                  on 1998/11/28  16:46:43
16450     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
16451          ANSI prototypes
16452  Branch: perl
16453        ! ext/IO/IO.xs
16454 ____________________________________________________________________________
16455 [  2354] By: gsar                                  on 1998/11/28  16:08:07
16456     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
16457          keep platform hacks that aren't in the 1.20 dist; add new files
16458          to MANIFEST; hack Makefile.PL; result hasn't been tested
16459          anywhere
16460  Branch: perl
16461        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
16462        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16463        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
16464        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
16465        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
16466        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16467        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16468        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16469        ! t/lib/io_sock.t t/lib/io_udp.t
16470 ____________________________________________________________________________
16471 [  2353] By: jhi                                   on 1998/11/28  15:51:03
16472     Log: Locale collation, ctype, and numeric, were initialized wrong
16473          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
16474          as reported by
16475          
16476          From: Ilya.Sandler@etak.com (Ilya Sandler)
16477          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
16478          To: perlbug@perl.com
16479          Date: 25 Nov 1998 04:53:52 +0200
16480          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
16481  Branch: cfgperl
16482        ! util.c
16483 ____________________________________________________________________________
16484 [  2352] By: nick                                  on 1998/11/28  15:21:59
16485     Log: Implement $^C to allow perl access to -c flag - I think this 
16486          was agreed once...
16487  Branch: perl
16488        ! gv.c mg.c
16489 ____________________________________________________________________________
16490 [  2351] By: jhi                                   on 1998/11/28  15:14:24
16491     Log: Change #2251 fixup.
16492  Branch: cfgperl
16493        ! myconfig
16494 ____________________________________________________________________________
16495 [  2350] By: jhi                                   on 1998/11/28  14:58:19
16496     Log: Integrate from mainperl.
16497  Branch: cfgperl
16498       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16499       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16500       +> pod/perl5005delta.pod
16501       !> (integrate 49 files)
16502 ____________________________________________________________________________
16503 [  2349] By: jhi                                   on 1998/11/28  14:27:36
16504     Log: Passwd and group file groveling.
16505  Branch: cfgperl
16506        ! t/op/grent.t t/op/pwent.t
16507 ____________________________________________________________________________
16508 [  2348] By: gsar                                  on 1998/11/28  14:09:50
16509     Log: more conservative version of changes#2345,2346,2347; those break
16510          C<defined(@{"foo::ISA"})> which seems to be extensively used in
16511          the libs :-(
16512  Branch: perl
16513        ! pp.c t/op/method.t
16514 ____________________________________________________________________________
16515 [  2347] By: gsar                                  on 1998/11/28  13:36:08
16516     Log: tweak bogus test
16517  Branch: perl
16518        ! t/op/method.t
16519 ____________________________________________________________________________
16520 [  2346] By: gsar                                  on 1998/11/28  13:20:34
16521     Log: test cases for previous change
16522  Branch: perl
16523        ! t/op/undef.t
16524 ____________________________________________________________________________
16525 [  2345] By: gsar                                  on 1998/11/28  13:07:17
16526     Log: fix typo in pp_defined() causing C<defined %tied> to fail
16527  Branch: perl
16528        ! pp.c
16529 ____________________________________________________________________________
16530 [  2344] By: gsar                                  on 1998/11/28  13:03:29
16531     Log: s/comment/comment_t/ tweak (suggested by John Gorman
16532          <jgorman@webbysoft.com>)
16533  Branch: perl
16534        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16535 ____________________________________________________________________________
16536 [  2343] By: gsar                                  on 1998/11/28  12:52:40
16537     Log: add (stub) perldelta.pod
16538  Branch: perl
16539        + pod/perldelta.pod
16540 ____________________________________________________________________________
16541 [  2342] By: gsar                                  on 1998/11/28  12:49:26
16542     Log: rename perldelta.pod to perl5005delta.pod in preparation for
16543          starting a new one
16544  Branch: perl
16545       +> pod/perl5005delta.pod
16546        - pod/perldelta.pod
16547        ! MANIFEST pod/perl.pod
16548 ____________________________________________________________________________
16549 [  2341] By: gsar                                  on 1998/11/28  12:41:55
16550     Log: fix MALLOC_LOCK #define
16551  Branch: perl
16552        ! malloc.c
16553 ____________________________________________________________________________
16554 [  2340] By: gsar                                  on 1998/11/28  12:18:23
16555     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16556          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
16557          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
16558          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
16559  Branch: perl
16560        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
16561 ____________________________________________________________________________
16562 [  2339] By: jhi                                   on 1998/11/28  11:59:01
16563     Log: Add -lm to dynix/ptx POSIX hints.
16564          From: "Martin J. Bligh" <mbligh@sequent.com>
16565          To: jhi@iki.fi
16566          Subject: Re: Making Perl work on DYNIX/ptx
16567          Date: Wed, 25 Nov 1998 10:34:41 -0800
16568          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
16569  Branch: cfgperl
16570        ! ext/POSIX/hints/dynixptx.pl
16571 ____________________________________________________________________________
16572 [  2338] By: jhi                                   on 1998/11/28  11:57:19
16573     Log: Detypo.
16574  Branch: cfgperl
16575        ! lib/filetest.pm
16576 ____________________________________________________________________________
16577 [  2337] By: jhi                                   on 1998/11/28  11:56:29
16578     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
16579  Branch: cfgperl
16580        ! Configure
16581 ____________________________________________________________________________
16582 [  2336] By: gsar                                  on 1998/11/28  11:41:14
16583     Log: teach CPAN.pm to ignore beta perl distributions when looking for
16584          modules
16585          From: root@dogberry.rutgers.edu (root)
16586          Date: Thu, 12 Nov 1998 23:08:39 -0500
16587          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
16588          Subject: recompile tries getting a perl distribution
16589  Branch: perl
16590        ! lib/CPAN.pm
16591 ____________________________________________________________________________
16592 [  2335] By: gsar                                  on 1998/11/28  11:27:46
16593     Log: make $1 et al readonly under threads; make C<undef $1> fail like
16594          C<$1 = undef> does
16595  Branch: perl
16596        ! op.c pp.c t/op/undef.t
16597 ____________________________________________________________________________
16598 [  2334] By: gsar                                  on 1998/11/28  10:24:52
16599     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
16600  Branch: perl
16601        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
16602 ____________________________________________________________________________
16603 [  2333] By: gsar                                  on 1998/11/28  09:36:40
16604     Log: document changed PERL_HASH()
16605  Branch: perl
16606        ! pod/perlfunc.pod pod/perlguts.pod
16607 ____________________________________________________________________________
16608 [  2332] By: nick                                  on 1998/11/27  21:10:27
16609     Log: Handle INIT list in C.pm
16610          1. Provide init_av() from B.xs
16611          2. Export it in B.pm
16612          3. Use it in C.pm
16613          Also disable some pruning in savecv() which seems to undo
16614          my previous patch.
16615          Experimental feature - save pathnames of .so files in easily 
16616          grep-able form for use in wrapper to feed to linker.  
16617  Branch: perl
16618        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
16619 ____________________________________________________________________________
16620 [  2327] By: gsar                                  on 1998/11/27  15:12:01
16621     Log: integrate change#2315 from maint-5.005
16622  Branch: perl
16623        ! t/op/sort.t
16624       !> op.c sv.c
16625 ____________________________________________________________________________
16626 [  2326] By: gsar                                  on 1998/11/27  15:00:42
16627     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
16628  Branch: perl
16629       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
16630       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16631       !> lib/ExtUtils/typemap
16632 ____________________________________________________________________________
16633 [  2325] By: gsar                                  on 1998/11/27  14:46:18
16634     Log: malloc bugfix and documentation from Ilya Zakharevich
16635          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
16636          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
16637          Subject: [PATCH 5.005_*] Re: Internal coredump
16638          --
16639          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
16640          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
16641          Subject: [PATCH 5.005_*] malloc.c documentation
16642  Branch: perl
16643        ! malloc.c
16644 ____________________________________________________________________________
16645 [  2324] By: gsar                                  on 1998/11/27  14:41:38
16646     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
16647  Branch: perl
16648        ! ext/B/B/C.pm
16649 ____________________________________________________________________________
16650 [  2323] By: gsar                                  on 1998/11/27  14:33:44
16651     Log: From: maeda@src.ricoh.co.jp
16652          Date: Tue, 24 Nov 1998 10:37:45 +0900
16653          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
16654          Subject: format "..." bug
16655  Branch: perl
16656        ! pp_ctl.c t/op/write.t
16657 ____________________________________________________________________________
16658 [  2322] By: gsar                                  on 1998/11/27  14:20:12
16659     Log: add ext/Devel/Peek
16660          From: jan.dubois@ibm.net (Jan Dubois)
16661          Date: Mon, 23 Nov 1998 00:48:11 +0100
16662          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
16663          Subject: [PATCH 5.005_53] Devel::Peek integration
16664  Branch: perl
16665        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
16666        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16667        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
16668        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
16669        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16670 ____________________________________________________________________________
16671 [  2321] By: gsar                                  on 1998/11/27  13:03:08
16672     Log: ensure 'make regen_headers' even without perl installed
16673          (suggested by Ilya Zakharevich)
16674  Branch: perl
16675        ! bytecode.pl warning.pl
16676 ____________________________________________________________________________
16677 [  2320] By: gsar                                  on 1998/11/27  12:58:36
16678     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16679          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
16680          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
16681          Subject: [PATCH 5.005_*] Cosmetic malloc patch
16682  Branch: perl
16683        ! malloc.c
16684 ____________________________________________________________________________
16685 [  2319] By: gsar                                  on 1998/11/27  12:56:13
16686     Log: eliminate dup hunk from integration
16687  Branch: perl
16688        ! lib/filetest.pm perl.h
16689 ____________________________________________________________________________
16690 [  2318] By: gsar                                  on 1998/11/27  12:50:08
16691     Log: integrate cfgperl changes into mainline
16692  Branch: perl
16693       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
16694        ! pod/perlfaq4.pod
16695       !> (integrate 30 files)
16696 ____________________________________________________________________________
16697 [  2317] By: jhi                                   on 1998/11/27  11:38:13
16698     Log: C<-x>.
16699  Branch: cfgperl
16700        ! lib/filetest.pm
16701 ____________________________________________________________________________
16702 [  2316] By: jhi                                   on 1998/11/27  11:10:22
16703     Log: Integrate from mainperl.
16704  Branch: cfgperl
16705       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
16706       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
16707       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
16708       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
16709       !> win32/win32sck.c
16710 ____________________________________________________________________________
16711 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
16712     Log: integrate change#2246 from mainline, while still allowing
16713          C<sort $globref @foo>
16714          
16715          allow C<sort $coderef @foo>
16716  Branch: maint-5.005/perl
16717        ! op.c sv.c
16718       !> t/op/sort.t
16719 ____________________________________________________________________________
16720 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
16721     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
16722          forwarded by Jarkko Hietaniemi from Mark Bixby
16723  Branch: maint-5.005/perl
16724        ! ext/DynaLoader/dl_mpeix.xs installperl
16725 ____________________________________________________________________________
16726 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
16727     Log: Allow PL_FILES to have multiple targets from one source by allowing
16728          an array ref as the value in the hash
16729  Branch: maint-5.005/perl
16730        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16731        ! lib/ExtUtils/MakeMaker.pm
16732 ____________________________________________________________________________
16733 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
16734     Log: fix unsigned variables to use SvUV and sv_setuv
16735  Branch: maint-5.005/perl
16736        ! lib/ExtUtils/typemap
16737 ____________________________________________________________________________
16738 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
16739     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
16740  Branch: maint-5.005/perl
16741        ! lib/ExtUtils/MM_Unix.pm
16742 ____________________________________________________________________________
16743 [  2301] By: gsar                                  on 1998/11/26  10:16:54
16744     Log: fix PL_defoutgv leak under threads
16745  Branch: perl
16746        ! ext/Thread/Thread.xs
16747 ____________________________________________________________________________
16748 [  2300] By: gsar                                  on 1998/11/26  09:04:44
16749     Log: properly free temporaries created by threads
16750  Branch: perl
16751        ! ext/Thread/Thread.xs
16752 ____________________________________________________________________________
16753 [  2299] By: gsar                                  on 1998/11/26  06:51:16
16754     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
16755          to set the package for the block properly
16756  Branch: perl
16757        ! op.c t/comp/package.t t/lib/dumper.t
16758 ____________________________________________________________________________
16759 [  2298] By: nick                                  on 1998/11/24  22:04:20
16760     Log: Part-1 of tweaks to allow Tk to be "compiled"
16761          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
16762          (May also need attention to exports etc. - to follow.)
16763  Branch: perl
16764        ! universal.c
16765 ____________________________________________________________________________
16766 [  2294] By: jhi                                   on 1998/11/23  10:44:26
16767     Log: The new socket tests need in some platforms
16768          to #include <sys/types.h>.
16769  Branch: cfgperl
16770        ! Configure
16771 ____________________________________________________________________________
16772 [  2293] By: jhi                                   on 1998/11/23  10:33:42
16773     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16774          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
16775          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16776          Date: Mon, 23 Nov 1998 10:07:04 +0100
16777          Message-Id: <9811230907.AA06484@AWT.nl>
16778          
16779          NeXTstep NetInfo uses nidump to get the user/group databases.
16780  Branch: cfgperl
16781        ! t/op/grent.t t/op/pwent.t
16782 ____________________________________________________________________________
16783 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
16784     Log: Updated Porting/patchls utility.
16785  Branch: maint-5.004/perl
16786        ! Porting/patchls
16787 ____________________________________________________________________________
16788 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
16789     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
16790          From:  Henrik Tougaard <ht.000@foa.dk>
16791          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
16792          Files:  lib/Sys/Syslog.pm
16793  Branch: maint-5.004/perl
16794        ! lib/Sys/Syslog.pm
16795 ____________________________________________________________________________
16796 [  2286] By: jhi                                   on 1998/11/22  19:08:42
16797     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
16798  Branch: cfgperl
16799        ! ext/Socket/Socket.xs
16800 ____________________________________________________________________________
16801 [  2285] By: jhi                                   on 1998/11/22  18:21:07
16802     Log: MSG_PROXY for GNU/Hurd (previously we believed that
16803          all GNU libc platforms have MSG_PROXY.  Untrue).
16804          In fact this ended up as a major MSG_* and SCM_*
16805          update.  The MSG_XXX known to be enums in some
16806          versions of the glibc are now probed for and respective
16807          HAS_MSG_XXX are defined.  While I was at it I noticed
16808          SCM_RIGHTS being similarly an enum.  This reminded me of
16809          an ancient discussion in perl5-porters:
16810          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
16811          The BSD socket interface has a nifty feature for passing
16812          file descriptors and credentials--via sockets.  It may be
16813          too late to add this functionality to the CORE but
16814          at least Configure now probes for the functions,
16815          structs, and includes, defining the appropriate
16816          HAS_YYY and I_ZZZ, and the Socket extension exports
16817          the constants, in case somebody wants to write an
16818          extension for this interface.
16819  Branch: cfgperl
16820        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16821        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
16822        ! iperlsys.h
16823 ____________________________________________________________________________
16824 [  2284] By: jhi                                   on 1998/11/22  18:13:21
16825     Log: perlhist.pod 1.54, containing 5_53.
16826  Branch: cfgperl
16827        ! pod/perlhist.pod
16828 ____________________________________________________________________________
16829 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
16830     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
16831  Branch: maint-5.004/perl
16832        ! doio.c
16833 ____________________________________________________________________________
16834 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
16835     Log: Improve op/die_exit.t test for implicit close changing $!
16836  Branch: maint-5.004/perl
16837        ! t/op/die_exit.t
16838 ____________________________________________________________________________
16839 [  2268] By: jhi                                   on 1998/11/22  14:44:11
16840     Log: Fix thinko.
16841  Branch: cfgperl
16842        ! hints/dynixptx.sh
16843 ____________________________________________________________________________
16844 [  2267] By: jhi                                   on 1998/11/22  13:19:41
16845     Log: Document the d_socket override.
16846  Branch: cfgperl
16847        ! hints/dynixptx.sh
16848 ____________________________________________________________________________
16849 [  2266] By: jhi                                   on 1998/11/22  12:12:29
16850     Log: From: John Tobey <jtobey@channel1.com>
16851          Subject: [PATCH] perlfaq typos
16852          To: perl5-porters@perl.com
16853          Date: 22 Nov 1998 04:25:15 +0200
16854          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
16855  Branch: cfgperl
16856        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16857        ! pod/perlfaq7.pod pod/perlfaq8.pod
16858 ____________________________________________________________________________
16859 [  2265] By: jhi                                   on 1998/11/22  12:06:29
16860     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16861          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
16862          Newsgroups: hut.lists.perl5-porters
16863          To: gsar@engin.umich.edu (Gurusamy Sarathy)
16864          Cc: perl5-porters@perl.org (Perl5 Porters)
16865          Date: 20 Nov 1998 12:20:41 +0200
16866  Branch: cfgperl
16867        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16868        ! ext/DB_File/DB_File.xs
16869 ____________________________________________________________________________
16870 [  2264] By: jhi                                   on 1998/11/22  11:55:09
16871     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
16872          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16873          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16874          To: perlbug@perl.com
16875          Date: 20 Nov 1998 18:39:06 +0200
16876          Lines: 47
16877          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16878  Branch: cfgperl
16879        ! t/op/grent.t t/op/pwent.t
16880 ____________________________________________________________________________
16881 [  2263] By: jhi                                   on 1998/11/22  11:42:59
16882     Log: Permission testing is tricky when we have too much power.
16883          Problem reported in
16884          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
16885          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
16886          To: perlbug@perl.com
16887          Date: 20 Nov 1998 18:39:06 +0200
16888          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
16889  Branch: cfgperl
16890        ! t/op/filetest.t
16891 ____________________________________________________________________________
16892 [  2262] By: gsar                                  on 1998/11/22  11:37:02
16893     Log: fix broken CAPI generation
16894  Branch: perl
16895        ! win32/GenCAPI.pl
16896 ____________________________________________________________________________
16897 [  2261] By: jhi                                   on 1998/11/22  11:17:00
16898     Log: -x should be C<-x>, reported by Gerben Wierda.
16899  Branch: cfgperl
16900        ! pod/perlfunc.pod
16901 ____________________________________________________________________________
16902 [  2260] By: gsar                                  on 1998/11/22  11:12:02
16903     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
16904  Branch: perl
16905        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
16906        ! proto.h
16907 ____________________________________________________________________________
16908 [  2259] By: jhi                                   on 1998/11/22  11:06:40
16909     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16910          Subject: Re: [PATCH] Re: pod2man bug in date generated line
16911          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
16912          Cc: perlbug@perl.com
16913          Date: 20 Nov 1998 21:30:17 +0200
16914          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
16915  Branch: cfgperl
16916        ! pod/pod2man.PL
16917 ____________________________________________________________________________
16918 [  2256] By: jhi                                   on 1998/11/21  10:44:01
16919     Log: From: Thomas Bowditch <bowditch@inmet.com>
16920          Subject: Benchmark.pm suggestion
16921          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
16922          Date: Fri, 20 Nov 1998 17:43:46 -0500
16923          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
16924          
16925          Added timesum().
16926  Branch: cfgperl
16927        ! lib/Benchmark.pm
16928 ____________________________________________________________________________
16929 [  2255] By: gsar                                  on 1998/11/21  08:45:06
16930     Log: another win32 portability fix: make sysread() and syswrite()
16931          work on sockets
16932  Branch: perl
16933        ! pp_sys.c win32/win32.h
16934 ____________________________________________________________________________
16935 [  2254] By: gsar                                  on 1998/11/21  07:49:06
16936     Log: win32_recvfrom() compatibility fix
16937  Branch: perl
16938        ! win32/win32sck.c
16939 ____________________________________________________________________________
16940 [  2253] By: jhi                                   on 1998/11/20  08:22:06
16941     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16942          To: jhi@iki.fi
16943          Subject: MPE/iX Perl 5.005_02 oops
16944          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
16945          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
16946  Branch: cfgperl
16947        ! ext/DynaLoader/dl_mpeix.xs installperl
16948 ____________________________________________________________________________
16949 [  2252] By: gsar                                  on 1998/11/19  17:38:03
16950     Log: mess_sv tweak for change#2249
16951  Branch: perl
16952        ! util.c
16953 ____________________________________________________________________________
16954 [  2251] By: jhi                                   on 1998/11/18  12:32:19
16955     Log: Display use64bits and usemultiplicity but only if necessary.
16956  Branch: cfgperl
16957        ! myconfig
16958 ____________________________________________________________________________
16959 [  2250] By: jhi                                   on 1998/11/18  12:26:50
16960     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
16961          Subject: pp.c uses 'unsigned Quad_t'
16962          To: perlbug@perl.com 
16963          Date: Sun, 15 Nov 1998 20:57:05 -0300 
16964          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
16965  Branch: cfgperl
16966        ! perl.h pp.c
16967 ____________________________________________________________________________
16968 [  2249] By: gsar                                  on 1998/11/18  05:43:11
16969     Log: use PL_mess_sv only during global destruction (fixes problems with
16970          overlapping invocations of form()/warn()/die()/croak() trampling on
16971          each other's messages)
16972  Branch: perl
16973        ! mg.c util.c
16974 ____________________________________________________________________________
16975 [  2248] By: gsar                                  on 1998/11/18  05:39:36
16976     Log: tweak change#2245 to skip previous message if any
16977  Branch: perl
16978        ! pp_ctl.c t/pragma/warn/pp_ctl
16979 ____________________________________________________________________________
16980 [  2247] By: jhi                                   on 1998/11/17  11:46:56
16981     Log: Integrate from mainperl.
16982  Branch: cfgperl
16983       !> (integrate 26 files)
16984 ____________________________________________________________________________
16985 [  2246] By: gsar                                  on 1998/11/17  09:41:10
16986     Log: allow C<sort $coderef @foo>
16987  Branch: perl
16988        ! op.c t/op/sort.t t/pragma/overload.t
16989 ____________________________________________________________________________
16990 [  2245] By: gsar                                  on 1998/11/17  08:28:26
16991     Log: propagate failures in DESTROY() as (optional) warnings
16992  Branch: perl
16993        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
16994 ____________________________________________________________________________
16995 [  2244] By: gsar                                  on 1998/11/17  07:43:08
16996     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
16997  Branch: perl
16998        ! perl.c thrdvar.h
16999 ____________________________________________________________________________
17000 [  2243] By: gsar                                  on 1998/11/17  07:40:09
17001     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
17002  Branch: perl
17003        ! lib/warning.pm warning.h warning.pl
17004 ____________________________________________________________________________
17005 [  2242] By: gsar                                  on 1998/11/17  06:32:39
17006     Log: fix skipspace() to properly account for newlines in eval''-ed
17007          strings (caused bogus line numbers in diagnostics and debugger)
17008  Branch: perl
17009        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
17010 ____________________________________________________________________________
17011 [  2241] By: gsar                                  on 1998/11/17  03:48:12
17012     Log: s/Perl_utf8skip/PL_utf8skip/g
17013  Branch: perl
17014        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
17015 ____________________________________________________________________________
17016 [  2240] By: gsar                                  on 1998/11/14  06:09:06
17017     Log: rework op/groups.t
17018  Branch: perl
17019        ! t/op/filetest.t t/op/groups.t
17020 ____________________________________________________________________________
17021 [  2235] By: gsar                                  on 1998/11/14  00:17:05
17022     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
17023  Branch: perl
17024        ! op.c
17025 ____________________________________________________________________________
17026 [  2234] By: gsar                                  on 1998/11/14  00:14:02
17027     Log: update Changes
17028  Branch: perl
17029        ! Changes win32/config.bc win32/config.gc win32/config.vc
17030 ____________________________________________________________________________
17031 [  2233] By: gsar                                  on 1998/11/13  09:43:03
17032     Log: doc tweak
17033  Branch: perl
17034        ! README.win32
17035 ____________________________________________________________________________
17036 [  2230] By: jhi                                   on 1998/11/12  17:07:45
17037     Log: Allow hints file override for d_socket
17038          (based on Sequent-induced change #2229).
17039  Branch: cfgperl
17040        ! Configure
17041 ____________________________________________________________________________
17042 [  2229] By: jhi                                   on 1998/11/12  16:32:33
17043     Log: 
17044          From: "Martin J. Bligh" <mbligh@sequent.com>
17045          To: jhi@iki.fi
17046          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17047          Subject: Re: Making Perl work on DYNIX/ptx
17048          Date: Tue, 10 Nov 1998 16:24:26 -0800
17049          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
17050  Branch: cfgperl
17051        ! hints/dynixptx.sh
17052 ____________________________________________________________________________
17053 [  2228] By: jhi                                   on 1998/11/12  11:40:37
17054     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
17055          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
17056          To: jhi@iki.fi
17057          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17058          Subject: Re: Making Perl work on DYNIX/ptx
17059          Date: Tue, 10 Nov 1998 18:01:10 -0800
17060  Branch: cfgperl
17061        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17062 ____________________________________________________________________________
17063 [  2227] By: jhi                                   on 1998/11/12  11:17:42
17064     Log: Integrate from mainperl.
17065  Branch: cfgperl
17066       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
17067       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
17068       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17069       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
17070       !> win32/win32.c x2p/s2p.PL
17071 ____________________________________________________________________________
17072 [  2226] By: gsar                                  on 1998/11/11  21:05:42
17073     Log: provide -DPERL_POLLUTE
17074  Branch: perl
17075        ! embed.pl embedvar.h
17076 ____________________________________________________________________________
17077 [  2225] By: jhi                                   on 1998/11/09  07:45:12
17078     Log: From: Hans Mulder <hansm@icgroup.nl>
17079          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
17080          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
17081          perl5-porters@perl.org
17082          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
17083          (UNINSTALLED)
17084          Date: Sun,  8 Nov 98 22:20:23 +0100
17085          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
17086  Branch: cfgperl
17087        ! malloc.c perl.h
17088 ____________________________________________________________________________
17089 [  2224] By: gsar                                  on 1998/11/09  03:13:14
17090     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
17091          Christoph <lupe@alanya.m.isar.de>)
17092  Branch: perl
17093        ! lib/Text/Wrap.pm
17094 ____________________________________________________________________________
17095 [  2223] By: gsar                                  on 1998/11/09  02:09:06
17096     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
17097          <lionel.fourquaux@wanadoo.fr>)
17098  Branch: perl
17099        ! x2p/s2p.PL
17100 ____________________________________________________________________________
17101 [  2222] By: gsar                                  on 1998/11/09  01:56:24
17102     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
17103          Date: Wed, 04 Nov 1998 12:19:44 +0000
17104          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
17105          Subject: [PATCH] Re: [5.005_53] read overflow? 
17106          --
17107          Date: Wed, 04 Nov 1998 13:15:18 +0000
17108          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
17109          Subject: [PATCH 5.005_53] perl -V fix
17110  Branch: perl
17111        ! perl.c regexec.c
17112 ____________________________________________________________________________
17113 [  2221] By: gsar                                  on 1998/11/09  01:34:56
17114     Log: From: jan.dubois@ibm.net (Jan Dubois)
17115          Date: Sun, 01 Nov 1998 00:05:01 +0100
17116          Message-ID: <364294bd.18052307@smtp1.ibm.net>
17117          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
17118  Branch: perl
17119        ! Changes win32/makedef.pl
17120 ____________________________________________________________________________
17121 [  2220] By: gsar                                  on 1998/11/08  21:13:07
17122     Log: integrate changes#2120,2168,2218 from maint-5.005;
17123          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
17124          enum; make regen_headers
17125  Branch: perl
17126        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
17127        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
17128 ____________________________________________________________________________
17129 [  2219] By: gsar                                  on 1998/11/08  19:42:57
17130     Log: integrate cfgperl changes into mainline
17131  Branch: perl
17132       +> README.vmesa
17133       !> Configure MANIFEST Porting/Glossary Porting/config.sh
17134       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
17135       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
17136       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
17137       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
17138       !> thread.h vms/subconfigure.com vos/config.h
17139 ____________________________________________________________________________
17140 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
17141     Log: From: Graham Barr <gbarr@ti.com>
17142          Date: Mon, 2 Nov 1998 07:38:52 -0600
17143          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
17144          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
17145  Branch: maint-5.005/perl
17146        ! ext/IPC/SysV/Msg.pm
17147 ____________________________________________________________________________
17148 [  2215] By: gsar                                  on 1998/11/08  02:52:52
17149     Log: set close-on-exec bit on pipe() FDs
17150  Branch: perl
17151        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17152 ____________________________________________________________________________
17153 [  2214] By: gsar                                  on 1998/11/08  02:27:57
17154     Log: typo in newHVhv()
17155  Branch: perl
17156        ! hv.c
17157 ____________________________________________________________________________
17158 [  2211] By: jhi                                   on 1998/11/07  21:14:18
17159     Log: Finalize the Mach CThreads support.
17160          
17161          From: Hans Mulder <hansm@icgroup.nl>
17162          Date: Sat,  7 Nov 98 22:06:20 +0100
17163          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17164          Cc: jhi@iki.fi, perl5-porters@perl.org
17165          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
17166          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
17167  Branch: cfgperl
17168        ! malloc.c perl.h
17169 ____________________________________________________________________________
17170 [  2210] By: gsar                                  on 1998/11/06  20:36:50
17171     Log: fix AvREALISH bogusness
17172  Branch: perl
17173        ! av.c t/op/array.t
17174 ____________________________________________________________________________
17175 [  2209] By: jhi                                   on 1998/11/06  08:05:31
17176     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
17177          ASSERT() causes problems in {NeXTStep,OpenStep}.
17178          
17179          From: Hans Mulder <hansm@icgroup.nl>
17180          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17181          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17182          Date: Fri,  6 Nov 98 01:27:41 +0100
17183          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
17184          
17185          and
17186          
17187          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17188          Subject: Re: ASSERT() in malloc.c
17189          To: jhi@iki.fi
17190          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
17191          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
17192  Branch: cfgperl
17193        ! malloc.c
17194 ____________________________________________________________________________
17195 [  2208] By: jhi                                   on 1998/11/06  07:55:38
17196     Log: Mach CThreads needs #include <mach/cthreads.h>.
17197  Branch: cfgperl
17198        ! perl.h
17199 ____________________________________________________________________________
17200 [  2206] By: jhi                                   on 1998/11/05  14:54:52
17201     Log: PERL_BADLANG wrongly documented.
17202          
17203          From: ts <decoux@moulon.inra.fr>
17204          To: jhi@cc.hut.fi
17205          Subject: Re: Locale warning messages
17206          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
17207          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
17208          
17209          and
17210          
17211          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17212          Subject: Re: PERL_BADLANG
17213          To: jhi@iki.fi
17214          Subject: Re: PERL_BADLANG
17215          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
17216          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
17217  Branch: cfgperl
17218        ! pod/perllocale.pod
17219 ____________________________________________________________________________
17220 [  2205] By: jhi                                   on 1998/11/05  14:24:33
17221     Log: Document all the control flow keywords in perlfunc
17222          so that "perlfunc -f while" works.
17223  Branch: cfgperl
17224        ! pod/perlfunc.pod
17225 ____________________________________________________________________________
17226 [  2204] By: jhi                                   on 1998/11/05  12:46:02
17227     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
17228          (from vos/config.h).  Update Porting/{Glossary,config*}.
17229  Branch: cfgperl
17230        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17231        ! config_h.SH vos/config.h
17232 ____________________________________________________________________________
17233 [  2203] By: jhi                                   on 1998/11/05  08:34:39
17234     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
17235  Branch: cfgperl
17236        ! hints/vmesa.sh vms/subconfigure.com
17237 ____________________________________________________________________________
17238 [  2202] By: jhi                                   on 1998/11/05  08:03:20
17239     Log: Integrate from mainperl.
17240  Branch: cfgperl
17241       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
17242       !> win32/Makefile win32/makefile.mk win32/win32.c
17243 ____________________________________________________________________________
17244 [  2201] By: gsar                                  on 1998/11/05  04:40:44
17245     Log: another POPSTACK victim
17246  Branch: perl
17247        ! cop.h sv.c
17248 ____________________________________________________________________________
17249 [  2196] By: gsar                                  on 1998/11/05  02:07:54
17250     Log: fix a location affected by change#2191, add note about POPSTACK
17251  Branch: perl
17252        ! cop.h gv.c pp_ctl.c
17253 ____________________________________________________________________________
17254 [  2195] By: gsar                                  on 1998/11/05  02:04:45
17255     Log: makefile notes
17256  Branch: perl
17257        ! win32/Makefile win32/makefile.mk
17258 ____________________________________________________________________________
17259 [  2192] By: gsar                                  on 1998/11/04  23:48:53
17260     Log: indeterminate order-of-evaluation fixes
17261  Branch: perl
17262        ! mg.c
17263 ____________________________________________________________________________
17264 [  2191] By: gsar                                  on 1998/11/04  23:02:16
17265     Log: refetch local stack pointer in POPSTACK
17266  Branch: perl
17267        ! cop.h perl.c
17268 ____________________________________________________________________________
17269 [  2190] By: jhi                                   on 1998/11/04  08:50:40
17270     Log: Configure update.
17271          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
17272          
17273          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17274          To: Martin Bligh <mbligh@sequent.com>
17275          Cc: Jarkko Hietaniemi <jhi@iki.fi>
17276          Subject: Re: Perl 5's configure on DYNIX/ptx
17277          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
17278          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
17279          
17280          find sockets also from libsocket, not just libnet.
17281          OS390: $compile_ok instead of $compile for <inttypes.h>,
17282          
17283          From: pvhp@forte.com (Peter Prymmer)
17284          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
17285          Subject: _53 not OK on os390 but looking better than ever
17286          Date: Tue, 3 Nov 98 17:33:22 PST
17287          Message-Id: <9811040133.AA09450@forte.com>
17288  Branch: cfgperl
17289        ! Configure
17290 ____________________________________________________________________________
17291 [  2189] By: jhi                                   on 1998/11/04  07:43:58
17292     Log: sysio.t failure: fix undefined order of evaluation, from
17293          
17294          From: Spider Boardman <spider@web.zk3.dec.com>
17295          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
17296          To: perlbug@perl.com
17297          Date: 4 Nov 1998 01:22:30 +0200
17298          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
17299  Branch: cfgperl
17300        ! pp_sys.c
17301 ____________________________________________________________________________
17302 [  2188] By: gsar                                  on 1998/11/04  02:59:16
17303     Log: fix return value of win32_pclose()
17304  Branch: perl
17305        ! win32/win32.c
17306 ____________________________________________________________________________
17307 [  2187] By: gsar                                  on 1998/11/04  02:56:34
17308     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
17309  Branch: perl
17310        ! Changes doop.c gv.c util.c
17311 ____________________________________________________________________________
17312 [  2186] By: jhi                                   on 1998/11/03  08:17:52
17313     Log: Document quads in pack.
17314  Branch: cfgperl
17315        ! pod/perlfunc.pod
17316 ____________________________________________________________________________
17317 [  2185] By: jhi                                   on 1998/11/03  07:49:35
17318     Log: (IV) vs (I32) vs I_V()
17319          
17320          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
17321          From: Anton Berezin <tobez@plab.ku.dk> 
17322          To: "p5p" <perl5-porters@perl.org> 
17323          Date: 01 Nov 1998 15:09:11 +0100 
17324          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
17325          
17326          and
17327          
17328          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
17329          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
17330          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
17331  Branch: cfgperl
17332        ! sv.c
17333 ____________________________________________________________________________
17334 [  2184] By: jhi                                   on 1998/11/03  07:42:46
17335     Log: VM/ESA updates.
17336  Branch: cfgperl
17337        + README.vmesa
17338        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
17339 ____________________________________________________________________________
17340 [  2183] By: jhi                                   on 1998/11/02  12:58:13
17341     Log: The id(1)-parsing is real fun.
17342  Branch: cfgperl
17343        ! t/op/groups.t
17344 ____________________________________________________________________________
17345 [  2182] By: jhi                                   on 1998/11/02  12:07:43
17346     Log: Decommission the symlink test.
17347  Branch: cfgperl
17348        ! t/op/lex_assign.t
17349 ____________________________________________________________________________
17350 [  2181] By: jhi                                   on 1998/11/02  12:03:08
17351     Log: Replace ATTR_JOINABLE with true Configure probe
17352          for PTHREAD_CREATE_JOINABLE (or equivalent:
17353          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
17354          Remove ATTR_JOINABLE itself: Thread.xs uses
17355          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
17356          
17357          Really scan for <mach/cthreads.h> only if usethreads.
17358  Branch: cfgperl
17359        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
17360 ____________________________________________________________________________
17361 [  2180] By: jhi                                   on 1998/11/02  11:07:34
17362     Log: In HP-UX 10.X usethreads only if the required files are present.
17363  Branch: cfgperl
17364        ! hints/hpux.sh
17365 ____________________________________________________________________________
17366 [  2179] By: jhi                                   on 1998/11/02  09:10:33
17367     Log: Prefer groups(1).
17368          id -Gn can be broken.
17369          id -a can save the day.
17370  Branch: cfgperl
17371        ! t/op/groups.t
17372 ____________________________________________________________________________
17373 [  2178] By: jhi                                   on 1998/11/02  08:35:29
17374     Log: Detrail enum comma.
17375  Branch: cfgperl
17376        ! perl.h
17377 ____________________________________________________________________________
17378 [  2177] By: jhi                                   on 1998/11/02  08:24:12
17379     Log: 0**0 = 1, from
17380          
17381          From: d-lewart@uiuc.edu (Daniel S. Lewart)
17382          Subject: Math::Complex 0**0 patches
17383          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
17384          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
17385          To: jhi@iki.fi (Jarkko Hietaniemi),
17386          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
17387  Branch: cfgperl
17388        ! lib/Math/Complex.pm t/lib/complex.t
17389 ____________________________________________________________________________
17390 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
17391     Log: From: jan.dubois@ibm.net (Jan Dubois)   
17392          Date: Fri, 09 Oct 1998 23:28:31 +0200
17393          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
17394          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
17395  Branch: maint-5.005/perl
17396        ! XSUB.h
17397 ____________________________________________________________________________
17398 [  2164] By: jhi                                   on 1998/10/31  15:50:02
17399     Log: Integrate from mainperl.
17400  Branch: cfgperl
17401       +> t/op/lex_assign.t
17402       !> (integrate 45 files)
17403
17404 ----------------
17405 Version 5.005_53
17406 ----------------
17407
17408 ____________________________________________________________________________
17409 [  2163] By: gsar                                  on 1998/10/31  11:31:12
17410     Log: bump patchlevel; other minor fixes for clean build and test on
17411          Solaris and win32
17412  Branch: perl
17413        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
17414        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
17415        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
17416        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17417        ! x2p/a2p.c
17418 ____________________________________________________________________________
17419 [  2162] By: gsar                                  on 1998/10/31  09:40:31
17420     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17421          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
17422          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
17423          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
17424  Branch: perl
17425        ! pp.h
17426 ____________________________________________________________________________
17427 [  2161] By: gsar                                  on 1998/10/31  09:39:13
17428     Log: From: Albert Dvornik <bert@genscan.com>
17429          Date: 30 Oct 1998 17:50:04 -0500
17430          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
17431          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
17432  Branch: perl
17433        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
17434 ____________________________________________________________________________
17435 [  2160] By: gsar                                  on 1998/10/31  09:35:03
17436     Log: fix for bugs in -x mode
17437          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17438          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
17439          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
17440          Subject: [PATCH 5.00552] Fix h2xs
17441  Branch: perl
17442        ! utils/h2xs.PL
17443 ____________________________________________________________________________
17444 [  2159] By: gsar                                  on 1998/10/31  09:31:36
17445     Log: Data::Dumper update
17446  Branch: perl
17447        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
17448        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
17449 ____________________________________________________________________________
17450 [  2153] By: gsar                                  on 1998/10/30  21:40:09
17451     Log: add testsuite portion of patch
17452          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17453          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
17454          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
17455          Subject: [PATCH 5.00321 ;-)] 87% speedup
17456  Branch: perl
17457        + t/op/lex_assign.t
17458        ! MANIFEST
17459 ____________________________________________________________________________
17460 [  2152] By: gsar                                  on 1998/10/30  21:08:11
17461     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
17462  Branch: perl
17463        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
17464 ____________________________________________________________________________
17465 [  2151] By: gsar                                  on 1998/10/30  20:18:09
17466     Log: From: Mark-Jason Dominus <mjd@plover.com>
17467          Date: Fri, 30 Oct 1998 14:24:23 EST
17468          Message-Id: <19981030192423.27276.qmail@plover.com>
17469          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
17470  Branch: perl
17471        ! x2p/walk.c
17472 ____________________________________________________________________________
17473 [  2150] By: gsar                                  on 1998/10/30  20:08:57
17474     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17475          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
17476          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
17477          Subject: [PATCH 5.00552] Overloaded <> and deref again
17478  Branch: perl
17479        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
17480        ! t/pragma/overload.t toke.c
17481 ____________________________________________________________________________
17482 [  2149] By: gsar                                  on 1998/10/30  19:38:15
17483     Log: From: Roderick Schertler <roderick@argon.org>
17484          Date: Thu, 29 Oct 1998 14:50:18 -0500
17485          Message-ID: <17625.909690618@eeyore.ibcinc.com>
17486          Subject: patch for daemonization docs in perlipc
17487  Branch: perl
17488        ! pod/perlipc.pod
17489 ____________________________________________________________________________
17490 [  2148] By: gsar                                  on 1998/10/30  19:36:07
17491     Log: From: Anton Berezin <tobez@plab.ku.dk>
17492          Date: 29 Oct 1998 17:06:25 +0100
17493          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
17494          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
17495  Branch: perl
17496        ! win32/win32.c
17497 ____________________________________________________________________________
17498 [  2147] By: gsar                                  on 1998/10/30  19:31:37
17499     Log: tweaked version of suggested patch
17500          From: Anton Berezin <tobez@plab.ku.dk>
17501          Date: 29 Oct 1998 14:48:54 +0100
17502          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
17503          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
17504  Branch: perl
17505        ! win32/win32.c
17506 ____________________________________________________________________________
17507 [  2146] By: gsar                                  on 1998/10/30  19:03:50
17508     Log: hand-apply whitespace-mutiliated patch
17509          From: "vishal bhatia" <vishalb@hotmail.com>
17510          Date: Wed, 28 Oct 1998 23:45:32 PST
17511          Message-ID: <19981029074534.2334.qmail@hotmail.com>
17512          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
17513  Branch: perl
17514        ! ext/B/B/C.pm ext/B/B/CC.pm
17515 ____________________________________________________________________________
17516 [  2145] By: gsar                                  on 1998/10/30  18:46:58
17517     Log: remaining PL_foo stragglers
17518  Branch: perl
17519        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
17520        ! op.h os2/os2.c vms/gen_shrfls.pl
17521 ____________________________________________________________________________
17522 [  2144] By: gsar                                  on 1998/10/30  17:38:36
17523     Log: integrate cfgperl tweaks into mainline
17524  Branch: perl
17525       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
17526       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17527 ____________________________________________________________________________
17528 [  2143] By: jhi                                   on 1998/10/30  13:27:39
17529     Log: There can be multiple yacc/bison errors.
17530  Branch: cfgperl
17531        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17532 ____________________________________________________________________________
17533 [  2142] By: jhi                                   on 1998/10/30  13:18:43
17534     Log: README.posix-bc update.
17535  Branch: cfgperl
17536        ! README.posix-bc
17537 ____________________________________________________________________________
17538 [  2141] By: jhi                                   on 1998/10/30  09:12:59
17539     Log: #2133 fallout.
17540  Branch: cfgperl
17541        ! doio.c ext/POSIX/POSIX.xs
17542 ____________________________________________________________________________
17543 [  2140] By: jhi                                   on 1998/10/30  08:43:18
17544     Log: Integrate from mainperl.
17545  Branch: cfgperl
17546       +> globvar.sym pp.sym
17547        - objpp.h thread.sym
17548       !> (integrate 61 files)
17549 ____________________________________________________________________________
17550 [  2133] By: gsar                                  on 1998/10/30  02:51:39
17551     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
17552          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
17553          should soon be automated also; the global variables that
17554          escaped the PL_foo conversion are now reined in; renamed
17555          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
17556          type of same name; duplicated lists of pp_things in various
17557          places is now gone; result has only been tested on win32
17558  Branch: perl
17559        + globvar.sym pp.sym
17560        - objpp.h thread.sym
17561        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
17562        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
17563        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
17564        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
17565        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
17566        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
17567        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
17568        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
17569        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17570        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17571        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
17572 ____________________________________________________________________________
17573 [  2130] By: jhi                                   on 1998/10/29  15:31:26
17574     Log: Pure bison yylex() proto was broken.
17575  Branch: cfgperl
17576        ! proto.h
17577 ____________________________________________________________________________
17578 [  2126] By: jhi                                   on 1998/10/29  08:35:54
17579     Log: Integrate mainperl.
17580  Branch: cfgperl
17581       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17582       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
17583       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
17584       !> t/pragma/warn/doio toke.c win32/makefile.mk
17585 ____________________________________________________________________________
17586 [  2125] By: jhi                                   on 1998/10/29  08:32:38
17587     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
17588  Branch: cfgperl
17589        ! Makefile.SH
17590 ____________________________________________________________________________
17591 [  2124] By: jhi                                   on 1998/10/29  08:06:44
17592     Log: EBCDIC Makefile.SH tuneup.
17593  Branch: cfgperl
17594        ! Makefile.SH
17595 ____________________________________________________________________________
17596 [  2119] By: gsar                                  on 1998/10/28  23:24:04
17597     Log: remove doubled hunk from integration
17598  Branch: perl
17599        ! pp.c
17600 ____________________________________________________________________________
17601 [  2118] By: gsar                                  on 1998/10/28  22:03:31
17602     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17603          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
17604          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
17605          Subject: [PATCH 5.00552] Minor debugger tweaks
17606  Branch: perl
17607        ! lib/perl5db.pl
17608 ____________________________________________________________________________
17609 [  2117] By: gsar                                  on 1998/10/28  22:02:30
17610     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17611          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
17612          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
17613          Subject: [PATCH 5.00552] Make sort respect overloading
17614  Branch: perl
17615        ! pp_ctl.c proto.h t/pragma/overload.t
17616 ____________________________________________________________________________
17617 [  2116] By: gsar                                  on 1998/10/28  21:51:11
17618     Log: MM patches from Ilya Zakharevich
17619          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
17620          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
17621          Subject: [PATCH 5.00552] Make MakeMaker more verbose
17622          --
17623          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
17624          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
17625          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
17626  Branch: perl
17627        ! lib/ExtUtils/MakeMaker.pm
17628 ____________________________________________________________________________
17629 [  2115] By: gsar                                  on 1998/10/28  21:46:19
17630     Log: add explicit references to perl source path in ld2 and gcc2
17631  Branch: perl
17632        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
17633 ____________________________________________________________________________
17634 [  2114] By: gsar                                  on 1998/10/28  21:39:56
17635     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
17636          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
17637          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
17638          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
17639  Branch: perl
17640        ! INSTALL
17641 ____________________________________________________________________________
17642 [  2113] By: gsar                                  on 1998/10/28  21:21:16
17643     Log: integrate cfgperl into mainline
17644  Branch: perl
17645       +> t/op/filetest.t
17646       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
17647       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
17648       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
17649       !> thread.h toke.c vmesa/Makefile
17650 ____________________________________________________________________________
17651 [  2112] By: gsar                                  on 1998/10/28  21:14:18
17652     Log: minor cleanup
17653  Branch: perl
17654        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
17655 ____________________________________________________________________________
17656 [  2111] By: gsar                                  on 1998/10/28  18:52:10
17657     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
17658  Branch: perl
17659        ! toke.c
17660 ____________________________________________________________________________
17661 [  2110] By: jhi                                   on 1998/10/28  15:07:54
17662     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
17663  Branch: cfgperl
17664        ! Makefile.SH
17665 ____________________________________________________________________________
17666 [  2109] By: jhi                                   on 1998/10/28  13:39:54
17667     Log: a2p.y needs to generate also y.tab.h.
17668  Branch: cfgperl
17669        ! Makefile.SH
17670 ____________________________________________________________________________
17671 [  2108] By: jhi                                   on 1998/10/28  10:33:36
17672     Log: The "parse error" must be converted to "syntax error",
17673          just matching it aint' enough.
17674  Branch: cfgperl
17675        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17676        ! t/pragma/warning.t
17677 ____________________________________________________________________________
17678 [  2107] By: jhi                                   on 1998/10/28  10:23:05
17679     Log: Regen sig_n{ame,umber}* if slightest doubt.
17680  Branch: cfgperl
17681        ! Configure
17682 ____________________________________________________________________________
17683 [  2106] By: jhi                                   on 1998/10/28  08:44:49
17684     Log: Bison says 'parse error', not 'parser error'.
17685  Branch: cfgperl
17686        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17687        ! t/pragma/warning.t
17688 ____________________________________________________________________________
17689 [  2105] By: jhi                                   on 1998/10/28  08:42:09
17690     Log: yylex() parametrization.
17691  Branch: cfgperl
17692        ! proto.h toke.c
17693 ____________________________________________________________________________
17694 [  2104] By: jhi                                   on 1998/10/28  08:25:09
17695     Log: Bring in #2102.
17696  Branch: cfgperl
17697        ! pp.c
17698 ____________________________________________________________________________
17699 [  2103] By: jhi                                   on 1998/10/28  08:22:04
17700     Log: From: Dominic Dunlop <domo@vo.lu>
17701          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
17702          Date: 27 Oct 1998 20:47:25 +0200
17703          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
17704  Branch: cfgperl
17705        ! t/op/groups.t
17706 ____________________________________________________________________________
17707 [  2102] By: larry                                 on 1998/10/27  18:58:55
17708     Log: utf8 change to quotemeta broke EBCDIC
17709  Branch: perl
17710        ! pp.c
17711 ____________________________________________________________________________
17712 [  2101] By: jhi                                   on 1998/10/27  12:55:34
17713     Log: $Config{sig_num_init}.
17714          Also, a new approach to the 'pthreads-created-joinable': drop
17715          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
17716          directly. (See also #2096).
17717  Branch: cfgperl
17718        ! Configure config_h.SH
17719 ____________________________________________________________________________
17720 [  2100] By: jhi                                   on 1998/10/27  10:48:55
17721     Log: Regenerated perly_c.diff.
17722  Branch: cfgperl
17723        ! perly_c.diff
17724 ____________________________________________________________________________
17725 [  2099] By: jhi                                   on 1998/10/27  08:42:25
17726     Log: First the mangler was Netscape, then it was me.
17727  Branch: cfgperl
17728        ! vmesa/Makefile
17729 ____________________________________________________________________________
17730 [  2098] By: jhi                                   on 1998/10/27  08:34:40
17731     Log: `id -Gn` might be available where `groups` is not.
17732  Branch: cfgperl
17733        ! t/op/groups.t
17734 ____________________________________________________________________________
17735 [  2097] By: jhi                                   on 1998/10/27  08:05:17
17736     Log: Netscape had mangled the tabs.
17737  Branch: cfgperl
17738        ! vmesa/Makefile
17739 ____________________________________________________________________________
17740 [  2096] By: jhi                                   on 1998/10/27  08:03:05
17741     Log: ATTR_JOINABLE logic, based on (private email)
17742          
17743          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
17744          Subject: Some little diffs
17745          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
17746          Date: Tue, 27 Oct 1998 13:44:42 +1300
17747  Branch: cfgperl
17748        ! thread.h
17749 ____________________________________________________________________________
17750 [  2095] By: jhi                                   on 1998/10/27  07:56:57
17751     Log: Mach cthreads support based on:
17752          
17753          From: brie@corp.home.net (Brian Harrison)
17754          Subject: perl5.005_02 patch for mthreads
17755          To: perl5-porters@perl.org
17756          Date: 24 Oct 1998 01:01:55 +0300
17757          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
17758          
17759          Pthread yield probe (dejavu)
17760          Cosmetic nanochange for the union semun output.
17761          Better inttypes.h probe.
17762          Undo the 'void *' $selecttype probe from #1971 because
17763          it breaks the $selectminbits test.
17764  Branch: cfgperl
17765        ! Configure config_h.SH perl.h thread.h
17766 ____________________________________________________________________________
17767 [  2094] By: jhi                                   on 1998/10/26  13:02:07
17768     Log: Also posix-bc wants to reyacc.
17769  Branch: cfgperl
17770        ! Makefile.SH
17771 ____________________________________________________________________________
17772 [  2093] By: jhi                                   on 1998/10/26  10:17:21
17773     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
17774          5_02 and really breaking things in non-ASCII worlds.
17775  Branch: cfgperl
17776        ! pp.c
17777 ____________________________________________________________________________
17778 [  2092] By: jhi                                   on 1998/10/26  09:08:00
17779     Log: More robustness.
17780  Branch: cfgperl
17781        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
17782        ! t/pragma/warning.t
17783 ____________________________________________________________________________
17784 [  2091] By: jhi                                   on 1998/10/26  08:47:32
17785     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
17786          Bison really wants YYLEX_PARAM.
17787  Branch: cfgperl
17788        ! perly.y proto.h toke.c
17789 ____________________________________________________________________________
17790 [  2090] By: jhi                                   on 1998/10/26  08:21:25
17791     Log: s/YYLEX_PARAM/YYLEXPARAM/
17792  Branch: cfgperl
17793        ! perly.y
17794 ____________________________________________________________________________
17795 [  2089] By: jhi                                   on 1998/10/26  08:17:33
17796     Log: Indicate skipped subtests.
17797  Branch: cfgperl
17798        ! t/io/pipe.t
17799 ____________________________________________________________________________
17800 [  2088] By: jhi                                   on 1998/10/26  08:11:36
17801     Log: Integrate from mainperl.
17802  Branch: cfgperl
17803       !> (integrate 54 files)
17804 ____________________________________________________________________________
17805 [  2087] By: jhi                                   on 1998/10/26  08:08:02
17806     Log: Add test for filetests.
17807  Branch: cfgperl
17808        + t/op/filetest.t
17809        ! MANIFEST
17810 ____________________________________________________________________________
17811 [  2086] By: gsar                                  on 1998/10/26  02:44:44
17812     Log: various win32 tweaks; disable new xs_cpp section (it creates
17813          ambiguous inference graph for %.xs --> %.o)
17814  Branch: perl
17815        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
17816        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
17817        ! win32/config.gc win32/config_H.gc win32/makedef.pl
17818        ! win32/makefile.mk win32/win32.h
17819 ____________________________________________________________________________
17820 [  2085] By: gsar                                  on 1998/10/26  00:50:02
17821     Log: sanity-check $Config{drand01} in rand.t
17822  Branch: perl
17823        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
17824        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17825 ____________________________________________________________________________
17826 [  2078] By: gsar                                  on 1998/10/25  10:22:04
17827     Log: update win32/config*.?c
17828  Branch: perl
17829        ! Changes win32/config.bc win32/config.gc win32/config.vc
17830        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17831 ____________________________________________________________________________
17832 [  2077] By: gsar                                  on 1998/10/25  08:39:25
17833     Log: From: Graham Barr <gbarr@pobox.com>
17834          Date: Sat, 24 Oct 1998 21:45:50 -0500
17835          Message-ID: <19981024214550.C508@pobox.com>
17836          Subject: Re: die with a reference  should use overload "" operator
17837  Branch: perl
17838        ! pp_ctl.c
17839 ____________________________________________________________________________
17840 [  2076] By: gsar                                  on 1998/10/25  08:37:49
17841     Log: From: Graham Barr <gbarr@pobox.com>
17842          Date: Sat, 24 Oct 1998 12:45:21 -0500
17843          Message-ID: <19981024124521.C512@pobox.com>
17844          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
17845  Branch: perl
17846        ! sv.c
17847 ____________________________________________________________________________
17848 [  2075] By: gsar                                  on 1998/10/25  08:24:09
17849     Log: fix C<print $n += 5;> etc.
17850  Branch: perl
17851        ! toke.c
17852 ____________________________________________________________________________
17853 [  2074] By: gsar                                  on 1998/10/25  08:12:28
17854     Log: list builtins with portability caveats
17855          From: Jarkko Hietaniemi <jhi@iki.fi>
17856          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
17857          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
17858          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
17859  Branch: perl
17860        ! pod/perlfunc.pod
17861 ____________________________________________________________________________
17862 [  2073] By: gsar                                  on 1998/10/25  07:55:43
17863     Log: fix stack overrun in file test operators
17864  Branch: perl
17865        ! pp_sys.c
17866 ____________________________________________________________________________
17867 [  2072] By: gsar                                  on 1998/10/25  07:29:45
17868     Log: implement C<goto &func> and other fixes (via private mail)
17869          From:    "vishal bhatia" <vishalb@hotmail.com>
17870          Date:    Wed, 21 Oct 1998 22:59:03 PDT
17871          Message-Id: <19981022055904.20083.qmail@hotmail.com>
17872          Subject: [PATCH 5.005_52] More fixes for B
17873  Branch: perl
17874        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17875 ____________________________________________________________________________
17876 [  2071] By: gsar                                  on 1998/10/25  07:14:41
17877     Log: From: Graham Barr <gbarr@pobox.com>
17878          Date: Sat, 17 Oct 1998 20:42:41 -0500
17879          Message-ID: <19981017204241.G510@pobox.com>
17880          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
17881  Branch: perl
17882        ! pp_ctl.c
17883 ____________________________________________________________________________
17884 [  2070] By: gsar                                  on 1998/10/25  07:07:29
17885     Log: avoid bogus line number in XSUB redefined warnings
17886  Branch: perl
17887        ! op.c
17888 ____________________________________________________________________________
17889 [  2069] By: gsar                                  on 1998/10/25  06:59:03
17890     Log: From: Martijn Koster <mak@excitecorp.com>
17891          Date: Wed, 21 Oct 1998 13:12:03 +0100
17892          Message-ID: <19981021131203.A15661@excitecorp.com>
17893          Subject: File::Path::mkpath reports the wrong error
17894  Branch: perl
17895        ! lib/File/Path.pm
17896 ____________________________________________________________________________
17897 [  2068] By: gsar                                  on 1998/10/25  06:54:43
17898     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
17899          Date: Tue, 20 Oct 1998 20:52:20 -0500
17900          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
17901          Subject: Exporter.pm's export_to_level() argument handling buggy
17902  Branch: perl
17903        ! lib/Exporter.pm
17904 ____________________________________________________________________________
17905 [  2067] By: gsar                                  on 1998/10/25  06:50:19
17906     Log: From: jan.dubois@ibm.net (Jan Dubois)
17907          Date: Wed, 21 Oct 1998 00:55:51 +0200
17908          Message-ID: <36380269.55370608@smtp1.ibm.net>
17909          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
17910  Branch: perl
17911        ! ext/DynaLoader/DynaLoader_pm.PL
17912 ____________________________________________________________________________
17913 [  2066] By: gsar                                  on 1998/10/25  06:48:19
17914     Log: recognize '%' as a shell metachar for win32
17915          From: jan.dubois@ibm.net (Jan Dubois)
17916          Date: Tue, 20 Oct 1998 21:57:35 +0200
17917          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
17918          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
17919  Branch: perl
17920        ! win32/win32.c
17921 ____________________________________________________________________________
17922 [  2065] By: gsar                                  on 1998/10/25  06:46:30
17923     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
17924  Branch: perl
17925        ! sv.c
17926 ____________________________________________________________________________
17927 [  2064] By: gsar                                  on 1998/10/25  06:45:09
17928     Log: From: Gisle Aas <gisle@aas.no>
17929          Date: 20 Oct 1998 14:24:44 +0200
17930          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
17931          Subject: ord() and unpack("U*",...) should not be negative
17932  Branch: perl
17933        ! pp.c
17934 ____________________________________________________________________________
17935 [  2063] By: gsar                                  on 1998/10/25  06:42:29
17936     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17937          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
17938          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
17939          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
17940  Branch: perl
17941        ! os2/os2.c
17942 ____________________________________________________________________________
17943 [  2062] By: gsar                                  on 1998/10/25  06:41:26
17944     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17945          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
17946          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
17947          Subject: [PATCH 5.005_*] Speed up aassign
17948  Branch: perl
17949        ! pp_hot.c
17950 ____________________________________________________________________________
17951 [  2061] By: gsar                                  on 1998/10/25  06:39:04
17952     Log: From: Graham Barr <gbarr@pobox.com>
17953          Date: Sat, 17 Oct 1998 22:22:02 -0500
17954          Message-ID: <19981017222202.J510@pobox.com>
17955          Subject: Re: '*' prototype does not allow bareword with strict
17956  Branch: perl
17957        ! toke.c
17958 ____________________________________________________________________________
17959 [  2060] By: gsar                                  on 1998/10/25  06:37:34
17960     Log: handle '::' in section names properly
17961          From: Graham Barr <gbarr@pobox.com>
17962          Date: Sat, 17 Oct 1998 12:57:54 -0500
17963          Message-ID: <19981017125754.C510@pobox.com>
17964          Subject: Re: pod2html
17965  Branch: perl
17966        ! lib/Pod/Html.pm
17967 ____________________________________________________________________________
17968 [  2059] By: gsar                                  on 1998/10/25  06:33:43
17969     Log: integrate changes#1982,2014,2021 (from maint-5.005)
17970  Branch: perl
17971       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
17972       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
17973 ____________________________________________________________________________
17974 [  2058] By: gsar                                  on 1998/10/25  05:44:17
17975     Log: allow more win32 symbol exports (suggested by Jan Dubois)
17976  Branch: perl
17977        ! win32/makedef.pl
17978 ____________________________________________________________________________
17979 [  2057] By: gsar                                  on 1998/10/25  05:40:40
17980     Log: integrate change#2053 from maint-5.005
17981  Branch: perl
17982       !> cop.h t/cmd/while.t
17983 ____________________________________________________________________________
17984 [  2056] By: gsar                                  on 1998/10/25  05:16:41
17985     Log: commented version of a patch suggested by Drago Goricanec
17986          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17987          Date: 16 Oct 1998 15:24:45 +0300
17988          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
17989          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
17990  Branch: perl
17991        ! pp_sys.c
17992 ____________________________________________________________________________
17993 [  2055] By: gsar                                  on 1998/10/25  05:11:03
17994     Log: include eof() in description of buffering caveats
17995          From: Anton Berezin <tobez@plab.ku.dk>
17996          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
17997          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
17998          Subject: [DOCPATCH] pod/perlfunc.pod
17999  Branch: perl
18000        ! pod/perlfunc.pod
18001 ____________________________________________________________________________
18002 [  2054] By: gsar                                  on 1998/10/25  05:07:42
18003     Log: disallow 'x' in hex numbers (except leading '0x')
18004          From: Gisle Aas <gisle@aas.no>
18005          Date: 16 Oct 1998 16:33:12 +0200
18006          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
18007          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
18008  Branch: perl
18009        ! perlvars.h t/op/oct.t util.c
18010 ____________________________________________________________________________
18011 [  2052] By: gsar                                  on 1998/10/25  04:49:04
18012     Log: avoid the circular refcnt logic in magic_mutexfree()
18013  Branch: perl
18014        ! mg.c pp.c pp_hot.c
18015 ____________________________________________________________________________
18016 [  2051] By: gsar                                  on 1998/10/25  04:35:07
18017     Log: properly restore PL_rsfp_filters after require
18018  Branch: perl
18019        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
18020        ! scope.h
18021 ____________________________________________________________________________
18022 [  2050] By: gsar                                  on 1998/10/25  02:42:32
18023     Log: integrate cfgperl changes back into mainline
18024  Branch: perl
18025       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
18026       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18027       !> (integrate 33 files)
18028 ____________________________________________________________________________
18029 [  2049] By: gsar                                  on 1998/10/25  01:30:48
18030     Log: avoid "mysterious" compile-time failures without messages
18031  Branch: perl
18032        ! gv.c
18033 ____________________________________________________________________________
18034 [  2041] By: gsar                                  on 1998/10/23  21:11:56
18035     Log: checkin jpl under //depot/perlext/jpl/...
18036  Branch: perlext
18037        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
18038        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18039        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18040        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18041        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18042        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
18043        + jpl/PerlInterpreter/Makefile.PL
18044        + jpl/PerlInterpreter/PerlInterpreter.c
18045        + jpl/PerlInterpreter/PerlInterpreter.h
18046        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18047        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
18048        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
18049        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
18050        + jpl/get_jdk/jdk_hosts jpl/install-jpl
18051 ____________________________________________________________________________
18052 [  2040] By: larry                                 on 1998/10/23  19:31:42
18053     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
18054  Branch: perl
18055        ! pp.c
18056 ____________________________________________________________________________
18057 [  2039] By: larry                                 on 1998/10/23  18:48:34
18058     Log: tr///d does not seem to work
18059  Branch: perl
18060        ! lib/utf8_heavy.pl
18061 ____________________________________________________________________________
18062 [  2038] By: larry                                 on 1998/10/23  18:00:41
18063     Log: Program with utf8 identifiers fails to compile
18064  Branch: perl
18065        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
18066 ____________________________________________________________________________
18067 [  2037] By: jhi                                   on 1998/10/23  14:04:51
18068     Log: Test suite portability:
18069          - posix-bc does not write to broken pipes
18070          - filehand #11 only iff we have fork
18071          - warning.t can now match $expected using regular expressions
18072  Branch: cfgperl
18073        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
18074        ! t/pragma/warning.t
18075 ____________________________________________________________________________
18076 [  2036] By: jhi                                   on 1998/10/23  12:12:07
18077     Log: yacc clarification.
18078  Branch: cfgperl
18079        ! README.posix-bc
18080 ____________________________________________________________________________
18081 [  2035] By: jhi                                   on 1998/10/23  12:09:59
18082     Log: Some C compilers get upset about 8-bit characters in /* comments. */
18083  Branch: cfgperl
18084        ! mg.c
18085 ____________________________________________________________________________
18086 [  2034] By: jhi                                   on 1998/10/22  09:11:52
18087     Log: Configure update: both for pthread_yield more robust
18088          testing (all variants of pthread_attr_getdetachstate()) --
18089          and because Configure was broken in major way! About 1000
18090          last lines were truncated.
18091  Branch: cfgperl
18092        ! Configure
18093 ____________________________________________________________________________
18094 [  2033] By: jhi                                   on 1998/10/22  07:47:10
18095     Log: DJGPP feedback for #2028.
18096  Branch: cfgperl
18097        ! thread.h
18098 ____________________________________________________________________________
18099 [  2032] By: jhi                                   on 1998/10/21  13:03:57
18100     Log: yielding, the saga continues.
18101  Branch: cfgperl
18102        ! Configure config_h.SH
18103       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
18104       !> t/op/goto.t t/pragma/constant.t
18105 ____________________________________________________________________________
18106 [  2031] By: jhi                                   on 1998/10/21  09:15:42
18107     Log: VM/ESA feedback for #2028.
18108  Branch: cfgperl
18109        ! Configure config_h.SH thread.h
18110 ____________________________________________________________________________
18111 [  2030] By: gsar                                  on 1998/10/21  04:22:53
18112     Log: fix handling of mayhaps-extended @_ in goto &sub
18113  Branch: perl
18114        ! av.c pp_ctl.c t/op/goto.t
18115 ____________________________________________________________________________
18116 [  2029] By: gsar                                  on 1998/10/21  00:54:14
18117     Log: restore sanity to "constant" references
18118  Branch: perl
18119        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
18120 ____________________________________________________________________________
18121 [  2028] By: jhi                                   on 1998/10/20  15:01:20
18122     Log: OLD_PTHREADS_API reorganizing.
18123  Branch: cfgperl
18124        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
18125        ! vmesa/vmesaish.h
18126 ____________________________________________________________________________
18127 [  2027] By: jhi                                   on 1998/10/20  14:14:51
18128     Log: #2026 fallout.
18129  Branch: cfgperl
18130        ! Makefile.SH
18131 ____________________________________________________________________________
18132 [  2026] By: jhi                                   on 1998/10/20  11:47:21
18133     Log: VM/ESA update.
18134  Branch: cfgperl
18135        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
18136 ____________________________________________________________________________
18137 [  2025] By: jhi                                   on 1998/10/20  08:20:56
18138     Log: 64-bitness, based on
18139          
18140          From: Scott Henry <scotth@sgi.com>
18141          To: perl-64bit@perl.org
18142          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
18143          Subject: Re: Configure problems/questions...
18144          Date: 19 Oct 1998 22:38:06 -0700
18145  Branch: cfgperl
18146        ! hints/irix_6.sh perl.h
18147 ____________________________________________________________________________
18148 [  2024] By: jhi                                   on 1998/10/20  08:09:07
18149     Log: Add lseeksize.
18150  Branch: cfgperl
18151        ! config_h.SH
18152 ____________________________________________________________________________
18153 [  2023] By: jhi                                   on 1998/10/20  08:08:33
18154     Log: Mumble about _yields() only when threaded.
18155  Branch: cfgperl
18156        ! Configure
18157 ____________________________________________________________________________
18158 [  2022] By: jhi                                   on 1998/10/20  07:46:26
18159     Log: Thinko at PTHREADS_CREATED_JOINABLE.
18160  Branch: cfgperl
18161        ! thread.h
18162 ____________________________________________________________________________
18163 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
18164     Log: From: Chip Salzenberg <chip@perlsupport.com>
18165          Date: Tue, 6 Oct 1998 13:33:05 -0400
18166          Message-ID: <19981006133305.A2348@perlsupport.com>
18167          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
18168  Branch: maint-5.005/perl
18169        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
18170        ! t/op/tie.t
18171 ____________________________________________________________________________
18172 [  2020] By: jhi                                   on 1998/10/19  09:15:53
18173     Log: YIELD more robustly.
18174  Branch: cfgperl
18175        ! thread.h
18176 ____________________________________________________________________________
18177 [  2019] By: jhi                                   on 1998/10/19  08:48:33
18178     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
18179          the 'new' one (just like DJGPP, it seems).
18180  Branch: cfgperl
18181        ! thread.h
18182 ____________________________________________________________________________
18183 [  2018] By: jhi                                   on 1998/10/19  07:02:44
18184     Log: vmesaish.h doesn't exclude unixish.h.
18185  Branch: cfgperl
18186        ! perl.h
18187 ____________________________________________________________________________
18188 [  2017] By: jhi                                   on 1998/10/19  06:44:19
18189     Log: 1<<$randbits is not good for randbits=48.
18190  Branch: cfgperl
18191        ! t/op/rand.t
18192 ____________________________________________________________________________
18193 [  2016] By: jhi                                   on 1998/10/19  06:39:47
18194     Log: Make #2012 glob pattern more portable.
18195  Branch: cfgperl
18196        ! Makefile.SH
18197 ____________________________________________________________________________
18198 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
18199     Log: Fix POSIX::sigprocmask not to check type of $old parameter
18200          as it is output only
18201  Branch: maint-5.005/perl
18202        ! ext/POSIX/POSIX.xs
18203 ____________________________________________________________________________
18204 [  2012] By: jhi                                   on 1998/10/17  15:04:23
18205     Log: clean numbered core dumps and t/tmp[0-9]*.
18206  Branch: cfgperl
18207        ! Makefile.SH
18208 ____________________________________________________________________________
18209 [  2011] By: jhi                                   on 1998/10/17  14:59:15
18210     Log: More robust yacc/bison failure output handling.
18211  Branch: cfgperl
18212        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18213 ____________________________________________________________________________
18214 [  2010] By: jhi                                   on 1998/10/17  14:51:05
18215     Log: BC2000 POSIX update.
18216  Branch: cfgperl
18217        ! MANIFEST
18218 ____________________________________________________________________________
18219 [  2009] By: jhi                                   on 1998/10/17  14:49:46
18220     Log: POSIX BC2000 port from perl-mvs:
18221          
18222          Subject: Ported perl 5.005.02 to BS2000 / POSIX
18223          From: Dorner Thomas <Thomas.Dorner@start.de> 
18224          Date: Tue, 29 Sep 1998 13:29:36 +0100 
18225          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
18226  Branch: cfgperl
18227        + README.posix-bc hints/posix-bc.sh
18228        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
18229        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
18230        ! unixish.h
18231 ____________________________________________________________________________
18232 [  2008] By: jhi                                   on 1998/10/17  14:07:49
18233     Log: VM/ESA-update.
18234  Branch: cfgperl
18235        ! MANIFEST
18236 ____________________________________________________________________________
18237 [  2007] By: jhi                                   on 1998/10/17  13:55:34
18238     Log: Forgot few S_I* imports.
18239  Branch: cfgperl
18240        ! t/lib/ipc_sysv.t
18241 ____________________________________________________________________________
18242 [  2006] By: jhi                                   on 1998/10/17  13:43:54
18243     Log: The VM/ESA port essentials, based on
18244          
18245          perl-mvs:
18246          
18247          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18248          Subject: Re: Can't find Data/Dumper.pm
18249          Date: Mon, 28 Sep 1998 07:40:49 +1300
18250          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
18251          
18252          private email:
18253          
18254          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18255          Subject: Re: Perl thread problems in VM/ESA
18256          Date: Thu, 15 Oct 1998 07:18:35 +1300
18257          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
18258          
18259          and private email:
18260          
18261          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
18262          Subject:  perl archive
18263          Date:  Sun, 11 Oct 1998 19:28:54 EDT
18264          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
18265          which gave a pointer to
18266          
18267          http://pucc.princeton.edu/~neale/perl.tar
18268          
18269          (based on Perl 5.005_51)
18270  Branch: cfgperl
18271        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18272        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
18273        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
18274        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
18275 ____________________________________________________________________________
18276 [  2005] By: jhi                                   on 1998/10/17  13:17:19
18277     Log: Integrate mainperl.
18278  Branch: cfgperl
18279       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
18280       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18281       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
18282       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
18283       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
18284       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
18285       !> win32/makefile.mk
18286 ____________________________________________________________________________
18287 [  2004] By: jhi                                   on 1998/10/17  11:19:06
18288     Log: Removed an extra ' from the int64_t test.
18289  Branch: cfgperl
18290        ! Configure
18291 ____________________________________________________________________________
18292 [  2003] By: gsar                                  on 1998/10/17  04:11:40
18293     Log: silence -w noises (suggested by Greg Bacon)
18294  Branch: perl
18295        ! lib/Term/Complete.pm
18296 ____________________________________________________________________________
18297 [  2002] By: gsar                                  on 1998/10/17  04:07:48
18298     Log: From: Gisle Aas <gisle@aas.no>
18299          Date: 14 Oct 1998 15:53:14 +0200
18300          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
18301          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
18302  Branch: perl
18303        ! util.c
18304 ____________________________________________________________________________
18305 [  2001] By: gsar                                  on 1998/10/17  04:06:10
18306     Log: From: Gisle Aas <gisle@aas.no>
18307          Date: 14 Oct 1998 15:17:44 +0200
18308          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
18309          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
18310  Branch: perl
18311        ! toke.c
18312 ____________________________________________________________________________
18313 [  2000] By: gsar                                  on 1998/10/17  03:06:33
18314     Log: From: Gisle Aas <gisle@aas.no>
18315          Date: 14 Oct 1998 00:38:06 +0200
18316          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
18317          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
18318  Branch: perl
18319        ! sv.c
18320 ____________________________________________________________________________
18321 [  1999] By: gsar                                  on 1998/10/17  03:04:48
18322     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18323          Date: Tue, 13 Oct 1998 15:10:57 -0700
18324          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
18325          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
18326  Branch: perl
18327        ! vms/ext/Stdio/Stdio.pm
18328 ____________________________________________________________________________
18329 [  1998] By: gsar                                  on 1998/10/17  03:00:40
18330     Log: skip readonly vars and unref references when doing a reset()
18331  Branch: perl
18332        ! sv.c
18333 ____________________________________________________________________________
18334 [  1997] By: gsar                                  on 1998/10/17  02:49:19
18335     Log: fix buggy treatment of large checksums on unicode strings
18336          From: Gisle Aas <gisle@aas.no>
18337          Date: 13 Oct 1998 21:35:39 +0200
18338          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
18339          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
18340  Branch: perl
18341        ! pp.c
18342 ____________________________________________________________________________
18343 [  1996] By: gsar                                  on 1998/10/17  02:43:22
18344     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18345          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
18346          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
18347          Subject: [PATCH 5.005_52] Memory overrun in os2.c
18348  Branch: perl
18349        ! os2/Makefile.SHs os2/os2.c
18350 ____________________________________________________________________________
18351 [  1995] By: gsar                                  on 1998/10/17  02:42:01
18352     Log: clarify section name rules for typemaps
18353  Branch: perl
18354        ! pod/perlxs.pod
18355 ____________________________________________________________________________
18356 [  1994] By: gsar                                  on 1998/10/17  02:33:02
18357     Log: whitespace-proof grent.t
18358  Branch: perl
18359        ! t/op/grent.t
18360 ____________________________________________________________________________
18361 [  1993] By: gsar                                  on 1998/10/17  02:27:29
18362     Log: fix bug in B::CC::pp_sassign()
18363          From: "vishal bhatia" <vishalb@hotmail.com>
18364          Date: Sun, 11 Oct 1998 18:41:38 PDT
18365          Message-ID: <19981012014139.19614.qmail@hotmail.com>
18366          Subject: B::CC problems with pp_sassign routine
18367  Branch: perl
18368        ! ext/B/B/CC.pm
18369 ____________________________________________________________________________
18370 [  1992] By: gsar                                  on 1998/10/17  02:17:49
18371     Log: applied suggested patch with small doc tweak
18372          From: Gisle Aas <gisle@aas.no>
18373          Date: 11 Oct 1998 12:53:13 +0200
18374          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
18375          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
18376  Branch: perl
18377        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
18378        ! t/op/tiehandle.t
18379 ____________________________________________________________________________
18380 [  1991] By: gsar                                  on 1998/10/17  02:08:30
18381     Log: apply non-conflicting parts from suggested patch
18382          From: jan.dubois@ibm.net (Jan Dubois)
18383          Date: Sat, 10 Oct 1998 13:15:45 +0200
18384          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
18385          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
18386  Branch: perl
18387        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18388 ____________________________________________________________________________
18389 [  1990] By: gsar                                  on 1998/10/17  02:01:24
18390     Log: provide option to enable optimization with VC (suggested by Jan
18391          Dubois)
18392  Branch: perl
18393        ! win32/Makefile win32/makefile.mk
18394 ____________________________________________________________________________
18395 [  1989] By: gsar                                  on 1998/10/17  01:55:27
18396     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
18397          Dave Leppik <dleppik@gage.com>
18398  Branch: perl
18399        ! perl.h
18400 ____________________________________________________________________________
18401 [  1988] By: gsar                                  on 1998/10/17  01:49:05
18402     Log: stray typo found by Hugo van der Sanden
18403  Branch: perl
18404        ! op.c
18405 ____________________________________________________________________________
18406 [  1987] By: gsar                                  on 1998/10/17  01:45:52
18407     Log: perldoc pod update
18408          From: Daniel Grisinger <dgris@perrin.dimensional.com>
18409          Date: 06 Oct 1998 23:56:51 -0600
18410          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
18411          Subject: [PATCH _02 and _52] perldoc
18412  Branch: perl
18413        ! utils/perldoc.PL
18414 ____________________________________________________________________________
18415 [  1986] By: gsar                                  on 1998/10/17  01:41:40
18416     Log: qualify names of builtins
18417  Branch: perl
18418        ! ext/POSIX/POSIX.pm
18419 ____________________________________________________________________________
18420 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
18421     Log: From: Jochen Wiedmann <joe@ispsoft.de>
18422          Date: Thu, 17 Sep 1998 17:16:06 +0200
18423          Message-ID: <360127B6.E44564A@ispsoft.de>
18424          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
18425  Branch: maint-5.005/perl
18426        ! lib/ExtUtils/MakeMaker.pm
18427 ____________________________________________________________________________
18428 [  1978] By: gsar                                  on 1998/10/16  01:58:58
18429     Log: integrate cfgperl mods into mainline
18430  Branch: perl
18431       +> ext/DynaLoader/dl_vmesa.xs
18432        ! Porting/genlog
18433       !> Configure MANIFEST Makefile.SH config_h.SH
18434       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18435       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
18436       !> x2p/Makefile.SH
18437 ____________________________________________________________________________
18438 [  1976] By: gsar                                  on 1998/10/16  00:10:52
18439     Log: stray tweak
18440  Branch: perl
18441        ! op.c
18442 ____________________________________________________________________________
18443 [  1975] By: gsar                                  on 1998/10/15  23:54:38
18444     Log: propagate typeness of lexicals while cloning them
18445  Branch: perl
18446        ! op.c
18447 ____________________________________________________________________________
18448 [  1974] By: gsar                                  on 1998/10/15  23:53:25
18449     Log: s/last/first/ typo in append_list()
18450  Branch: perl
18451        ! op.c
18452 ____________________________________________________________________________
18453 [  1973] By: gsar                                  on 1998/10/15  20:06:17
18454     Log: nuke confperl branch and contents
18455  Branch: confperl
18456        - (delete 1284 files)
18457 ____________________________________________________________________________
18458 [  1972] By: jhi                                   on 1998/10/15  07:07:35
18459     Log: Test #162 had been added but the "print 1..161" had not been updated.
18460  Branch: cfgperl
18461        ! t/op/pat.t
18462 ____________________________________________________________________________
18463 [  1971] By: gsar                                  on 1998/10/15  03:09:58
18464     Log: check in all confperl changes as of change#1964 into cfgperl
18465  Branch: cfgperl
18466        + ext/DynaLoader/dl_vmesa.xs
18467        ! Configure MANIFEST Makefile.SH config_h.SH
18468        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
18469        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
18470 ____________________________________________________________________________
18471 [  1970] By: gsar                                  on 1998/10/15  03:05:59
18472     Log: integrate mainline to get tr.t
18473  Branch: cfgperl
18474       +> t/op/tr.t
18475 ____________________________________________________________________________
18476 [  1969] By: gsar                                  on 1998/10/15  03:04:17
18477     Log: add missing tr.t to repository
18478  Branch: perl
18479        + t/op/tr.t
18480 ____________________________________________________________________________
18481 [  1968] By: gsar                                  on 1998/10/15  03:02:43
18482     Log: create cfgperl branch
18483  Branch: cfgperl
18484       +> (branch 1282 files)
18485 ____________________________________________________________________________
18486 [  1967] By: gsar                                  on 1998/10/15  02:46:08
18487     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
18488          (MAN3PODS cannot be set to ' '; stray stricture violation)
18489  Branch: perl
18490        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
18491        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
18492        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
18493        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
18494        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
18495        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
18496        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
18497        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
18498        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
18499        ! lib/ExtUtils/MM_Unix.pm
18500 ____________________________________________________________________________
18501 [  1966] By: gsar                                  on 1998/10/15  02:19:03
18502     Log: tweak to make fix in change#1944 behave correctly for closures
18503          created within eval''
18504  Branch: perl
18505        ! op.c t/op/eval.t
18506 ____________________________________________________________________________
18507 [  1965] By: gsar                                  on 1998/10/14  23:22:41
18508     Log: use better numbers for exitstatus test
18509  Branch: perl
18510        ! t/op/die_exit.t
18511 ____________________________________________________________________________
18512 [  1964] By: jhi                                   on 1998/10/14  17:25:41
18513     Log: Add VM/ESA dynaloading (uses <dll.h>).
18514  Branch: confperl
18515        + ext/DynaLoader/dl_vmesa.xs
18516        ! MANIFEST
18517 ____________________________________________________________________________
18518 [  1963] By: jhi                                   on 1998/10/14  17:17:10
18519     Log: Remove a2p.loadmap in 'clean' target.
18520  Branch: confperl
18521        ! x2p/Makefile.SH
18522 ____________________________________________________________________________
18523 [  1962] By: jhi                                   on 1998/10/14  17:13:11
18524     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
18525  Branch: confperl
18526        ! Makefile.SH
18527 ____________________________________________________________________________
18528 [  1961] By: jhi                                   on 1998/10/14  16:27:39
18529     Log: VM/ESA creates executable.loadmaps.
18530  Branch: confperl
18531        ! Makefile.SH
18532 ____________________________________________________________________________
18533 [  1960] By: jhi                                   on 1998/10/14  15:37:39
18534     Log: Introduce SCHED_YIELD (one of sched_yield(),
18535          pthread_yield(), or pthread_yield(NULL)).
18536          YIELD is then defined using SCHED_YIELD unless
18537          a platform-specific YIELD has already been defined.
18538          
18539          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
18540          
18541          The need for pthread_yield(NULL) and pthread_attr_setdet...
18542          introduced by (private email)
18543          
18544          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18545          Date: Sat, 10 Oct 1998 21:08:15 +1300
18546          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
18547          Subject: Re: Perl thread problems in VM/ESA
18548          
18549          Better select() protoprobe (for AIX), from (private email)
18550          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18551          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
18552          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
18553          Subject: AIX select (fwd)
18554          From: Lars Hecking <lhecking@nmrc.ucc.ie>
18555          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
18556          Date: Fri, 2 Oct 1998 10:40:01 +0100
18557          Subject: AIX select
18558          
18559          Linux-avoid-so.X.Y, based on
18560          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18561          Date: Tue, 13 Oct 1998 15:55:07 -0400
18562          Message-ID: <19981013155507.B4004@O2.chapin.edu>
18563          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
18564  Branch: confperl
18565        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
18566        ! thread.h
18567 ____________________________________________________________________________
18568 [  1959] By: jhi                                   on 1998/10/14  12:51:26
18569     Log: Some old pthread implementations have
18570          pthread_attr_setdetachstate(pthread_attr_t*, int*).
18571  Branch: confperl
18572        ! ext/Thread/Thread.xs
18573 ____________________________________________________________________________
18574 [  1958] By: jhi                                   on 1998/10/14  12:41:11
18575     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
18576          counterparts will follow soon.
18577  Branch: confperl
18578        ! thread.h
18579 ____________________________________________________________________________
18580 [  1957] By: jhi                                   on 1998/10/14  12:38:11
18581     Log: Add tr.t (MANIFEST already knew about it, strange)
18582  Branch: confperl
18583        + t/op/tr.t
18584 ____________________________________________________________________________
18585 [  1956] By: jhi                                   on 1998/10/14  12:24:35
18586     Log: Mutexen should be initialized only once.
18587  Branch: confperl
18588        ! gv.c op.c
18589 ____________________________________________________________________________
18590 [  1955] By: jhi                                   on 1998/10/14  12:19:38
18591     Log: os390 has its own cppstdin.
18592  Branch: confperl
18593        ! hints/os390.sh
18594 ____________________________________________________________________________
18595 [  1954] By: jhi                                   on 1998/10/14  12:15:06
18596     Log: Integrate with mainperl.
18597  Branch: confperl
18598       !> (integrate 1280 files)
18599 ____________________________________________________________________________
18600 [  1953] By: jhi                                   on 1998/10/14  11:48:08
18601     Log: Removed duplicate CMA threads code for HPUX 10.X.
18602          (probably residue of patch(1) being too understanding)
18603          Enhanced 64-bit settings. (redo change#1940)
18604  Branch: confperl
18605        ! hints/hpux.sh
18606 ____________________________________________________________________________
18607 [  1952] By: jhi                                   on 1998/10/14  11:45:16
18608     Log: (redo change#1949) Detypo in the d_open64 warning about
18609          the impending WHOA.
18610  Branch: confperl
18611        ! hints/irix_6.sh
18612 ____________________________________________________________________________
18613 [  1951] By: jhi                                   on 1998/10/14  10:54:16
18614     Log: Mutexen should only be inited once, after they have been New()ed.
18615  Branch: confperl
18616        ! gv.c op.c
18617 ____________________________________________________________________________
18618 [  1950] By: jhi                                   on 1998/10/14  10:41:43
18619     Log: Own cppstdin.
18620  Branch: confperl
18621        ! hints/os390.sh
18622 ____________________________________________________________________________
18623 [  1949] By: jhi                                   on 1998/10/14  10:34:23
18624     Log: Detypo in the d_open64 warning about the impending WHOA.
18625  Branch: confperl
18626        ! hints/irix_6.sh
18627 ____________________________________________________________________________
18628 [  1948] By: gsar                                  on 1998/10/14  05:38:01
18629     Log: two typos
18630  Branch: perl
18631        ! pp_hot.c t/op/eval.t
18632 ____________________________________________________________________________
18633 [  1947] By: gsar                                  on 1998/10/14  05:37:10
18634     Log: let docatch() pass the buck when restartop turns out to be null,
18635          making exceptions in BEGIN{} propagate as expected
18636  Branch: perl
18637        ! pp_ctl.c t/op/misc.t
18638 ____________________________________________________________________________
18639 [  1946] By: gsar                                  on 1998/10/13  03:41:49
18640     Log: add missing file from change#1943
18641  Branch: perl
18642        ! proto.h
18643 ____________________________________________________________________________
18644 [  1945] By: gsar                                  on 1998/10/13  03:32:02
18645     Log: defer "deep recursion" warnings until CXt_SUB context is properly
18646          set up
18647  Branch: perl
18648        ! pp_hot.c t/pragma/warn/pp_hot
18649 ____________________________________________________________________________
18650 [  1944] By: gsar                                  on 1998/10/13  03:15:50
18651     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
18652          fixup the cop_seq value that must be seen by lexical lookups that
18653          emanate within eval''
18654  Branch: perl
18655        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
18656 ____________________________________________________________________________
18657 [  1943] By: gsar                                  on 1998/10/13  02:06:09
18658     Log: ensure recursive attempts to findlex()icals know enough about where
18659          the last eval'' context was encountered
18660  Branch: perl
18661        ! op.c t/op/eval.t
18662 ____________________________________________________________________________
18663 [  1942] By: gsar                                  on 1998/10/13  02:01:24
18664     Log: force copy of substrings when matching against temporaries
18665  Branch: perl
18666        ! pp_hot.c t/op/pat.t
18667 ____________________________________________________________________________
18668 [  1941] By: gsar                                  on 1998/10/13  01:49:16
18669     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
18670          implementation)
18671  Branch: perl
18672        ! pp_ctl.c t/op/runlevel.t
18673 ____________________________________________________________________________
18674 [  1940] By: jhi                                   on 1998/10/12  09:57:44
18675     Log: Removed duplicate CMA threads code for HPUX 10.X.
18676          (probably residue of patch(1) being too understanding)
18677          Enhanced 64-bit settings.
18678  Branch: confperl
18679        ! hints/hpux.sh
18680 ____________________________________________________________________________
18681 [  1939] By: jhi                                   on 1998/10/12  09:53:11
18682     Log: Initial sync from mainline perl.
18683  Branch: confperl
18684        + (add 1282 files)
18685 ____________________________________________________________________________
18686 [  1937] By: gsar                                  on 1998/10/06  21:16:34
18687     Log: fix $/ init for USE_THREADS
18688  Branch: perl
18689        ! perl.c
18690 ____________________________________________________________________________
18691 [  1936] By: gsar                                  on 1998/10/06  07:19:39
18692     Log: fix globals caught by change#1927; builds and tests on Solaris
18693  Branch: perl
18694        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
18695        ! warning.h warning.pl
18696 ____________________________________________________________________________
18697 [  1935] By: gsar                                  on 1998/10/06  06:50:35
18698     Log: add test for previous fix
18699  Branch: perl
18700        ! ext/Thread/create.t
18701 ____________________________________________________________________________
18702 [  1934] By: gsar                                  on 1998/10/06  06:37:36
18703     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
18704  Branch: perl
18705        ! util.c
18706 ____________________________________________________________________________
18707 [  1933] By: gsar                                  on 1998/10/06  05:04:20
18708     Log: undo bogus part of change#1903 (as pointed out by Larry)
18709  Branch: perl
18710        ! pp_ctl.c
18711 ____________________________________________________________________________
18712 [  1932] By: gsar                                  on 1998/10/06  04:21:31
18713     Log: added tweaked version of suggested patch
18714          From: jan.dubois@ibm.net (Jan Dubois)
18715          Date: Sat, 03 Oct 1998 19:04:48 +0200
18716          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
18717          Subject: [PATCH 5.005_52] More MakeMaker  patches
18718  Branch: perl
18719        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18720        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
18721 ____________________________________________________________________________
18722 [  1931] By: gsar                                  on 1998/10/06  04:04:33
18723     Log: use cpp symbols instead of hardwired constants
18724          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18725          Date: Mon, 05 Oct 1998 09:23:33 +0100
18726          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
18727          Subject: [PATCH 5.005_52] By the numbers (resend)
18728  Branch: perl
18729        ! op.c
18730 ____________________________________________________________________________
18731 [  1930] By: gsar                                  on 1998/10/06  04:01:55
18732     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18733          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
18734          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
18735          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
18736  Branch: perl
18737        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
18738        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
18739 ____________________________________________________________________________
18740 [  1929] By: gsar                                  on 1998/10/06  03:50:36
18741     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18742          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
18743          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
18744          Subject: [PATCH 5.00552] Minor test improvement
18745  Branch: perl
18746        ! t/op/magic.t
18747 ____________________________________________________________________________
18748 [  1928] By: gsar                                  on 1998/10/06  03:49:03
18749     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18750          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
18751          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
18752          Subject: [PATCH 5.00552] emacs/ptags inprovements
18753  Branch: perl
18754        ! emacs/ptags
18755 ____________________________________________________________________________
18756 [  1927] By: gsar                                  on 1998/10/06  03:47:44
18757     Log: disable C<#define dirty PL_dirty> et al.
18758  Branch: perl
18759        ! embed.pl embedvar.h
18760 ____________________________________________________________________________
18761 [  1926] By: gsar                                  on 1998/10/06  03:43:32
18762     Log: From: Mark-Jason Dominus <mjd@plover.com>
18763          Date: Sun, 04 Oct 1998 14:48:11 -0400
18764          Message-ID: <19981004184811.16048.qmail@plover.com>
18765          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
18766  Branch: perl
18767        ! utils/perldoc.PL
18768 ____________________________________________________________________________
18769 [  1925] By: gsar                                  on 1998/10/06  03:27:35
18770     Log: disable USE_THREADS when PERL_OBJECT is enabled
18771  Branch: perl
18772        ! win32/Makefile win32/makefile.mk
18773 ____________________________________________________________________________
18774 [  1924] By: gsar                                  on 1998/10/06  03:26:54
18775     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
18776  Branch: perl
18777        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
18778        ! vms/perly_c.vms
18779 ____________________________________________________________________________
18780 [  1923] By: gsar                                  on 1998/10/03  05:19:56
18781     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
18782          overridden
18783  Branch: perl
18784        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
18785        ! proto.h vms/perly_c.vms
18786 ____________________________________________________________________________
18787 [  1922] By: gsar                                  on 1998/10/03  03:59:50
18788     Log: suppress manifypods leak in extensions
18789  Branch: perl
18790        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
18791 ____________________________________________________________________________
18792 [  1921] By: gsar                                  on 1998/10/02  22:30:15
18793     Log: os390 fixes (suggested by Peter Prymmer)
18794  Branch: perl
18795        ! Makefile.SH regcomp.c
18796 ____________________________________________________________________________
18797 [  1920] By: gsar                                  on 1998/10/02  21:41:19
18798     Log: squelch undef warnings
18799          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18800          Date: Fri, 02 Oct 1998 11:01:14 +0100
18801          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
18802          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
18803  Branch: perl
18804        ! Changes lib/Math/BigInt.pm
18805 ____________________________________________________________________________
18806 [  1919] By: gsar                                  on 1998/10/02  04:59:13
18807     Log: add note to INSTALL about ANSI C
18808  Branch: perl
18809        ! INSTALL
18810 ____________________________________________________________________________
18811 [  1918] By: gsar                                  on 1998/10/02  04:21:10
18812     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
18813          From: jan.dubois@ibm.net (Jan Dubois)
18814          Date: Wed, 30 Sep 1998 23:35:30 +0200
18815          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
18816          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
18817  Branch: perl
18818        ! lib/ExtUtils/xsubpp
18819 ____________________________________________________________________________
18820 [  1917] By: gsar                                  on 1998/10/02  04:16:02
18821     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18822          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
18823          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
18824          Subject: Re: Configure test for selectbits busted
18825  Branch: perl
18826        ! Configure
18827 ____________________________________________________________________________
18828 [  1916] By: gsar                                  on 1998/10/02  04:14:17
18829     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18830          Date: Wed, 30 Sep 1998 17:15:20 -0700
18831          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
18832          Subject: [PATCH 5.005_02]VMS config tweaks
18833  Branch: perl
18834        ! vms/descrip_mms.template vms/subconfigure.com
18835 ____________________________________________________________________________
18836 [  1915] By: gsar                                  on 1998/10/02  04:10:47
18837     Log: use Off_t to permit 64-bit seek()
18838          From: Scott Henry <scotth@sgi.com>
18839          Date: 29 Sep 1998 17:38:46 -0700
18840          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
18841          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
18842          --
18843          Date: 28 Sep 1998 18:55:37 -0700
18844          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
18845          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
18846  Branch: perl
18847        ! doio.c pp_sys.c proto.h sv.c
18848 ____________________________________________________________________________
18849 [  1914] By: gsar                                  on 1998/10/02  04:05:36
18850     Log: normalize tm struct passed to strftime() with mktime()
18851          From: Spider Boardman <spider@orb.nashua.nh.us>
18852          Date: Wed, 30 Sep 1998 15:12:09 -0400
18853          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
18854          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
18855  Branch: perl
18856        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18857 ____________________________________________________________________________
18858 [  1913] By: gsar                                  on 1998/10/02  03:59:46
18859     Log: don't try to run foo_SH.orig etc.
18860  Branch: perl
18861        ! Configure
18862 ____________________________________________________________________________
18863 [  1912] By: gsar                                  on 1998/10/02  03:45:37
18864     Log: make warning about glob process failure optional
18865  Branch: perl
18866        ! pod/perldiag.pod pp_hot.c
18867 ____________________________________________________________________________
18868 [  1911] By: gsar                                  on 1998/10/02  02:52:21
18869     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
18870          From: Dominic Dunlop <domo@vo.lu>
18871          Date: Tue, 29 Sep 1998 21:06:30 +0000
18872          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
18873          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
18874          --
18875          Date: Wed, 30 Sep 1998 11:46:44 +0000
18876          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
18877          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
18878  Branch: perl
18879        ! pod/perldiag.pod regcomp.c
18880 ____________________________________________________________________________
18881 [  1910] By: gsar                                  on 1998/10/02  02:48:48
18882     Log: minor Configure tweaks (via private mail)
18883          From: Jarkko Hietaniemi <jhi@iki.fi>
18884          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
18885          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
18886          Subject: [PATCH] 5.005_52: the drizzle continues
18887  Branch: perl
18888        ! Configure config_h.SH handy.h
18889 ____________________________________________________________________________
18890 [  1909] By: gsar                                  on 1998/10/02  02:46:39
18891     Log: update SCO hints for dynamic loading
18892          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18893          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
18894          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
18895          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18896          --
18897          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
18898          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
18899          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
18900  Branch: perl
18901        ! hints/sco.sh
18902 ____________________________________________________________________________
18903 [  1908] By: gsar                                  on 1998/10/02  02:33:39
18904     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
18905  Branch: perl
18906        ! lib/File/Find.pm
18907 ____________________________________________________________________________
18908 [  1907] By: gsar                                  on 1998/10/02  02:21:52
18909     Log: applied patches, but retained old behavior for win32 (where compilers
18910          can't read from stdin at all)
18911          From: Graham Barr <gbarr@ti.com>
18912          Date: Mon, 28 Sep 1998 09:41:49 -0500
18913          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
18914          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18915          --
18916          Date: Tue, 29 Sep 1998 12:35:43 -0500
18917          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
18918          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
18919  Branch: perl
18920        ! ext/Errno/Errno_pm.PL
18921 ____________________________________________________________________________
18922 [  1906] By: gsar                                  on 1998/10/02  02:02:19
18923     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
18924          Hietaniemi)
18925  Branch: perl
18926        ! t/op/grent.t
18927 ____________________________________________________________________________
18928 [  1905] By: gsar                                  on 1998/10/02  01:59:56
18929     Log: win32 caveats about truncate()
18930  Branch: perl
18931        ! pod/perlport.pod
18932 ____________________________________________________________________________
18933 [  1904] By: gsar                                  on 1998/10/02  01:53:25
18934     Log: various Configure and hints updates (prefer drand48() or random()
18935          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
18936          applied modulo SCO hints superceded by later patch
18937          From: Jarkko Hietaniemi <jhi@iki.fi>
18938          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
18939          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
18940          Subject: [PATCH] 5.005_52: Configure et al:
18941  Branch: perl
18942        + ext/IPC/SysV/hints/next_3.pl
18943        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
18944        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
18945        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
18946 ____________________________________________________________________________
18947 [  1903] By: gsar                                  on 1998/10/02  01:42:37
18948     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
18949          Date: Mon, 28 Sep 1998 17:41:49 +0100
18950          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
18951          Subject: [PATCH 5.005_52] Re: More on ?p 
18952          --
18953          Date: Thu, 01 Oct 1998 09:10:58 +0100
18954          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
18955          Subject: [PATCH 5.005_52] ?p fix
18956          --
18957          Date: Thu, 01 Oct 1998 10:45:56 +0100
18958          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
18959          Subject: [PATCH 5.005_52] more on ?p
18960  Branch: perl
18961        ! pp_ctl.c
18962 ____________________________________________________________________________
18963 [  1902] By: gsar                                  on 1998/10/02  01:36:14
18964     Log: From: Kenneth Duda <kjd@cisco.com>
18965          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
18966          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
18967          Subject: writemain dies when there are more than 4000 characters of extensions
18968  Branch: perl
18969        ! writemain.SH
18970 ____________________________________________________________________________
18971 [  1901] By: gsar                                  on 1998/10/02  01:33:16
18972     Log: tweak run_byacc recipe
18973  Branch: perl
18974        ! Makefile.SH Porting/pumpkin.pod
18975 ____________________________________________________________________________
18976 [  1900] By: gsar                                  on 1998/10/02  01:02:09
18977     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
18978  Branch: perl
18979        ! perl.h pp_ctl.c
18980 ____________________________________________________________________________
18981 [  1899] By: gsar                                  on 1998/09/28  20:46:30
18982     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
18983          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
18984          Dvornik)
18985  Branch: perl
18986        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
18987 ____________________________________________________________________________
18988 [  1898] By: gsar                                  on 1998/09/28  20:42:52
18989     Log: flush unsubmitted 5.00552 change
18990  Branch: perl
18991        ! MANIFEST
18992 ____________________________________________________________________________
18993 [  1897] By: gsar                                  on 1998/09/27  04:43:06
18994     Log: run vms_yfix.pl
18995  Branch: perl
18996        ! vms/perly_c.vms
18997 ____________________________________________________________________________
18998 [  1896] By: gsar                                  on 1998/09/27  03:38:55
18999     Log: small tweak on last change
19000  Branch: perl
19001        ! win32/win32.c
19002 ____________________________________________________________________________
19003 [  1895] By: gsar                                  on 1998/09/27  03:17:17
19004     Log: fix win32_stat() to do the right thing for share names
19005  Branch: perl
19006        ! win32/win32.c
19007 ____________________________________________________________________________
19008 [  1891] By: larry                                 on 1998/09/25  18:50:40
19009     Log: Fixed apostrophe problem from Mark Knutsen.
19010  Branch: perl
19011        ! sv.h
19012
19013 ----------------
19014 Version 5.005_52
19015 ----------------
19016
19017 ____________________________________________________________________________
19018 [  1890] By: gsar                                  on 1998/09/25  10:25:00
19019     Log: update template config.sh, add new config vars to win32 stuff
19020  Branch: perl
19021        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
19022        ! pp_sys.c proto.h win32/config.bc win32/config.gc
19023        ! win32/config.vc win32/config_H.bc win32/config_H.gc
19024        ! win32/config_H.vc win32/win32.h
19025 ____________________________________________________________________________
19026 [  1889] By: gsar                                  on 1998/09/25  07:13:13
19027     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
19028          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
19029          of full-fledged 64-bit support (including support for: fseeko/ftello,
19030          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
19031          in Fcntl)
19032          From: Jarkko Hietaniemi <jhi@iki.fi>
19033          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
19034          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
19035          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
19036          --
19037          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19038          Date: 12 Sep 1998 09:44:25 +0300
19039          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
19040          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19041  Branch: perl
19042        + lib/filetest.pm
19043        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
19044        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
19045        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
19046        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
19047        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
19048        ! win32/makedef.pl
19049 ____________________________________________________________________________
19050 [  1888] By: gsar                                  on 1998/09/25  06:27:12
19051     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
19052  Branch: perl
19053        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
19054        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19055        ! win32/makedef.pl win32/makefile.mk win32/win32.c
19056 ____________________________________________________________________________
19057 [  1887] By: gsar                                  on 1998/09/25  04:50:49
19058     Log: win32.c tweak
19059  Branch: perl
19060        ! win32/win32.c
19061 ____________________________________________________________________________
19062 [  1886] By: gsar                                  on 1998/09/25  04:47:32
19063     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
19064  Branch: perl
19065        ! lib/ExtUtils/MakeMaker.pm
19066 ____________________________________________________________________________
19067 [  1885] By: gsar                                  on 1998/09/25  04:05:09
19068     Log: From: Dominic Dunlop <domo@vo.lu>
19069          Date: Thu, 10 Sep 1998 11:02:46 +0000
19070          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
19071          Subject: MM_Unix::canonpath erroneously turns leading // into /
19072  Branch: perl
19073        ! lib/ExtUtils/MM_Unix.pm
19074 ____________________________________________________________________________
19075 [  1884] By: gsar                                  on 1998/09/25  03:06:10
19076     Log: temporarily disable perl malloc for a2p until we clean up
19077          conflicting malloc() declarations everywhere
19078  Branch: perl
19079        ! x2p/Makefile.SH
19080 ____________________________________________________________________________
19081 [  1883] By: gsar                                  on 1998/09/25  02:27:00
19082     Log: remove obsolete win32/bin/*.pl
19083  Branch: perl
19084        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
19085        ! Changes MANIFEST win32/Makefile win32/makefile.mk
19086 ____________________________________________________________________________
19087 [  1882] By: gsar                                  on 1998/09/25  02:04:43
19088     Log: missing file in last submit
19089  Branch: perl
19090        ! proto.h
19091 ____________________________________________________________________________
19092 [  1881] By: gsar                                  on 1998/09/25  01:56:54
19093     Log: serial access to PL_x[inpr]v_root for USE_THREADS
19094  Branch: perl
19095        ! sv.c
19096 ____________________________________________________________________________
19097 [  1880] By: gsar                                  on 1998/09/25  01:19:38
19098     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
19099          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
19100          Date: Thu, 24 Sep 1998 22:01:09 +0900
19101          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
19102          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
19103  Branch: perl
19104        ! hv.c proto.h
19105 ____________________________________________________________________________
19106 [  1879] By: gsar                                  on 1998/09/25  00:20:07
19107     Log: tweaks to enable PERL_OBJECT to build & test on win32
19108  Branch: perl
19109        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
19110        ! win32/GenCAPI.pl
19111 ____________________________________________________________________________
19112 [  1878] By: gsar                                  on 1998/09/25  00:13:36
19113     Log: fix change#1861, which breaks default boot_xxx symbol generation
19114  Branch: perl
19115        ! lib/ExtUtils/Mksymlists.pm
19116 ____________________________________________________________________________
19117 [  1877] By: gsar                                  on 1998/09/24  10:29:54
19118     Log: two tweaks for clean build and test on Solaris
19119  Branch: perl
19120        ! op.c t/op/subst.t
19121 ____________________________________________________________________________
19122 [  1876] By: gsar                                  on 1998/09/24  09:04:43
19123     Log: From: Colin Kuskie <ckuskie@cadence.com>
19124          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
19125          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
19126          Subject: [PATCH 5.005_51] perlform.pod
19127  Branch: perl
19128        ! pod/perlform.pod
19129 ____________________________________________________________________________
19130 [  1875] By: gsar                                  on 1998/09/24  08:47:47
19131     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19132          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
19133          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
19134          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
19135  Branch: perl
19136        ! regexec.c
19137 ____________________________________________________________________________
19138 [  1874] By: gsar                                  on 1998/09/24  08:44:55
19139     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19140          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
19141          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
19142          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
19143  Branch: perl
19144        ! toke.c
19145 ____________________________________________________________________________
19146 [  1873] By: gsar                                  on 1998/09/24  08:39:41
19147     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19148          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
19149          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
19150          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
19151  Branch: perl
19152        ! Changes regcomp.c
19153 ____________________________________________________________________________
19154 [  1872] By: gsar                                  on 1998/09/24  08:37:00
19155     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
19156          Date: Sun, 23 Aug 1998 23:18:38 PDT
19157          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
19158          Subject: new irix_6.sh hints file
19159  Branch: perl
19160        ! hints/irix_6.sh
19161 ____________________________________________________________________________
19162 [  1871] By: gsar                                  on 1998/09/24  07:26:37
19163     Log: correct FSF address in various places
19164  Branch: perl
19165        ! Copying README ext/B/README lib/Getopt/Long.pm
19166 ____________________________________________________________________________
19167 [  1870] By: gsar                                  on 1998/09/24  07:11:56
19168     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
19169          Date:    Fri, 14 Aug 1998 09:20:16 PDT
19170          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
19171          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
19172  Branch: perl
19173        ! configure.com
19174 ____________________________________________________________________________
19175 [  1869] By: gsar                                  on 1998/09/24  06:55:59
19176     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
19177          From:    Scott Henry <scotth@sgi.com>
19178          Date:    13 Aug 1998 09:52:15 PDT
19179          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
19180          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
19181  Branch: perl
19182        ! hints/irix_6.sh
19183 ____________________________________________________________________________
19184 [  1868] By: gsar                                  on 1998/09/24  06:51:23
19185     Log: From:    Nathan Torkington <gnat@frii.com>
19186          Date:    Thu, 13 Aug 1998 10:59:48 MDT
19187          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
19188          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
19189  Branch: perl
19190        ! pod/perlfunc.pod
19191 ____________________________________________________________________________
19192 [  1867] By: gsar                                  on 1998/09/24  06:45:13
19193     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
19194          that are autoloaded)
19195  Branch: perl
19196        ! pp_ctl.c
19197 ____________________________________________________________________________
19198 [  1866] By: gsar                                  on 1998/09/24  05:21:19
19199     Log: grandfather deprecated "$$<digit>" no more
19200  Branch: perl
19201        ! pod/perldiag.pod toke.c
19202 ____________________________________________________________________________
19203 [  1865] By: gsar                                  on 1998/09/24  04:52:48
19204     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
19205          low bits (suggested by Ilya Zakharevich)
19206  Branch: perl
19207        ! hv.h
19208 ____________________________________________________________________________
19209 [  1864] By: gsar                                  on 1998/09/24  04:29:14
19210     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
19211          perly_c.diff
19212  Branch: perl
19213        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
19214        ! perly_c.diff toke.c
19215 ____________________________________________________________________________
19216 [  1863] By: gsar                                  on 1998/09/24  03:36:30
19217     Log: provide locked access to string table for USE_THREADS
19218  Branch: perl
19219        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
19220 ____________________________________________________________________________
19221 [  1862] By: gsar                                  on 1998/09/24  03:30:32
19222     Log: remove bogus warn()
19223  Branch: perl
19224        ! embed.pl
19225 ____________________________________________________________________________
19226 [  1861] By: gsar                                  on 1998/09/24  02:58:51
19227     Log: applied suggested patch, adapted for all platforms
19228          From: jan.dubois@ibm.net (Jan Dubois)
19229          Date: Sun, 20 Sep 1998 12:56:38 +0200
19230          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
19231          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
19232  Branch: perl
19233        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
19234        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19235        ! lib/ExtUtils/MakeMaker.pm
19236 ____________________________________________________________________________
19237 [  1860] By: gsar                                  on 1998/09/24  02:16:14
19238     Log: upgrade to CPAN-1.40
19239  Branch: perl
19240        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
19241 ____________________________________________________________________________
19242 [  1859] By: gsar                                  on 1998/09/24  02:08:59
19243     Log: use $ENV{MAKEMAKEROPT} to set default command line args
19244  Branch: perl
19245        ! lib/ExtUtils/MakeMaker.pm
19246 ____________________________________________________________________________
19247 [  1857] By: gsar                                  on 1998/09/23  10:58:36
19248     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19249          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
19250          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
19251          Subject: More verbose Test::Harness [PATCH]
19252  Branch: perl
19253        ! lib/Test/Harness.pm
19254 ____________________________________________________________________________
19255 [  1856] By: gsar                                  on 1998/09/23  10:56:24
19256     Log: update hints for OPENSTEP 4.2 on i386
19257          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
19258          Date: Sun, 20 Sep 1998 01:03:18 +0200
19259          Message-Id: <9809192303.AA29190@Spike>
19260          Subject: Perl 5.005_02 compilation problems
19261  Branch: perl
19262        ! hints/next_4.sh
19263 ____________________________________________________________________________
19264 [  1855] By: gsar                                  on 1998/09/23  10:52:27
19265     Log: reset errno after C<require> search (as suggested by Larry)
19266  Branch: perl
19267        ! pp_ctl.c
19268 ____________________________________________________________________________
19269 [  1854] By: gsar                                  on 1998/09/23  10:50:26
19270     Log: misc pod tweaks
19271  Branch: perl
19272        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
19273 ____________________________________________________________________________
19274 [  1853] By: gsar                                  on 1998/09/23  10:46:06
19275     Log: make Pod/Html.pm handle the --title option properly (as suggested
19276          by gml4410@ggr.co.uk)
19277  Branch: perl
19278        ! lib/Pod/Html.pm
19279 ____________________________________________________________________________
19280 [  1852] By: gsar                                  on 1998/09/23  10:41:39
19281     Log: SSNEW() API for allocating memory on the savestack
19282          From: Albert Dvornik <bert@genscan.com>
19283          Date: 17 Sep 1998 19:23:07 -0400
19284          Message-Id: <tqemtae338.fsf@puma.genscan.com>
19285          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
19286  Branch: perl
19287        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
19288        ! perl.h proto.h scope.c scope.h t/io/tell.t
19289 ____________________________________________________________________________
19290 [  1851] By: gsar                                  on 1998/09/23  10:37:05
19291     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19292          Date: Thu, 17 Sep 1998 17:16:06 +0200
19293          Message-ID: <360127B6.E44564A@ispsoft.de>
19294          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19295  Branch: perl
19296        ! lib/ExtUtils/MakeMaker.pm
19297 ____________________________________________________________________________
19298 [  1850] By: gsar                                  on 1998/09/23  10:33:05
19299     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
19300          Date: 15 Sep 1998 01:32:31 +0200
19301          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
19302          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
19303  Branch: perl
19304        ! lib/ExtUtils/MM_Unix.pm
19305 ____________________________________________________________________________
19306 [  1849] By: gsar                                  on 1998/09/23  10:29:04
19307     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
19308          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
19309          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
19310          Subject: Re: extralibs.ld problem in MM_VMS.pm
19311  Branch: perl
19312        ! lib/ExtUtils/MM_VMS.pm
19313 ____________________________________________________________________________
19314 [  1848] By: gsar                                  on 1998/09/23  10:25:24
19315     Log: From: Roderick Schertler <roderick@argon.org>
19316          Date: 11 Sep 1998 16:19:21 -0400
19317          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
19318          Subject: Re: Open2 and memory leaks
19319  Branch: perl
19320        ! lib/IPC/Open3.pm
19321 ____________________________________________________________________________
19322 [  1847] By: gsar                                  on 1998/09/23  10:18:31
19323     Log: From: Roderick Schertler <roderick@argon.org>
19324          Date: Wed, 09 Sep 1998 23:52:48 -0400
19325          Message-ID: <20567.905399568@eeyore.ibcinc.com>
19326          Subject: seed srand from /dev/urandom when possible
19327  Branch: perl
19328        ! pod/perlfunc.pod pp.c
19329 ____________________________________________________________________________
19330 [  1846] By: gsar                                  on 1998/09/23  10:12:22
19331     Log: From: Roderick Schertler <roderick@argon.org>
19332          Date: Thu, 10 Sep 1998 00:32:17 -0400
19333          Message-ID: <21142.905401937@eeyore.ibcinc.com>
19334          Subject: doc update for crypt()'s salt
19335  Branch: perl
19336        ! pod/perlfunc.pod
19337 ____________________________________________________________________________
19338 [  1845] By: gsar                                  on 1998/09/23  10:09:23
19339     Log: fix h2ph handling of C<#error "foo">
19340          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
19341          Date: Thu, 10 Sep 1998 09:59:33 +0900
19342          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
19343          Subject: [5.005_02] h2ph problem
19344  Branch: perl
19345        ! utils/h2ph.PL
19346 ____________________________________________________________________________
19347 [  1844] By: gsar                                  on 1998/09/23  10:06:13
19348     Log: plug strictly private function leaks in API listing
19349  Branch: perl
19350        ! pod/perlguts.pod
19351 ____________________________________________________________________________
19352 [  1843] By: gsar                                  on 1998/09/23  10:02:57
19353     Log: hide symbol for static build
19354          From: Dominic Dunlop <domo@vo.lu>
19355          Date: Tue, 8 Sep 1998 21:40:46 +0000
19356          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
19357          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
19358  Branch: perl
19359        ! regcomp.c
19360 ____________________________________________________________________________
19361 [  1842] By: gsar                                  on 1998/09/23  09:52:46
19362     Log: define PUT_svindex(), PUT_opindex()
19363  Branch: perl
19364        ! ext/B/B/Assembler.pm
19365 ____________________________________________________________________________
19366 [  1841] By: gsar                                  on 1998/09/23  09:44:25
19367     Log: From: Dominic Dunlop <domo@vo.lu>
19368          Date: Tue, 8 Sep 1998 15:34:53 +0000
19369          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
19370          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
19371  Branch: perl
19372        ! t/pragma/warn/regexec
19373 ____________________________________________________________________________
19374 [  1840] By: gsar                                  on 1998/09/23  09:42:17
19375     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
19376  Branch: perl
19377        ! win32/bin/pl2bat.pl
19378 ____________________________________________________________________________
19379 [  1839] By: gsar                                  on 1998/09/23  09:38:18
19380     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
19381          Date: Mon, 7 Sep 1998 17:36:09 +0900
19382          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
19383          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
19384  Branch: perl
19385        ! ext/Thread/Thread.xs
19386 ____________________________________________________________________________
19387 [  1838] By: gsar                                  on 1998/09/23  09:21:11
19388     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
19389          Date: Thu, 10 Sep 1998 00:02:07 -0400
19390          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
19391          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
19392  Branch: perl
19393        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19394        + vos/config.h vos/config_h.SH_orig vos/perl.bind
19395        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
19396        ! MANIFEST perl.c perl.h pod/perlport.pod
19397 ____________________________________________________________________________
19398 [  1837] By: gsar                                  on 1998/09/23  08:45:58
19399     Log: (via private mail)
19400          From: Charles Bailey <BAILEY@newman.upenn.edu>
19401          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
19402          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
19403          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
19404  Branch: perl
19405        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
19406        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19407        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
19408        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
19409        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
19410        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
19411        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
19412        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
19413        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
19414        ! vms/writemain.pl
19415 ____________________________________________________________________________
19416 [  1836] By: gsar                                  on 1998/09/23  08:17:42
19417     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19418          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
19419          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
19420          Subject: [PATCH 5.005_*] OS/2 spawning typos
19421  Branch: perl
19422        ! os2/os2.c
19423 ____________________________________________________________________________
19424 [  1835] By: gsar                                  on 1998/09/23  08:09:55
19425     Log: warn on C<my($foo,$foo)>
19426  Branch: perl
19427        ! op.c pod/perldiag.pod
19428 ____________________________________________________________________________
19429 [  1834] By: gsar                                  on 1998/09/23  07:35:56
19430     Log: From: pvhp@forte.com (Peter Prymmer)
19431          Date: Fri, 4 Sep 98 13:27:41 PDT
19432          Message-Id: <9809042027.AA04463@forte.com>
19433          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
19434  Branch: perl
19435        ! README.vms
19436 ____________________________________________________________________________
19437 [  1833] By: gsar                                  on 1998/09/23  07:27:34
19438     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19439          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
19440          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
19441          Subject: PATCH: 5.005_02 hint/hpux.sh
19442  Branch: perl
19443        ! hints/hpux.sh
19444 ____________________________________________________________________________
19445 [  1832] By: gsar                                  on 1998/09/23  07:22:40
19446     Log: fix (some) installhtml bugs
19447          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
19448          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
19449          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
19450          Subject: installhtml script needs work
19451  Branch: perl
19452        ! installhtml
19453 ____________________________________________________________________________
19454 [  1831] By: gsar                                  on 1998/09/23  07:19:30
19455     Log: document 'U' magic with examples
19456          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
19457          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
19458          Message-Id: <199809011455.PAA00631@sale-wts>
19459          Subject: Re: Looking for some XS MAGIC examples...
19460  Branch: perl
19461        ! pod/perlguts.pod
19462 ____________________________________________________________________________
19463 [  1830] By: gsar                                  on 1998/09/23  07:16:43
19464     Log: From: pvhp@forte.com (Peter Prymmer)
19465          Date: Mon, 31 Aug 98 17:13:49 PDT
19466          Message-Id: <9809010013.AA06737@forte.com>
19467          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
19468  Branch: perl
19469        ! README.os390
19470 ____________________________________________________________________________
19471 [  1829] By: gsar                                  on 1998/09/23  07:15:08
19472     Log: fix problematic typecast in filter_del()
19473          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
19474          Date: Mon, 31 Aug 1998 21:13:11 GMT
19475          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
19476          Subject: perl5.005_02 does not build on Cray T90
19477  Branch: perl
19478        ! toke.c
19479 ____________________________________________________________________________
19480 [  1828] By: gsar                                  on 1998/09/23  07:11:34
19481     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19482          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
19483          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
19484          Subject: [PATCH 5.005_5*] (?>) broken in RE
19485  Branch: perl
19486        ! regexec.c t/op/re_tests
19487 ____________________________________________________________________________
19488 [  1827] By: gsar                                  on 1998/09/23  07:09:50
19489     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
19490  Branch: perl
19491        ! t/op/grent.t t/op/groups.t
19492 ____________________________________________________________________________
19493 [  1826] By: gsar                                  on 1998/09/23  07:03:16
19494     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19495          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
19496          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
19497          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
19498  Branch: perl
19499        - interp.sym
19500        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
19501 ____________________________________________________________________________
19502 [  1825] By: gsar                                  on 1998/09/23  06:56:40
19503     Log: re-introduce change#1703
19504  Branch: perl
19505        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
19506 ____________________________________________________________________________
19507 [  1824] By: gsar                                  on 1998/09/23  06:44:19
19508     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19509          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
19510          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
19511          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
19512  Branch: perl
19513        ! lib/perl5db.pl
19514 ____________________________________________________________________________
19515 [  1823] By: gsar                                  on 1998/09/23  06:41:34
19516         Log: From: Joe Buehler <jhpb@hekimian.com>
19517              Date: 29 Aug 1998 17:13:28 -0400
19518              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
19519              Subject: patches for perl 5.005_51 under U/WIN
19520      Branch: perl
19521            + hints/uwin.sh
19522            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
19523            ! t/lib/posix.t
19524 ____________________________________________________________________________
19525 [  1822] By: gsar                                  on 1998/09/23  06:36:59
19526         Log: add missing C<no utf8;> tweak from Larry
19527      Branch: perl
19528            ! t/op/subst.t
19529 ____________________________________________________________________________
19530 [  1821] By: gsar                                  on 1998/09/23  06:27:51
19531         Log: s/runops/CALLRUNOPS/
19532      Branch: perl
19533            ! cc_runtime.h
19534 ____________________________________________________________________________
19535 [  1820] By: gsar                                  on 1998/09/23  06:24:49
19536         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
19537      Branch: perl
19538           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
19539           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
19540           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
19541           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
19542           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
19543           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
19544           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
19545           +> t/pragma/warn/util
19546            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
19547            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
19548            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
19549            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
19550            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
19551            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
19552            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
19553            - t/pragma/warn-util
19554            ! MANIFEST t/pragma/warning.t
19555 ____________________________________________________________________________
19556 [  1819] By: gsar                                  on 1998/09/23  06:08:46
19557         Log: make \(%foo) return refs to values (not copies of values)
19558              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19559              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
19560              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
19561              --
19562              From: Roderick Schertler <roderick@argon.org>
19563              Date: Sat, 29 Aug 1998 00:58:33 -0400
19564              Message-ID: <29894.904366713@eeyore.ibcinc.com>
19565              Subject: Re: \(%x) problems
19566      Branch: perl
19567            ! doop.c pod/perlref.pod
19568 ____________________________________________________________________________
19569 [  1818] By: gsar                                  on 1998/09/23  06:05:08
19570         Log: make h2xs generate ANSI prototypes
19571      Branch: perl
19572            ! utils/h2xs.PL
19573 ____________________________________________________________________________
19574 [  1817] By: gsar                                  on 1998/09/23  05:57:16
19575         Log: updated usethreads hints for hpux 10.X
19576              From: Matthew T Harden <mthard@mthard1.monsanto.com>
19577              Date: Fri, 28 Aug 1998 14:10:42 GMT
19578              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
19579              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
19580      Branch: perl
19581            ! hints/hpux.sh perl.h
19582 ____________________________________________________________________________
19583 [  1816] By: gsar                                  on 1998/09/23  05:53:31
19584         Log: don't create empty directories in installperl
19585              From: Robin Barker <rmb1@cise.npl.co.uk>
19586              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
19587              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
19588              Subject: [PATCH 5.005_02] install: empty dirs
19589      Branch: perl
19590            ! installperl
19591 ____________________________________________________________________________
19592 [  1815] By: gsar                                  on 1998/09/23  05:50:36
19593         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
19594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19595              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
19596              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
19597              Subject: Re: your mail
19598      Branch: perl
19599            ! regexec.c t/op/re_tests
19600 ____________________________________________________________________________
19601 [  1814] By: gsar                                  on 1998/09/23  05:45:17
19602         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19603              Date: Thu, 20 Aug 1998 20:59:03 -0400
19604              Message-ID: <19980820205903.A12908@O2.chapin.edu>
19605              Subject: [PATCH] h2ph misquotes #error directives
19606      Branch: perl
19607            ! t/lib/h2ph.pht utils/h2ph.PL
19608 ____________________________________________________________________________
19609 [  1813] By: gsar                                  on 1998/09/23  05:42:41
19610         Log: patch to support computed regular subexpressions
19611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19612              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
19613              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
19614              Subject: [5.005_5* PATCH] Postponed RE - now!
19615      Branch: perl
19616            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
19617            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
19618 ____________________________________________________________________________
19619 [  1812] By: gsar                                  on 1998/09/23  05:26:26
19620         Log: better CR-handling on shebang line and in formats (fixed variant of
19621              patch suggested by Igor Sysoev <igor@nitek.ru>)
19622      Branch: perl
19623            ! perl.c toke.c
19624 ____________________________________________________________________________
19625 [  1811] By: gsar                                  on 1998/09/23  04:35:46
19626         Log: document non-loopish blocks better
19627              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19628              Date: Tue, 18 Aug 1998 12:28:36 +0100
19629              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
19630              Subject: Re: next in do {} while block gives error message
19631      Branch: perl
19632            ! pod/perlfunc.pod
19633 ____________________________________________________________________________
19634 [  1810] By: gsar                                  on 1998/09/23  04:12:05
19635         Log: fix bogus integerization of pop()'s return value
19636              From: Gurusamy Sarathy <gsar@engin.umich.edu>
19637              Date: Sat, 15 Aug 1998 23:27:54 -0400
19638              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
19639              Subject: Re: Complex expression does integer arithmetic 
19640      Branch: perl
19641            ! opcode.h opcode.pl
19642 ____________________________________________________________________________
19643 [  1809] By: gsar                                  on 1998/09/23  04:09:43
19644         Log: tweak README.win32
19645      Branch: perl
19646            ! README.win32
19647 ____________________________________________________________________________
19648 [  1808] By: gsar                                  on 1998/09/23  03:40:57
19649         Log: better diagnostic for do{} used as lvalue
19650      Branch: perl
19651            ! op.c pod/perlport.pod
19652 ____________________________________________________________________________
19653 [  1807] By: gsar                                  on 1998/09/23  03:38:30
19654         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
19655              From: hansm@icgroup.nl
19656              Date: Tue, 11 Aug 98 21:08:51 +0200
19657              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
19658              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19659      Branch: perl
19660            ! malloc.c
19661 ____________________________________________________________________________
19662 [  1806] By: gsar                                  on 1998/09/23  03:36:08
19663         Log: support make written in perl (aka "pmake") on win32
19664      Branch: perl
19665            ! lib/ExtUtils/MM_Win32.pm
19666 ____________________________________________________________________________
19667 [  1805] By: gsar                                  on 1998/09/23  03:30:07
19668         Log: fix mismatched UV/U32 types for to_utf8_*()
19669      Branch: perl
19670            ! utf8.c
19671 ____________________________________________________________________________
19672 [  1804] By: gsar                                  on 1998/09/23  03:22:22
19673         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
19674              Date: Sun, 9 Aug 1998 22:38:23 +0200
19675              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
19676              Subject: [PATCH 5.5002] dos-djgpp update
19677      Branch: perl
19678            ! t/io/fs.t
19679 ____________________________________________________________________________
19680 [  1803] By: gsar                                  on 1998/09/23  03:20:13
19681         Log: apply minimal variant of patch (sent via private mail)
19682              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
19683              Date: Wed, 12 Aug 1998 15:42:35 +0300
19684              Message-Id: <199808121242.PAA29761@comanche.spices>
19685              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
19686      Branch: perl
19687            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
19688            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
19689 ____________________________________________________________________________
19690 [  1802] By: gsar                                  on 1998/09/23  03:03:39
19691         Log: adjust searchdict.t for EBCDIC (still needs documenting)
19692              From: pvhp@forte.com (Peter Prymmer)
19693              Date: Thu, 6 Aug 98 18:09:39 PDT
19694              Message-Id: <9808070109.AA06158@forte.com>
19695              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
19696      Branch: perl
19697            ! README.os390 t/lib/searchdict.t
19698 ____________________________________________________________________________
19699 [  1801] By: gsar                                  on 1998/09/23  02:54:15
19700         Log: silence redefined warning for XS(INIT) {}
19701      Branch: perl
19702            ! op.c
19703 ____________________________________________________________________________
19704 [  1800] By: gsar                                  on 1998/09/23  02:42:23
19705         Log: support match indices via special variables @- and @+
19706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19707              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
19708              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
19709              Subject: [PATCH 5.004_76] @- and @+
19710      Branch: perl
19711            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
19712            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
19713 ____________________________________________________________________________
19714 [  1799] By: gsar                                  on 1998/09/23  01:44:31
19715         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19716              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
19717              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
19718              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
19719      Branch: perl
19720            ! regcomp.c t/op/re_tests
19721 ____________________________________________________________________________
19722 [  1798] By: gsar                                  on 1998/09/23  01:39:23
19723         Log: integrate maint-5.005 changes (except conflicting change#1794)
19724      Branch: perl
19725            ! Changes
19726           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
19727           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
19728           !> win32/win32.h
19729 ____________________________________________________________________________
19730 [  1797] By: gsar                                  on 1998/09/23  01:32:36
19731         Log: add note to win32/Makefile about setting CCHOME
19732      Branch: perl
19733            ! win32/Makefile win32/makefile.mk
19734 ____________________________________________________________________________
19735 [  1796] By: gsar                                  on 1998/09/23  01:31:32
19736         Log: perl.pod tweak
19737      Branch: perl
19738            ! pod/perl.pod
19739 ____________________________________________________________________________
19740 [  1795] By: gsar                                  on 1998/09/21  20:34:10
19741         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
19742      Branch: perl
19743            ! lib/ExtUtils/xsubpp
19744 ____________________________________________________________________________
19745 [  1789] By: gsar                                  on 1998/09/18  18:01:37
19746         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
19747      Branch: perl
19748            ! cop.h t/cmd/for.t
19749 ____________________________________________________________________________
19750 [  1788] By: gsar                                  on 1998/09/17  02:19:11
19751         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
19752      Branch: perl
19753            ! win32/config.bc win32/config.gc win32/config.vc
19754 ____________________________________________________________________________
19755 [  1787] By: gsar                                  on 1998/09/17  01:45:14
19756         Log: suppress bogus warning on C<sub x {} x()>
19757      Branch: perl
19758            ! toke.c
19759 ____________________________________________________________________________
19760 [  1786] By: gsar                                  on 1998/09/17  01:42:51
19761         Log: ntohl typo in objXSUB.h
19762      Branch: perl
19763            ! objXSUB.h
19764 ____________________________________________________________________________
19765 [  1785] By: gsar                                  on 1998/09/17  01:41:48
19766         Log: fill gaps in sig_* entries in win32/config.?c
19767      Branch: perl
19768            ! win32/config.bc win32/config.gc win32/config.vc
19769 ____________________________________________________________________________
19770 [  1781] By: larry                                 on 1998/09/05  23:48:24
19771         Log: tr/// logic was hosed under utf8
19772      Branch: perl
19773            ! doop.c op.c op.h pp.c proto.h
19774 ____________________________________________________________________________
19775 [  1780] By: larry                                 on 1998/09/05  23:44:16
19776         Log: several new tests needed tweaking to work under utf8
19777      Branch: perl
19778            ! t/comp/require.t t/op/pack.t t/op/substr.t
19779 ____________________________________________________________________________
19780 [  1779] By: larry                                 on 1998/09/05  23:41:42
19781         Log: index() applied BM optimization to wrong argument
19782      Branch: perl
19783            ! op.c util.c
19784 ____________________________________________________________________________
19785 [  1778] By: larry                                 on 1998/09/05  23:38:29
19786         Log: Implicit require during compile reset line numbering
19787      Branch: perl
19788            ! pp_ctl.c
19789
19790 ----------------
19791 Version 5.005_51
19792 ----------------
19793
19794 ____________________________________________________________________________
19795 [  1777] By: gsar                                  on 1998/08/10  07:02:38
19796         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
19797              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
19798              lexical warning testsuite for win32
19799      Branch: perl
19800            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
19801            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
19802            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
19803            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
19804            ! win32/Makefile win32/makefile.mk
19805 ____________________________________________________________________________
19806 [  1776] By: gsar                                  on 1998/08/09  17:53:48
19807         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
19808      Branch: perl
19809            ! Changes MANIFEST perl.c pod/perlhist.pod
19810 ____________________________________________________________________________
19811 [  1775] By: gsar                                  on 1998/08/09  14:35:33
19812         Log: tweak warning test
19813      Branch: perl
19814            ! t/pragma/warn-toke
19815 ____________________________________________________________________________
19816 [  1774] By: gsar                                  on 1998/08/09  14:13:46
19817         Log: add missing dTHR; notes for test failures due to small stacksize
19818      Branch: perl
19819            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
19820            ! toke.c universal.c util.c
19821 ____________________________________________________________________________
19822 [  1773] By: gsar                                  on 1998/08/09  11:31:53
19823         Log: lexical warnings; tweaks to places that didn't apply correctly
19824              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
19825              Date:    Wed, 29 Jul 1998 09:28:45 BST
19826              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
19827              Subject: lexical warnings patch for 5.005_50
19828      Branch: perl
19829            + README.lexwarn lib/warning.pm t/pragma/warn-2use
19830            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
19831            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
19832            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
19833            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
19834            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
19835            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
19836            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
19837            + warning.h warning.pl
19838            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
19839            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
19840            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
19841            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
19842            ! universal.c util.c
19843 ____________________________________________________________________________
19844 [  1772] By: gsar                                  on 1998/08/08  23:06:00
19845         Log: bump patchlevel to 5.005_51
19846      Branch: perl
19847            ! patchlevel.h win32/Makefile win32/config_H.bc
19848            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19849 ____________________________________________________________________________
19850 [  1771] By: gsar                                  on 1998/08/08  23:01:57
19851         Log: fix bogus warning on "\x{123}"
19852              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
19853              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
19854              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
19855              Subject: [5.005_50 PATCH] Some unicode problems
19856      Branch: perl
19857            ! regcomp.c toke.c
19858 ____________________________________________________________________________
19859 [  1770] By: gsar                                  on 1998/08/08  22:56:55
19860         Log: hide dup symbol for static build of ext/re
19861              From: Dominic Dunlop <domo@ppp72.vo.lu>
19862              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
19863              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
19864              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
19865      Branch: perl
19866            ! regcomp.c
19867 ____________________________________________________________________________
19868 [  1769] By: gsar                                  on 1998/08/08  22:45:06
19869         Log: fix double free on -Mutf8 -e '$b=uc("")'
19870              From: larry@wall.org (Larry Wall)
19871              Date: Fri, 7 Aug 1998 14:42:43 -0700
19872              Message-Id: <199808072142.OAA14920@wall.org>
19873              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
19874      Branch: perl
19875            ! pp.c
19876 ____________________________________________________________________________
19877 [  1768] By: gsar                                  on 1998/08/08  22:42:29
19878         Log: substr() assumes utf8 without say-so
19879              From: larry@wall.org (Larry Wall)
19880              Date: Fri, 7 Aug 1998 12:25:12 -0700
19881              Message-Id: <199808071925.MAA13436@wall.org>
19882              Subject: [PATCH 5.005_50] substr bug?
19883      Branch: perl
19884            ! pp.c
19885 ____________________________________________________________________________
19886 [  1767] By: gsar                                  on 1998/08/08  22:38:25
19887         Log: fix intolerance of SWASHes for blank lines
19888              From: Gisle Aas <aas@sn.no>
19889              Date: 06 Aug 1998 23:28:57 +0200
19890              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
19891              Subject: Re: Re[2]: another joyride begins
19892      Branch: perl
19893            ! lib/utf8_heavy.pl
19894 ____________________________________________________________________________
19895 [  1766] By: gsar                                  on 1998/08/08  22:33:10
19896         Log: utf8 doc tweak
19897              From: Gisle Aas <aas@sn.no>
19898              Date: 05 Aug 1998 00:41:04 +0200
19899              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
19900              Subject: Matching clumps
19901      Branch: perl
19902            ! lib/utf8.pm
19903 ____________________________________________________________________________
19904 [  1765] By: gsar                                  on 1998/08/08  22:31:37
19905         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
19906              From: Gisle Aas <aas@sn.no>
19907              Date: 04 Aug 1998 22:56:11 +0200
19908              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
19909              Subject: Re: another joyride begins
19910      Branch: perl
19911            ! lib/utf8_heavy.pl
19912 ____________________________________________________________________________
19913 [  1764] By: gsar                                  on 1998/08/08  22:28:43
19914         Log: From: larry@wall.org (Larry Wall)
19915              Date: Tue, 4 Aug 1998 17:04:51 -0700
19916              Message-Id: <199808050004.RAA22592@wall.org>
19917              Subject: [PATCH 5.005_50] \pX not implemented!
19918      Branch: perl
19919            ! regcomp.c
19920 ____________________________________________________________________________
19921 [  1763] By: gsar                                  on 1998/08/08  22:27:15
19922         Log: From: Stephen McCamant <alias@mcs.com>
19923              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
19924              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
19925              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
19926      Branch: perl
19927            ! op.c
19928 ____________________________________________________________________________
19929 [  1762] By: gsar                                  on 1998/08/08  22:26:09
19930         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19931              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
19932              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
19933              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
19934      Branch: perl
19935            + t/op/grent.t t/op/pwent.t
19936            ! MANIFEST
19937 ____________________________________________________________________________
19938 [  1761] By: gsar                                  on 1998/08/08  22:21:52
19939         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19940              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
19941              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
19942              Subject: [5.005_50 PATCH] misprint in RE engine
19943      Branch: perl
19944            ! regexec.c t/op/re_tests
19945 ____________________________________________________________________________
19946 [  1760] By: gsar                                  on 1998/08/08  22:18:54
19947         Log: integrate maint-5.005 changes into mainline
19948      Branch: perl
19949           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
19950           !> (integrate 138 files)
19951 ____________________________________________________________________________
19952 [  1672] By: gsar                                  on 1998/07/27  18:35:28
19953         Log: create new Changes
19954      Branch: perl
19955            + Changes
19956            ! Changes5.005 MANIFEST
19957 ____________________________________________________________________________
19958 [  1671] By: gsar                                  on 1998/07/27  18:30:57
19959         Log: rename Changes --> Changes5.005
19960      Branch: perl
19961           +> Changes5.005
19962            - Changes
19963 ____________________________________________________________________________
19964 [  1670] By: gsar                                  on 1998/07/27  18:10:14
19965         Log: integrate 5.005_01 changes from maint
19966      Branch: perl
19967            ! Changes
19968           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
19969           !> win32/win32.c
19970 ____________________________________________________________________________
19971 [  1667] By: nick                                  on 1998/07/26  14:31:01
19972         Log: Add dTHR so that it compiles miniperl in threaded mode
19973      Branch: perl
19974            ! doop.c mg.c regcomp.c regexec.c
19975 ____________________________________________________________________________
19976 [  1666] By: nick                                  on 1998/07/26  13:01:10
19977         Log: Resolve ansiperl against mainline (@1648?)
19978              Unclear that change number has "taken".
19979      Branch: ansiperl
19980           +> (branch 169 files)
19981            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
19982           !> (integrate 131 files)
19983
19984 ----------------
19985 Version 5.005_50
19986 ----------------
19987
19988 ____________________________________________________________________________
19989 [  1665] By: gsar                                  on 1998/07/26  05:38:48
19990         Log: add trailing newline to file
19991      Branch: perl
19992            ! Changes lib/unicode/blocks.txt
19993 ____________________________________________________________________________
19994 [  1664] By: gsar                                  on 1998/07/26  05:08:48
19995         Log: integrate proto.h additions from maint-5.005
19996      Branch: perl
19997           !> pod/perlhist.pod proto.h
19998 ____________________________________________________________________________
19999 [  1663] By: gsar                                  on 1998/07/26  05:07:05
20000         Log: add new files to MANIFEST; add missing prototypes to proto.h;
20001              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
20002              add typecasts to silence warnings; tweaks for win32 builds
20003      Branch: perl
20004            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
20005            ! win32/Makefile win32/makefile.mk
20006 ____________________________________________________________________________
20007 [  1662] By: gsar                                  on 1998/07/26  05:01:52
20008         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
20009      Branch: maint-5.005/perl
20010            ! pod/perlhist.pod proto.h
20011 ____________________________________________________________________________
20012 [  1661] By: gsar                                  on 1998/07/26  02:52:48
20013         Log: up patchlevel to 5.005_50
20014      Branch: perl
20015            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20016            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20017 ____________________________________________________________________________
20018 [  1660] By: gsar                                  on 1998/07/26  02:43:57
20019         Log: integrate utfperl
20020      Branch: perl
20021           +> (branch 162 files)
20022           !> (integrate 29 files)
20023 ____________________________________________________________________________
20024 [  1659] By: gsar                                  on 1998/07/26  02:38:22
20025         Log: integrate maint-5.005 changes
20026      Branch: perl
20027           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
20028           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
20029           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
20030           !> vms/descrip_mms.template vms/subconfigure.com
20031 ____________________________________________________________________________
20032 [  1658] By: gsar                                  on 1998/07/26  02:23:46
20033         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
20034              Date: Fri, 24 Jul 1998 11:38:25 -0700
20035              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
20036              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
20037              --
20038              Date: Fri, 24 Jul 1998 12:30:36 -0700
20039              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
20040              Subject: [PATCH 5.005]Tweaks to README.vms
20041              --
20042              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
20043              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
20044              Subject: [PATCH 5.005] Final build cleanup patch
20045      Branch: maint-5.005/perl
20046            ! README.vms vms/descrip_mms.template vms/subconfigure.com
20047 ____________________________________________________________________________
20048 [  1657] By: gsar                                  on 1998/07/26  02:19:50
20049         Log: another platform where pp_sselect() needs a whole fd_set buffer
20050              From: Lupe Christoph <lupe@alanya.m.isar.de>
20051              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
20052              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
20053              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
20054      Branch: maint-5.005/perl
20055            ! pp_sys.c
20056 ____________________________________________________________________________
20057 [  1656] By: gsar                                  on 1998/07/26  02:12:46
20058         Log: fix problem building modules on dos-djgpp
20059              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20060              Date: Sat, 25 Jul 1998 00:53:39 +0200
20061              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
20062              Subject: [PATCH 5.005] dos-djgpp and modules problem
20063      Branch: maint-5.005/perl
20064            ! djgpp/fixpmain
20065 ____________________________________________________________________________
20066 [  1655] By: gsar                                  on 1998/07/26  02:11:09
20067         Log: From: Tom Spindler <dogcow@home.merit.edu>
20068              Date: Wed, 22 Jul 1998 16:11:07 -0400
20069              Message-ID: <19980722161107.A16813@home.merit.edu>
20070              Subject: [PATCH 5.005] BeOS tweak
20071      Branch: maint-5.005/perl
20072            ! hints/beos.sh
20073 ____________________________________________________________________________
20074 [  1654] By: gsar                                  on 1998/07/26  02:09:29
20075         Log: various pod tweaks
20076      Branch: maint-5.005/perl
20077            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
20078            ! pod/perltoc.pod
20079 ____________________________________________________________________________
20080 [  1653] By: gsar                                  on 1998/07/26  02:05:46
20081         Log: fix emacs/ptags for PL_* changes
20082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20083              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
20084              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
20085              Subject: [PATCH 5.004_76] Yet better ptags
20086      Branch: maint-5.005/perl
20087            ! emacs/ptags
20088 ____________________________________________________________________________
20089 [  1652] By: gsar                                  on 1998/07/26  02:03:01
20090         Log: fix behavior of <=> on bigints
20091              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20092              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
20093              Date: Fri, 24 Jul 1998 18:29:53 +0100
20094              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
20095      Branch: maint-5.005/perl
20096            ! lib/Math/BigInt.pm t/lib/bigintpm.t
20097 ____________________________________________________________________________
20098 [  1651] By: larry                                 on 1998/07/24  05:44:33
20099         Log: Here are the long-expected Unicode/UTF-8 modifications.
20100      Branch: utfperl
20101            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
20102            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
20103            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
20104            + lib/unicode/Decomposition.pl
20105            + lib/unicode/In/AlphabeticPresentationForms.pl
20106            + lib/unicode/In/Arabic.pl
20107            + lib/unicode/In/ArabicPresentationForms-A.pl
20108            + lib/unicode/In/ArabicPresentationForms-B.pl
20109            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20110            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20111            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20112            + lib/unicode/In/BoxDrawing.pl
20113            + lib/unicode/In/CJKCompatibility.pl
20114            + lib/unicode/In/CJKCompatibilityForms.pl
20115            + lib/unicode/In/CJKCompatibilityIdeographs.pl
20116            + lib/unicode/In/CJKSymbolsandPunctuation.pl
20117            + lib/unicode/In/CJKUnifiedIdeographs.pl
20118            + lib/unicode/In/CombiningDiacriticalMarks.pl
20119            + lib/unicode/In/CombiningHalfMarks.pl
20120            + lib/unicode/In/CombiningMarksforSymbols.pl
20121            + lib/unicode/In/ControlPictures.pl
20122            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20123            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20124            + lib/unicode/In/EnclosedAlphanumerics.pl
20125            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
20126            + lib/unicode/In/GeneralPunctuation.pl
20127            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20128            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20129            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20130            + lib/unicode/In/HalfwidthandFullwidthForms.pl
20131            + lib/unicode/In/HangulCompatibilityJamo.pl
20132            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20133            + lib/unicode/In/Hebrew.pl
20134            + lib/unicode/In/HighPrivateUseSurrogates.pl
20135            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20136            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
20137            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20138            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
20139            + lib/unicode/In/LatinExtended-A.pl
20140            + lib/unicode/In/LatinExtended-B.pl
20141            + lib/unicode/In/LatinExtendedAdditional.pl
20142            + lib/unicode/In/LetterlikeSymbols.pl
20143            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20144            + lib/unicode/In/MathematicalOperators.pl
20145            + lib/unicode/In/MiscellaneousSymbols.pl
20146            + lib/unicode/In/MiscellaneousTechnical.pl
20147            + lib/unicode/In/NumberForms.pl
20148            + lib/unicode/In/OpticalCharacterRecognition.pl
20149            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20150            + lib/unicode/In/SmallFormVariants.pl
20151            + lib/unicode/In/SpacingModifierLetters.pl
20152            + lib/unicode/In/Specials.pl
20153            + lib/unicode/In/SuperscriptsandSubscripts.pl
20154            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
20155            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20156            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20157            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
20158            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
20159            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
20160            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
20161            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
20162            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
20163            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
20164            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
20165            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
20166            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
20167            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
20168            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
20169            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
20170            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
20171            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
20172            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
20173            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
20174            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
20175            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
20176            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
20177            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
20178            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
20179            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
20180            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
20181            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
20182            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
20183            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
20184            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
20185            + lib/unicode/JamoShort.pl lib/unicode/Makefile
20186            + lib/unicode/Name.pl lib/unicode/Number.pl
20187            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
20188            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
20189            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
20190            + lib/unicode/blocks.txt lib/unicode/index2.txt
20191            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
20192            + lib/unicode/names2.txt lib/unicode/props2.txt
20193            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
20194            + utf8.c utf8.h
20195            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
20196            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
20197            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
20198            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
20199            ! t/op/vec.t toke.c util.c vms/vmsish.h
20200 ____________________________________________________________________________
20201 [  1650] By: gsar                                  on 1998/07/24  04:06:48
20202         Log: create utfperl branch
20203      Branch: utfperl
20204           +> (branch 1079 files)
20205 ____________________________________________________________________________
20206 [  1649] By: gsar                                  on 1998/07/24  03:56:56
20207         Log: create maint-5.005 branch
20208      Branch: maint-5.005/perl
20209           +> (branch 1079 files)
20210 ____________________________________________________________________________
20211 [  1648] By: gsar                                  on 1998/07/24  03:36:35
20212         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
20213      Branch: perl
20214            ! Changes
20215