update Changes; integrate cfgperl contents into mainline
[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 February 2000):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@delanet.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Brad Appleton       <bradapp@enteract.com>
24     Greg Bacon          <gbacon@itsc.uah.edu>
25     Robin Barker        <rmb1@cise.npl.co.uk>
26     Vishal Bhatia       <vishal@gol.com>
27     Spider Boardman     <spider@orb.nashua.nh.us>
28     Tom Christiansen    <tchrist@perl.com>
29     Mark-Jason Dominus  <mjd@plover.com>
30     Jan Dubois          <jand@activestate.com>
31     Dominic Dunlop      <domo@computer.org>
32     Eric Fifer          <efifer@sanwaint.com>
33     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
35     Jarkko Hietaniemi   <jhi@iki.fi>
36     Tom Hughes          <tom@compton.nu>
37     Nick Ing-Simmons    <nik@tiuk.ti.com>
38     Andreas Koenig      <a.koenig@mind.de>
39     Douglas Lankshear   <dougl@activestate.com>
40     Doug MacEachern     <dougm@opengroup.org>
41     Raphael Manfredi    <Raphael.Manfredi@st.com>
42     Paul Marquess       <Paul.Marquess@btinternet.com>
43     Stephen McCamant    <alias@mcs.com>
44     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
45     Hans Mulder         <hansmu@xs4all.nl>
46     Chris Nandor        <pudge@pobox.com>
47     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
48     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
49     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
50     Tom Phoenix         <rootbeer@teleport.com>
51     Joshua Pritikin     <joshua.pritikin@db.com>
52     Peter Prymmer       <pvhp@forte.com>
53     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
54     Dean Roehrich       <roehrich@cray.com>
55     Hugo van der Sanden <hv@crypt0.demon.co.uk>
56     Michael G Schwern   <schwern@pobox.com>
57     Roderick Schertler  <roderick@argon.org>
58     Kurt D. Starsinic   <kstar@chapin.edu>
59     Benjamin Stuhl      <sho_pi@hotmail.com>
60     Dan Sugalski        <sugalskd@osshe.edu>
61     Nathan Torkington   <gnat@frii.com>
62     Larry W. Virden     <lvirden@cas.org>
63     Johan Vromans       <jvromans@squirrel.nl>
64     Ilya Zakharevich    <ilya@math.ohio-state.edu>
65
66 And the Keepers of the Patch Pumpkin:
67
68     Charles Bailey      <bailey@newman.upenn.edu>
69     Graham Barr         <gbarr@ti.com>
70     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
71     Tim Bunce           <Tim.Bunce@ig.co.uk>
72     Andy Dougherty      <doughera@lafcol.lafayette.edu>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 --------------
94 Version v5.6.0
95 --------------
96
97 ____________________________________________________________________________
98 [  5740] By: gsar                                  on 2000/03/14  20:57:12
99         Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
100      Branch: perl
101            ! pod/perlfaq4.pod
102 ____________________________________________________________________________
103 [  5739] By: gsar                                  on 2000/03/14  20:53:07
104         Log: allow alternates to negate correctly (from Johan Vromans)
105      Branch: perl
106            ! lib/Getopt/Long.pm
107 ____________________________________________________________________________
108 [  5738] By: gsar                                  on 2000/03/14  20:34:19
109         Log: kludge our way around warnings on C<use POSIX; use IO::File;>
110      Branch: perl
111            ! ext/IO/lib/IO/Seekable.pm
112 ____________________________________________________________________________
113 [  5737] By: gsar                                  on 2000/03/14  20:06:23
114         Log: protect special characters better against interpretation by *roff
115              (from Russ Allbery)
116      Branch: perl
117            ! lib/Pod/Man.pm
118 ____________________________________________________________________________
119 [  5736] By: gsar                                  on 2000/03/14  19:47:00
120         Log: provide an explicit base address for perl56.dll to avoid relocations;
121              increase the default stack size (RE engine can use a lot more stack
122              than the 1MB default limit); default to using the regular version of
123              the MSVCRT even for DEBUGGING builds (this allows extensions to be
124              selectively built with debugging)
125      Branch: perl
126            ! win32/Makefile win32/makefile.mk
127 ____________________________________________________________________________
128 [  5735] By: gsar                                  on 2000/03/14  19:31:53
129         Log: regen perltoc, other pod nits
130      Branch: perl
131            ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
132            ! pod/perltoc.pod pod/roffitall
133 ____________________________________________________________________________
134 [  5734] By: gsar                                  on 2000/03/14  19:08:22
135         Log: avoid dup warning (from Simon Cozens)
136      Branch: perl
137            ! regcomp.c
138 ____________________________________________________________________________
139 [  5733] By: gsar                                  on 2000/03/14  18:46:50
140         Log: allow usemymalloc to be overridden via -Uusemymalloc
141      Branch: perl
142            ! hints/hpux.sh
143 ____________________________________________________________________________
144 [  5732] By: gsar                                  on 2000/03/14  17:23:47
145         Log: test case for change#5700 (from M. J. T. Guy)
146      Branch: perl
147            ! t/op/universal.t
148 ____________________________________________________________________________
149 [  5731] By: gsar                                  on 2000/03/14  17:15:44
150         Log: revise README.win32 for currentness, point to function
151              list in perlport.pod (from a patch suggested by Dominic Dunlop)
152      Branch: perl
153            ! README.win32 pod/perlport.pod
154 ____________________________________________________________________________
155 [  5730] By: gsar                                  on 2000/03/14  17:14:21
156         Log: tweak sort() notes (from Nathan Torkington)
157      Branch: perl
158            ! pod/perlfunc.pod
159 ____________________________________________________________________________
160 [  5729] By: jhi                                   on 2000/03/14  15:13:13
161         Log: Make the tests 1018 and 1019 more robust.
162      Branch: cfgperl
163            ! t/lib/complex.t
164 ____________________________________________________________________________
165 [  5728] By: jhi                                   on 2000/03/14  15:07:48
166         Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
167              in NEXTSTEP 3.3p2.
168      Branch: cfgperl
169            ! ext/Socket/Socket.xs
170 ____________________________________________________________________________
171 [  5727] By: jhi                                   on 2000/03/14  14:57:04
172         Log: Integrate with Sarathy; unapply the #5539 that snekt in
173              with #5539.
174      Branch: cfgperl
175           +> pod/perldebguts.pod
176            ! patchlevel.h perl.h
177           !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
178           !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
179           !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
180           !> win32/makefile.mk
181 ____________________________________________________________________________
182 [  5726] By: gsar                                  on 2000/03/14  07:43:37
183         Log: fixes for Borland compiler (from Vadim Konovalov
184              <vkonovalov@lucent.com>)
185      Branch: perl
186            ! utils/perlcc.PL win32/makefile.mk
187 ____________________________________________________________________________
188 [  5725] By: gsar                                  on 2000/03/14  07:38:00
189         Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
190      Branch: perl
191            ! lib/Text/Abbrev.pm
192 ____________________________________________________________________________
193 [  5724] By: gsar                                  on 2000/03/14  05:59:02
194         Log: integrate cfgperl changes into mainline, ignoring the
195              __attribute__((unused)) stuff that seems to have snuck
196              back in
197      Branch: perl
198           !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
199           !> vms/perlvms.pod
200 ____________________________________________________________________________
201 [  5723] By: gsar                                  on 2000/03/14  05:49:08
202         Log: patches for many bugs in the debugger; documentation updates for
203              perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
204              Tom Christiansen)
205      Branch: perl
206            + pod/perldebguts.pod
207            ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
208            ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
209 ____________________________________________________________________________
210 [  5722] By: gsar                                  on 2000/03/14  05:37:29
211         Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
212              <oneill@cs.sfu.ca>)
213      Branch: perl
214            ! t/lib/io_sock.t
215 ____________________________________________________________________________
216 [  5721] By: gsar                                  on 2000/03/14  03:53:50
217         Log: support a -U option when run as root to drop privileges (from
218              Tom Christiansen)
219      Branch: perl
220            ! utils/perldoc.PL
221 ____________________________________________________________________________
222 [  5720] By: jhi                                   on 2000/03/14  03:43:51
223         Log: move the big AVAILABILITY list to perlport as Supported Platforms
224              (Tom Christiansen); add few more platforms
225      Branch: cfgperl
226            ! pod/perl.pod pod/perlport.pod
227 ____________________________________________________________________________
228 [  5719] By: jhi                                   on 2000/03/14  02:44:55
229         Log: more todo
230      Branch: cfgperl
231            ! Todo-5.6
232 ____________________________________________________________________________
233 [  5718] By: jhi                                   on 2000/03/14  02:17:16
234         Log: detypo
235      Branch: cfgperl
236            ! vms/perlvms.pod
237 ____________________________________________________________________________
238 [  5717] By: jhi                                   on 2000/03/14  02:00:24
239         Log: Integrate with Sarathy.
240      Branch: cfgperl
241            ! patchlevel.h perl.h
242           !> (integrate 60 files)
243 ____________________________________________________________________________
244 [  5716] By: gsar                                  on 2000/03/14  00:01:39
245         Log: reference miscount in Devel::Peek that causes debugger to
246              crash unceremoniously when doing "V DB" etc., repeatedly
247      Branch: perl
248            ! ext/Devel/Peek/Peek.xs
249 ____________________________________________________________________________
250 [  5715] By: gsar                                  on 2000/03/13  21:40:23
251         Log: fixes for broken L<> links (from Wolfgang Laun
252              <wolfgang.laun@alcatel.at>)
253      Branch: perl
254            ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
255            ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
256            ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
257            ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
258 ____________________________________________________________________________
259 [  5714] By: gsar                                  on 2000/03/13  21:37:48
260         Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
261      Branch: perl
262            ! pod/perlboot.pod
263 ____________________________________________________________________________
264 [  5713] By: gsar                                  on 2000/03/13  21:36:24
265         Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
266      Branch: perl
267            ! utils/h2xs.PL
268 ____________________________________________________________________________
269 [  5712] By: gsar                                  on 2000/03/13  21:29:15
270         Log: lexical warnings update for docs and tests (from Paul Marquess)
271      Branch: perl
272            ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
273            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
274            ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
275            ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
276            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
277            ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
278            ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
279            ! t/io/open.t t/lib/fields.t t/lib/parsewords.t
280            ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
281            ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
282            ! t/pragma/constant.t t/pragma/locale.t
283 ____________________________________________________________________________
284 [  5711] By: gsar                                  on 2000/03/13  21:08:29
285         Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
286      Branch: perl
287            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
288            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
289            ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
290            ! t/pod/testpchk.pl
291 ____________________________________________________________________________
292 [  5710] By: gsar                                  on 2000/03/13  20:46:37
293         Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
294              Allen <allen@huarp.harvard.edu>)
295      Branch: perl
296            ! op.c
297 ____________________________________________________________________________
298 [  5709] By: gsar                                  on 2000/03/13  20:43:30
299         Log: mention changes to diagnostics
300      Branch: perl
301            ! pod/perldelta.pod
302 ____________________________________________________________________________
303 [  5708] By: gsar                                  on 2000/03/13  20:34:38
304         Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
305      Branch: perl
306            ! lib/ExtUtils/xsubpp
307 ____________________________________________________________________________
308 [  5707] By: gsar                                  on 2000/03/13  20:23:24
309         Log: don't check for errno after Atof() (atof() doesn't set errno, and
310              where Atof() is actually strto[l]d(), some platforms seem to want
311              to set errno randomly)
312      Branch: perl
313            ! toke.c
314 ____________________________________________________________________________
315 [  5706] By: gsar                                  on 2000/03/13  18:14:18
316         Log: integrate cfgperl changes into mainline
317      Branch: perl
318           !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
319           !> perl.h pod/perl.pod pp.c
320 ____________________________________________________________________________
321 [  5705] By: jhi                                   on 2000/03/13  14:44:11
322         Log: STRLEN != int.
323      Branch: cfgperl
324            ! mg.c
325 ____________________________________________________________________________
326 [  5704] By: jhi                                   on 2000/03/13  13:18:07
327         Log: Integrate with Sarathy.
328      Branch: cfgperl
329           +> lib/warnings/register.pm
330           !> (integrate 42 files)
331 ____________________________________________________________________________
332 [  5703] By: gsar                                  on 2000/03/13  12:40:51
333         Log: mention autoflush portability caveat
334      Branch: perl
335            ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
336 ____________________________________________________________________________
337 [  5702] By: gsar                                  on 2000/03/13  11:09:05
338         Log: final touches for lexical warnings (from Paul Marquess)
339      Branch: perl
340            + lib/warnings/register.pm
341            ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
342            ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
343            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
344            ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
345            ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
346            ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
347            ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
348            ! t/pragma/warn/9enabled warnings.h warnings.pl
349 ____________________________________________________________________________
350 [  5701] By: gsar                                  on 2000/03/13  11:00:00
351         Log: avoid compiler warnings
352      Branch: perl
353            ! pp_hot.c
354 ____________________________________________________________________________
355 [  5700] By: gsar                                  on 2000/03/13  09:57:59
356         Log: make the is_utf8_*() safe for use on invalid utf8 (they now
357              return false on such input instead of emitting warnings)
358      Branch: perl
359            ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
360            ! pod/perlapi.pod proto.h universal.c utf8.c
361 ____________________________________________________________________________
362 [  5699] By: gsar                                  on 2000/03/13  06:59:57
363         Log: the premature FREETMPS calls in change#1187 weren't defensive enough
364      Branch: perl
365            ! pp_ctl.c pp_hot.c t/op/recurse.t
366 ____________________________________________________________________________
367 [  5698] By: jhi                                   on 2000/03/13  05:03:37
368         Log: hints nibbling continues
369      Branch: cfgperl
370            ! hints/hpux.sh
371 ____________________________________________________________________________
372 [  5697] By: jhi                                   on 2000/03/13  04:45:57
373         Log: there's no end to tweaking
374      Branch: cfgperl
375            ! hints/hpux.sh
376 ____________________________________________________________________________
377 [  5696] By: jhi                                   on 2000/03/13  04:26:15
378         Log: hints tweak
379      Branch: cfgperl
380            ! hints/hpux.sh
381 ____________________________________________________________________________
382 [  5695] By: bailey                                on 2000/03/13  03:54:09
383         Log: Trim out leftover hunk from prior resolve conflict
384      Branch: vmsperl
385            ! lib/File/Spec/VMS.pm
386 ____________________________________________________________________________
387 [  5694] By: bailey                                on 2000/03/13  03:20:20
388         Log: Assorted configuration cleanups (Peter Prymmer, and a
389              bit from Charles Bailey and Dan Sugalski)
390      Branch: vmsperl
391            ! configure.com vms/subconfigure.com
392 ____________________________________________________________________________
393 [  5693] By: bailey                                on 2000/03/13  03:00:16
394         Log: Add vmsish 'hushed' option to suppress error messages at exit
395      Branch: vmsperl
396            ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
397            ! vms/vmsish.h
398 ____________________________________________________________________________
399 [  5692] By: bailey                                on 2000/03/13  02:50:10
400         Log: Fix inverted test conditions for secure lnm translation
401              and default file types.  (Dan Sugalski)
402      Branch: vmsperl
403            ! vms/subconfigure.com
404 ____________________________________________________________________________
405 [  5691] By: bailey                                on 2000/03/13  02:41:36
406         Log: Insulate tests of default display_format from different precision
407              on different machines by truncating at 1 digit less than the most
408              common choice (.15g)
409      Branch: vmsperl
410            ! t/lib/complex.t
411 ____________________________________________________________________________
412 [  5690] By: bailey                                on 2000/03/13  02:31:44
413         Log: Resync with mainline post RC1
414      Branch: vmsperl
415           +> lib/Pod/Plainer.pm
416           !> (integrate 137 files)
417 ____________________________________________________________________________
418 [  5689] By: bailey                                on 2000/03/13  02:22:24
419         Log: Update File::Spec::VMS and tests
420              Since reduce_ricochet has been removed from File::Spec,
421              revert changes to VMS::Filespec::vmsify made to accomodate it.
422      Branch: vmsperl
423            ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
424            ! vms/vms.c
425 ____________________________________________________________________________
426 [  5688] By: bailey                                on 2000/03/13  02:12:11
427         Log: Basic 5.6.0 RC1 build patches for VMS
428      Branch: vmsperl
429            ! configure.com t/pragma/warn/doio t/pragma/warn/util
430            ! vms/subconfigure.com
431 ____________________________________________________________________________
432 [  5687] By: jhi                                   on 2000/03/13  00:41:51
433         Log: Solaris long double fixes from Alan Burlison.
434      Branch: cfgperl
435            ! hints/solaris_2.sh perl.h pp.c
436 ____________________________________________________________________________
437 [  5686] By: jhi                                   on 2000/03/13  00:17:13
438         Log: Integrate with Sarathy.
439      Branch: cfgperl
440           !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
441 ____________________________________________________________________________
442 [  5685] By: jhi                                   on 2000/03/13  00:13:17
443         Log: Retract #5680, it broke more than it helped.
444      Branch: cfgperl
445            ! hints/hpux.sh
446 ____________________________________________________________________________
447 [  5684] By: gsar                                  on 2000/03/12  21:48:44
448         Log: set optimize=-O only if not already set
449      Branch: perl
450            ! hints/hpux.sh
451 ____________________________________________________________________________
452 [  5683] By: gsar                                  on 2000/03/12  20:11:45
453         Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
454              were being mistakenly subverted anyway
455      Branch: perl
456            ! dump.c op.c pod/perldelta.pod t/op/misc.t
457 ____________________________________________________________________________
458 [  5682] By: jhi                                   on 2000/03/12  18:11:52
459         Log: update AVAILABILITY for LynxOS
460      Branch: cfgperl
461            ! pod/perl.pod
462 ____________________________________________________________________________
463 [  5681] By: jhi                                   on 2000/03/12  18:03:46
464         Log: 64-bitness hints tweaks
465      Branch: cfgperl
466            ! hints/solaris_2.sh
467 ____________________________________________________________________________
468 [  5680] By: jhi                                   on 2000/03/12  17:49:25
469         Log: 64-bitness tweak: separate 64bitint and 64bitall.
470      Branch: cfgperl
471            ! hints/hpux.sh
472 ____________________________________________________________________________
473 [  5679] By: jhi                                   on 2000/03/12  17:43:09
474         Log: metaconfig-ify #5676.
475      Branch: cfgperl
476            ! Configure config_h.SH
477      Branch: metaconfig/U/perl
478            ! fflushall.U
479 ____________________________________________________________________________
480 [  5678] By: jhi                                   on 2000/03/12  17:37:14
481         Log: Integrate with Sarathy.
482      Branch: cfgperl
483           !> Changes Configure Todo lib/File/DosGlob.pm
484 ____________________________________________________________________________
485 [  5677] By: gsar                                  on 2000/03/12  11:35:10
486         Log: integrate cfgperl changes into mainline
487      Branch: perl
488            ! Changes Todo
489           !> Todo-5.6 perl.h pod/perldelta.pod
490 ____________________________________________________________________________
491 [  5676] By: gsar                                  on 2000/03/12  11:27:38
492         Log: don't bother testing if we can flush all handles when fflush(stdin)
493              shows the pipe bug
494      Branch: perl
495            ! Configure
496 ____________________________________________________________________________
497 [  5675] By: jhi                                   on 2000/03/12  05:08:29
498         Log: continue flogging the string->int conversion ifdefs
499      Branch: cfgperl
500            ! perl.h
501 ____________________________________________________________________________
502 [  5674] By: gsar                                  on 2000/03/12  05:01:30
503         Log: fix File::DosGlob for patterns with drive names like c:*.bat
504              (suggested by Jason Mathews <mathews@computer.org>)
505      Branch: perl
506            ! lib/File/DosGlob.pm
507 ____________________________________________________________________________
508 [  5673] By: jhi                                   on 2000/03/12  04:48:14
509         Log: Integrate with Sarathy.
510      Branch: cfgperl
511           !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
512           !> pod/perlpod.pod toke.c utils/perldoc.PL
513 ____________________________________________________________________________
514 [  5672] By: gsar                                  on 2000/03/12  03:57:23
515         Log: security fixes for perldoc (from Tom Christiansen)
516      Branch: perl
517            ! utils/perldoc.PL
518 ____________________________________________________________________________
519 [  5671] By: gsar                                  on 2000/03/12  03:45:27
520         Log: Larry's patch to disallow CORE::Snark, with perldiag entry
521      Branch: perl
522            ! pod/perldelta.pod pod/perldiag.pod toke.c
523 ____________________________________________________________________________
524 [  5670] By: gsar                                  on 2000/03/12  03:36:17
525         Log: insufficient buffer in change#5317
526      Branch: perl
527            ! doop.c
528 ____________________________________________________________________________
529 [  5669] By: gsar                                  on 2000/03/12  03:15:29
530         Log: avoid L<foo|bar> for now, not all the pod2foo support it
531      Branch: perl
532            ! pod/perlpod.pod
533 ____________________________________________________________________________
534 [  5668] By: gsar                                  on 2000/03/12  02:35:55
535         Log: rework change#5664
536      Branch: perl
537            ! perl.h
538 ____________________________________________________________________________
539 [  5667] By: jhi                                   on 2000/03/11  21:35:29
540         Log: todo and perldelta updates
541      Branch: cfgperl
542            ! Todo Todo-5.6 pod/perldelta.pod
543 ____________________________________________________________________________
544 [  5666] By: jhi                                   on 2000/03/11  21:00:34
545         Log: Integrate with Sarathy.
546      Branch: cfgperl
547           !> perl.h
548 ____________________________________________________________________________
549 [  5665] By: jhi                                   on 2000/03/11  20:58:58
550         Log: Fixes for #5661.
551      Branch: cfgperl
552            ! perl.h
553 ____________________________________________________________________________
554 [  5664] By: gsar                                  on 2000/03/11  19:50:06
555         Log: fix Strtoul() misdefinition is change#5661
556      Branch: perl
557            ! perl.h
558 ____________________________________________________________________________
559 [  5663] By: gsar                                  on 2000/03/11  19:21:18
560         Log: integrate cfgperl contents into mainline
561      Branch: perl
562           !> Configure config_h.SH hints/solaris_2.sh perl.h
563           !> t/pragma/warn/pp_hot toke.c
564 ____________________________________________________________________________
565 [  5662] By: jhi                                   on 2000/03/11  19:06:20
566         Log: Integrate with Sarathy.
567      Branch: cfgperl
568           !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
569 ____________________________________________________________________________
570 [  5661] By: jhi                                   on 2000/03/11  19:03:32
571         Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
572              (introduce the latter) instead of bare strtoll()/strtoll().
573      Branch: cfgperl
574            ! perl.h toke.c
575 ____________________________________________________________________________
576 [  5660] By: gsar                                  on 2000/03/11  18:40:49
577         Log: another long-standing eval bug: return doesn't reset $@ correctly
578      Branch: perl
579            ! pp_ctl.c t/op/eval.t
580 ____________________________________________________________________________
581 [  5659] By: jhi                                   on 2000/03/11  18:27:54
582         Log: metaconfig-ify the test for broken fflush(NULL)
583              (which ails e.g. Solaris), from Ulrich Pfeifer.
584      Branch: cfgperl
585            ! Configure config_h.SH hints/solaris_2.sh
586      Branch: metaconfig/U/perl
587            ! d_unorderedl.U fflushall.U
588 ____________________________________________________________________________
589 [  5658] By: gsar                                  on 2000/03/11  18:11:22
590         Log: change#3511 was not defensive enough about try blocks, causing
591              bogus attempts to free closures, and thence, segfaults
592      Branch: perl
593            ! cop.h perl.c pp_ctl.c t/op/misc.t
594 ____________________________________________________________________________
595 [  5657] By: jhi                                   on 2000/03/11  18:04:44
596         Log: Rewording.
597      Branch: cfgperl
598            ! t/pragma/warn/pp_hot
599 ____________________________________________________________________________
600 [  5656] By: jhi                                   on 2000/03/11  17:41:29
601         Log: Integrate with Sarathy.
602      Branch: cfgperl
603           !> (integrate 27 files)
604 ____________________________________________________________________________
605 [  5655] By: gsar                                  on 2000/03/11  17:06:03
606         Log: reword comment
607      Branch: perl
608            ! t/pragma/warn/pp_hot
609 ____________________________________________________________________________
610 [  5654] By: gsar                                  on 2000/03/11  17:01:47
611         Log: off-by-one in os2.c (from Ilya Zakharevich)
612      Branch: perl
613            ! os2/os2.c
614 ____________________________________________________________________________
615 [  5653] By: gsar                                  on 2000/03/11  16:59:48
616         Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
617      Branch: perl
618            ! lib/File/Spec/VMS.pm t/lib/filespec.t
619 ____________________________________________________________________________
620 [  5652] By: gsar                                  on 2000/03/11  16:52:03
621         Log: missing export list entry in change#5619
622      Branch: perl
623            ! makedef.pl
624 ____________________________________________________________________________
625 [  5651] By: gsar                                  on 2000/03/11  16:50:05
626         Log: avoid using context pointer in MUTEX_INIT() et al; remove the
627              *_NOCONTEXT variants to keep it simple
628      Branch: perl
629            ! malloc.c thread.h win32/win32thread.h
630 ____________________________________________________________________________
631 [  5650] By: gsar                                  on 2000/03/11  16:07:35
632         Log: remove =for section (from Johan Vromans)
633      Branch: perl
634            ! lib/Getopt/Long.pm
635 ____________________________________________________________________________
636 [  5649] By: gsar                                  on 2000/03/11  16:05:50
637         Log: add nokfile target in Makefile (from Andy Dougherty)
638      Branch: perl
639            ! Makefile.SH
640 ____________________________________________________________________________
641 [  5648] By: gsar                                  on 2000/03/11  16:02:53
642         Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
643      Branch: perl
644            ! pod/perlpod.pod
645 ____________________________________________________________________________
646 [  5647] By: gsar                                  on 2000/03/11  16:01:03
647         Log: VMS build tweaks (from Charles Bailey)
648      Branch: perl
649            ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
650            ! vms/subconfigure.com
651 ____________________________________________________________________________
652 [  5646] By: gsar                                  on 2000/03/11  10:13:27
653         Log: remove outdated ftp.cis.ufl.edu reference
654      Branch: perl
655            ! pod/perlfaq2.pod
656 ____________________________________________________________________________
657 [  5645] By: gsar                                  on 2000/03/11  10:10:39
658         Log: failed hunk in change#5644
659      Branch: perl
660            ! t/op/pat.t
661 ____________________________________________________________________________
662 [  5644] By: gsar                                  on 2000/03/11  10:08:47
663         Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
664      Branch: perl
665            ! regcomp.c t/op/pat.t
666 ____________________________________________________________________________
667 [  5643] By: gsar                                  on 2000/03/11  09:48:30
668         Log: better {local,gm}time documentation (from Mark-Jason Dominus)
669      Branch: perl
670            ! pod/perlfunc.pod
671 ____________________________________________________________________________
672 [  5642] By: gsar                                  on 2000/03/11  09:45:10
673         Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
674      Branch: perl
675            ! doio.c hints/lynxos.sh perl.h
676 ____________________________________________________________________________
677 [  5641] By: gsar                                  on 2000/03/11  09:42:56
678         Log: integrate cfgperl contents into mainline
679      Branch: perl
680           !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
681           !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
682 ____________________________________________________________________________
683 [  5640] By: gsar                                  on 2000/03/11  09:24:30
684         Log: perldelta update, typos and whitespace adjustments
685      Branch: perl
686            ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
687 ____________________________________________________________________________
688 [  5639] By: jhi                                   on 2000/03/11  00:51:48
689         Log: Integrate with Sarathy.
690      Branch: cfgperl
691           !> (integrate 44 files)
692 ____________________________________________________________________________
693 [  5638] By: jhi                                   on 2000/03/11  00:45:46
694         Log: Cpp out deadcode that IRIX compiler noticed. 
695      Branch: cfgperl
696            ! regcomp.c
697 ____________________________________________________________________________
698 [  5637] By: jhi                                   on 2000/03/10  14:22:24
699         Log: Do not use Perl's malloc in IRIX.
700      Branch: cfgperl
701            ! hints/irix_6.sh
702 ____________________________________________________________________________
703 [  5636] By: jhi                                   on 2000/03/10  05:27:03
704         Log: More/modified unused floating point units.
705      Branch: metaconfig/U/perl
706            + d_fp_class_l.U d_unordered.U d_unorderedl.U
707            ! d_fpclass.U
708 ____________________________________________________________________________
709 [  5635] By: jhi                                   on 2000/03/10  01:54:07
710         Log: Add various yet-unused units.
711      Branch: metaconfig/U/perl
712            + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
713            + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
714            + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
715            + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
716            + d_setrlimit.U d_ualarm.U d_utimes.U
717 ____________________________________________________________________________
718 [  5634] By: jhi                                   on 2000/03/10  01:07:54
719         Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
720      Branch: cfgperl
721            ! Configure config_h.SH
722      Branch: metaconfig
723            ! U/compline/nblock_io.U
724      Branch: metaconfig/U/perl
725            ! use64bits.U
726 ____________________________________________________________________________
727 [  5633] By: jhi                                   on 2000/03/09  23:22:33
728         Log: Remove an obsolete note.
729      Branch: cfgperl
730            ! t/op/64bit.t
731 ____________________________________________________________________________
732 [  5632] By: gsar                                  on 2000/03/09  18:50:43
733         Log: update Changes
734      Branch: perl
735            ! Changes
736 ____________________________________________________________________________
737 [  5631] By: gsar                                  on 2000/03/09  18:49:12
738         Log: track more of the child state on Windows
739      Branch: perl
740            ! win32/win32.c win32/win32.h
741 ____________________________________________________________________________
742 [  5630] By: gsar                                  on 2000/03/09  18:48:05
743         Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
744      Branch: perl
745            ! universal.c
746 ____________________________________________________________________________
747 [  5629] By: gsar                                  on 2000/03/09  18:37:35
748         Log: tweak Unicode notes, other cleanups
749      Branch: perl
750            ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
751            ! pod/perlhist.pod pod/perlunicode.pod
752 ____________________________________________________________________________
753 [  5628] By: gsar                                  on 2000/03/09  17:39:58
754         Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
755              semantics; the pragma sets defaults for both open() and qx//
756      Branch: perl
757            ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
758            ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
759            ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
760            ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
761 ____________________________________________________________________________
762 [  5627] By: gsar                                  on 2000/03/09  12:54:08
763         Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
764              to fflush(NULL) bug)
765      Branch: perl
766            ! hints/solaris_2.sh pod/perldelta.pod
767 ____________________________________________________________________________
768 [  5626] By: gsar                                  on 2000/03/09  11:34:51
769         Log: abort build on HP-UX if bundled non-ANSI compiler is detected
770              (from Dominic Dunlop <domo@computer.org>)
771      Branch: perl
772            ! hints/hpux.sh
773 ____________________________________________________________________________
774 [  5625] By: gsar                                  on 2000/03/09  11:17:07
775         Log: patch from Larry to make -T filetest algorithm recognize utf8 as
776              "text"
777      Branch: perl
778            ! pp_sys.c
779 ____________________________________________________________________________
780 [  5624] By: gsar                                  on 2000/03/09  11:11:59
781         Log: provide support for deleting actions etc. (from Ronald J Kimball
782              <rjk@linguist.dartmouth.edu>)
783      Branch: perl
784            ! lib/perl5db.pl pod/perldebug.pod
785 ____________________________________________________________________________
786 [  5623] By: gsar                                  on 2000/03/09  06:39:21
787         Log: new xsubpp keywords should be in all caps
788      Branch: perl
789            ! lib/ExtUtils/xsubpp
790 ____________________________________________________________________________
791 [  5622] By: gsar                                  on 2000/03/09  06:26:04
792         Log: demand-load utf8.pm in swash routines
793      Branch: perl
794            ! op.c utf8.c
795 ____________________________________________________________________________
796 [  5621] By: gsar                                  on 2000/03/08  19:27:02
797         Log: make Dump() call the XSUB implementation transparently (modified
798              version of patch suggested by David Boyce <dsb@world.std.com>)
799      Branch: perl
800            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
801            ! pod/perldelta.pod
802 ____________________________________________________________________________
803 [  5620] By: gsar                                  on 2000/03/08  18:35:48
804         Log: do FILE should not see outside lexicals (from Rick Delaney
805              <rick@consumercontact.com>)
806      Branch: perl
807            ! op.c pp_ctl.c t/comp/require.t
808 ____________________________________________________________________________
809 [  5619] By: gsar                                  on 2000/03/08  18:04:45
810         Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
811              API function
812      Branch: perl
813            ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
814            ! perlapi.c pp_sys.c proto.h
815 ____________________________________________________________________________
816 [  5618] By: jhi                                   on 2000/03/08  18:03:30
817         Log: Integrate with Sarathy.
818      Branch: cfgperl
819           +> lib/Pod/Plainer.pm
820           !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
821           !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
822           !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
823           !> vms/vmsish.h
824 ____________________________________________________________________________
825 [  5617] By: jhi                                   on 2000/03/08  15:44:05
826         Log: ICU todo fixes.
827      Branch: cfgperl
828            ! Todo-5.6
829 ____________________________________________________________________________
830 [  5616] By: jhi                                   on 2000/03/08  14:30:40
831         Log: Even more Todo.
832      Branch: cfgperl
833            ! Todo-5.6
834 ____________________________________________________________________________
835 [  5615] By: jhi                                   on 2000/03/08  14:13:45
836         Log: More Todo.
837      Branch: cfgperl
838            ! Todo-5.6
839 ____________________________________________________________________________
840 [  5614] By: jhi                                   on 2000/03/08  13:50:53
841         Log: wording changes
842      Branch: cfgperl
843            ! lib/Math/Complex.pm
844 ____________________________________________________________________________
845 [  5613] By: gsar                                  on 2000/03/08  12:51:35
846         Log: clarify docs on return value from binding operators
847      Branch: perl
848            ! pod/perlop.pod
849 ____________________________________________________________________________
850 [  5612] By: gsar                                  on 2000/03/08  12:41:38
851         Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
852              Robin Barker)
853      Branch: perl
854            + lib/Pod/Plainer.pm
855            ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
856 ____________________________________________________________________________
857 [  5611] By: gsar                                  on 2000/03/08  12:22:59
858         Log: integrate cfgperl changes into mainline
859      Branch: perl
860            ! Changes
861           !> installperl lib/Math/Complex.pm pod/perldelta.pod
862           !> t/lib/complex.t vms/vmsish.h
863 ____________________________________________________________________________
864 [  5610] By: gsar                                  on 2000/03/08  12:08:17
865         Log: add missing locks for op refcounts
866      Branch: perl
867            ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
868            ! perlvars.h sv.c unixish.h vms/vmsish.h
869 ____________________________________________________________________________
870 [  5609] By: gsar                                  on 2000/03/08  11:30:32
871         Log: Pod::InputObjects tweak (from Brad Appleton)
872      Branch: perl
873            ! lib/Pod/InputObjects.pm
874 ____________________________________________________________________________
875 [  5608] By: jhi                                   on 2000/03/08  05:08:59
876         Log: Integrate with Sarathy.
877      Branch: cfgperl
878           !> (integrate 27 files)
879 ____________________________________________________________________________
880 [  5607] By: jhi                                   on 2000/03/08  05:07:06
881         Log: Make the stringification more customizable.
882              A potentially backward incompatible change.
883              Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
884      Branch: cfgperl
885            ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
886 ____________________________________________________________________________
887 [  5606] By: jhi                                   on 2000/03/08  00:49:14
888         Log: s/lfs/largefiles/
889      Branch: metaconfig
890            ! U/mksample
891 ____________________________________________________________________________
892 [  5605] By: gsar                                  on 2000/03/07  23:37:48
893         Log: VMS build patch (from Peter Prymmer)
894      Branch: perl
895            ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
896            ! vms/subconfigure.com vms/vms.c
897 ____________________________________________________________________________
898 [  5604] By: gsar                                  on 2000/03/07  23:25:46
899         Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
900      Branch: perl
901            ! perl.c
902 ____________________________________________________________________________
903 [  5603] By: gsar                                  on 2000/03/07  23:05:16
904         Log: type mismatch
905      Branch: perl
906            ! sv.c
907 ____________________________________________________________________________
908 [  5602] By: gsar                                  on 2000/03/07  22:40:55
909         Log: add note to INSTALL about C++ compilers (from M J T Guy)
910      Branch: perl
911            ! INSTALL
912 ____________________________________________________________________________
913 [  5601] By: gsar                                  on 2000/03/07  22:30:35
914         Log: separate options to incpush() for adding version directories and
915              architecture directories (from Andy Dougherty)
916      Branch: perl
917            ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
918 ____________________________________________________________________________
919 [  5600] By: gsar                                  on 2000/03/07  20:18:54
920         Log: support :void to enable croaking only in void context (from
921              Simon Cozens <simon@othersideofthe.earth.li>)
922      Branch: perl
923            ! lib/Fatal.pm t/lib/fatal.t
924 ____________________________________________________________________________
925 [  5599] By: gsar                                  on 2000/03/07  18:35:21
926         Log: Pod::Html tweak to avoid false falses
927      Branch: perl
928            ! lib/Pod/Html.pm
929 ____________________________________________________________________________
930 [  5598] By: gsar                                  on 2000/03/07  18:21:58
931         Log: skip null siblings encountered by goto out of loopish block
932              (from Doug Lankshear)
933      Branch: perl
934            ! pp_ctl.c
935 ____________________________________________________________________________
936 [  5597] By: gsar                                  on 2000/03/07  16:33:29
937         Log: omit XSLoader from bytecode dumps
938      Branch: perl
939            ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
940 ____________________________________________________________________________
941 [  5596] By: gsar                                  on 2000/03/07  10:58:17
942         Log: avoid coredump on C<printf "%vd">
943      Branch: perl
944            ! sv.c
945 ____________________________________________________________________________
946 [  5595] By: gsar                                  on 2000/03/07  10:26:03
947         Log: add missing HTML escapes that can be displayed in xterm (from
948              Tim Jenness <timj@jach.hawaii.edu>)
949      Branch: perl
950            ! lib/Pod/Text.pm
951 ____________________________________________________________________________
952 [  5594] By: gsar                                  on 2000/03/07  10:24:55
953         Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
954      Branch: perl
955            ! lib/Fatal.pm
956 ____________________________________________________________________________
957 [  5593] By: gsar                                  on 2000/03/07  09:57:24
958         Log: get ByteLoader working again
959      Branch: perl
960            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
961            ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
962            ! ext/ByteLoader/byterun.c
963 ____________________________________________________________________________
964 [  5592] By: gsar                                  on 2000/03/07  05:14:49
965         Log: typo in makedef.pl
966      Branch: perl
967            ! lib/File/Path.pm makedef.pl
968 ____________________________________________________________________________
969 [  5591] By: jhi                                   on 2000/03/06  22:56:24
970         Log: Integrate with Sarathy.
971      Branch: cfgperl
972           !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
973 ____________________________________________________________________________
974 [  5590] By: gsar                                  on 2000/03/06  22:32:44
975         Log: fix incorrect prototypes in File::Glob
976      Branch: perl
977            ! ext/File/Glob/Glob.xs
978 ____________________________________________________________________________
979 [  5589] By: gsar                                  on 2000/03/06  22:07:38
980         Log: update Changes
981      Branch: perl
982            ! Changes
983 ____________________________________________________________________________
984 [  5588] By: jhi                                   on 2000/03/06  21:46:18
985         Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
986              To: vmsperl@perl.org, perl5-porters@perl.org
987              Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
988              Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
989              Date: Mon, 06 Mar 2000 15:36:13 -0600
990              Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
991      Branch: cfgperl
992            ! vms/vmsish.h
993 ____________________________________________________________________________
994 [  5587] By: jhi                                   on 2000/03/06  21:23:27
995         Log: Use $^O.
996      Branch: cfgperl
997            ! installperl
998 ____________________________________________________________________________
999 [  5586] By: jhi                                   on 2000/03/06  21:19:15
1000         Log: Undo drift from the mainline.
1001      Branch: cfgperl
1002           !> (integrate 1607 files)
1003 ____________________________________________________________________________
1004 [  5585] By: gsar                                  on 2000/03/06  20:23:37
1005         Log: change#5513 accidentally undid change#5373, put it back
1006      Branch: perl
1007            ! lib/Pod/Html.pm
1008 ____________________________________________________________________________
1009 [  5584] By: jhi                                   on 2000/03/06  17:30:48
1010         Log: Integrate with Sarathy.
1011      Branch: cfgperl
1012           !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
1013           !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
1014 ____________________________________________________________________________
1015 [  5583] By: gsar                                  on 2000/03/06  17:02:52
1016         Log: makedef.pl typos
1017      Branch: perl
1018            ! makedef.pl
1019 ____________________________________________________________________________
1020 [  5582] By: gsar                                  on 2000/03/06  15:24:14
1021         Log: Pod::Man bugfixes (from Russ Allbery)
1022      Branch: perl
1023            ! lib/Pod/Man.pm
1024 ____________________________________________________________________________
1025 [  5581] By: gsar                                  on 2000/03/06  15:17:08
1026         Log: File::Path::rmtree() doesn't delete stale symlinks correctly
1027      Branch: perl
1028            ! lib/File/Path.pm
1029 ____________________________________________________________________________
1030 [  5580] By: gsar                                  on 2000/03/06  14:55:57
1031         Log: pod nits
1032      Branch: perl
1033            ! lib/Getopt/Long.pm lib/IPC/Open2.pm
1034 ____________________________________________________________________________
1035 [  5579] By: gsar                                  on 2000/03/06  14:55:08
1036         Log: 64-bit build fix on VMS (from Dan Sugalski)
1037      Branch: perl
1038            ! toke.c vms/subconfigure.com
1039 ____________________________________________________________________________
1040 [  5578] By: jhi                                   on 2000/03/06  14:37:46
1041         Log: Integrate with Sarathy.
1042      Branch: cfgperl
1043           !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
1044           !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
1045           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1046           !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
1047           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1048           !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
1049           !> win32/win32.c win32/win32.h
1050 ____________________________________________________________________________
1051 [  5577] By: gsar                                  on 2000/03/06  07:26:18
1052         Log: skip tests that need VMS::Filespec on other platforms
1053      Branch: perl
1054            ! t/lib/filespec.t
1055 ____________________________________________________________________________
1056 [  5576] By: gsar                                  on 2000/03/06  07:11:21
1057         Log: integrate vmsperl contents into mainline
1058      Branch: perl
1059           !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
1060           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1061           !> vms/test.com vms/vms.c
1062 ____________________________________________________________________________
1063 [  5575] By: gsar                                  on 2000/03/06  07:05:34
1064         Log: support for autovivified handles (from Tom Christiansen)
1065      Branch: perl
1066            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
1067 ____________________________________________________________________________
1068 [  5574] By: gsar                                  on 2000/03/06  06:31:55
1069         Log: vendorlib support for Windows; regen win32/config*
1070      Branch: perl
1071            ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
1072            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1073            ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
1074            ! win32/win32.c win32/win32.h
1075 ____________________________________________________________________________
1076 [  5573] By: bailey                                on 2000/03/06  05:23:23
1077         Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
1078      Branch: vmsperl
1079            ! vms/test.com
1080 ____________________________________________________________________________
1081 [  5572] By: gsar                                  on 2000/03/06  05:21:26
1082         Log: the incpush()es weren't all quite right on Windows in change#5559
1083      Branch: perl
1084            ! perl.c
1085 ____________________________________________________________________________
1086 [  5571] By: bailey                                on 2000/03/06  05:18:59
1087         Log: Fix ricochet in File::Spec::VMS
1088              Fix eval error in filespec.t
1089              Misc. minor fixes in filespec.t
1090      Branch: vmsperl
1091            ! lib/File/Spec/VMS.pm t/lib/filespec.t
1092 ____________________________________________________________________________
1093 [  5570] By: gsar                                  on 2000/03/06  05:00:44
1094         Log: integrate cfgperl changes into mainline
1095      Branch: perl
1096           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1097           !> Porting/config_H config_h.SH epoc/config.sh
1098           !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
1099           !> perl.c perl.h toke.c vos/config.def vos/config.h
1100           !> vos/config_h.SH_orig
1101 ____________________________________________________________________________
1102 [  5569] By: jhi                                   on 2000/03/06  04:51:39
1103         Log: Integrate with Sarathy.
1104      Branch: cfgperl
1105           !> installperl pp.c
1106 ____________________________________________________________________________
1107 [  5568] By: gsar                                  on 2000/03/06  04:48:17
1108         Log: installperl wasn't putting extensions with two or more
1109              nested package names in the archlib
1110      Branch: perl
1111            ! installperl
1112 ____________________________________________________________________________
1113 [  5567] By: bailey                                on 2000/03/06  03:43:36
1114         Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
1115      Branch: vmsperl
1116            ! configure.com vms/subconfigure.com
1117 ____________________________________________________________________________
1118 [  5566] By: bailey                                on 2000/03/06  03:40:14
1119         Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
1120              FIx logic error in glob-basic.t (Charles Lane)
1121      Branch: vmsperl
1122            ! configure.com vms/subconfigure.com
1123 ____________________________________________________________________________
1124 [  5565] By: bailey                                on 2000/03/06  03:37:46
1125         Log: Remove trailing . from typeless files (Charles Lane)
1126      Branch: vmsperl
1127            ! t/lib/filefind.t
1128 ____________________________________________________________________________
1129 [  5564] By: bailey                                on 2000/03/06  03:36:26
1130         Log: Resync with mainline, update test in vmsfspec.t
1131      Branch: vmsperl
1132           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1133            ! vms/ext/filespec.t
1134           !> (integrate 171 files)
1135 ____________________________________________________________________________
1136 [  5563] By: gsar                                  on 2000/03/06  03:29:11
1137         Log: avoid warning
1138      Branch: perl
1139            ! pp.c
1140 ____________________________________________________________________________
1141 [  5562] By: bailey                                on 2000/03/06  02:48:17
1142         Log: Downcase function call to hush picky cc
1143      Branch: vmsperl
1144            ! vms/vms.c
1145 ____________________________________________________________________________
1146 [  5561] By: jhi                                   on 2000/03/06  00:23:22
1147         Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
1148              is not exactly identical to the current config_h.SH because
1149              Paul needs better $sitearch control.
1150      Branch: cfgperl
1151            ! vos/config.def vos/config.h vos/config_h.SH_orig
1152 ____________________________________________________________________________
1153 [  5560] By: jhi                                   on 2000/03/05  23:26:41
1154         Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
1155              falls back to DynaLoader.
1156              
1157              From: Doug MacEachern <dougm@pobox.com>
1158              To: perl5-porters@perl.org
1159              Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
1160              Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
1161              Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
1162      Branch: cfgperl
1163            ! ext/DynaLoader/DynaLoader_pm.PL
1164 ____________________________________________________________________________
1165 [  5559] By: jhi                                   on 2000/03/05  22:05:54
1166         Log: sitelib_stem and vendorlib_stem patches from Andy;
1167              problem reported in
1168              From: schwern@athens.arena-i.com (Michael G Schwern)
1169              To: perl5-porters@perl.org
1170              Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
1171              Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
1172              Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
1173      Branch: cfgperl
1174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1175            ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
1176            ! vos/config.def vos/config.h vos/config_h.SH_orig
1177      Branch: metaconfig
1178            ! U/installdirs/instubperl.U U/installdirs/sitelib.U
1179            ! U/installdirs/vendorlib.U
1180 ____________________________________________________________________________
1181 [  5558] By: jhi                                   on 2000/03/05  21:18:59
1182         Log: Integrate with Sarathy.
1183      Branch: cfgperl
1184           !> hints/linux.sh lib/Getopt/Long.pm
1185 ____________________________________________________________________________
1186 [  5557] By: gsar                                  on 2000/03/05  20:35:13
1187         Log: Getopt-Long v2.21 update (from Johan Vromans)
1188      Branch: perl
1189            ! lib/Getopt/Long.pm
1190 ____________________________________________________________________________
1191 [  5556] By: gsar                                  on 2000/03/05  20:26:57
1192         Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
1193              (from Matthias Urlichs <smurf@noris.net>)
1194      Branch: perl
1195            ! hints/linux.sh
1196 ____________________________________________________________________________
1197 [  5555] By: jhi                                   on 2000/03/05  20:15:34
1198         Log: Integrate with Sarathy.
1199      Branch: cfgperl
1200           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1201           !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
1202           !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
1203           !> t/comp/proto.t toke.c utils/perlbug.PL
1204 ____________________________________________________________________________
1205 [  5554] By: gsar                                  on 2000/03/05  20:02:17
1206         Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
1207              and C<open F, "-|", 'cat', '-v'>
1208      Branch: perl
1209            ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
1210            ! t/comp/proto.t toke.c
1211 ____________________________________________________________________________
1212 [  5553] By: jhi                                   on 2000/03/05  19:55:02
1213         Log: AIX gcvt() cannot format long doubles very well.
1214      Branch: cfgperl
1215            ! hints/aix.sh
1216 ____________________________________________________________________________
1217 [  5552] By: jhi                                   on 2000/03/05  18:44:37
1218         Log: the monster cpp expression needs to be on one line to
1219              appease makedepend
1220      Branch: cfgperl
1221            ! toke.c
1222 ____________________________________________________________________________
1223 [  5551] By: jhi                                   on 2000/03/05  18:24:32
1224         Log: IRIX cpp is fussy.
1225      Branch: cfgperl
1226            ! toke.c
1227 ____________________________________________________________________________
1228 [  5550] By: gsar                                  on 2000/03/05  17:46:18
1229         Log: perlbug tweak to grok local_patches better
1230      Branch: perl
1231            ! utils/perlbug.PL
1232 ____________________________________________________________________________
1233 [  5549] By: gsar                                  on 2000/03/05  17:33:10
1234         Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
1235              in Pod::InputObjects (from Russ Allbery)
1236      Branch: perl
1237            + lib/Term/ANSIColor.pm t/lib/ansicolor.t
1238            ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
1239 ____________________________________________________________________________
1240 [  5548] By: jhi                                   on 2000/03/05  17:27:06
1241         Log: clean up the makedepend temp file
1242      Branch: cfgperl
1243            ! Makefile.SH
1244 ____________________________________________________________________________
1245 [  5547] By: jhi                                   on 2000/03/05  17:23:18
1246         Log: Integrate with Sarathy.
1247      Branch: cfgperl
1248           !> perl.c
1249 ____________________________________________________________________________
1250 [  5546] By: jhi                                   on 2000/03/05  17:16:12
1251         Log: Integrate with Sarathy.
1252      Branch: cfgperl
1253           !> (integrate 47 files)
1254 ____________________________________________________________________________
1255 [  5545] By: gsar                                  on 2000/03/05  17:13:48
1256         Log: strip last component of SITELIB_EXP only if it looks like a
1257              number
1258      Branch: perl
1259            ! perl.c
1260 ____________________________________________________________________________
1261 [  5544] By: jhi                                   on 2000/03/05  17:12:42
1262         Log: s/Perl/PeRl/; # yeah
1263      Branch: cfgperl
1264            ! Configure config_h.SH
1265      Branch: metaconfig
1266            ! U/modified/cpp_stuff.U
1267 ____________________________________________________________________________
1268 [  5543] By: gsar                                  on 2000/03/05  16:54:10
1269         Log: thinko in change#4546 that caused variables to lose their importedness
1270              (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
1271      Branch: perl
1272            ! sv.c t/pragma/strict-vars
1273 ____________________________________________________________________________
1274 [  5542] By: gsar                                  on 2000/03/05  09:37:26
1275         Log: regen win32/config*, up version numbers &c.
1276      Branch: perl
1277            ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
1278            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1279            ! win32/config_H.vc win32/makefile.mk
1280 ____________________________________________________________________________
1281 [  5541] By: gsar                                  on 2000/03/05  09:20:12
1282         Log: undo change#5506; add patch to make blank line warnings optional
1283              (from Brad Appleton)
1284      Branch: perl
1285            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
1286 ____________________________________________________________________________
1287 [  5540] By: gsar                                  on 2000/03/05  09:04:52
1288         Log: fixes for most warnings identified by gcc -Wall
1289      Branch: perl
1290            ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
1291            ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
1292            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
1293            ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
1294 ____________________________________________________________________________
1295 [  5539] By: gsar                                  on 2000/03/05  06:37:58
1296         Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
1297              (from Doug MacEachern <dougm@pobox.com>)
1298      Branch: perl
1299            ! patchlevel.h perl.h
1300 ____________________________________________________________________________
1301 [  5538] By: gsar                                  on 2000/03/05  05:50:44
1302         Log: tyop
1303      Branch: perl
1304            ! config_h.SH
1305 ____________________________________________________________________________
1306 [  5537] By: gsar                                  on 2000/03/05  05:41:10
1307         Log: integrate cfgperl contents into mainline; add new tests from
1308              inc.t into 64bit.t
1309      Branch: perl
1310            ! t/op/64bit.t
1311           !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
1312           !> pod/perl.pod toke.c
1313 ____________________________________________________________________________
1314 [  5536] By: jhi                                   on 2000/03/05  05:37:22
1315         Log: dethinko
1316      Branch: cfgperl
1317            ! toke.c
1318 ____________________________________________________________________________
1319 [  5535] By: jhi                                   on 2000/03/05  05:14:40
1320         Log: Integrate with Sarathy.
1321      Branch: cfgperl
1322           !> pp.c t/op/inc.t toke.c
1323 ____________________________________________________________________________
1324 [  5534] By: gsar                                  on 2000/03/05  04:50:26
1325         Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
1326              since runtime is highly optimized for IVs rather than UVs
1327      Branch: perl
1328            ! toke.c
1329 ____________________________________________________________________________
1330 [  5533] By: gsar                                  on 2000/03/05  04:30:02
1331         Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
1332              end up being promoted to an NV)
1333      Branch: perl
1334            ! pp.c t/op/inc.t toke.c
1335 ____________________________________________________________________________
1336 [  5532] By: jhi                                   on 2000/03/05  01:11:37
1337         Log: more cpp cosmetics, logic cleanup
1338      Branch: cfgperl
1339            ! toke.c
1340 ____________________________________________________________________________
1341 [  5531] By: jhi                                   on 2000/03/05  00:51:20
1342         Log: Implement #5525 in metaconfig.
1343      Branch: cfgperl
1344            ! Configure config_h.SH
1345      Branch: metaconfig
1346            ! U/modified/cpp_stuff.U
1347 ____________________________________________________________________________
1348 [  5530] By: jhi                                   on 2000/03/05  00:32:51
1349         Log: Integrate with Sarathy.
1350      Branch: cfgperl
1351           !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
1352           !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
1353           !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
1354           !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
1355           !> win32/config_H.gc win32/config_H.vc
1356 ____________________________________________________________________________
1357 [  5529] By: jhi                                   on 2000/03/05  00:31:17
1358         Log: Sanity check on the strtoll and strtoull.
1359      Branch: cfgperl
1360            ! Configure config_h.SH
1361      Branch: metaconfig/U/perl
1362            ! d_strtoll.U d_strtoull.U
1363 ____________________________________________________________________________
1364 [  5528] By: jhi                                   on 2000/03/05  00:07:21
1365         Log: Reformat the fearful cpp expression to be a little bit less fearful.
1366      Branch: cfgperl
1367            ! toke.c
1368 ____________________________________________________________________________
1369 [  5527] By: gsar                                  on 2000/03/04  21:55:03
1370         Log: make hints available via globals in the respective pragmas to
1371              avoid duplicating the constants everywhere
1372      Branch: perl
1373            ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
1374            ! lib/locale.pm lib/overload.pm lib/utf8.pm
1375 ____________________________________________________________________________
1376 [  5526] By: gsar                                  on 2000/03/04  20:39:36
1377         Log: remove deadcode
1378      Branch: perl
1379            ! lib/Cwd.pm
1380 ____________________________________________________________________________
1381 [  5525] By: gsar                                  on 2000/03/04  19:42:55
1382         Log: make CAT2() portable for use as a macro argument with an extra
1383              level of macros
1384      Branch: perl
1385            ! config_h.SH
1386 ____________________________________________________________________________
1387 [  5524] By: gsar                                  on 2000/03/04  19:02:27
1388         Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
1389              <lane@DUPHY4.Physics.Drexel.Edu>)
1390      Branch: perl
1391            ! doio.c
1392 ____________________________________________________________________________
1393 [  5523] By: gsar                                  on 2000/03/04  18:59:03
1394         Log: pod tweak
1395      Branch: perl
1396            ! pod/perldebug.pod
1397 ____________________________________________________________________________
1398 [  5522] By: gsar                                  on 2000/03/04  17:46:58
1399         Log: regen win32/config_H*
1400      Branch: perl
1401            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1402 ____________________________________________________________________________
1403 [  5521] By: jhi                                   on 2000/03/04  16:35:48
1404         Log: From: "Matthias Urlichs" <smurf@noris.net>
1405              To: perl5-porters@perl.org
1406              Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
1407              Date:   Sat, 4 Mar 2000 12:48:42 +0100
1408              Message-ID: <20000304124841.A8090@noris.de>
1409      Branch: cfgperl
1410            ! toke.c
1411 ____________________________________________________________________________
1412 [  5520] By: jhi                                   on 2000/03/04  15:41:12
1413         Log: unthink wishful thinking
1414      Branch: cfgperl
1415            ! pod/perl.pod
1416 ____________________________________________________________________________
1417 [  5519] By: gsar                                  on 2000/03/04  06:42:47
1418         Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
1419      Branch: perl
1420            ! os2/os2ish.h
1421 ____________________________________________________________________________
1422 [  5518] By: gsar                                  on 2000/03/04  06:02:26
1423         Log: avoid "scalars leaked" message in test
1424      Branch: perl
1425            ! t/pragma/warn/regcomp
1426 ____________________________________________________________________________
1427 [  5517] By: jhi                                   on 2000/03/04  06:01:16
1428         Log: detypo
1429      Branch: cfgperl
1430            ! pod/perl.pod
1431 ____________________________________________________________________________
1432 [  5516] By: jhi                                   on 2000/03/04  05:59:21
1433         Log: cleanup AVAILABILITY and mention binaries
1434      Branch: cfgperl
1435            ! pod/perl.pod
1436 ____________________________________________________________________________
1437 [  5515] By: gsar                                  on 2000/03/04  05:55:02
1438         Log: syntax error in change#5498
1439      Branch: perl
1440            ! t/lib/ipc_sysv.t
1441 ____________________________________________________________________________
1442 [  5514] By: jhi                                   on 2000/03/04  05:50:56
1443         Log: assuming that removing the libbind will be a good idea
1444      Branch: cfgperl
1445            ! hints/sco.sh
1446 ____________________________________________________________________________
1447 [  5513] By: gsar                                  on 2000/03/04  05:50:15
1448         Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
1449              <wolfgang.laun@chello.at>)
1450      Branch: perl
1451            ! lib/Pod/Html.pm
1452 ____________________________________________________________________________
1453 [  5512] By: jhi                                   on 2000/03/04  05:45:52
1454         Log: Integrate with Sarathy.
1455      Branch: cfgperl
1456           !> (integrate 41 files)
1457 ____________________________________________________________________________
1458 [  5511] By: jhi                                   on 2000/03/04  05:42:37
1459         Log: HP-UX 64-bitness cures
1460      Branch: cfgperl
1461            ! hints/hpux.sh perl.h
1462 ____________________________________________________________________________
1463 [  5510] By: gsar                                  on 2000/03/04  05:40:08
1464         Log: better error messages when xsubpp fails to find map for a particular
1465              type (from Ilya Zakharevich)
1466      Branch: perl
1467            ! lib/ExtUtils/xsubpp
1468 ____________________________________________________________________________
1469 [  5509] By: jhi                                   on 2000/03/04  05:33:27
1470         Log: scratch #5508
1471      Branch: cfgperl
1472            ! perl.h
1473 ____________________________________________________________________________
1474 [  5508] By: jhi                                   on 2000/03/04  05:31:19
1475         Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
1476      Branch: cfgperl
1477            ! perl.h
1478 ____________________________________________________________________________
1479 [  5507] By: gsar                                  on 2000/03/04  04:27:51
1480         Log: more whitespace removal (from Michael G Schwern)
1481      Branch: perl
1482            ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
1483            ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
1484            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1485            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
1486            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
1487            ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
1488            ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
1489            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
1490            ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1491            ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
1492            ! lib/overload.pm x2p/s2p.PL
1493 ____________________________________________________________________________
1494 [  5506] By: gsar                                  on 2000/03/04  04:12:06
1495         Log: temporarily disable blank line warning from Pod::Parser until
1496              it can be made optional
1497      Branch: perl
1498            ! lib/Pod/Parser.pm t/pod/poderrs.xr
1499 ____________________________________________________________________________
1500 [  5505] By: gsar                                  on 2000/03/04  04:00:44
1501         Log: rid blanks in pods (from Michael G Schwern)
1502      Branch: perl
1503            ! README.amiga README.dos README.os2
1504 ____________________________________________________________________________
1505 [  5504] By: gsar                                  on 2000/03/04  03:59:07
1506         Log: avoid warnings from shmread() when given undefined variable
1507              (from Tom Christiansen)
1508      Branch: perl
1509            ! doio.c
1510 ____________________________________________________________________________
1511 [  5503] By: gsar                                  on 2000/03/04  03:53:43
1512         Log: fpsetmask() needs include on freebsd (from Slaven Rezic
1513              <eserte@vran.herceg.de>)
1514      Branch: perl
1515            ! unixish.h
1516 ____________________________________________________________________________
1517 [  5502] By: gsar                                  on 2000/03/04  03:51:05
1518         Log: avoid ambiguity in indirect object notation (breaks with overridden
1519              run time require)
1520      Branch: perl
1521            ! lib/CGI.pm
1522 ____________________________________________________________________________
1523 [  5501] By: gsar                                  on 2000/03/04  01:08:54
1524         Log: adjust perldelta
1525      Branch: perl
1526            ! Todo-5.6 pod/perl.pod pod/perldelta.pod
1527 ____________________________________________________________________________
1528 [  5500] By: gsar                                  on 2000/03/04  00:33:49
1529         Log: integrate cfgperl contents into mainline
1530      Branch: perl
1531           !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
1532           !> pod/perlfunc.pod t/lib/ipc_sysv.t
1533 ____________________________________________________________________________
1534 [  5499] By: jhi                                   on 2000/03/03  22:51:53
1535         Log: solaris hints tweak
1536      Branch: cfgperl
1537            ! hints/solaris_2.sh
1538 ____________________________________________________________________________
1539 [  5498] By: jhi                                   on 2000/03/03  22:35:46
1540         Log: The SysV IPC test must use the native integers
1541              (long or short), also noted this in the msgsnd/semctl
1542              documentation.  Reported in
1543              
1544              From: schwern@athens.arena-i.com (Michael G Schwern)
1545              To: perl5-porters@perl.org
1546              Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
1547              Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
1548              Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
1549      Branch: cfgperl
1550            ! pod/perlfunc.pod t/lib/ipc_sysv.t
1551 ____________________________________________________________________________
1552 [  5497] By: jhi                                   on 2000/03/03  21:08:53
1553         Log: Update AVAILABILITY.
1554      Branch: cfgperl
1555            ! pod/perl.pod
1556 ____________________________________________________________________________
1557 [  5496] By: gsar                                  on 2000/03/03  20:21:05
1558         Log: perldebug tweak (from M J T Guy)
1559      Branch: perl
1560            ! pod/perldebug.pod
1561 ____________________________________________________________________________
1562 [  5495] By: jhi                                   on 2000/03/03  19:32:58
1563         Log: Integrate with Sarathy.
1564      Branch: cfgperl
1565           !> (integrate 79 files)
1566 ____________________________________________________________________________
1567 [  5494] By: jhi                                   on 2000/03/03  19:14:01
1568         Log: the workaround is needed in all 7.2.* compilers,
1569              not just on IRIX64.
1570      Branch: cfgperl
1571            ! hints/irix_6.sh
1572 ____________________________________________________________________________
1573 [  5493] By: gsar                                  on 2000/03/03  18:58:45
1574         Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
1575              and Robin Barker)
1576      Branch: perl
1577            ! Changes pod/perl.pod pod/perl5004delta.pod
1578            ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
1579            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
1580            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
1581            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1582            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
1583            ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
1584            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
1585            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
1586            ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
1587            ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
1588            ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
1589            ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
1590            ! pod/perlxstut.pod
1591 ____________________________________________________________________________
1592 [  5492] By: gsar                                  on 2000/03/03  17:48:31
1593         Log: support for list assignment to pseudohashes (from John Tobey
1594              <jtobey@john-edwin-tobey.org>)
1595      Branch: perl
1596            ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1597            ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
1598 ____________________________________________________________________________
1599 [  5491] By: gsar                                  on 2000/03/03  16:45:49
1600         Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
1601      Branch: perl
1602            ! INSTALL
1603 ____________________________________________________________________________
1604 [  5490] By: gsar                                  on 2000/03/03  16:44:42
1605         Log: perldelta tweaks
1606      Branch: perl
1607            ! pod/perldelta.pod
1608 ____________________________________________________________________________
1609 [  5489] By: gsar                                  on 2000/03/03  16:26:52
1610         Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
1611              <ask@valueclick.com>)
1612      Branch: perl
1613            ! ext/Sys/Syslog/Syslog.pm
1614 ____________________________________________________________________________
1615 [  5488] By: gsar                                  on 2000/03/03  16:21:34
1616         Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
1617              <sthoenna@efn.org>)
1618      Branch: perl
1619            ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
1620            ! os2/os2.sym
1621 ____________________________________________________________________________
1622 [  5487] By: gsar                                  on 2000/03/03  16:16:34
1623         Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
1624      Branch: perl
1625            ! t/lib/glob-basic.t
1626 ____________________________________________________________________________
1627 [  5486] By: gsar                                  on 2000/03/03  15:42:28
1628         Log: integrate cfgperl and vmsperl contents into mainline
1629      Branch: perl
1630            ! pod/perl.pod
1631           !> (integrate 38 files)
1632 ____________________________________________________________________________
1633 [  5485] By: jhi                                   on 2000/03/03  15:21:40
1634         Log: pull the sparcv9 workshop libraries in front of loclibpth
1635      Branch: cfgperl
1636            ! hints/solaris_2.sh
1637 ____________________________________________________________________________
1638 [  5484] By: jhi                                   on 2000/03/03  15:09:03
1639         Log: Introduce i_ieefp because FreeBSD on ix86 needs that
1640              for ftpsetmask(0); regen Configure.
1641      Branch: cfgperl
1642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1643            ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
1644            ! vos/config.def vos/config.h vos/config_h.SH_orig
1645            ! win32/config.bc win32/config.gc win32/config.vc
1646            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1647 ____________________________________________________________________________
1648 [  5483] By: jhi                                   on 2000/03/03  05:37:58
1649         Log: The _cflags must be left-aligned.
1650      Branch: cfgperl
1651            ! hints/irix_6.sh
1652 ____________________________________________________________________________
1653 [  5482] By: bailey                                on 2000/03/03  04:42:45
1654         Log: Once more unto resync
1655      Branch: vmsperl
1656           !> (integrate 48 files)
1657 ____________________________________________________________________________
1658 [  5481] By: bailey                                on 2000/03/03  04:36:46
1659         Log: VMS-specific perldelta update
1660      Branch: vmsperl
1661            ! pod/perldelta.pod
1662 ____________________________________________________________________________
1663 [  5480] By: bailey                                on 2000/03/03  04:05:28
1664         Log: Set up Perl invocation method during configuration (Peter Prymmer)
1665              Add missing bits to various utilities and install them (ditto)
1666      Branch: vmsperl
1667            ! configure.com pod/pod2usage.PL pod/podselect.PL
1668            ! utils/dprofpp.PL vms/descrip_mms.template
1669 ____________________________________________________________________________
1670 [  5479] By: bailey                                on 2000/03/03  04:01:48
1671         Log: Fix test to match new behavior of vmsify() (Craig Berry)
1672      Branch: vmsperl
1673            ! vms/ext/filespec.t
1674 ____________________________________________________________________________
1675 [  5478] By: bailey                                on 2000/03/03  03:54:10
1676         Log: Try to intuit whether typeless file invoked in subprocess
1677              is an executable image or DCL procedure.
1678      Branch: vmsperl
1679            ! vms/perlvms.pod vms/vms.c
1680 ____________________________________________________________________________
1681 [  5477] By: bailey                                on 2000/03/03  03:37:18
1682         Log: Remove leftover bits of VAXC support (Dan Sugalski)
1683      Branch: vmsperl
1684            ! vms/gen_shrfls.pl
1685 ____________________________________________________________________________
1686 [  5476] By: bailey                                on 2000/03/03  03:34:51
1687         Log: Add missing declaration (Dan Sugalski)
1688      Branch: vmsperl
1689            ! vms/vms.c
1690 ____________________________________________________________________________
1691 [  5475] By: gsar                                  on 2000/03/03  03:27:52
1692         Log: warn about /(?p{})/ (from Simon Cozens)
1693      Branch: perl
1694            ! regcomp.c toke.c
1695 ____________________________________________________________________________
1696 [  5474] By: bailey                                on 2000/03/03  03:27:05
1697         Log: Ad hoc patch for duping stdout into stderr
1698      Branch: vmsperl
1699            ! vms/vms.c
1700 ____________________________________________________________________________
1701 [  5473] By: bailey                                on 2000/03/03  03:23:29
1702         Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
1703      Branch: vmsperl
1704            ! vms/subconfigure.com vms/vmsish.h
1705 ____________________________________________________________________________
1706 [  5472] By: gsar                                  on 2000/03/03  02:58:49
1707         Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
1708      Branch: perl
1709            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1710            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1711 ____________________________________________________________________________
1712 [  5471] By: jhi                                   on 2000/03/03  02:38:23
1713         Log: more todo
1714      Branch: cfgperl
1715            ! Todo-5.6
1716 ____________________________________________________________________________
1717 [  5470] By: gsar                                  on 2000/03/03  02:36:02
1718         Log: skip test if db doesn't have null key support
1719      Branch: perl
1720            ! t/lib/anydbm.t
1721 ____________________________________________________________________________
1722 [  5469] By: jhi                                   on 2000/03/03  02:26:53
1723         Log: Integrate with Sarathy.
1724      Branch: cfgperl
1725           !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1726           !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
1727           !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
1728           !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
1729           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1730 ____________________________________________________________________________
1731 [  5468] By: jhi                                   on 2000/03/03  02:24:05
1732         Log: irix hints tweak
1733      Branch: cfgperl
1734            ! hints/irix_6.sh
1735 ____________________________________________________________________________
1736 [  5467] By: gsar                                  on 2000/03/03  02:19:50
1737         Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
1738              Simon Cozens <simon@othersideofthe.earth.li>)
1739      Branch: perl
1740            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1741            ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
1742            ! t/op/pat.t toke.c
1743 ____________________________________________________________________________
1744 [  5466] By: jhi                                   on 2000/03/03  02:12:41
1745         Log: in words order bad
1746      Branch: cfgperl
1747            ! pod/perlre.pod
1748 ____________________________________________________________________________
1749 [  5465] By: jhi                                   on 2000/03/03  02:09:45
1750         Log: /[[:alpha]/ now dies on unmatched [] instead of
1751              "an unknown character class" (spotted by Tom Christiansen)
1752      Branch: cfgperl
1753            ! regcomp.c t/pragma/warn/regcomp
1754 ____________________________________________________________________________
1755 [  5464] By: gsar                                  on 2000/03/03  02:04:48
1756         Log: perldelta notes about IO::Socket changes (from Graham Barr)
1757      Branch: perl
1758            ! pod/perldelta.pod
1759 ____________________________________________________________________________
1760 [  5463] By: gsar                                  on 2000/03/03  02:02:50
1761         Log: relax restrictions on constant names a bit (from M J T Guy)
1762      Branch: perl
1763            ! lib/constant.pm
1764 ____________________________________________________________________________
1765 [  5462] By: gsar                                  on 2000/03/03  01:59:49
1766         Log: support for generation of accessor functions (from Hugo van der
1767              Sanden)
1768      Branch: perl
1769            ! utils/h2xs.PL
1770 ____________________________________________________________________________
1771 [  5461] By: jhi                                   on 2000/03/03  01:51:53
1772         Log: cosmetics
1773      Branch: cfgperl
1774            ! t/op/pack.t
1775 ____________________________________________________________________________
1776 [  5460] By: jhi                                   on 2000/03/03  01:50:07
1777         Log: detypo
1778      Branch: cfgperl
1779            ! t/op/pack.t
1780 ____________________________________________________________________________
1781 [  5459] By: gsar                                  on 2000/03/03  01:46:35
1782         Log: pod tweaks
1783      Branch: perl
1784            ! pod/perl.pod pod/perlpod.pod
1785 ____________________________________________________________________________
1786 [  5458] By: jhi                                   on 2000/03/03  01:25:21
1787         Log: solaris hints tweak
1788      Branch: cfgperl
1789            ! hints/solaris_2.sh
1790 ____________________________________________________________________________
1791 [  5457] By: jhi                                   on 2000/03/02  22:56:49
1792         Log: detypo
1793      Branch: cfgperl
1794            ! hints/solaris_2.sh
1795 ____________________________________________________________________________
1796 [  5456] By: gsar                                  on 2000/03/02  21:15:11
1797         Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
1798              add test targets for -C switch on windows
1799      Branch: perl
1800            ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
1801 ____________________________________________________________________________
1802 [  5455] By: gsar                                  on 2000/03/02  21:06:49
1803         Log: add note about failed tests on memory starved systems (from
1804              Andy Dougherty)
1805      Branch: perl
1806            ! INSTALL
1807 ____________________________________________________________________________
1808 [  5454] By: jhi                                   on 2000/03/02  21:03:35
1809         Log: Integrate with Sarathy.
1810      Branch: cfgperl
1811           !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1812           !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1813           !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1814 ____________________________________________________________________________
1815 [  5453] By: jhi                                   on 2000/03/02  20:58:43
1816         Log: Further long double patches from Spider Boardman.
1817      Branch: cfgperl
1818            ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
1819 ____________________________________________________________________________
1820 [  5452] By: gsar                                  on 2000/03/02  20:52:08
1821         Log: move doc about v-strings from perlop to perldata (suggested by
1822              David Dyck <dcd@tc.fluke.com>)
1823      Branch: perl
1824            ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1825 ____________________________________________________________________________
1826 [  5451] By: gsar                                  on 2000/03/02  20:30:29
1827         Log: integrate cfgperl changes into mainline
1828      Branch: perl
1829           !> Configure hints/irix_6.sh pp.c
1830 ____________________________________________________________________________
1831 [  5450] By: gsar                                  on 2000/03/02  20:08:10
1832         Log: still other multiline match cleanups (from Greg Bacon)
1833      Branch: perl
1834            ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1835            ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1836 ____________________________________________________________________________
1837 [  5449] By: jhi                                   on 2000/03/02  20:01:58
1838         Log: Integrate with Sarathy.
1839      Branch: cfgperl
1840           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1841           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1842           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1843           !> vms/descrip_mms.template vms/gen_shrfls.pl
1844           !> vms/subconfigure.com vms/vms.c win32/Makefile
1845           !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1846 ____________________________________________________________________________
1847 [  5448] By: jhi                                   on 2000/03/02  20:00:37
1848         Log: workaround for Tru64 compiler bug (cleaner fix will have
1849              to wait until 5.6.1), from Spider Boardman
1850      Branch: cfgperl
1851            ! pp.c
1852 ____________________________________________________________________________
1853 [  5447] By: jhi                                   on 2000/03/02  19:52:34
1854         Log: Workaround for an optimizer bug.
1855      Branch: cfgperl
1856            ! hints/irix_6.sh
1857 ____________________________________________________________________________
1858 [  5446] By: jhi                                   on 2000/03/02  19:44:35
1859         Log: installation directory fix from Andy Dougherty
1860              (installstyle was being clobbered, spotted by Spider Boardman)
1861      Branch: cfgperl
1862            ! Configure
1863      Branch: metaconfig
1864            ! U/installdirs/installstyle.U
1865 ____________________________________________________________________________
1866 [  5445] By: gsar                                  on 2000/03/02  19:40:44
1867         Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
1868              some parts not applied
1869      Branch: perl
1870            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1871            ! win32/win32.h
1872 ____________________________________________________________________________
1873 [  5444] By: gsar                                  on 2000/03/02  19:26:08
1874         Log: avoid buffering issue in warn/8signal
1875      Branch: perl
1876            ! t/pragma/warn/8signal
1877 ____________________________________________________________________________
1878 [  5443] By: gsar                                  on 2000/03/02  18:13:28
1879         Log: integrate cfgperl changes into mainline
1880      Branch: perl
1881           !> Configure config_h.SH hints/aix.sh hints/hpux.sh
1882           !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
1883           !> t/op/lfs.t t/op/pack.t
1884 ____________________________________________________________________________
1885 [  5442] By: gsar                                  on 2000/03/02  18:02:40
1886         Log: integrate vmsperl changes into mainline (denied their changes to
1887              Glob.pm, t/pragma/warn/{8signal,pp_ctl})
1888      Branch: perl
1889           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1890           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1891           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1892           !> vms/descrip_mms.template vms/gen_shrfls.pl
1893           !> vms/subconfigure.com vms/vms.c
1894 ____________________________________________________________________________
1895 [  5441] By: jhi                                   on 2000/03/02  17:56:20
1896         Log: nit from Spider Boardman
1897      Branch: cfgperl
1898            ! makedepend.SH
1899 ____________________________________________________________________________
1900 [  5440] By: jhi                                   on 2000/03/02  17:48:15
1901         Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
1902              is the correct one), spotted by Robin Parker.
1903      Branch: cfgperl
1904            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1905      Branch: metaconfig/U/perl
1906            ! uselfs.U
1907 ____________________________________________________________________________
1908 [  5439] By: jhi                                   on 2000/03/02  15:32:04
1909         Log: Remove the pack.t kludge introduced to fudge the test
1910              to pass under long doubles: leave the similar kludge
1911              to posix.t because POSIX::strtod() is still double,
1912              not long double. 
1913      Branch: cfgperl
1914            ! t/op/pack.t
1915 ____________________________________________________________________________
1916 [  5438] By: jhi                                   on 2000/03/02  04:58:48
1917         Log: Integrate with Sarathy.
1918      Branch: cfgperl
1919           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1920           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1921           !> lib/Pod/Html.pm op.c
1922 ____________________________________________________________________________
1923 [  5437] By: jhi                                   on 2000/03/02  04:51:46
1924         Log: A patch on #5407.
1925      Branch: cfgperl
1926            ! sv.c
1927 ____________________________________________________________________________
1928 [  5436] By: gsar                                  on 2000/03/02  04:45:37
1929         Log: avoid useless comparison
1930      Branch: perl
1931            ! op.c
1932 ____________________________________________________________________________
1933 [  5435] By: bailey                                on 2000/03/02  04:43:11
1934         Log: YA sync with mainline
1935      Branch: vmsperl
1936           +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
1937           +> t/lib/env-array.t
1938           !> (integrate 150 files)
1939 ____________________________________________________________________________
1940 [  5434] By: gsar                                  on 2000/03/02  04:28:48
1941         Log: make the "back to top" links optional
1942      Branch: perl
1943            ! lib/Pod/Html.pm
1944 ____________________________________________________________________________
1945 [  5433] By: bailey                                on 2000/03/02  04:26:58
1946         Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
1947      Branch: vmsperl
1948            ! vms/vms.c
1949 ____________________________________________________________________________
1950 [  5432] By: bailey                                on 2000/03/02  04:20:51
1951         Log: Update dependencies and remove obsolete VAXC support
1952      Branch: vmsperl
1953            ! vms/descrip_mms.template
1954 ____________________________________________________________________________
1955 [  5431] By: bailey                                on 2000/03/02  04:19:42
1956         Log: Rmeove obsolete VAXC support
1957      Branch: vmsperl
1958            ! vms/gen_shrfls.pl
1959 ____________________________________________________________________________
1960 [  5430] By: bailey                                on 2000/03/02  04:18:57
1961         Log: Minor updates to subconfigure.com:
1962              - remove old VAXC support
1963              - avoid echoing commands to tempfiles
1964              - fix typos
1965              - define 64bit symbols (as "undef") when not using 64 bit support
1966      Branch: vmsperl
1967            ! vms/subconfigure.com
1968 ____________________________________________________________________________
1969 [  5429] By: bailey                                on 2000/03/02  04:16:11
1970         Log: Minor changes to Configure.Com:
1971              - permit operation in batch mode (splits output)
1972              - remove old VAXC support
1973              - default to enabling secure internal lnm translation
1974      Branch: vmsperl
1975            ! configure.com
1976 ____________________________________________________________________________
1977 [  5428] By: bailey                                on 2000/03/02  04:06:53
1978         Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
1979      Branch: vmsperl
1980            ! vms/vms.c
1981 ____________________________________________________________________________
1982 [  5427] By: bailey                                on 2000/03/02  04:05:47
1983         Log: FIx no-op in vms.c
1984      Branch: vmsperl
1985            ! vms/vms.c
1986 ____________________________________________________________________________
1987 [  5426] By: bailey                                on 2000/03/02  04:04:52
1988         Log: MIscellaneous tweaks to test and driver (Charles Lane)
1989      Branch: vmsperl
1990            ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
1991            ! vms/test.com
1992 ____________________________________________________________________________
1993 [  5425] By: bailey                                on 2000/03/02  04:02:44
1994         Log: Take advantage of new subprocess invocation (Charles Lane)
1995      Branch: vmsperl
1996            ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
1997            ! t/pragma/warnings.t
1998 ____________________________________________________________________________
1999 [  5424] By: bailey                                on 2000/03/02  04:00:20
2000         Log: Increment counter for skipped tests (Charles Lane)
2001      Branch: vmsperl
2002            ! t/io/open.t
2003 ____________________________________________________________________________
2004 [  5423] By: bailey                                on 2000/03/02  03:59:14
2005         Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
2006              on PERL5LIB logical (Dan Sugalski)
2007      Branch: vmsperl
2008            ! lib/Test/Harness.pm
2009 ____________________________________________________________________________
2010 [  5422] By: bailey                                on 2000/03/02  03:57:40
2011         Log: Use temp to construct dirspec in File::Find (Charles Lane)
2012      Branch: vmsperl
2013            ! lib/File/Find.pm
2014 ____________________________________________________________________________
2015 [  5421] By: bailey                                on 2000/03/02  03:56:13
2016         Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
2017              (Should move to File::Spec in long term)
2018      Branch: vmsperl
2019            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
2020 ____________________________________________________________________________
2021 [  5420] By: bailey                                on 2000/03/02  03:52:45
2022         Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
2023      Branch: vmsperl
2024            ! lib/ExtUtils/MM_VMS.pm
2025 ____________________________________________________________________________
2026 [  5419] By: bailey                                on 2000/03/02  03:50:53
2027         Log: Make File::Glob more VMS-friendly (Charles Lane)
2028      Branch: vmsperl
2029            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2030            ! t/lib/glob-basic.t
2031 ____________________________________________________________________________
2032 [  5418] By: bailey                                on 2000/03/02  03:47:21
2033         Log: Miscellaneous fixes to build procedures (Peter Prymmer)
2034      Branch: vmsperl
2035            ! configure.com vms/subconfigure.com
2036 ____________________________________________________________________________
2037 [  5417] By: bailey                                on 2000/03/02  03:42:49
2038         Log: Temrinate statements in pp_ctl warning test (Charles Lane)
2039      Branch: vmsperl
2040            ! t/pragma/warn/pp_ctl
2041 ____________________________________________________________________________
2042 [  5416] By: bailey                                on 2000/03/02  03:39:46
2043         Log: Warn but continue installing when file missing (Dan Sugalski)
2044      Branch: vmsperl
2045            ! installperl
2046 ____________________________________________________________________________
2047 [  5415] By: jhi                                   on 2000/03/01  23:31:23
2048         Log: Make file sparseness detection more portable (Scott Henry)
2049      Branch: cfgperl
2050            ! t/lib/syslfs.t t/op/lfs.t
2051 ____________________________________________________________________________
2052 [  5414] By: jhi                                   on 2000/03/01  22:53:48
2053         Log: detypo #5411 continues: Sun grep doesn't have -e.
2054      Branch: cfgperl
2055            ! hints/solaris_2.sh
2056 ____________________________________________________________________________
2057 [  5413] By: jhi                                   on 2000/03/01  22:49:44
2058         Log: detypo #5411
2059      Branch: cfgperl
2060            ! hints/solaris_2.sh
2061 ____________________________________________________________________________
2062 [  5412] By: gsar                                  on 2000/03/01  20:04:42
2063         Log: typo in change#5408
2064      Branch: perl
2065            ! lib/ExtUtils/MM_Unix.pm
2066 ____________________________________________________________________________
2067 [  5411] By: jhi                                   on 2000/03/01  18:48:52
2068         Log: Better detection of the solaris workshop compiler.
2069      Branch: cfgperl
2070            ! hints/solaris_2.sh
2071 ____________________________________________________________________________
2072 [  5410] By: jhi                                   on 2000/03/01  18:18:04
2073         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2074              To: perl5-porters@perl.org
2075              Subject: solaris 64-bit and gcc
2076              Date: Wed, 1 Mar 2000 17:59:36 GMT
2077              Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
2078      Branch: cfgperl
2079            ! hints/solaris_2.sh
2080 ____________________________________________________________________________
2081 [  5409] By: jhi                                   on 2000/03/01  18:16:43
2082         Log: Integrate with Sarathy.
2083      Branch: cfgperl
2084           +> t/lib/env-array.t
2085           !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
2086           !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
2087           !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
2088           !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2089           !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
2090           !> t/lib/filefind.t t/lib/glob-basic.t
2091 ____________________________________________________________________________
2092 [  5408] By: gsar                                  on 2000/03/01  18:15:49
2093         Log: still more multiline match cleanups (from Greg Bacon)
2094      Branch: perl
2095            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2096            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
2097 ____________________________________________________________________________
2098 [  5407] By: jhi                                   on 2000/03/01  18:11:09
2099         Log: A further patch from Spider Boardman for long doubleness.
2100      Branch: cfgperl
2101            ! sv.c
2102 ____________________________________________________________________________
2103 [  5406] By: gsar                                  on 2000/03/01  17:32:09
2104         Log: yet more multiline match cleanups (from Greg Bacon)
2105      Branch: perl
2106            ! lib/CPAN.pm lib/Cwd.pm
2107 ____________________________________________________________________________
2108 [  5405] By: gsar                                  on 2000/03/01  17:24:53
2109         Log: add support for Env arrays (from Gregor N. Purdy
2110              <gregor@focusresearch.com>)
2111      Branch: perl
2112            + t/lib/env-array.t
2113            ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
2114 ____________________________________________________________________________
2115 [  5404] By: gsar                                  on 2000/03/01  17:00:23
2116         Log: cygwin update (from Eric Fifer)
2117      Branch: perl
2118            ! README.cygwin t/lib/glob-basic.t
2119 ____________________________________________________________________________
2120 [  5403] By: gsar                                  on 2000/03/01  16:55:47
2121         Log: more multiline match cleanups (from Greg Bacon)
2122      Branch: perl
2123            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
2124            ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2125 ____________________________________________________________________________
2126 [  5402] By: gsar                                  on 2000/03/01  16:38:48
2127         Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
2128      Branch: perl
2129            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
2130 ____________________________________________________________________________
2131 [  5401] By: gsar                                  on 2000/03/01  16:35:28
2132         Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
2133      Branch: perl
2134            ! lib/File/Find.pm t/lib/filefind.t
2135 ____________________________________________________________________________
2136 [  5400] By: gsar                                  on 2000/03/01  16:32:24
2137         Log: mention "r" debugger command (from Ilya Zakharevich)
2138      Branch: perl
2139            ! pod/perldebug.pod
2140 ____________________________________________________________________________
2141 [  5399] By: jhi                                   on 2000/03/01  14:58:33
2142         Log: Integrate with Sarathy.
2143      Branch: cfgperl
2144           !> Changes configure.com ext/File/Glob/Glob.pm
2145           !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
2146           !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
2147           !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
2148           !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
2149           !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
2150           !> t/pragma/warn/pp_sys t/pragma/warnings.t
2151           !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
2152           !> vms/vms.c
2153 ____________________________________________________________________________
2154 [  5398] By: gsar                                  on 2000/03/01  07:03:13
2155         Log: fix testsuite issues in change#5397
2156      Branch: perl
2157            ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
2158
2159 ----------------
2160 Version v5.5.670
2161 ----------------
2162
2163 ____________________________________________________________________________
2164 [  5397] By: gsar                                  on 2000/03/01  06:44:42
2165         Log: consolidated VMS patches (from Craig A. Berry
2166              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
2167              $DEFAULT_FLAGS, and iff no flags were supplied
2168      Branch: perl
2169            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2170            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
2171            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
2172            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
2173            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
2174            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
2175            ! t/pragma/warnings.t vms/descrip_mms.template
2176            ! vms/subconfigure.com vms/test.com vms/vms.c
2177 ____________________________________________________________________________
2178 [  5396] By: gsar                                  on 2000/03/01  06:28:22
2179         Log: integrate cfgperl changes into mainline
2180      Branch: perl
2181           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
2182 ____________________________________________________________________________
2183 [  5395] By: jhi                                   on 2000/03/01  06:12:10
2184         Log: Integrate with Sarathy.
2185      Branch: cfgperl
2186           +> lib/open.pm
2187           !> MANIFEST Todo-5.6 mg.c
2188 ____________________________________________________________________________
2189 [  5394] By: gsar                                  on 2000/03/01  06:07:00
2190         Log: fix segfault on C<local ${^WARNING_BITS}>
2191      Branch: perl
2192            ! mg.c
2193 ____________________________________________________________________________
2194 [  5393] By: jhi                                   on 2000/03/01  06:02:12
2195         Log: Fcntl de-cut-and-pasto.
2196              From: Doug MacEachern <dougm@pobox.com>
2197              To: perl5-porters@perl.org
2198              Subject: [PATCH v5.5.660] Fcntl.pm
2199              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
2200              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
2201      Branch: cfgperl
2202            ! ext/Fcntl/Fcntl.pm
2203 ____________________________________________________________________________
2204 [  5392] By: gsar                                  on 2000/03/01  05:55:20
2205         Log: update Todo-5.6, add stub open.pm
2206      Branch: perl
2207            + lib/open.pm
2208            ! MANIFEST Todo-5.6
2209 ____________________________________________________________________________
2210 [  5391] By: jhi                                   on 2000/03/01  05:42:25
2211         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
2212      Branch: cfgperl
2213            ! hints/solaris_2.sh
2214 ____________________________________________________________________________
2215 [  5390] By: jhi                                   on 2000/03/01  05:35:53
2216         Log: Couple of math functions need to be Perl_ so that
2217              they are correctly long double, especially the frexp()
2218              in sv_vcatpvfn() (spotted by Spider Boardman).
2219      Branch: cfgperl
2220            ! pp.c sv.c
2221 ____________________________________________________________________________
2222 [  5389] By: jhi                                   on 2000/03/01  05:33:54
2223         Log: Integrate with Sarathy.
2224      Branch: cfgperl
2225           +> pod/perlnumber.pod
2226           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
2227           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
2228           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
2229           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
2230           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
2231           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
2232           !> win32/perllib.c win32/win32.c win32/win32.h
2233 ____________________________________________________________________________
2234 [  5388] By: gsar                                  on 2000/03/01  03:38:03
2235         Log: Windows miscellany
2236      Branch: perl
2237            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
2238 ____________________________________________________________________________
2239 [  5387] By: gsar                                  on 2000/03/01  03:13:37
2240         Log: mention ftp/rsync access to repository in perlhack
2241      Branch: perl
2242            ! Changes pod/perlhack.pod pod/perlhist.pod
2243 ____________________________________________________________________________
2244 [  5386] By: gsar                                  on 2000/03/01  03:04:54
2245         Log: support kill(0,$pid) on Windows to test if process exists
2246      Branch: perl
2247            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
2248 ____________________________________________________________________________
2249 [  5385] By: gsar                                  on 2000/03/01  02:10:01
2250         Log: integrate cfgperl changes into mainline
2251      Branch: perl
2252           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2253           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
2254           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
2255           !> win32/config.gc win32/config.vc
2256 ____________________________________________________________________________
2257 [  5384] By: gsar                                  on 2000/03/01  01:47:55
2258         Log: oops, change#5382 didn't really fix the typo
2259      Branch: perl
2260            ! ext/DynaLoader/dl_dlopen.xs
2261 ____________________________________________________________________________
2262 [  5383] By: gsar                                  on 2000/03/01  01:38:25
2263         Log: avoid warning on type-mismatch
2264      Branch: perl
2265            ! ext/DynaLoader/dlutils.c
2266 ____________________________________________________________________________
2267 [  5382] By: gsar                                  on 2000/03/01  01:33:42
2268         Log: fix bug in change#5381
2269      Branch: perl
2270            ! ext/DynaLoader/dl_dlopen.xs
2271 ____________________________________________________________________________
2272 [  5381] By: gsar                                  on 2000/03/01  00:46:44
2273         Log: unload extension shared objects when exiting, implemented
2274              only for dl_dlopen.xs (from Alan Burlison)
2275      Branch: perl
2276            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2277            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
2278 ____________________________________________________________________________
2279 [  5380] By: gsar                                  on 2000/03/01  00:34:10
2280         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
2281              prose
2282      Branch: perl
2283            + pod/perlnumber.pod
2284            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
2285            ! pod/perltoc.pod pod/roffitall
2286 ____________________________________________________________________________
2287 [  5379] By: jhi                                   on 2000/02/29  23:37:01
2288         Log: Be understanding.
2289      Branch: cfgperl
2290            ! Configure config_h.SH
2291      Branch: metaconfig/U/perl
2292            ! use64bits.U uselfs.U
2293 ____________________________________________________________________________
2294 [  5378] By: gsar                                  on 2000/02/29  23:35:50
2295         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
2296      Branch: perl
2297            ! lib/Test/Harness.pm vms/vms.c
2298 ____________________________________________________________________________
2299 [  5377] By: jhi                                   on 2000/02/29  23:12:29
2300         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
2301              d_Gconvert on long doubles to use sprintf %Lg.
2302      Branch: cfgperl
2303            ! hints/dec_osf.sh
2304 ____________________________________________________________________________
2305 [  5376] By: jhi                                   on 2000/02/29  23:02:45
2306         Log: Integrate with Sarathy.
2307      Branch: cfgperl
2308           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
2309           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2310           !> pod/perlguts.pod pod/perlop.pod
2311 ____________________________________________________________________________
2312 [  5375] By: gsar                                  on 2000/02/29  23:02:34
2313         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
2314      Branch: perl
2315            ! lib/File/Find.pm
2316 ____________________________________________________________________________
2317 [  5374] By: jhi                                   on 2000/02/29  23:01:35
2318         Log: Add libsunmath (long double math library for Solaris,
2319              SUNWspro cc only) awareness; fix various Solaris nits.
2320      Branch: cfgperl
2321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2322            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
2323            ! vms/subconfigure.com vos/config.def win32/config.bc
2324            ! win32/config.gc win32/config.vc
2325      Branch: metaconfig
2326            ! U/modified/libs.U
2327      Branch: metaconfig/U/perl
2328            + i_sunmath.U
2329 ____________________________________________________________________________
2330 [  5373] By: gsar                                  on 2000/02/29  22:56:10
2331         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
2332              to the more readable form (from Robin Barker)
2333      Branch: perl
2334            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
2335 ____________________________________________________________________________
2336 [  5372] By: gsar                                  on 2000/02/29  22:52:27
2337         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
2338      Branch: perl
2339            ! malloc.c
2340 ____________________________________________________________________________
2341 [  5371] By: gsar                                  on 2000/02/29  22:29:36
2342         Log: fix pods to reflect newer canonical names for call_sv() etc.
2343      Branch: perl
2344            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
2345            ! pod/perlembed.pod pod/perlguts.pod
2346 ____________________________________________________________________________
2347 [  5370] By: jhi                                   on 2000/02/29  22:08:26
2348         Log: Integrate with Sarathy.
2349      Branch: cfgperl
2350           !> perl.c perl.h win32/win32.c win32/win32.h
2351 ____________________________________________________________________________
2352 [  5369] By: gsar                                  on 2000/02/29  21:37:10
2353         Log: remove bogus code that caused test failures on HP-UX
2354      Branch: perl
2355            ! perl.h
2356 ____________________________________________________________________________
2357 [  5368] By: gsar                                  on 2000/02/29  20:45:01
2358         Log: change#5364 had a few problems
2359      Branch: perl
2360            ! perl.c win32/win32.c win32/win32.h
2361 ____________________________________________________________________________
2362 [  5367] By: gsar                                  on 2000/02/29  18:19:04
2363         Log: integrate cfgperl changes into mainline
2364      Branch: perl
2365           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
2366           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
2367           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
2368 ____________________________________________________________________________
2369 [  5366] By: jhi                                   on 2000/02/29  18:15:09
2370         Log: Some compilers have problems with quad switch() controls.
2371      Branch: cfgperl
2372            ! regcomp.c
2373 ____________________________________________________________________________
2374 [  5365] By: jhi                                   on 2000/02/29  18:14:30
2375         Log: Integrate with Sarathy.
2376      Branch: cfgperl
2377           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
2378           !> win32/win32.h
2379 ____________________________________________________________________________
2380 [  5364] By: gsar                                  on 2000/02/29  18:11:34
2381         Log: utf8-ize @ARGV when -C switch is used on Windows
2382      Branch: perl
2383            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
2384            ! win32/win32.h
2385 ____________________________________________________________________________
2386 [  5363] By: jhi                                   on 2000/02/29  17:47:48
2387         Log: HP-UX lddlflags were broken.
2388      Branch: cfgperl
2389            ! Configure config_h.SH
2390      Branch: metaconfig/U/perl
2391            ! dlsrc.U
2392 ____________________________________________________________________________
2393 [  5362] By: jhi                                   on 2000/02/29  17:32:27
2394         Log: Make the failsafe question about socket address structure
2395              sizes hopefully a bit less confusing.
2396      Branch: cfgperl
2397            ! Configure config_h.SH
2398      Branch: metaconfig
2399            ! U/protos/socksizetype.U
2400 ____________________________________________________________________________
2401 [  5361] By: jhi                                   on 2000/02/29  17:17:10
2402         Log: Integrate with Sarathy.
2403      Branch: cfgperl
2404           !> malloc.c
2405 ____________________________________________________________________________
2406 [  5360] By: gsar                                  on 2000/02/29  17:16:09
2407         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
2408      Branch: perl
2409            ! malloc.c
2410 ____________________________________________________________________________
2411 [  5359] By: jhi                                   on 2000/02/29  17:06:12
2412         Log: Make the warning about preferring HP's ar more visible.
2413      Branch: cfgperl
2414            ! hints/hpux.sh
2415 ____________________________________________________________________________
2416 [  5358] By: jhi                                   on 2000/02/29  17:04:36
2417         Log: The sprintf option was blithely printing long doubles as
2418              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
2419              being used; made the test more thorough.
2420      Branch: cfgperl
2421            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
2422            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
2423      Branch: metaconfig
2424            ! U/compline/d_gconvert.U
2425 ____________________________________________________________________________
2426 [  5357] By: jhi                                   on 2000/02/29  16:58:08
2427         Log: Make the warning about abandoning long doubles more visible.
2428      Branch: cfgperl
2429            ! Configure config_h.SH
2430      Branch: metaconfig/U/perl
2431            ! uselongdbl.U
2432 ____________________________________________________________________________
2433 [  5356] By: jhi                                   on 2000/02/29  16:51:33
2434         Log: HP-UX gcc fix; detypo in use64bits.
2435      Branch: cfgperl
2436            ! Configure config_h.SH
2437      Branch: metaconfig/U/perl
2438            ! dlsrc.U use64bits.U
2439 ____________________________________________________________________________
2440 [  5355] By: jhi                                   on 2000/02/29  16:31:17
2441         Log: Solaris 64-bitness hints saga continues.
2442      Branch: cfgperl
2443            ! hints/solaris_2.sh
2444 ____________________________________________________________________________
2445 [  5354] By: jhi                                   on 2000/02/29  16:04:42
2446         Log: Integrate with Sarathy.
2447      Branch: cfgperl
2448           !> ext/Thread/Thread.xs perl.c perl.h
2449 ____________________________________________________________________________
2450 [  5353] By: jhi                                   on 2000/02/29  15:54:10
2451         Log: Solaris hints tweak for 64-bitallness.
2452      Branch: cfgperl
2453            ! hints/solaris_2.sh
2454 ____________________________________________________________________________
2455 [  5352] By: jhi                                   on 2000/02/29  15:35:13
2456         Log: Too many 64-bitness option combinations.
2457      Branch: cfgperl
2458            ! Configure config_h.SH
2459      Branch: metaconfig/U/perl
2460            ! use64bits.U
2461 ____________________________________________________________________________
2462 [  5351] By: gsar                                  on 2000/02/29  15:31:56
2463         Log: more adjustments needed for change#5342 under use5005threads
2464      Branch: perl
2465            ! ext/Thread/Thread.xs perl.c perl.h
2466 ____________________________________________________________________________
2467 [  5350] By: jhi                                   on 2000/02/29  15:24:59
2468         Log: Integrate with Sarathy.
2469      Branch: cfgperl
2470           +> pod/perlboot.pod
2471           !> (integrate 40 files)
2472 ____________________________________________________________________________
2473 [  5349] By: gsar                                  on 2000/02/29  08:13:56
2474         Log: more m//s and $ vs \z fixups (from Greg Bacon)
2475      Branch: perl
2476            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
2477            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2478            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2479            ! lib/File/Spec/Win32.pm
2480 ____________________________________________________________________________
2481 [  5348] By: gsar                                  on 2000/02/29  08:00:48
2482         Log: increase sleep to compensate for slow cpu (from Peter Haworth
2483              <pmh@edison.ioppublishing.com>)
2484      Branch: perl
2485            ! t/io/pipe.t
2486 ____________________________________________________________________________
2487 [  5347] By: gsar                                  on 2000/02/29  07:52:35
2488         Log: add OO tutorial for beginners (from Randal L. Schwartz
2489              <merlyn@stonehenge.com>)
2490      Branch: perl
2491            + pod/perlboot.pod
2492            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
2493            ! pod/perldelta.pod pod/perltoc.pod
2494 ____________________________________________________________________________
2495 [  5346] By: gsar                                  on 2000/02/29  07:24:52
2496         Log: malloc bug fix and machten hints (from Dominic Dunlop
2497              <domo@computer.org>)
2498      Branch: perl
2499            ! hints/machten.sh malloc.c
2500 ____________________________________________________________________________
2501 [  5345] By: gsar                                  on 2000/02/29  06:32:56
2502         Log: integrate cfgperl contents into mainline
2503      Branch: perl
2504           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
2505           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
2506           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2507           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
2508           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
2509           !> win32/config.bc win32/config.gc win32/config.vc
2510 ____________________________________________________________________________
2511 [  5344] By: gsar                                  on 2000/02/29  06:25:33
2512         Log: export list tweak
2513      Branch: perl
2514            ! makedef.pl
2515 ____________________________________________________________________________
2516 [  5343] By: gsar                                  on 2000/02/29  06:01:22
2517         Log: various shenanigans in change#5342
2518      Branch: perl
2519            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
2520            ! win32/win32.h win32/win32thread.h
2521 ____________________________________________________________________________
2522 [  5342] By: gsar                                  on 2000/02/29  04:53:00
2523         Log: support fetching current interpreter from TLS under useithreads
2524      Branch: perl
2525            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2526            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
2527            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
2528            ! win32/win32.h win32/win32thread.c win32/win32thread.h
2529 ____________________________________________________________________________
2530 [  5341] By: jhi                                   on 2000/02/29  03:26:11
2531         Log: Don't know how to do large files using gcc in HP-UX.
2532      Branch: cfgperl
2533            ! hints/hpux.sh
2534 ____________________________________________________________________________
2535 [  5340] By: jhi                                   on 2000/02/29  03:07:16
2536         Log: Added few more libs to scan.
2537      Branch: cfgperl
2538            ! Configure config_h.SH
2539      Branch: metaconfig
2540            ! U/modified/Myinit.U U/modified/libs.U
2541 ____________________________________________________________________________
2542 [  5339] By: jhi                                   on 2000/02/29  01:37:43
2543         Log: Bigger warning on the changed behaviour of the unary ~.
2544      Branch: cfgperl
2545            ! pod/perldelta.pod
2546 ____________________________________________________________________________
2547 [  5338] By: jhi                                   on 2000/02/29  01:17:07
2548         Log: IRIX 64-bitness fixes.
2549      Branch: cfgperl
2550            ! Configure config_h.SH hints/irix_6.sh
2551      Branch: metaconfig
2552            ! U/modified/Cppsym.U
2553 ____________________________________________________________________________
2554 [  5337] By: jhi                                   on 2000/02/29  00:59:08
2555         Log: Userfriendliness.
2556      Branch: cfgperl
2557            ! Configure config_h.SH
2558      Branch: metaconfig/U/perl
2559            ! use64bits.U
2560 ____________________________________________________________________________
2561 [  5336] By: jhi                                   on 2000/02/29  00:53:51
2562         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
2563              problems in IRIX 32-n32. 
2564      Branch: cfgperl
2565            ! sv.c
2566 ____________________________________________________________________________
2567 [  5335] By: jhi                                   on 2000/02/29  00:22:37
2568         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
2569      Branch: cfgperl
2570            ! Configure config_h.SH hints/hpux.sh
2571      Branch: metaconfig/U/perl
2572            ! dlsrc.U
2573 ____________________________________________________________________________
2574 [  5334] By: jhi                                   on 2000/02/28  23:59:59
2575         Log: Do not cast pointers into I32s.
2576      Branch: cfgperl
2577            ! mg.c
2578 ____________________________________________________________________________
2579 [  5333] By: jhi                                   on 2000/02/28  23:39:26
2580         Log: More AIX fixes from Steven Hirsch.
2581      Branch: cfgperl
2582            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
2583            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
2584      Branch: metaconfig/U/perl
2585            ! use64bits.U
2586 ____________________________________________________________________________
2587 [  5332] By: jhi                                   on 2000/02/28  22:45:59
2588         Log: Detypo.
2589      Branch: cfgperl
2590            ! hints/irix_6.sh
2591 ____________________________________________________________________________
2592 [  5331] By: jhi                                   on 2000/02/28  22:23:36
2593         Log: Regularize the call-back units (and fix a bug in #5330).
2594      Branch: cfgperl
2595            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2596 ____________________________________________________________________________
2597 [  5330] By: jhi                                   on 2000/02/28  21:50:28
2598         Log: Don't be overeager to turn on 64-bitallness.
2599      Branch: cfgperl
2600            ! hints/solaris_2.sh
2601 ____________________________________________________________________________
2602 [  5329] By: jhi                                   on 2000/02/28  20:32:53
2603         Log: Lift the 32-bit straightjacket from bit ops;
2604              prefer IV/UV over NV in sv_2pv().
2605      Branch: cfgperl
2606            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
2607            ! t/op/misc.t t/op/numconvert.t
2608 ____________________________________________________________________________
2609 [  5328] By: jhi                                   on 2000/02/28  20:11:59
2610         Log: Do not add -Ae for gcc.
2611      Branch: cfgperl
2612            ! hints/hpux.sh
2613 ____________________________________________________________________________
2614 [  5327] By: jhi                                   on 2000/02/28  17:35:39
2615         Log: Use the vendor file(1).
2616      Branch: cfgperl
2617            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2618 ____________________________________________________________________________
2619 [  5326] By: jhi                                   on 2000/02/28  17:31:19
2620         Log: Put back madvise lost because of a typo.
2621      Branch: cfgperl
2622            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
2623            ! win32/config.vc
2624 ____________________________________________________________________________
2625 [  5325] By: jhi                                   on 2000/02/28  16:44:32
2626         Log: Tweak HP-UX libraries.
2627      Branch: cfgperl
2628            ! hints/hpux.sh
2629 ____________________________________________________________________________
2630 [  5324] By: jhi                                   on 2000/02/28  16:37:43
2631         Log: Don't be overeager to turn on largefileness.
2632      Branch: cfgperl
2633            ! hints/solaris_2.sh
2634 ____________________________________________________________________________
2635 [  5323] By: jhi                                   on 2000/02/28  16:23:15
2636         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
2637              The patch to File/Glob/Makefile.PL is inconvenient but at the
2638              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
2639              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
2640              the file is processed by MakeMaker but OPTIMIZE ends up as -O
2641              in the resulting Makefile.  A MakeMaker bug?
2642      Branch: cfgperl
2643            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
2644            ! hints/aix.sh t/lib/ipc_sysv.t
2645 ____________________________________________________________________________
2646 [  5322] By: jhi                                   on 2000/02/28  16:17:33
2647         Log: Integrate with Sarathy.
2648      Branch: cfgperl
2649           !> (integrate 45 files)
2650 ____________________________________________________________________________
2651 [  5321] By: gsar                                  on 2000/02/28  10:13:03
2652         Log: avoid warnings in legacy code (from David Dyck)
2653      Branch: perl
2654            ! lib/pwd.pl
2655 ____________________________________________________________________________
2656 [  5320] By: gsar                                  on 2000/02/28  10:11:37
2657         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
2658      Branch: perl
2659            ! x2p/find2perl.PL
2660 ____________________________________________________________________________
2661 [  5319] By: gsar                                  on 2000/02/28  10:07:00
2662         Log: fix outdated URLs (from Michael G Schwern)
2663      Branch: perl
2664            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
2665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
2666            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
2667            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
2668            ! pod/perlvar.pod pod/perlxs.pod
2669 ____________________________________________________________________________
2670 [  5318] By: gsar                                  on 2000/02/28  10:04:57
2671         Log: update Changes, patchlevel etc.
2672      Branch: perl
2673            ! Changes patchlevel.h win32/Makefile win32/config.bc
2674            ! win32/config.gc win32/config.vc win32/config_H.bc
2675            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2676 ____________________________________________________________________________
2677 [  5317] By: gsar                                  on 2000/02/28  09:39:47
2678         Log: make stringwise bitops work properly on utf8 strings
2679      Branch: perl
2680            ! doop.c t/op/bop.t
2681 ____________________________________________________________________________
2682 [  5316] By: gsar                                  on 2000/02/28  07:04:22
2683         Log: integrate cfgperl and vmsperl changes into mainline
2684      Branch: perl
2685            ! Porting/makerel
2686           !> Configure Makefile.SH config_h.SH configure.com
2687           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2688           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2689           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
2690           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
2691           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
2692           !> vms/descrip_mms.template vms/gen_shrfls.pl
2693           !> vms/subconfigure.com vms/vms.c
2694 ____________________________________________________________________________
2695 [  5315] By: jhi                                   on 2000/02/28  06:31:08
2696         Log: The search for static _s-suffixex libs was broken;
2697              add -L/lib/pa20_64 only iff there.
2698      Branch: cfgperl
2699            ! Configure config_h.SH hints/hpux.sh
2700      Branch: metaconfig
2701            ! U/modified/libs.U
2702 ____________________________________________________________________________
2703 [  5314] By: jhi                                   on 2000/02/28  06:08:40
2704         Log: Even better use64bitall logic.
2705      Branch: cfgperl
2706            ! Configure config_h.SH
2707      Branch: metaconfig/U/perl
2708            ! use64bits.U uselfs.U
2709 ____________________________________________________________________________
2710 [  5313] By: jhi                                   on 2000/02/28  05:47:27
2711         Log: Integrate with Sarathy.
2712      Branch: cfgperl
2713           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
2714           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
2715           !> t/lib/fields.t x2p/find2perl.PL
2716 ____________________________________________________________________________
2717 [  5312] By: jhi                                   on 2000/02/28  05:09:31
2718         Log: Ask about use64bitall regardless of whether use64bitint is defined.
2719      Branch: cfgperl
2720            ! Configure config_h.SH
2721      Branch: metaconfig/U/perl
2722            ! use64bits.U
2723 ____________________________________________________________________________
2724 [  5311] By: bailey                                on 2000/02/28  05:05:56
2725         Log: Integrate mainline
2726      Branch: vmsperl
2727           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2728           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
2729           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
2730           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
2731           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2732           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
2733           !> x2p/find2perl.PL
2734 ____________________________________________________________________________
2735 [  5310] By: bailey                                on 2000/02/28  04:36:20
2736         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
2737      Branch: vmsperl
2738            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2739 ____________________________________________________________________________
2740 [  5309] By: jhi                                   on 2000/02/28  04:17:36
2741         Log: The #5249 wasn't doing any good.
2742      Branch: cfgperl
2743            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2744 ____________________________________________________________________________
2745 [  5308] By: bailey                                on 2000/02/28  03:56:51
2746         Log: Repair typo -- conjunction of variable with text
2747      Branch: vmsperl
2748            ! t/lib/cgi-html.t
2749 ____________________________________________________________________________
2750 [  5307] By: jhi                                   on 2000/02/28  03:46:14
2751         Log: A less ambitious version of #5292.
2752      Branch: cfgperl
2753            ! Makefile.SH
2754 ____________________________________________________________________________
2755 [  5306] By: bailey                                on 2000/02/28  03:42:38
2756         Log: Defer inclusion of VMS-specific code to runtime
2757      Branch: vmsperl
2758            ! t/io/openpid.t
2759 ____________________________________________________________________________
2760 [  5305] By: jhi                                   on 2000/02/28  03:41:48
2761         Log: The #5292 was Not So Good Idea.
2762      Branch: cfgperl
2763            ! Makefile.SH
2764 ____________________________________________________________________________
2765 [  5304] By: bailey                                on 2000/02/28  02:57:14
2766         Log: Minor test updates to accomodate new subprocess invocation
2767      Branch: vmsperl
2768            ! t/comp/script.t t/op/goto.t t/op/split.t
2769 ____________________________________________________________________________
2770 [  5303] By: bailey                                on 2000/02/28  02:52:47
2771         Log: Missed bit of #5302 (case-sensitive symbols)
2772      Branch: vmsperl
2773            ! lib/ExtUtils/Mksymlists.pm
2774 ____________________________________________________________________________
2775 [  5302] By: bailey                                on 2000/02/28  02:51:00
2776         Log: Support case-sensitive symbols usage in linker
2777      Branch: vmsperl
2778            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2779            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
2780 ____________________________________________________________________________
2781 [  5301] By: bailey                                on 2000/02/28  02:46:47
2782         Log: Free $PARSE context after lookups
2783      Branch: vmsperl
2784            ! vms/vms.c
2785 ____________________________________________________________________________
2786 [  5300] By: bailey                                on 2000/02/28  02:43:56
2787         Log: Don't wait for subprocess to read final EOF
2788      Branch: vmsperl
2789            ! vms/vms.c
2790 ____________________________________________________________________________
2791 [  5299] By: bailey                                on 2000/02/28  00:44:45
2792         Log: Dan Sugalski's config/build changes to .660
2793      Branch: vmsperl
2794            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2795 ____________________________________________________________________________
2796 [  5298] By: bailey                                on 2000/02/28  00:07:13
2797         Log: When testing CGI.pm, use its notion of CRLF
2798      Branch: vmsperl
2799            ! t/lib/cgi-html.t
2800 ____________________________________________________________________________
2801 [  5297] By: bailey                                on 2000/02/28  00:00:08
2802         Log: Quote command line args which need to be upper case
2803              Tell subprocess we're finished before waiting for it
2804      Branch: vmsperl
2805            ! t/io/openpid.t
2806 ____________________________________________________________________________
2807 [  5296] By: gsar                                  on 2000/02/28  00:00:05
2808         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
2809              these insidious errors in File::Basename, File::Find and find2perl
2810              (from Tom Christiansen)
2811              
2812              TODO: many other modules need to be fixed as well!
2813      Branch: perl
2814            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
2815 ____________________________________________________________________________
2816 [  5295] By: jhi                                   on 2000/02/27  23:18:40
2817         Log: Version number update.
2818      Branch: cfgperl
2819            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2820 ____________________________________________________________________________
2821 [  5294] By: gsar                                  on 2000/02/27  22:27:46
2822         Log: typos in change#5293
2823      Branch: perl
2824            ! lib/fields.pm
2825 ____________________________________________________________________________
2826 [  5293] By: gsar                                  on 2000/02/27  21:57:40
2827         Log: support fields::new() and fields::phash() to create pseudo-hash
2828              objects and plain pseudo-hashes respectively (this avoids users
2829              from having to diddle %FIELDS directly); update documentation to
2830              suit (from original fields::phash() implementation by Peter
2831              Scott <Peter@PSDT.com>)
2832      Branch: perl
2833            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
2834            ! pod/perlref.pod t/lib/fields.t
2835 ____________________________________________________________________________
2836 [  5292] By: jhi                                   on 2000/02/27  21:49:25
2837         Log: proto.h was mssing from the list of generated files;
2838              added rules to generate any single wanted file
2839              (a bunch of other files may also be generated
2840              at the same time, as before)
2841      Branch: cfgperl
2842            ! Makefile.SH
2843 ____________________________________________________________________________
2844 [  5291] By: jhi                                   on 2000/02/27  18:57:12
2845         Log: Integrate with Sarathy.
2846      Branch: cfgperl
2847           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2848           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
2849           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2850           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
2851           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
2852           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
2853 ____________________________________________________________________________
2854 [  5290] By: gsar                                  on 2000/02/27  18:47:00
2855         Log: integrate cfgperl and vmsperl contents into mainline
2856      Branch: perl
2857           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2858           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
2859           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
2860 ____________________________________________________________________________
2861 [  5289] By: gsar                                  on 2000/02/27  18:09:04
2862         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
2863              the internal glob())
2864      Branch: perl
2865            ! pp_sys.c
2866 ____________________________________________________________________________
2867 [  5288] By: gsar                                  on 2000/02/27  17:12:41
2868         Log: djgpp update (from Laszlo Molnar)
2869      Branch: perl
2870            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2871            ! hints/dos_djgpp.sh
2872 ____________________________________________________________________________
2873 [  5287] By: gsar                                  on 2000/02/27  16:58:53
2874         Log: tweak comment about core glob()
2875      Branch: perl
2876            ! ext/File/Glob/Glob.pm
2877 ____________________________________________________________________________
2878 [  5286] By: gsar                                  on 2000/02/27  16:52:54
2879         Log: remove outdated info about csh and glob(); glob() need not fail
2880              when tainting anymore if using internal globbing
2881      Branch: perl
2882            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
2883            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2884 ____________________________________________________________________________
2885 [  5285] By: gsar                                  on 2000/02/27  16:20:31
2886         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
2887              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
2888      Branch: perl
2889            ! pp_sys.c
2890 ____________________________________________________________________________
2891 [  5284] By: gsar                                  on 2000/02/27  14:31:24
2892         Log: avoid compiler warnings (from Dan Sugalski)
2893      Branch: perl
2894            ! op.c sv.c
2895 ____________________________________________________________________________
2896 [  5283] By: gsar                                  on 2000/02/27  14:21:16
2897         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
2898      Branch: perl
2899            ! sv.c
2900 ____________________________________________________________________________
2901 [  5282] By: bailey                                on 2000/02/27  05:07:08
2902         Log: Impose security constraints on lnm lookup only if tainting
2903      Branch: vmsperl
2904            ! vms/vms.c
2905 ____________________________________________________________________________
2906 [  5281] By: bailey                                on 2000/02/27  05:05:35
2907         Log: Add new File::Spec::VMS methods
2908              Don't add implicit device in VMS <-> Unix filespec translation
2909              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
2910      Branch: vmsperl
2911            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2912            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
2913 ____________________________________________________________________________
2914 [  5280] By: bailey                                on 2000/02/27  04:58:01
2915         Log: Accept filespecs as command verbs for subprocesses
2916      Branch: vmsperl
2917            ! vms/perlvms.pod vms/vms.c
2918 ____________________________________________________________________________
2919 [  5279] By: jhi                                   on 2000/02/27  04:01:53
2920         Log: Integrate with Sarathy.
2921      Branch: cfgperl
2922           !> pp_hot.c
2923 ____________________________________________________________________________
2924 [  5278] By: bailey                                on 2000/02/27  02:43:01
2925         Log: Resync with mainline again
2926      Branch: vmsperl
2927           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
2928           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2929           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2930           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
2931           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
2932           !> vms/subconfigure.com
2933 ____________________________________________________________________________
2934 [  5277] By: jhi                                   on 2000/02/27  02:36:36
2935         Log: Fix locale case-ignorant matching bug reported in
2936              
2937              From: gomar@md.media-web.de
2938              To: perl5-porters@perl.org
2939              Subject: [ID 20000223.005]
2940              Date: 23 Feb 2000 16:03:08 -0000
2941              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
2942      Branch: cfgperl
2943            ! regexec.c t/pragma/locale.t
2944 ____________________________________________________________________________
2945 [  5276] By: gsar                                  on 2000/02/26  18:18:16
2946         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
2947              (from Tom Christiansen)
2948      Branch: perl
2949            ! pp_hot.c
2950 ____________________________________________________________________________
2951 [  5275] By: jhi                                   on 2000/02/26  16:43:11
2952         Log: Integrate with Sarathy.
2953      Branch: cfgperl
2954           !> (integrate 34 files)
2955 ____________________________________________________________________________
2956 [  5274] By: gsar                                  on 2000/02/26  15:23:45
2957         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
2958              <mgjv@comdyn.com.au>)
2959      Branch: perl
2960            ! pod/perlfunc.pod
2961 ____________________________________________________________________________
2962 [  5273] By: gsar                                  on 2000/02/26  15:04:54
2963         Log: PodParser v1.11 update (from Brad Appleton)
2964      Branch: perl
2965            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2966            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2967            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2968 ____________________________________________________________________________
2969 [  5272] By: gsar                                  on 2000/02/26  14:48:24
2970         Log: add missing perl headers to perldepend action
2971      Branch: perl
2972            ! lib/ExtUtils/MM_Unix.pm
2973 ____________________________________________________________________________
2974 [  5271] By: gsar                                  on 2000/02/26  08:03:36
2975         Log: VMS patch (from Peter Prymmer)
2976      Branch: perl
2977            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
2978            ! vms/sockadapt.h vms/subconfigure.com
2979 ____________________________________________________________________________
2980 [  5270] By: gsar                                  on 2000/02/26  07:46:35
2981         Log: integrate vmsperl changes into mainline
2982      Branch: perl
2983           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
2984           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
2985 ____________________________________________________________________________
2986 [  5269] By: bailey                                on 2000/02/26  07:04:55
2987         Log: Resync with mainline
2988      Branch: vmsperl
2989           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
2990           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2991           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
2992           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
2993            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
2994            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
2995            - lib/unicode/Eq/Unicode.pl
2996           !> (integrate 323 files)
2997 ____________________________________________________________________________
2998 [  5268] By: gsar                                  on 2000/02/26  06:50:04
2999         Log: reintroduce useithreads (accidentally deleted in change#5261)
3000      Branch: perl
3001            ! win32/config.vc
3002 ____________________________________________________________________________
3003 [  5266] By: gsar                                  on 2000/02/26  06:46:06
3004         Log: integrate cfgperl changes into mainline
3005      Branch: perl
3006           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3007            - ext/DynaLoader/dl_rhapsody.xs
3008           !> (integrate 62 files)
3009 ____________________________________________________________________________
3010 [  5265] By: gsar                                  on 2000/02/26  06:31:10
3011         Log: support for version vectors in UNIVERSAL::VERSION(), so that
3012              C<use Foo v1.2.3> etc., work; tests for the same
3013              
3014              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
3015      Branch: perl
3016            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3017            ! t/comp/use.t toke.c universal.c
3018 ____________________________________________________________________________
3019 [  5264] By: jhi                                   on 2000/02/26  04:14:15
3020         Log: Add libscheck for IRIX.
3021      Branch: cfgperl
3022            ! hints/irix_6.sh
3023 ____________________________________________________________________________
3024 [  5263] By: jhi                                   on 2000/02/26  03:40:47
3025         Log: Add libscheck for Solaris.
3026      Branch: cfgperl
3027            ! hints/solaris_2.sh
3028 ____________________________________________________________________________
3029 [  5262] By: jhi                                   on 2000/02/26  03:10:47
3030         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
3031      Branch: cfgperl
3032            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3033            - ext/DynaLoader/dl_rhapsody.xs
3034            ! Configure INSTALL MANIFEST Makefile.SH README.threads
3035            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
3036      Branch: metaconfig
3037            ! U/a_dvisory/multiarch.U
3038 ____________________________________________________________________________
3039 [  5261] By: jhi                                   on 2000/02/26  02:48:23
3040         Log: Rename use64bits to use64bitint;
3041              rename usefull64bits to use64bitall.
3042      Branch: cfgperl
3043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3044            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
3045            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3046            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
3047            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
3048            ! vms/subconfigure.com vos/config.def vos/config.h
3049            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
3050            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3051            ! win32/config_H.vc
3052      Branch: metaconfig
3053            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
3054            ! U/protos/socksizetype.U U/threads/archname.U
3055      Branch: metaconfig/U/perl
3056            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
3057            ! usemorebits.U
3058 ____________________________________________________________________________
3059 [  5260] By: jhi                                   on 2000/02/25  22:57:16
3060         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3061              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3062              Subject: [PATCH 5.5.660] cygwin port
3063              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
3064      Branch: cfgperl
3065            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3066 ____________________________________________________________________________
3067 [  5259] By: jhi                                   on 2000/02/25  22:53:51
3068         Log: Configure nits; add socksizetype; add getfsstat for completeness;
3069              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
3070              lands; regen Configure.
3071      Branch: cfgperl
3072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3073            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
3074            ! vms/subconfigure.com vos/config.def win32/config.bc
3075            ! win32/config.gc win32/config.vc win32/config_H.bc
3076            ! win32/config_H.gc win32/config_H.vc
3077      Branch: metaconfig
3078            + U/protos/socksizetype.U
3079      Branch: metaconfig/U/perl
3080            + d_getfsstat.U
3081            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
3082 ____________________________________________________________________________
3083 [  5258] By: jhi                                   on 2000/02/25  21:04:17
3084         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
3085      Branch: cfgperl
3086            ! malloc.c
3087 ____________________________________________________________________________
3088 [  5257] By: jhi                                   on 2000/02/25  20:48:13
3089         Log: Integrate with Sarathy.
3090      Branch: cfgperl
3091           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
3092           !> proto.h t/cmd/while.t
3093 ____________________________________________________________________________
3094 [  5256] By: gsar                                  on 2000/02/25  20:04:37
3095         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
3096      Branch: perl
3097            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
3098 ____________________________________________________________________________
3099 [  5255] By: gsar                                  on 2000/02/25  19:23:58
3100         Log: change#4849 wasn't restoring savestack correctly; make loops that have
3101              continue blocks recognizable at run time
3102      Branch: perl
3103            ! op.c op.h pp_ctl.c t/cmd/while.t
3104 ____________________________________________________________________________
3105 [  5254] By: jhi                                   on 2000/02/25  06:00:01
3106         Log: Integrate with Sarathy.
3107      Branch: cfgperl
3108           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
3109           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3110           !> t/lib/filefind.t t/pod/poderrs.xr
3111 ____________________________________________________________________________
3112 [  5253] By: jhi                                   on 2000/02/25  05:57:59
3113         Log: Megalopatch for Configure: Andy's new installation schemes;
3114              introduce usefull64bits, beautify and regularize the various
3115              type probes; introduce d_lseekproto.
3116      Branch: cfgperl
3117            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
3118            ! pod/perldelta.pod
3119      Branch: metaconfig
3120            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
3121            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
3122            + U/installdirs/siteman3.U U/installdirs/sitescript.U
3123            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
3124            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
3125            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
3126            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
3127            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3128            - U/installdirs/vendorscriptdir.U
3129            ! U/compline/doublesize.U U/compline/ptrsize.U
3130            ! U/installdirs/archlib.U U/installdirs/bin.U
3131            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
3132            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
3133            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
3134            ! U/installdirs/localarch.U U/installdirs/locallib.U
3135            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
3136            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
3137            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3138            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
3139            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
3140            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
3141            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3142            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3143            ! U/typedefs/uidsize.U
3144      Branch: metaconfig/U/perl
3145            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
3146            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
3147 ____________________________________________________________________________
3148 [  5252] By: gsar                                  on 2000/02/25  03:15:03
3149         Log: update PodParser to v1.10 (from Brad Appleton)
3150      Branch: perl
3151            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3152            ! lib/Pod/Usage.pm t/pod/poderrs.xr
3153 ____________________________________________________________________________
3154 [  5251] By: gsar                                  on 2000/02/25  03:10:51
3155         Log: make File::Find tests tolerate case-insensitive systems (from
3156              Laszlo Molnar)
3157      Branch: perl
3158            ! t/lib/filefind.t
3159 ____________________________________________________________________________
3160 [  5250] By: gsar                                  on 2000/02/25  01:50:04
3161         Log: more Compiler tweaks for useithreads
3162      Branch: perl
3163            ! ext/B/B.xs ext/B/B/C.pm
3164 ____________________________________________________________________________
3165 [  5249] By: jhi                                   on 2000/02/25  00:17:53
3166         Log: Remove NFS temp files and Configure temp C files.
3167      Branch: cfgperl
3168            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
3169 ____________________________________________________________________________
3170 [  5248] By: jhi                                   on 2000/02/24  23:57:49
3171         Log: In FreeBSD disable floating point exception handlers.
3172              As the comment says, this should be done in the hints.
3173              
3174              From: dive <dive@ender.com>
3175              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3176              cc: perl5-porters@perl.org
3177              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
3178              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
3179              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
3180      Branch: cfgperl
3181            ! unixish.h
3182 ____________________________________________________________________________
3183 [  5247] By: jhi                                   on 2000/02/24  23:46:27
3184         Log: From: Gisle Aas <gisle@aas.no>
3185              To: perl5-porters@perl.org
3186              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
3187              Date: 25 Feb 2000 00:24:53 +0100
3188              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
3189      Branch: cfgperl
3190            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
3191 ____________________________________________________________________________
3192 [  5246] By: jhi                                   on 2000/02/24  23:15:56
3193         Log: The op/stat.t patch in #5341 wasn't robust enough,
3194              it broke subtest 4 almost everywhere else.
3195      Branch: cfgperl
3196            ! t/op/stat.t
3197 ____________________________________________________________________________
3198 [  5245] By: jhi                                   on 2000/02/24  19:28:53
3199         Log: More VMS patches from Peter Prymmer.
3200      Branch: cfgperl
3201            ! configure.com vms/subconfigure.com
3202 ____________________________________________________________________________
3203 [  5244] By: jhi                                   on 2000/02/24  19:26:33
3204         Log: Largefileness in Solaris doesn't require long longs;
3205              use64bits enhancements; introduce usefull64bits.
3206      Branch: cfgperl
3207            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
3208            ! hints/irix_6.sh hints/solaris_2.sh
3209      Branch: metaconfig
3210            ! U/threads/archname.U
3211      Branch: metaconfig/U/perl
3212            ! use64bits.U
3213 ____________________________________________________________________________
3214 [  5243] By: jhi                                   on 2000/02/24  18:40:25
3215         Log: Tidy up the 64-bit (and socklen_t) type probing.
3216      Branch: cfgperl
3217            ! Configure config_h.SH
3218      Branch: metaconfig
3219            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3220      Branch: metaconfig/U/perl
3221            + d_fpos64_t.U d_off64_t.U
3222            - io64.U
3223            ! d_int64_t.U d_socklen_t.U
3224 ____________________________________________________________________________
3225 [  5242] By: jhi                                   on 2000/02/24  18:09:49
3226         Log: Integrate with Sarathy.
3227      Branch: cfgperl
3228           !> pod/perlop.pod
3229 ____________________________________________________________________________
3230 [  5241] By: jhi                                   on 2000/02/24  18:00:49
3231         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3232              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3233              Subject: [PATCH 5.5.660] cygwin port
3234              Date: Thu, 24 Feb 2000 17:15:28 -0000
3235              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
3236      Branch: cfgperl
3237            + cygwin/cygwin.c
3238            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
3239            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
3240 ____________________________________________________________________________
3241 [  5240] By: jhi                                   on 2000/02/24  17:53:12
3242         Log: VMS patch from Peter Prymmer; use full_ar.
3243      Branch: cfgperl
3244            ! vms/subconfigure.com
3245 ____________________________________________________________________________
3246 [  5239] By: jhi                                   on 2000/02/24  17:46:45
3247         Log: MPE/ix patches from Mark Bixby.
3248      Branch: cfgperl
3249            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
3250            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
3251            ! t/op/stat.t
3252 ____________________________________________________________________________
3253 [  5238] By: jhi                                   on 2000/02/24  17:13:22
3254         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
3255              support to t/op/numconvert.t.
3256              
3257              From: Lupe Christoph <lupe@lupe-christoph.de>
3258              To: perl5-porters@perl.org
3259              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
3260              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
3261              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
3262      Branch: cfgperl
3263            ! Configure config_h.SH t/op/numconvert.t
3264      Branch: metaconfig
3265            ! U/modified/libs.U
3266 ____________________________________________________________________________
3267 [  5237] By: jhi                                   on 2000/02/24  15:47:11
3268         Log: Remove more cruft from IO.
3269      Branch: cfgperl
3270            ! ext/IO/IO.xs
3271 ____________________________________________________________________________
3272 [  5236] By: jhi                                   on 2000/02/24  15:14:48
3273         Log: From: Hugo <hv@crypt.compulink.co.uk>
3274              To: perl5-porters@perl.org
3275              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
3276              Date: Thu, 24 Feb 2000 13:24:10 +0000
3277              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
3278      Branch: cfgperl
3279            ! utils/h2xs.PL
3280 ____________________________________________________________________________
3281 [  5235] By: jhi                                   on 2000/02/24  15:12:40
3282         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
3283              S_IROTH, S_IWOTH, S_IXOTH.
3284              
3285              From: js@ddre.dk
3286              To: perl5-porters@perl.org
3287              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
3288              Date: Thu, 24 Feb 2000 15:11:33 +0100
3289              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
3290      Branch: cfgperl
3291            ! perl.h
3292 ____________________________________________________________________________
3293 [  5234] By: gsar                                  on 2000/02/24  03:39:17
3294         Log: integrate cfgperl changes into mainline
3295      Branch: perl
3296            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3297            ! pod/perlop.pod
3298           !> Configure MANIFEST Porting/Glossary Porting/config.sh
3299           !> Porting/config_H config_h.SH configpm configure.com doio.c
3300           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3301           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
3302           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
3303           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
3304 ____________________________________________________________________________
3305 [  5233] By: jhi                                   on 2000/02/24  01:31:38
3306         Log: VMS patch from Peter Prymmer.
3307      Branch: cfgperl
3308            ! vms/subconfigure.com
3309 ____________________________________________________________________________
3310 [  5232] By: jhi                                   on 2000/02/24  01:15:03
3311         Log: Detypo fpos64_t test.
3312      Branch: cfgperl
3313            ! Configure config_h.SH
3314      Branch: metaconfig/U/perl
3315            ! io64.U
3316 ____________________________________________________________________________
3317 [  5231] By: jhi                                   on 2000/02/24  01:11:17
3318         Log: miscut'n'paste in #5230.
3319      Branch: cfgperl
3320            ! Configure config_h.SH
3321      Branch: metaconfig/U/perl
3322            ! d_int64_t.U
3323 ____________________________________________________________________________
3324 [  5230] By: jhi                                   on 2000/02/24  01:02:05
3325         Log: The #5228 wasn't quite right + fix typos.
3326      Branch: cfgperl
3327            ! Configure config_h.SH
3328      Branch: metaconfig
3329            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3330      Branch: metaconfig/U/perl
3331            ! d_int64_t.U d_socklen_t.U io64.U
3332 ____________________________________________________________________________
3333 [  5229] By: jhi                                   on 2000/02/24  00:40:01
3334         Log: Depickify the compiler (about unused and set but not used variables)
3335      Branch: cfgperl
3336            ! hints/irix_6.sh
3337 ____________________________________________________________________________
3338 [  5228] By: jhi                                   on 2000/02/24  00:34:35
3339         Log: Cosmetics.
3340      Branch: cfgperl
3341            ! Configure config_h.SH
3342      Branch: metaconfig
3343            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3344      Branch: metaconfig/U/perl
3345            ! d_int64_t.U d_socklen_t.U
3346 ____________________________________________________________________________
3347 [  5227] By: jhi                                   on 2000/02/24  00:17:34
3348         Log: In IRIX <sys/mode.h> is something completely different.
3349              
3350              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
3351              To: perl5-porters@perl.org
3352              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
3353              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
3354              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
3355      Branch: cfgperl
3356            ! hints/irix_6.sh
3357 ____________________________________________________________________________
3358 [  5226] By: jhi                                   on 2000/02/23  20:39:28
3359         Log: Integrate with Sarathy.
3360      Branch: cfgperl
3361           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3362           !> t/comp/require.t t/op/ver.t toke.c
3363 ____________________________________________________________________________
3364 [  5225] By: jhi                                   on 2000/02/23  20:35:58
3365         Log: From: Dominic Dunlop <domo@computer.org>
3366              To: perl5-porters@perl.org
3367              Cc: Gurusamy Sarathy <gsar@activestate.com>
3368              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
3369              Date: Wed, 23 Feb 2000 21:23:44 +0100
3370              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
3371      Branch: cfgperl
3372            ! malloc.c
3373 ____________________________________________________________________________
3374 [  5224] By: jhi                                   on 2000/02/23  20:22:43
3375         Log: From: Dan Sugalski <dan@sidhe.org>
3376              To: perl5-porters@perl.org, vmsperl@perl.org
3377              Subject: [PATCH 5.5.660]VMS build patches
3378              Date: Wed, 23 Feb 2000 15:14:27 -0500
3379              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
3380              
3381              (the patch was mangled, had to be manually applied)
3382      Branch: cfgperl
3383            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3384 ____________________________________________________________________________
3385 [  5223] By: jhi                                   on 2000/02/23  19:54:04
3386         Log: From: Dominic Dunlop <domo@computer.org>
3387              To: perl5-porters@perl.org
3388              Cc: Andy Dougherty <doughera@lafayette.edu>,
3389              Gurusamy Sarathy <gsar@activestate.com>
3390              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
3391              Date: Wed, 23 Feb 2000 20:41:54 +0100
3392              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
3393      Branch: cfgperl
3394            ! Configure config_h.SH
3395      Branch: metaconfig
3396            ! U/modified/Oldconfig.U U/modified/libs.U
3397      Branch: metaconfig/U/perl
3398            ! dlsrc.U
3399 ____________________________________________________________________________
3400 [  5222] By: jhi                                   on 2000/02/23  18:02:39
3401         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
3402              (suggested by Graham Barr).
3403      Branch: cfgperl
3404            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3405 ____________________________________________________________________________
3406 [  5221] By: jhi                                   on 2000/02/23  16:00:29
3407         Log: Streamline #5218 even more.
3408      Branch: cfgperl
3409            ! ext/IO/lib/IO/Socket.pm
3410 ____________________________________________________________________________
3411 [  5220] By: gsar                                  on 2000/02/23  09:10:43
3412         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
3413              C<use 5.6.0> work as well; underscores are now permitted in v-strings
3414      Branch: perl
3415            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3416            ! t/comp/require.t t/op/ver.t toke.c
3417 ____________________________________________________________________________
3418 [  5219] By: jhi                                   on 2000/02/23  04:24:54
3419         Log: Streamline #5218.
3420      Branch: cfgperl
3421            ! ext/IO/lib/IO/Socket.pm
3422 ____________________________________________________________________________
3423 [  5218] By: jhi                                   on 2000/02/23  02:08:19
3424         Log: Trying to connect to an already open socket may give EISCONN.
3425      Branch: cfgperl
3426            ! ext/IO/lib/IO/Socket.pm
3427 ____________________________________________________________________________
3428 [  5217] By: jhi                                   on 2000/02/22  23:54:51
3429         Log: Fix prototype conflicts with POSIX.pm.
3430      Branch: cfgperl
3431            ! ext/Fcntl/Fcntl.pm
3432 ____________________________________________________________________________
3433 [  5216] By: jhi                                   on 2000/02/22  22:27:19
3434         Log: See http://www.unicode.org/unicode/reports/tr15/
3435              for in-depth description of the problem.
3436      Branch: cfgperl
3437            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3438            ! MANIFEST lib/unicode/mktables.PL
3439 ____________________________________________________________________________
3440 [  5215] By: jhi                                   on 2000/02/22  22:11:17
3441         Log: Add uselongdouble, regroup the use* more logically.
3442      Branch: cfgperl
3443            ! myconfig.SH
3444 ____________________________________________________________________________
3445 [  5214] By: jhi                                   on 2000/02/22  22:04:43
3446         Log: Integrate with Sarathy.
3447      Branch: cfgperl
3448           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
3449           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
3450 ____________________________________________________________________________
3451 [  5213] By: jhi                                   on 2000/02/22  22:03:26
3452         Log: Add socklen_t probe; Configure maintenance.
3453      Branch: cfgperl
3454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3455            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
3456      Branch: metaconfig
3457            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
3458            ! U/modified/libs.U
3459      Branch: metaconfig/U/perl
3460            + d_int64_t.U d_socklen_t.U
3461            - d_int64t.U
3462            ! i_sysutsname.U
3463 ____________________________________________________________________________
3464 [  5212] By: gsar                                  on 2000/02/22  21:46:45
3465         Log: make Perl's malloc work for allocations over 2GB (from Ilya
3466              Zakharevich)
3467      Branch: perl
3468            ! malloc.c
3469 ____________________________________________________________________________
3470 [  5211] By: gsar                                  on 2000/02/22  19:51:47
3471         Log: add -W and -X to -h output; fix other pod omissions
3472      Branch: perl
3473            ! perl.c pod/perlrun.pod
3474 ____________________________________________________________________________
3475 [  5210] By: gsar                                  on 2000/02/22  19:51:13
3476         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
3477      Branch: perl
3478            ! pod/perlpod.pod
3479 ____________________________________________________________________________
3480 [  5209] By: jhi                                   on 2000/02/22  19:40:43
3481         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
3482              tests nearby.
3483      Branch: cfgperl
3484            ! t/op/64bit.t
3485 ____________________________________________________________________________
3486 [  5208] By: gsar                                  on 2000/02/22  19:13:44
3487         Log: s/Activeware/ActiveState/
3488      Branch: perl
3489            ! pod/perlrun.pod
3490 ____________________________________________________________________________
3491 [  5207] By: jhi                                   on 2000/02/22  18:38:29
3492         Log: Perl version nit spotted by Spider Boardman.
3493      Branch: cfgperl
3494            ! configpm
3495 ____________________________________________________________________________
3496 [  5206] By: gsar                                  on 2000/02/22  17:50:44
3497         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
3498      Branch: perl
3499            ! toke.c
3500 ____________________________________________________________________________
3501 [  5205] By: gsar                                  on 2000/02/22  17:36:26
3502         Log: fix memory overrun due to off-by-one in change#5192
3503      Branch: perl
3504            ! toke.c
3505 ____________________________________________________________________________
3506 [  5204] By: gsar                                  on 2000/02/22  17:10:39
3507         Log: sundry typos and such
3508      Branch: perl
3509            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
3510 ____________________________________________________________________________
3511 [  5203] By: jhi                                   on 2000/02/22  17:10:22
3512         Log: Integrate with Sarathy.
3513      Branch: cfgperl
3514           !> (integrate 56 files)
3515 ____________________________________________________________________________
3516 [  5202] By: gsar                                  on 2000/02/22  16:48:58
3517         Log: remove vestiges of older attribute syntax
3518      Branch: perl
3519            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
3520            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
3521 ____________________________________________________________________________
3522 [  5201] By: jhi                                   on 2000/02/22  14:39:56
3523         Log: Configure nits spotted by Spider Boardman.
3524      Branch: cfgperl
3525            ! Configure config_h.SH
3526      Branch: metaconfig
3527            ! U/modified/libs.U
3528      Branch: metaconfig/U/perl
3529            ! fpossize.U
3530 ____________________________________________________________________________
3531 [  5200] By: jhi                                   on 2000/02/22  14:31:21
3532         Log: Tru64 V5.0 patches from Spider Boardman.
3533      Branch: cfgperl
3534            ! hints/dec_osf.sh
3535
3536 ----------------
3537 Version v5.5.660
3538 ----------------
3539
3540 ____________________________________________________________________________
3541 [  5199] By: gsar                                  on 2000/02/22  11:29:28
3542         Log: beta2
3543      Branch: perl
3544            ! Changes
3545 ____________________________________________________________________________
3546 [  5198] By: gsar                                  on 2000/02/22  10:45:54
3547         Log: PodParser-1.093 update (from Brad Appleton's site)
3548      Branch: perl
3549            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
3550            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3551            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
3552            ! t/pod/special_seqs.t t/pod/special_seqs.xr
3553 ____________________________________________________________________________
3554 [  5197] By: gsar                                  on 2000/02/22  10:24:13
3555         Log: integrate cfgperl contents into mainline, update Changes
3556      Branch: perl
3557            ! Changes pod/perlhist.pod
3558           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3559           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
3560           !> pod/perldelta.pod
3561 ____________________________________________________________________________
3562 [  5196] By: gsar                                  on 2000/02/22  10:10:36
3563         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
3564      Branch: perl
3565            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3566            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3567            ! t/lib/glob-taint.t t/lib/io_unix.t
3568 ____________________________________________________________________________
3569 [  5195] By: gsar                                  on 2000/02/22  10:01:49
3570         Log: s/undef/NO_INIT/g in change#5183
3571      Branch: perl
3572            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3573 ____________________________________________________________________________
3574 [  5194] By: gsar                                  on 2000/02/22  09:44:07
3575         Log: perlipc bug (spotted by Ben Low)
3576      Branch: perl
3577            ! pod/perlipc.pod
3578 ____________________________________________________________________________
3579 [  5193] By: gsar                                  on 2000/02/22  09:38:58
3580         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
3581      Branch: perl
3582            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
3583 ____________________________________________________________________________
3584 [  5192] By: gsar                                  on 2000/02/22  09:26:06
3585         Log: improvements for high-bit text literals (from Gisle Aas)
3586      Branch: perl
3587            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
3588            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
3589 ____________________________________________________________________________
3590 [  5191] By: gsar                                  on 2000/02/22  07:35:47
3591         Log: allow C<print v10>, $h{v13.10} etc.
3592      Branch: perl
3593            ! t/op/ver.t toke.c
3594 ____________________________________________________________________________
3595 [  5190] By: gsar                                  on 2000/02/22  05:35:27
3596         Log: adjust for lost fp precision in require version check
3597      Branch: perl
3598            ! pp_ctl.c t/comp/require.t
3599 ____________________________________________________________________________
3600 [  5189] By: jhi                                   on 2000/02/22  05:14:35
3601         Log: Check the alignment of long doubles if they are to be used;
3602              regen Configure.
3603      Branch: cfgperl
3604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3605            ! config_h.SH
3606      Branch: metaconfig
3607            ! U/compline/alignbytes.U
3608 ____________________________________________________________________________
3609 [  5188] By: gsar                                  on 2000/02/22  04:45:57
3610         Log: use same treatment for EINVAL as for ETIMEDOUT
3611      Branch: perl
3612            ! ext/IO/lib/IO/Socket/INET.pm
3613 ____________________________________________________________________________
3614 [  5187] By: gsar                                  on 2000/02/21  23:15:12
3615         Log: type mismatch
3616      Branch: perl
3617            ! sv.c
3618 ____________________________________________________________________________
3619 [  5186] By: gsar                                  on 2000/02/21  21:10:26
3620         Log: remove dual-valueness of v-strings (i.e., they are pure strings
3621              now); avoid the word "tuple" to describe strings represented as
3622              character ordinals; usurp $PERL_VERSION for $^V as suggested by
3623              Larry, deprecate $] ; adjust the documentation and testsuite
3624              accordingly
3625      Branch: perl
3626            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
3627            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
3628            ! t/comp/require.t t/op/ver.t toke.c
3629 ____________________________________________________________________________
3630 [  5185] By: jhi                                   on 2000/02/21  20:36:05
3631         Log: detypo
3632      Branch: cfgperl
3633            ! perl.h
3634 ____________________________________________________________________________
3635 [  5184] By: gsar                                  on 2000/02/21  18:37:38
3636         Log: clarify "use Module VERSION LIST" (from Robin Barker)
3637      Branch: perl
3638            ! pod/perlfunc.pod
3639 ____________________________________________________________________________
3640 [  5183] By: gsar                                  on 2000/02/21  18:31:42
3641         Log: allow optional XSUB parameters without being forced to use a
3642              default (from Hugo van der Sanden)
3643      Branch: perl
3644            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
3645 ____________________________________________________________________________
3646 [  5182] By: jhi                                   on 2000/02/21  18:22:47
3647         Log: Add Solaris LP64 notes. 
3648      Branch: cfgperl
3649            ! hints/solaris_2.sh
3650 ____________________________________________________________________________
3651 [  5181] By: gsar                                  on 2000/02/21  16:53:39
3652         Log: generalize "%v" format into a flag for any integral format type:
3653              "%vd", "%v#o", "%*vX", etc are allowed
3654      Branch: perl
3655            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
3656            ! utils/perlbug.PL
3657 ____________________________________________________________________________
3658 [  5180] By: gsar                                  on 2000/02/21  07:11:00
3659         Log: detypo
3660      Branch: perl
3661            ! ext/B/B.xs
3662 ____________________________________________________________________________
3663 [  5179] By: gsar                                  on 2000/02/21  07:08:38
3664         Log: undo accidental delete
3665      Branch: perl
3666            ! ext/B/B.pm ext/B/B.xs
3667 ____________________________________________________________________________
3668 [  5178] By: gsar                                  on 2000/02/21  07:02:16
3669         Log: get Compiler "working" under useithreads
3670      Branch: perl
3671            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3672            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
3673 ____________________________________________________________________________
3674 [  5177] By: jhi                                   on 2000/02/21  03:16:24
3675         Log: Thou shalt not printf longs with %d.
3676      Branch: cfgperl
3677            ! malloc.c
3678 ____________________________________________________________________________
3679 [  5176] By: jhi                                   on 2000/02/21  01:37:35
3680         Log: Integrate with Sarathy.
3681      Branch: cfgperl
3682           +> t/pragma/warn/9enabled
3683           !> (integrate 63 files)
3684 ____________________________________________________________________________
3685 [  5175] By: gsar                                  on 2000/02/21  00:25:00
3686         Log: misplaced braces
3687      Branch: perl
3688            ! malloc.c
3689 ____________________________________________________________________________
3690 [  5174] By: gsar                                  on 2000/02/21  00:09:16
3691         Log: more malloc.c tweaks for change#5070
3692      Branch: perl
3693            ! malloc.c
3694 ____________________________________________________________________________
3695 [  5173] By: gsar                                  on 2000/02/21  00:01:17
3696         Log: malloc.c fixups in change#5170 need to fetch thx pointer
3697      Branch: perl
3698            ! malloc.c
3699 ____________________________________________________________________________
3700 [  5172] By: gsar                                  on 2000/02/20  23:52:39
3701         Log: missing file in change#5170
3702      Branch: perl
3703            + t/pragma/warn/9enabled
3704 ____________________________________________________________________________
3705 [  5171] By: gsar                                  on 2000/02/20  23:49:17
3706         Log: skip conditionally defined symbols in change#5162
3707      Branch: perl
3708            ! makedef.pl
3709 ____________________________________________________________________________
3710 [  5170] By: gsar                                  on 2000/02/20  22:58:09
3711         Log: lexical warnings update, ability to inspect bitmask in calling
3712              scope, among other things (from Paul Marquess)
3713      Branch: perl
3714            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
3715            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
3716            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
3717            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
3718            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3719            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
3720 ____________________________________________________________________________
3721 [  5169] By: gsar                                  on 2000/02/20  22:22:28
3722         Log: windows fixes for virtualizing child std{in,out,err} handles,
3723              attempts to lock uninitialized critical section in files that
3724              were never explicitly opened (from Doug Lankshear)
3725      Branch: perl
3726            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
3727 ____________________________________________________________________________
3728 [  5168] By: gsar                                  on 2000/02/20  20:19:11
3729         Log: update Changes, credits
3730      Branch: perl
3731            ! Changes
3732 ____________________________________________________________________________
3733 [  5167] By: gsar                                  on 2000/02/20  18:54:27
3734         Log: avoid reading out-of-bounds memory when matching against reference
3735      Branch: perl
3736            ! regexec.c
3737 ____________________________________________________________________________
3738 [  5166] By: gsar                                  on 2000/02/20  17:59:41
3739         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
3740      Branch: perl
3741            ! doop.c
3742 ____________________________________________________________________________
3743 [  5165] By: gsar                                  on 2000/02/20  17:57:08
3744         Log: test fix needed by change#5164
3745      Branch: perl
3746            ! t/pragma/warn/toke
3747 ____________________________________________________________________________
3748 [  5164] By: gsar                                  on 2000/02/20  17:50:38
3749         Log: default mkdir() mode argument to 0777
3750      Branch: perl
3751            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3752            ! t/op/mkdir.t toke.c
3753 ____________________________________________________________________________
3754 [  5163] By: gsar                                  on 2000/02/20  16:34:33
3755         Log: glob() takes one or no user arguments and a non-user-visible second
3756              hidden argument, fix its prototype-checking accordingly
3757      Branch: perl
3758            ! op.c opcode.h opcode.pl
3759 ____________________________________________________________________________
3760 [  5162] By: gsar                                  on 2000/02/20  16:07:38
3761         Log: make change#3386 a build-time option (avoids problems due to
3762              perl_run() longjmping out)
3763      Branch: perl
3764            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
3765            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
3766            ! scope.h sv.c thrdvar.h util.c
3767 ____________________________________________________________________________
3768 [  5161] By: gsar                                  on 2000/02/20  12:13:37
3769         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
3770              modified to use Errno more portably)
3771      Branch: perl
3772            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3773 ____________________________________________________________________________
3774 [  5160] By: gsar                                  on 2000/02/20  11:53:28
3775         Log: mention portability caveat about C<use Errno 'EFOO'>
3776      Branch: perl
3777            ! ext/Errno/Errno_pm.PL
3778 ____________________________________________________________________________
3779 [  5159] By: gsar                                  on 2000/02/20  11:14:36
3780         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
3781      Branch: perl
3782            ! pod/perlvar.pod
3783 ____________________________________________________________________________
3784 [  5158] By: gsar                                  on 2000/02/20  10:53:49
3785         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
3786      Branch: perl
3787            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
3788            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
3789            ! vms/descrip_mms.template
3790 ____________________________________________________________________________
3791 [  5157] By: jhi                                   on 2000/02/19  20:29:26
3792         Log: Be explicit about what ops work with bt vectors.
3793              (And implicit about which don't.)
3794      Branch: cfgperl
3795            ! pod/perldelta.pod
3796 ____________________________________________________________________________
3797 [  5156] By: jhi                                   on 2000/02/19  18:38:14
3798         Log: Integrate with Sarathy.
3799      Branch: cfgperl
3800           +> lib/bytes.pm lib/bytes_heavy.pl
3801            - lib/byte.pm lib/byte_heavy.pl
3802           !> (integrate 61 files)
3803 ____________________________________________________________________________
3804 [  5155] By: gsar                                  on 2000/02/19  17:57:39
3805         Log: char vs U8 warnings
3806      Branch: perl
3807            ! sv.c
3808 ____________________________________________________________________________
3809 [  5154] By: gsar                                  on 2000/02/19  17:44:56
3810         Log: remove outdated caveat about C<while ($k = each %foo)> (from
3811              Hugo van der Sanden)
3812      Branch: perl
3813            ! pod/perlfunc.pod
3814 ____________________________________________________________________________
3815 [  5153] By: gsar                                  on 2000/02/19  17:41:41
3816         Log: tests, doc tweak (from Gisle Aas)
3817      Branch: perl
3818            ! pod/perlfaq9.pod t/op/ord.t
3819 ____________________________________________________________________________
3820 [  5152] By: gsar                                  on 2000/02/19  17:35:50
3821         Log: document behavior of splice(@ary) (from Gisle Aas)
3822      Branch: perl
3823            ! pod/perlfunc.pod
3824 ____________________________________________________________________________
3825 [  5151] By: gsar                                  on 2000/02/19  17:33:59
3826         Log: fix bug in backtracking optimizer (from Makoto Ishisone
3827              <ishisone@sra.co.jp>)
3828      Branch: perl
3829            ! regexec.c t/op/pat.t
3830 ____________________________________________________________________________
3831 [  5150] By: gsar                                  on 2000/02/19  17:33:05
3832         Log: more B fixups to cope with empty GVs (these can only happen in pads)
3833      Branch: perl
3834            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
3835 ____________________________________________________________________________
3836 [  5149] By: gsar                                  on 2000/02/19  17:32:03
3837         Log: avoid compiler warnings
3838      Branch: perl
3839            ! malloc.c perl.h
3840 ____________________________________________________________________________
3841 [  5148] By: gsar                                  on 2000/02/19  17:18:09
3842         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
3843      Branch: perl
3844            ! lib/attributes.pm
3845 ____________________________________________________________________________
3846 [  5147] By: gsar                                  on 2000/02/19  17:15:34
3847         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
3848              for that)
3849      Branch: perl
3850            ! ext/Errno/Errno_pm.PL
3851 ____________________________________________________________________________
3852 [  5146] By: gsar                                  on 2000/02/19  16:18:46
3853         Log: integrate cfgperl contents into mainline
3854      Branch: perl
3855           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3856           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
3857           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
3858           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
3859 ____________________________________________________________________________
3860 [  5145] By: gsar                                  on 2000/02/19  16:10:37
3861         Log: POSIX::strftime gets the date wrong (from John Tobey
3862              <jtobey@epsilondev.com>)
3863      Branch: perl
3864            ! ext/POSIX/POSIX.xs t/lib/posix.t
3865 ____________________________________________________________________________
3866 [  5144] By: gsar                                  on 2000/02/19  16:02:40
3867         Log: don't blindly set bool=char on linux (from Andy Dougherty)
3868      Branch: perl
3869            ! handy.h hints/linux.sh x2p/a2p.h
3870 ____________________________________________________________________________
3871 [  5143] By: gsar                                  on 2000/02/19  15:54:04
3872         Log: some rearrangement of the includes for easier "microperl" build;
3873              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
3874      Branch: perl
3875            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
3876 ____________________________________________________________________________
3877 [  5142] By: gsar                                  on 2000/02/19  15:22:17
3878         Log: fixes for Pod::Html issues (from Wolfgang Laun
3879              <wolfgang.laun@chello.at>)
3880      Branch: perl
3881            ! lib/Pod/Html.pm
3882 ____________________________________________________________________________
3883 [  5141] By: gsar                                  on 2000/02/19  08:27:29
3884         Log: grammos (spotted by Tom Christiansen)
3885      Branch: perl
3886            ! pod/perlfunc.pod
3887 ____________________________________________________________________________
3888 [  5140] By: gsar                                  on 2000/02/19  08:17:04
3889         Log: various xsubpp enhancements that make it easier to use with
3890              C::Scan (from Ilya Zakharevich)
3891              
3892              TODO: still needs documentation
3893      Branch: perl
3894            ! lib/ExtUtils/xsubpp
3895 ____________________________________________________________________________
3896 [  5139] By: gsar                                  on 2000/02/19  07:55:18
3897         Log: s/croak/Perl_croak/
3898      Branch: perl
3899            ! sv.c
3900 ____________________________________________________________________________
3901 [  5138] By: gsar                                  on 2000/02/19  07:51:39
3902         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
3903      Branch: perl
3904            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
3905            ! pp_hot.c proto.h sv.c toke.c
3906 ____________________________________________________________________________
3907 [  5137] By: gsar                                  on 2000/02/19  07:42:12
3908         Log: set close-on-exec flag on sockets too, like we do for files
3909              and pipes
3910      Branch: perl
3911            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
3912 ____________________________________________________________________________
3913 [  5136] By: gsar                                  on 2000/02/19  07:23:48
3914         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
3915              permitted by change#5011 (from Gisle Aas)
3916      Branch: perl
3917            ! pp.c utf8.c utf8.h
3918 ____________________________________________________________________________
3919 [  5135] By: gsar                                  on 2000/02/19  06:53:13
3920         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
3921      Branch: perl
3922            ! lib/warnings.pm op.c warnings.h warnings.pl
3923 ____________________________________________________________________________
3924 [  5134] By: gsar                                  on 2000/02/19  06:36:46
3925         Log: s/byte/bytes/g remnants
3926      Branch: perl
3927            ! lib/bytes.pm lib/bytes_heavy.pl
3928 ____________________________________________________________________________
3929 [  5133] By: gsar                                  on 2000/02/19  06:33:49
3930         Log: rename byte:: to bytes::
3931      Branch: perl
3932           +> lib/bytes.pm lib/bytes_heavy.pl
3933            - lib/byte.pm lib/byte_heavy.pl
3934            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
3935            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
3936            ! t/lib/charnames.t t/op/ver.t
3937 ____________________________________________________________________________
3938 [  5132] By: gsar                                  on 2000/02/19  05:58:42
3939         Log: English names for $^R and $^S
3940      Branch: perl
3941            ! lib/English.pm pod/perlvar.pod
3942 ____________________________________________________________________________
3943 [  5131] By: gsar                                  on 2000/02/19  05:44:20
3944         Log: rename "Probable precendence problem" diagnostic to "Bareword found
3945              in conditional" to better reflect the class of error (as suggested
3946              by Larry)
3947      Branch: perl
3948            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
3949 ____________________________________________________________________________
3950 [  5130] By: gsar                                  on 2000/02/19  05:43:10
3951         Log: fix outdated info about PerlClinic and the bug-tracking system
3952      Branch: perl
3953            ! pod/perlfaq2.pod pod/perltodo.pod
3954 ____________________________________________________________________________
3955 [  5129] By: gsar                                  on 2000/02/19  04:14:19
3956         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
3957              trash memory)
3958      Branch: perl
3959            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
3960            ! win32/win32.h
3961 ____________________________________________________________________________
3962 [  5128] By: gsar                                  on 2000/02/18  06:55:33
3963         Log: avoid $@-clearing sideeffect of require in Carp
3964      Branch: perl
3965            ! lib/Carp.pm
3966 ____________________________________________________________________________
3967 [  5127] By: gsar                                  on 2000/02/18  04:58:26
3968         Log: stronger testcase for change#5126
3969      Branch: perl
3970            ! t/op/pat.t
3971 ____________________________________________________________________________
3972 [  5126] By: gsar                                  on 2000/02/18  04:44:28
3973         Log: make /\S/ match the same things /[\S]/ matches; likewise for
3974              \D (from Rick Delaney <rick@consumercontact.com>)
3975      Branch: perl
3976            ! regexec.c t/op/pat.t
3977 ____________________________________________________________________________
3978 [  5125] By: gsar                                  on 2000/02/18  03:57:43
3979         Log: Compiler fixups from Jan Dubois
3980      Branch: perl
3981            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
3982 ____________________________________________________________________________
3983 [  5124] By: jhi                                   on 2000/02/17  22:09:09
3984         Log: Take out the -Wl,-z as we have survice so far without.
3985      Branch: cfgperl
3986            ! hints/hpux.sh
3987 ____________________________________________________________________________
3988 [  5123] By: jhi                                   on 2000/02/17  18:40:17
3989         Log: Integrate with Sarathy.
3990      Branch: cfgperl
3991           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
3992 ____________________________________________________________________________
3993 [  5122] By: gsar                                  on 2000/02/17  18:01:14
3994         Log: fix test that depends on op_dump() output
3995      Branch: perl
3996            ! t/op/split.t
3997 ____________________________________________________________________________
3998 [  5121] By: gsar                                  on 2000/02/17  17:55:18
3999         Log: op_dump() tweak
4000      Branch: perl
4001            ! dump.c
4002 ____________________________________________________________________________
4003 [  5120] By: jhi                                   on 2000/02/16  23:11:04
4004         Log: Regularize the use* questions, and replace
4005              "Configure *must* be run with -Duse..." with.
4006              "can be run".
4007      Branch: cfgperl
4008            ! Configure config_h.SH
4009      Branch: metaconfig
4010            ! U/threads/usethreads.U
4011      Branch: metaconfig/U/perl
4012            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
4013            ! usemultiplicity.U useperlio.U usesocks.U
4014 ____________________________________________________________________________
4015 [  5119] By: jhi                                   on 2000/02/16  22:29:11
4016         Log: HP-UX 64-bitness/largefile fixes.
4017      Branch: cfgperl
4018            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
4019            ! perl.h
4020      Branch: metaconfig
4021            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
4022      Branch: metaconfig/U/perl
4023            ! Extensions.U
4024 ____________________________________________________________________________
4025 [  5118] By: jhi                                   on 2000/02/16  19:47:51
4026         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
4027              (tag :seek), add S_I constants (and functions) (tag :mode);
4028              refer only to the SEEK_ of Fcntl, not the ones from
4029              POSIX or IO::; add SHUT_ to Socket; get trigonometric
4030              functions from Math::Trig instead of POSIX.
4031      Branch: cfgperl
4032            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
4033            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
4034            ! pod/perlopentut.pod t/lib/syslfs.t
4035      Branch: metaconfig/U/perl
4036            + i_sysmode.U
4037 ____________________________________________________________________________
4038 [  5117] By: gsar                                  on 2000/02/16  06:39:06
4039         Log: avoid warnings due to redefined NULL
4040      Branch: perl
4041            ! ext/ODBM_File/ODBM_File.xs
4042 ____________________________________________________________________________
4043 [  5116] By: gsar                                  on 2000/02/16  00:10:25
4044         Log: integrate cfgperl changes into mainline
4045      Branch: perl
4046           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4047           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
4048           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
4049           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
4050 ____________________________________________________________________________
4051 [  5115] By: jhi                                   on 2000/02/15  23:11:55
4052         Log: Probe for <sys/utsname.h>.
4053      Branch: cfgperl
4054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4055            ! config_h.SH ext/Sys/Hostname/Hostname.xs
4056      Branch: metaconfig/U/perl
4057            + i_sysutsname.U
4058 ____________________________________________________________________________
4059 [  5114] By: jhi                                   on 2000/02/15  22:59:59
4060         Log: Integrate with Sarathy.
4061      Branch: cfgperl
4062           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4063           +> ext/Sys/Hostname/Makefile.PL
4064            - lib/Sys/Hostname.pm
4065           !> (integrate 41 files)
4066 ____________________________________________________________________________
4067 [  5113] By: gsar                                  on 2000/02/15  21:22:18
4068         Log: update Changes, patchlevel
4069      Branch: perl
4070            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4071            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4072 ____________________________________________________________________________
4073 [  5112] By: gsar                                  on 2000/02/15  20:57:12
4074         Log: fix change#5104 under useithreads
4075      Branch: perl
4076            ! op.c
4077 ____________________________________________________________________________
4078 [  5111] By: gsar                                  on 2000/02/15  20:45:10
4079         Log: export list tweak needed by change#5103
4080      Branch: perl
4081            ! makedef.pl
4082 ____________________________________________________________________________
4083 [  5110] By: gsar                                  on 2000/02/15  19:32:56
4084         Log: add XS version of Sys::Hostname (from Greg Bacon
4085              <gbacon@itsc.uah.edu>)
4086      Branch: perl
4087            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4088            + ext/Sys/Hostname/Makefile.PL
4089            - lib/Sys/Hostname.pm
4090            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
4091            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
4092            ! win32/makefile.mk
4093 ____________________________________________________________________________
4094 [  5109] By: gsar                                  on 2000/02/15  18:35:28
4095         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
4096              given undefined values (from Graham Barr <gbarr@pobox.com>)
4097      Branch: perl
4098            ! universal.c
4099 ____________________________________________________________________________
4100 [  5108] By: gsar                                  on 2000/02/15  18:25:05
4101         Log: avoid accidental #line directives (from Rick Delaney
4102              <rick@consumercontact.com>)
4103      Branch: perl
4104            ! pod/perlsyn.pod toke.c
4105 ____________________________________________________________________________
4106 [  5107] By: gsar                                  on 2000/02/15  18:04:31
4107         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
4108      Branch: perl
4109            ! perl.c
4110 ____________________________________________________________________________
4111 [  5106] By: gsar                                  on 2000/02/15  18:02:17
4112         Log: incorrect docs about delete() (spotted by Martyn Pearce
4113              <martyn@inpharmatica.co.uk>)
4114      Branch: perl
4115            ! pod/perldelta.pod pod/perlfunc.pod
4116 ____________________________________________________________________________
4117 [  5105] By: gsar                                  on 2000/02/15  17:43:27
4118         Log: s/use vars/our/ (from Gisle Aas)
4119      Branch: perl
4120            ! bytecode.pl
4121 ____________________________________________________________________________
4122 [  5104] By: gsar                                  on 2000/02/15  17:42:06
4123         Log: optimize pseudohash slice in array slice at compile time (from
4124              John Tobey <jtobey@john-edwin-tobey.org>)
4125      Branch: perl
4126            ! op.c t/lib/fields.t
4127 ____________________________________________________________________________
4128 [  5103] By: gsar                                  on 2000/02/15  17:18:12
4129         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
4130      Branch: perl
4131            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
4132            ! perl.h perlapi.c proto.h vos/vos_dummies.c
4133 ____________________________________________________________________________
4134 [  5102] By: gsar                                  on 2000/02/15  17:05:12
4135         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
4136      Branch: perl
4137            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
4138 ____________________________________________________________________________
4139 [  5101] By: gsar                                  on 2000/02/15  17:02:51
4140         Log: fix regen_headers target to make all the autogenerated files
4141              writable first
4142      Branch: perl
4143            ! Makefile.SH
4144 ____________________________________________________________________________
4145 [  5100] By: gsar                                  on 2000/02/15  16:41:53
4146         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
4147              Ilya Zakharevich)
4148      Branch: perl
4149            ! op.c t/op/lex_assign.t
4150 ____________________________________________________________________________
4151 [  5099] By: gsar                                  on 2000/02/15  16:17:36
4152         Log: more complete File::Spec support for Mac and VMS, tests (from
4153              Barrie Slaymaker <barries@slaysys.com>)
4154      Branch: perl
4155            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
4156            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
4157 ____________________________________________________________________________
4158 [  5098] By: gsar                                  on 2000/02/15  16:10:46
4159         Log: fix incompatibility with bison generated parser (from
4160              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
4161      Branch: perl
4162            ! toke.c
4163 ____________________________________________________________________________
4164 [  5097] By: gsar                                  on 2000/02/15  16:07:17
4165         Log: propagate st_mode bits to group/other for Borland build
4166              (from Vadim Konovalov <vkonovalov@lucent.com>)
4167      Branch: perl
4168            ! win32/win32.c
4169 ____________________________________________________________________________
4170 [  5096] By: jhi                                   on 2000/02/15  14:22:23
4171         Log: Integrate with Sarathy.
4172      Branch: cfgperl
4173           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4174 ____________________________________________________________________________
4175 [  5095] By: jhi                                   on 2000/02/15  14:19:22
4176         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
4177              easier just to drop the paranoid test.
4178      Branch: cfgperl
4179            ! hints/aix.sh
4180 ____________________________________________________________________________
4181 [  5094] By: gsar                                  on 2000/02/15  05:42:17
4182         Log: update exetype.pl tool
4183      Branch: perl
4184            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4185 ____________________________________________________________________________
4186 [  5093] By: jhi                                   on 2000/02/15  05:24:02
4187         Log: Integrate with Sarathy.
4188      Branch: cfgperl
4189           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
4190           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
4191           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
4192           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
4193 ____________________________________________________________________________
4194 [  5092] By: jhi                                   on 2000/02/15  05:22:09
4195         Log: Unroll the libs scan thanks to HP-UX.
4196      Branch: cfgperl
4197            ! Configure config_h.SH hints/hpux.sh
4198      Branch: metaconfig
4199            ! U/modified/libpth.U U/modified/libs.U
4200      Branch: metaconfig/U/perl
4201            ! Extensions.U dlsrc.U
4202 ____________________________________________________________________________
4203 [  5091] By: gsar                                  on 2000/02/15  05:17:56
4204         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
4205              safefree() rather than Safefree()
4206      Branch: perl
4207            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
4208            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
4209            ! ext/SDBM_File/SDBM_File.xs
4210 ____________________________________________________________________________
4211 [  5090] By: gsar                                  on 2000/02/15  04:54:17
4212         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
4213              introduced XPVMG storage in arenas
4214      Branch: perl
4215            ! sv.c
4216 ____________________________________________________________________________
4217 [  5089] By: jhi                                   on 2000/02/15  00:41:36
4218         Log: AIX perl linkage tweakage.
4219      Branch: cfgperl
4220            ! Makefile.SH
4221 ____________________________________________________________________________
4222 [  5088] By: jhi                                   on 2000/02/15  00:07:06
4223         Log: abort instead of just promising.
4224      Branch: cfgperl
4225            ! hints/aix.sh
4226 ____________________________________________________________________________
4227 [  5087] By: jhi                                   on 2000/02/14  23:51:05
4228         Log: silly compilers don't know that croak() exits
4229              and complain about unitialized RETVALs
4230      Branch: cfgperl
4231            ! ext/Sys/Syslog/Syslog.xs
4232 ____________________________________________________________________________
4233 [  5086] By: jhi                                   on 2000/02/14  21:13:24
4234         Log: Add lseektype and lseeksize to myconfig.
4235      Branch: cfgperl
4236            ! myconfig.SH
4237 ____________________________________________________________________________
4238 [  5085] By: gsar                                  on 2000/02/14  18:51:11
4239         Log: avoid warnings
4240      Branch: perl
4241            ! perl.c
4242 ____________________________________________________________________________
4243 [  5084] By: gsar                                  on 2000/02/14  18:26:08
4244         Log: fix small interpreter leaks identified by Purify
4245      Branch: perl
4246            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
4247            ! t/op/ord.t t/pragma/warnings.t
4248 ____________________________________________________________________________
4249 [  5083] By: jhi                                   on 2000/02/14  17:50:52
4250         Log: Remove tagged core files.
4251      Branch: cfgperl
4252            ! lib/ExtUtils/MM_Unix.pm
4253 ____________________________________________________________________________
4254 [  5082] By: jhi                                   on 2000/02/14  17:41:07
4255         Log: Prefer full_ar.
4256      Branch: cfgperl
4257            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4258 ____________________________________________________________________________
4259 [  5081] By: jhi                                   on 2000/02/14  17:20:32
4260         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
4261      Branch: cfgperl
4262            ! myconfig.SH
4263 ____________________________________________________________________________
4264 [  5080] By: jhi                                   on 2000/02/14  15:33:03
4265         Log: Integrate with Sarathy.
4266      Branch: cfgperl
4267           !> Porting/pumpkin.pod av.c malloc.c sv.c
4268 ____________________________________________________________________________
4269 [  5079] By: gsar                                  on 2000/02/14  08:50:06
4270         Log: notes about running Purify
4271      Branch: perl
4272            ! Porting/pumpkin.pod av.c sv.c
4273 ____________________________________________________________________________
4274 [  5078] By: gsar                                  on 2000/02/14  07:27:21
4275         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
4276      Branch: perl
4277            ! malloc.c
4278 ____________________________________________________________________________
4279 [  5077] By: gsar                                  on 2000/02/14  07:25:44
4280         Log: integrate cfgperl contents into mainline
4281      Branch: perl
4282           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4283           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
4284           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
4285           !> vms/subconfigure.com vos/config.def vos/config.h
4286           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
4287           !> win32/config.vc win32/config_H.bc win32/config_H.gc
4288           !> win32/config_H.vc
4289 ____________________________________________________________________________
4290 [  5076] By: jhi                                   on 2000/02/14  05:01:56
4291         Log: Integrate with Sarathy.
4292      Branch: cfgperl
4293           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4294 ____________________________________________________________________________
4295 [  5075] By: jhi                                   on 2000/02/14  04:56:52
4296         Log: Configure -A stopped processing of any further options.
4297      Branch: cfgperl
4298            ! Configure config_h.SH
4299      Branch: metaconfig
4300            ! U/modified/Options.U
4301 ____________________________________________________________________________
4302 [  5074] By: gsar                                  on 2000/02/14  04:45:01
4303         Log: remove outdated -DPURIFY code--it reports bogus errors during global
4304              destruction since we actually depend on SVs being in arenas there
4305      Branch: perl
4306            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4307 ____________________________________________________________________________
4308 [  5073] By: jhi                                   on 2000/02/13  19:28:17
4309         Log: Integrate with Sarathy.
4310      Branch: cfgperl
4311            - Todo-5.005
4312           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
4313           !> util.c
4314 ____________________________________________________________________________
4315 [  5072] By: gsar                                  on 2000/02/13  19:02:07
4316         Log: more purification (pp_require() could access free memory; vdie()
4317              could think message was random length when passed a null argument;
4318              utilize() didn't set up the hash for the method name leading to
4319              pp_method_named() accessing random state; PL_curpm wasn't zeroed
4320              properly)
4321      Branch: perl
4322            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
4323            ! util.c
4324 ____________________________________________________________________________
4325 [  5071] By: jhi                                   on 2000/02/12  19:59:35
4326         Log: uselonglong sits deep.
4327      Branch: cfgperl
4328            ! Configure config_h.SH hints/solaris_2.sh
4329      Branch: metaconfig/U/perl
4330            ! use64bits.U
4331 ____________________________________________________________________________
4332 [  5070] By: jhi                                   on 2000/02/12  01:25:41
4333         Log: megalomaniac 64-bit update: most importantly,
4334              uselonglong is eradicated, only backward
4335              compatibility hooks in use64bits remain.
4336      Branch: cfgperl
4337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4338            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
4339            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
4340            ! vos/config.def vos/config.h vos/config_h.SH_orig
4341            ! win32/config.bc win32/config.gc win32/config.vc
4342            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4343      Branch: metaconfig
4344            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
4345      Branch: metaconfig/U/perl
4346            ! use64bits.U
4347 ____________________________________________________________________________
4348 [  5069] By: jhi                                   on 2000/02/11  21:13:41
4349         Log: undo #5064 for now; there seems to be no good selection
4350              of flags to add the new option.
4351      Branch: cfgperl
4352            ! hints/hpux.sh
4353 ____________________________________________________________________________
4354 [  5068] By: jhi                                   on 2000/02/11  21:01:21
4355         Log: Guard against accidental long long use.
4356      Branch: cfgperl
4357            ! perl.h
4358 ____________________________________________________________________________
4359 [  5067] By: jhi                                   on 2000/02/11  19:50:32
4360         Log: logic fixes
4361      Branch: cfgperl
4362            ! Configure config_h.SH
4363      Branch: metaconfig/U/perl
4364            ! uselonglong.U
4365 ____________________________________________________________________________
4366 [  5066] By: jhi                                   on 2000/02/11  19:32:30
4367         Log: Clarify 64-bit issues.
4368      Branch: cfgperl
4369            ! pod/perldelta.pod
4370 ____________________________________________________________________________
4371 [  5065] By: jhi                                   on 2000/02/11  18:13:29
4372         Log: Integrate with Sarathy.
4373      Branch: cfgperl
4374           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
4375           !> toke.c
4376 ____________________________________________________________________________
4377 [  5064] By: jhi                                   on 2000/02/11  18:11:47
4378         Log: Silence linker warnings about binary backward incompatibilities.
4379      Branch: cfgperl
4380            ! hints/hpux.sh
4381 ____________________________________________________________________________
4382 [  5063] By: gsar                                  on 2000/02/11  16:36:14
4383         Log: fix uninitialized memory reads found by purify
4384      Branch: perl
4385            ! ext/Devel/Peek/Peek.xs regcomp.c
4386 ____________________________________________________________________________
4387 [  5062] By: jhi                                   on 2000/02/11  00:11:39
4388         Log: de-fancify the largefiles hints
4389      Branch: cfgperl
4390            ! hints/hpux.sh
4391 ____________________________________________________________________________
4392 [  5061] By: gsar                                  on 2000/02/10  19:17:09
4393         Log: longstanding bug in parsing "require VERSION", could reallocate
4394              current line and not know it; exposed by change#5004; manifested
4395              as parse failure of C<{require 5.003}>
4396      Branch: perl
4397            ! t/comp/require.t t/comp/use.t toke.c
4398 ____________________________________________________________________________
4399 [  5060] By: jhi                                   on 2000/02/10  13:29:25
4400         Log: Integrate with Sarathy.
4401      Branch: cfgperl
4402           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
4403 ____________________________________________________________________________
4404 [  5059] By: gsar                                  on 2000/02/10  06:21:21
4405         Log: make global symbol exports AIX-specific
4406      Branch: perl
4407            ! makedef.pl
4408 ____________________________________________________________________________
4409 [  5058] By: gsar                                  on 2000/02/10  06:16:57
4410         Log: integrate cfgperl contents into mainline
4411      Branch: perl
4412           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4413           !> Porting/config_H config_h.SH makedef.pl perl.h
4414           !> vms/subconfigure.com vos/config.def win32/config.bc
4415           !> win32/config.gc win32/config.vc win32/config_H.bc
4416           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4417           !> win32/config_sh.PL
4418 ____________________________________________________________________________
4419 [  5057] By: gsar                                  on 2000/02/10  01:08:01
4420         Log: windows bugfixes for virtual directories under USE_ITHREADS:
4421              allows path mapping to unknown devices to work properly;
4422              special file names like CONOUT$ can be opened with sysopen()
4423              again
4424      Branch: perl
4425            ! win32/vdir.h
4426 ____________________________________________________________________________
4427 [  5056] By: gsar                                  on 2000/02/10  00:56:27
4428         Log: formline() could wipe out readonly-ness, freeing constants
4429              prematurely, or affect cloning of pad constants
4430      Branch: perl
4431            ! pp_ctl.c t/op/write.t
4432 ____________________________________________________________________________
4433 [  5055] By: jhi                                   on 2000/02/09  19:48:58
4434         Log: Regenerate Configure for I_SYSLOG.
4435      Branch: cfgperl
4436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4437            ! config_h.SH
4438 ____________________________________________________________________________
4439 [  5054] By: jhi                                   on 2000/02/09  19:38:04
4440         Log: fix AIX and multiplicity problems
4441      Branch: cfgperl
4442            ! Makefile.SH makedef.pl
4443 ____________________________________________________________________________
4444 [  5053] By: bailey                                on 2000/02/09  10:58:11
4445         Log: remove redundant archcore directory prefix in installperl
4446      Branch: vmsperl
4447            ! installperl
4448 ____________________________________________________________________________
4449 [  5052] By: bailey                                on 2000/02/09  10:44:22
4450         Log: Work around prefixing bug in older DECC preprocessors
4451      Branch: vmsperl
4452            ! vms/vms.c vms/vmsish.h
4453 ____________________________________________________________________________
4454 [  5051] By: bailey                                on 2000/02/09  09:52:06
4455         Log: Eliminate unnecessary (and sometimes confounding) test for
4456              word boundary
4457      Branch: vmsperl
4458            ! lib/ExtUtils/MM_VMS.pm
4459 ____________________________________________________________________________
4460 [  5050] By: bailey                                on 2000/02/09  09:29:06
4461         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
4462              alias rules lead to compilation warnings)
4463      Branch: vmsperl
4464            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
4465 ____________________________________________________________________________
4466 [  5049] By: bailey                                on 2000/02/09  09:09:45
4467         Log: Resync with mainline
4468      Branch: vmsperl
4469           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4470           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4471           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
4472           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
4473           +> vos/config.def vos/config.pl win32/bin/exetype.pl
4474            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
4475            ! vms/subconfigure.com
4476           !> (integrate 358 files)
4477 ____________________________________________________________________________
4478 [  5048] By: jhi                                   on 2000/02/09  03:54:05
4479         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
4480              (reported by Yitzchak Scott-Thoennes in p5p)
4481      Branch: cfgperl
4482            ! Configure config_h.SH
4483      Branch: metaconfig
4484            ! U/modified/Cppsym.U
4485 ____________________________________________________________________________
4486 [  5047] By: jhi                                   on 2000/02/09  02:56:43
4487         Log: (fake) use of getcwd.
4488      Branch: cfgperl
4489            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4490            ! config_h.SH perl.h
4491 ____________________________________________________________________________
4492 [  5046] By: jhi                                   on 2000/02/09  02:22:50
4493         Log: lib scan fix
4494      Branch: cfgperl
4495            ! Configure config_h.SH
4496      Branch: metaconfig
4497            ! U/modified/libs.U
4498 ____________________________________________________________________________
4499 [  5045] By: jhi                                   on 2000/02/09  02:17:34
4500         Log: Reintroduce #5019 via metaconfig.
4501      Branch: cfgperl
4502            ! Configure config_h.SH
4503      Branch: metaconfig
4504            ! U/installdirs/inc_version_list.U
4505 ____________________________________________________________________________
4506 [  5044] By: jhi                                   on 2000/02/09  02:07:08
4507         Log: Add/restore probes for getcwd/mk*temp*/mmap.
4508      Branch: cfgperl
4509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4510            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
4511            ! win32/config.bc win32/config.gc win32/config.vc
4512            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4513            ! win32/config_h.PL win32/config_sh.PL
4514      Branch: metaconfig
4515            ! U/modified/d_mkstemp.U U/modified/libs.U
4516      Branch: metaconfig/U/perl
4517            + d_mkdtemp.U d_mkstemps.U
4518 ____________________________________________________________________________
4519 [  5043] By: jhi                                   on 2000/02/08  20:58:02
4520         Log: Integrate with Sarathy.
4521      Branch: cfgperl
4522           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
4523           !> (integrate 110 files)
4524 ____________________________________________________________________________
4525 [  5042] By: gsar                                  on 2000/02/08  20:32:12
4526         Log: avoid exiting just because we didn't scan for libm ('libs' may still
4527              have it, but we avoided scan for things in 'libs')
4528      Branch: perl
4529            ! Configure
4530
4531 ----------------
4532 Version v5.5.650
4533 ----------------
4534
4535 ____________________________________________________________________________
4536 [  5041] By: gsar                                  on 2000/02/08  07:57:11
4537         Log: update Changes
4538      Branch: perl
4539            ! Changes
4540 ____________________________________________________________________________
4541 [  5040] By: gsar                                  on 2000/02/08  07:51:20
4542         Log: documentation patches (from Michael Schwern and Yitzchak
4543              Scott-Thoennes)
4544      Branch: perl
4545            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
4546 ____________________________________________________________________________
4547 [  5039] By: gsar                                  on 2000/02/08  07:22:46
4548         Log: alias to $^V to $PERL_VERSION_TUPLE
4549      Branch: perl
4550            ! lib/English.pm pod/perlvar.pod
4551 ____________________________________________________________________________
4552 [  5038] By: gsar                                  on 2000/02/08  07:03:34
4553         Log: update Changes
4554      Branch: perl
4555            ! Changes pod/perlhist.pod
4556 ____________________________________________________________________________
4557 [  5037] By: gsar                                  on 2000/02/08  06:59:55
4558         Log: Windows has a somewhat different sitelib layout, and needs
4559              $sitelib/archname added as well
4560      Branch: perl
4561            ! perl.c
4562 ____________________________________________________________________________
4563 [  5036] By: gsar                                  on 2000/02/08  06:59:03
4564         Log: change#4987 appears to have broken libs scan for platforms that
4565              don't set ignore_versioned_solibs (Solaris is one of them); add
4566              derivative fix from the older logic for skipping versioned .so
4567              libs
4568      Branch: perl
4569            ! Configure
4570 ____________________________________________________________________________
4571 [  5035] By: gsar                                  on 2000/02/07  21:21:44
4572         Log: sprintf("%v"...) buffer resizing busted
4573      Branch: perl
4574            ! sv.c
4575 ____________________________________________________________________________
4576 [  5034] By: gsar                                  on 2000/02/07  19:16:21
4577         Log: update Changes
4578      Branch: perl
4579            ! Changes pod/perlhist.pod
4580 ____________________________________________________________________________
4581 [  5033] By: gsar                                  on 2000/02/07  19:01:08
4582         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
4583              only when XX > 127
4584      Branch: perl
4585            ! pp_hot.c toke.c
4586 ____________________________________________________________________________
4587 [  5032] By: gsar                                  on 2000/02/07  18:25:31
4588         Log: add note about printf("%v",...)
4589      Branch: perl
4590            ! pod/perldelta.pod
4591 ____________________________________________________________________________
4592 [  5031] By: gsar                                  on 2000/02/07  18:18:43
4593         Log: update Changes
4594      Branch: perl
4595            ! Changes Todo-5.6
4596 ____________________________________________________________________________
4597 [  5030] By: gsar                                  on 2000/02/07  18:17:49
4598         Log: thinko in change#5029
4599      Branch: perl
4600            ! gv.c
4601 ____________________________________________________________________________
4602 [  5029] By: gsar                                  on 2000/02/07  17:49:58
4603         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
4604              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
4605      Branch: perl
4606            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
4607            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
4608            ! win32/win32.h
4609 ____________________________________________________________________________
4610 [  5028] By: gsar                                  on 2000/02/07  17:10:03
4611         Log: perlport updates (from Peter Prymmer)
4612      Branch: perl
4613            ! pod/perlport.pod
4614 ____________________________________________________________________________
4615 [  5027] By: gsar                                  on 2000/02/07  16:53:47
4616         Log: fix up Todo-5.6
4617      Branch: perl
4618            ! Todo-5.6
4619 ____________________________________________________________________________
4620 [  5026] By: gsar                                  on 2000/02/07  16:32:31
4621         Log: rename Todo-5.005 to Todo-5.6
4622      Branch: perl
4623           +> Todo-5.6
4624            - Todo-5.005
4625            ! MANIFEST
4626 ____________________________________________________________________________
4627 [  5025] By: gsar                                  on 2000/02/07  16:09:54
4628         Log: ${^Warnings} renamed to ${^WARNING_BITS}
4629      Branch: perl
4630            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
4631            ! toke.c warnings.pl
4632 ____________________________________________________________________________
4633 [  5024] By: gsar                                  on 2000/02/07  11:47:06
4634         Log: various Windows tweaks: make $^E a little less buggy by saving
4635              and restoring system error across TLS fetch; avoid needless
4636              copying of buffers
4637      Branch: perl
4638            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
4639            ! win32/win32.h
4640 ____________________________________________________________________________
4641 [  5023] By: gsar                                  on 2000/02/07  11:44:19
4642         Log: avoid MakeMaker setting $^W=1
4643      Branch: perl
4644            ! lib/ExtUtils/MakeMaker.pm
4645 ____________________________________________________________________________
4646 [  5022] By: gsar                                  on 2000/02/07  10:38:56
4647         Log: up to v5.5.650
4648      Branch: perl
4649            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4650            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4651 ____________________________________________________________________________
4652 [  5021] By: gsar                                  on 2000/02/07  10:10:31
4653         Log: mention threads status in pod
4654      Branch: perl
4655            ! ext/Thread/Thread.pm
4656 ____________________________________________________________________________
4657 [  5020] By: gsar                                  on 2000/02/07  09:57:46
4658         Log: tolerate NULL SITELIB_EXP
4659      Branch: perl
4660            ! perl.c
4661 ____________________________________________________________________________
4662 [  5019] By: gsar                                  on 2000/02/07  09:46:11
4663         Log: NULL-terminate PERL_INC_VERSION_LIST
4664      Branch: perl
4665            ! Configure perl.c win32/config.bc win32/config.gc
4666            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4667            ! win32/config_H.vc
4668 ____________________________________________________________________________
4669 [  5018] By: gsar                                  on 2000/02/07  09:13:10
4670         Log: add compatible versions from $Config{inc_ver_list} to search
4671              paths automatically (from Tom Hughes <tom@compton.nu>)
4672      Branch: perl
4673            ! lib/lib.pm perl.c
4674 ____________________________________________________________________________
4675 [  5017] By: gsar                                  on 2000/02/07  08:58:56
4676         Log: makefiles now use exetype.pl to make wperl.exe
4677      Branch: perl
4678            ! sv.c win32/Makefile win32/makefile.mk
4679 ____________________________________________________________________________
4680 [  5016] By: gsar                                  on 2000/02/07  08:38:25
4681         Log: add exetype.pl (from Jan Dubois)
4682      Branch: perl
4683            + win32/bin/exetype.pl
4684            ! MANIFEST
4685 ____________________________________________________________________________
4686 [  5015] By: gsar                                  on 2000/02/07  08:29:28
4687         Log: pod fixes (from Abigail and M J T Guy)
4688      Branch: perl
4689            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
4690            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
4691            ! pod/perlport.pod pod/perlvar.pod
4692 ____________________________________________________________________________
4693 [  5014] By: gsar                                  on 2000/02/07  07:09:08
4694         Log: clarify behavior of vec() when arguments are off the end of the
4695              string (from M J T Guy)
4696      Branch: perl
4697            ! pod/perlfunc.pod
4698 ____________________________________________________________________________
4699 [  5013] By: gsar                                  on 2000/02/07  07:08:15
4700         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
4701              now return bytes all the way to 255, they will be transparently
4702              coerced (in future) to UTF-8 when they are used in operations
4703              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
4704      Branch: perl
4705            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
4706            ! pp.c sv.c
4707 ____________________________________________________________________________
4708 [  5012] By: gsar                                  on 2000/02/07  06:36:33
4709         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
4710              per strict reading of standard (says Tom Christiansen)
4711      Branch: perl
4712            ! lib/Sys/Hostname.pm
4713 ____________________________________________________________________________
4714 [  5011] By: gsar                                  on 2000/02/07  06:26:30
4715         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
4716      Branch: perl
4717            ! utf8.c utf8.h
4718 ____________________________________________________________________________
4719 [  5010] By: gsar                                  on 2000/02/06  21:27:03
4720         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
4721      Branch: perl
4722            ! malloc.c
4723 ____________________________________________________________________________
4724 [  5009] By: gsar                                  on 2000/02/06  20:45:30
4725         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
4726              years (from Gisle Aas)
4727      Branch: perl
4728            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4729            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4730            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4731            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4732            ! toke.c utf8.c utf8.h util.c util.h
4733 ____________________________________________________________________________
4734 [  5008] By: gsar                                  on 2000/02/06  19:28:31
4735         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
4736              <EFifer@sanwaint.com>)
4737      Branch: perl
4738            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
4739            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
4740            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
4741            ! unixish.h util.c
4742 ____________________________________________________________________________
4743 [  5007] By: gsar                                  on 2000/02/06  17:47:01
4744         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
4745      Branch: perl
4746            ! ext/POSIX/POSIX.pm
4747 ____________________________________________________________________________
4748 [  5006] By: gsar                                  on 2000/02/06  17:28:35
4749         Log: integrate cfgperl contents into mainline
4750      Branch: perl
4751           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
4752           !> perl.h pp_sys.c
4753 ____________________________________________________________________________
4754 [  5005] By: gsar                                  on 2000/02/06  17:18:39
4755         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
4756      Branch: perl
4757            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
4758            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
4759            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
4760            ! vos/vos_dummies.c vos/vosish.h
4761 ____________________________________________________________________________
4762 [  5004] By: gsar                                  on 2000/02/06  17:00:49
4763         Log: fix parse error on C<{ use strict }> and other constructs that
4764              make the parser reenter while LEX_KNOWNEXT is active
4765      Branch: perl
4766            ! t/comp/use.t toke.c
4767 ____________________________________________________________________________
4768 [  5003] By: gsar                                  on 2000/02/06  14:57:30
4769         Log: avoid -Bforcearchive on netbsd too
4770      Branch: perl
4771            ! Changes hints/netbsd.sh
4772 ____________________________________________________________________________
4773 [  5002] By: gsar                                  on 2000/02/06  14:45:17
4774         Log: revised notes about Pod::Parser & Co.
4775      Branch: perl
4776            ! lib/Pod/Usage.pm pod/perldelta.pod
4777 ____________________________________________________________________________
4778 [  5001] By: gsar                                  on 2000/02/06  14:02:43
4779         Log: fix description of obsolete diagnostic
4780      Branch: perl
4781            ! pod/perldiag.pod
4782 ____________________________________________________________________________
4783 [  5000] By: gsar                                  on 2000/02/06  13:59:58
4784         Log: allow "\x{12ab}" even without C<use utf8>
4785      Branch: perl
4786            ! t/pragma/warn/toke toke.c
4787 ____________________________________________________________________________
4788 [  4999] By: gsar                                  on 2000/02/06  13:58:31
4789         Log: make perlbug use new-style version numbers; improve compatibility
4790              (runs with perl 5.005); fix swapped old vs new version reporting
4791      Branch: perl
4792            ! utils/perlbug.PL
4793 ____________________________________________________________________________
4794 [  4998] By: gsar                                  on 2000/02/06  13:56:45
4795         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
4796              fact); add tests for version tuples
4797      Branch: perl
4798            + t/op/ver.t
4799            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
4800            ! pod/perlop.pod sv.c toke.c
4801 ____________________________________________________________________________
4802 [  4997] By: gsar                                  on 2000/02/04  21:40:08
4803         Log: change#4970 fallout for useithreads
4804      Branch: perl
4805            ! sv.c
4806 ____________________________________________________________________________
4807 [  4996] By: jhi                                   on 2000/02/04  20:09:00
4808         Log: Largefilify offsets of tied handles.
4809      Branch: cfgperl
4810            ! pp_sys.c
4811 ____________________________________________________________________________
4812 [  4995] By: jhi                                   on 2000/02/04  19:54:25
4813         Log: Sanity check for libraries scan.
4814      Branch: cfgperl
4815            ! Configure config_h.SH
4816      Branch: metaconfig
4817            ! U/modified/libs.U
4818 ____________________________________________________________________________
4819 [  4994] By: jhi                                   on 2000/02/04  19:48:42
4820         Log: HP-UX largefileness doesn't like lseek being redeclared;
4821              no more USE_LONG_LONG.
4822      Branch: cfgperl
4823            ! perl.h
4824 ____________________________________________________________________________
4825 [  4993] By: jhi                                   on 2000/02/04  19:18:59
4826         Log: fix the description as much as possible; the whole
4827              separation into three different symbols lists is
4828              pretty broken now.
4829      Branch: metaconfig
4830            ! U/modified/Cppsym.U
4831 ____________________________________________________________________________
4832 [  4992] By: jhi                                   on 2000/02/04  19:13:10
4833         Log: Use <syslog.h>, not <sys/syslog.h>.
4834      Branch: cfgperl
4835            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
4836 ____________________________________________________________________________
4837 [  4991] By: gsar                                  on 2000/02/04  19:11:07
4838         Log: dmake is on CPAN now
4839      Branch: perl
4840            ! README.win32
4841 ____________________________________________________________________________
4842 [  4990] By: jhi                                   on 2000/02/04  19:04:01
4843         Log: Re-introduce #4817 and #4964 wiped out by #4987.
4844      Branch: cfgperl
4845            ! Configure config_h.SH
4846      Branch: metaconfig
4847            ! U/threads/usethreads.U
4848      Branch: metaconfig/U/perl
4849            ! patchlevel.U
4850 ____________________________________________________________________________
4851 [  4989] By: jhi                                   on 2000/02/04  18:54:00
4852         Log: typo fix
4853      Branch: cfgperl
4854            ! Configure config_h.SH
4855      Branch: metaconfig
4856            ! U/modified/libs.U
4857 ____________________________________________________________________________
4858 [  4988] By: jhi                                   on 2000/02/04  18:34:06
4859         Log: Integrate with Sarathy.
4860      Branch: cfgperl
4861           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4862           +> ext/Sys/Syslog/Syslog.xs
4863            - lib/Sys/Syslog.pm
4864           !> (integrate 37 files)
4865 ____________________________________________________________________________
4866 [  4987] By: jhi                                   on 2000/02/04  18:31:05
4867         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
4868              default is to use long long if available; various nits
4869              here and there; fixed to hpux 64-bitnes and largefileness.
4870      Branch: cfgperl
4871            ! Configure config_h.SH hints/hpux.sh perl.h
4872      Branch: metaconfig
4873            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
4874            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
4875      Branch: metaconfig/U/perl
4876            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
4877            ! usemultiplicity.U xs_apiversion.U
4878 ____________________________________________________________________________
4879 [  4986] By: gsar                                  on 2000/02/04  17:26:37
4880         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
4881      Branch: perl
4882            ! sv.c
4883 ____________________________________________________________________________
4884 [  4985] By: gsar                                  on 2000/02/04  16:43:49
4885         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
4886      Branch: perl
4887            ! ext/Devel/DProf/DProf.xs
4888 ____________________________________________________________________________
4889 [  4984] By: gsar                                  on 2000/02/04  08:20:05
4890         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
4891      Branch: perl
4892            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4893 ____________________________________________________________________________
4894 [  4983] By: gsar                                  on 2000/02/04  08:00:38
4895         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
4896      Branch: perl
4897            ! hints/openbsd.sh
4898 ____________________________________________________________________________
4899 [  4982] By: gsar                                  on 2000/02/04  07:54:04
4900         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
4901      Branch: perl
4902            ! lib/Pod/Parser.pm
4903 ____________________________________________________________________________
4904 [  4981] By: gsar                                  on 2000/02/04  07:34:38
4905         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
4906      Branch: perl
4907            ! Makefile.SH
4908 ____________________________________________________________________________
4909 [  4980] By: gsar                                  on 2000/02/04  07:29:59
4910         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
4911      Branch: perl
4912            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4913            + ext/Sys/Syslog/Syslog.xs
4914            - lib/Sys/Syslog.pm
4915            ! MANIFEST pod/perldelta.pod
4916 ____________________________________________________________________________
4917 [  4979] By: gsar                                  on 2000/02/04  07:13:19
4918         Log: pod updates (from David Adler, M J T Guy)
4919      Branch: perl
4920            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
4921 ____________________________________________________________________________
4922 [  4978] By: gsar                                  on 2000/02/04  07:08:14
4923         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
4924      Branch: perl
4925            ! config_h.SH
4926 ____________________________________________________________________________
4927 [  4977] By: gsar                                  on 2000/02/04  07:06:10
4928         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
4929              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
4930      Branch: perl
4931            ! Makefile.SH
4932 ____________________________________________________________________________
4933 [  4976] By: gsar                                  on 2000/02/04  06:33:43
4934         Log: VMS update (from Dan Sugalski and Peter Prymmer)
4935      Branch: perl
4936            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4937 ____________________________________________________________________________
4938 [  4975] By: gsar                                  on 2000/02/04  05:51:14
4939         Log: patch to provide more informative names for evals and anonymous
4940              subroutines (from Ilya Zakharevich)
4941      Branch: perl
4942            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
4943            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
4944            ! pod/perlvar.pod pp_ctl.c
4945 ____________________________________________________________________________
4946 [  4974] By: gsar                                  on 2000/02/04  05:05:57
4947         Log: off-by-one in malloc.c (from Ilya Zakharevich)
4948      Branch: perl
4949            ! malloc.c
4950 ____________________________________________________________________________
4951 [  4973] By: gsar                                  on 2000/02/04  05:03:00
4952         Log: OS/2 build fixups from Ilya Zakharevich
4953      Branch: perl
4954            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
4955 ____________________________________________________________________________
4956 [  4972] By: gsar                                  on 2000/02/04  04:58:57
4957         Log: avoid /* within comment
4958      Branch: perl
4959            ! xsutils.c
4960 ____________________________________________________________________________
4961 [  4971] By: gsar                                  on 2000/02/04  04:56:09
4962         Log: another HINT_BYTE victim
4963      Branch: perl
4964            ! lib/charnames.pm
4965 ____________________________________________________________________________
4966 [  4970] By: gsar                                  on 2000/02/04  04:45:13
4967         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
4968      Branch: perl
4969            ! op.c scope.c scope.h t/op/closure.t toke.c
4970 ____________________________________________________________________________
4971 [  4969] By: gsar                                  on 2000/02/04  01:09:37
4972         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
4973      Branch: perl
4974            ! lib/byte.pm
4975 ____________________________________________________________________________
4976 [  4968] By: jhi                                   on 2000/02/02  13:17:25
4977         Log: Integrate with Sarathy.
4978      Branch: cfgperl
4979           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4980            ! Configure
4981           !> (integrate 29 files)
4982
4983 ----------------
4984 Version v5.5.640
4985 ----------------
4986
4987 ____________________________________________________________________________
4988 [  4967] By: gsar                                  on 2000/02/02  12:22:29
4989         Log: update makerel for new version format
4990      Branch: perl
4991            ! Changes Porting/makerel
4992 ____________________________________________________________________________
4993 [  4966] By: gsar                                  on 2000/02/02  11:42:03
4994         Log: workaround for undefined symbol
4995      Branch: perl
4996            ! win32/win32.h
4997 ____________________________________________________________________________
4998 [  4965] By: gsar                                  on 2000/02/02  11:19:19
4999         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
5000              (from Eric Fifer <EFifer@sanwaint.com>)
5001      Branch: perl
5002            ! pp_sys.c
5003 ____________________________________________________________________________
5004 [  4964] By: gsar                                  on 2000/02/02  11:11:15
5005         Log: adjust notes on use5005threads
5006      Branch: perl
5007            ! Configure INSTALL README.threads
5008 ____________________________________________________________________________
5009 [  4963] By: gsar                                  on 2000/02/02  10:14:30
5010         Log: fix typo
5011      Branch: perl
5012            ! Configure
5013 ____________________________________________________________________________
5014 [  4962] By: gsar                                  on 2000/02/02  10:13:10
5015         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
5016      Branch: perl
5017           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5018           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
5019 ____________________________________________________________________________
5020 [  4961] By: gsar                                  on 2000/02/02  09:55:45
5021         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
5022      Branch: perl
5023            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5024            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
5025 ____________________________________________________________________________
5026 [  4960] By: gsar                                  on 2000/02/02  08:22:31
5027         Log: replace misleading docs with a BUGS section
5028      Branch: perl
5029            ! lib/English.pm
5030 ____________________________________________________________________________
5031 [  4959] By: gsar                                  on 2000/02/02  08:16:17
5032         Log: remove FUD from perlfunc/use (from M J T Guy)
5033      Branch: perl
5034            ! pod/perlfunc.pod
5035 ____________________________________________________________________________
5036 [  4958] By: gsar                                  on 2000/02/02  08:13:04
5037         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
5038              <cedric.auzanne@nist.gov>)
5039      Branch: perl
5040            ! Changes lib/Benchmark.pm
5041 ____________________________________________________________________________
5042 [  4957] By: gsar                                  on 2000/02/02  08:04:52
5043         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
5044      Branch: perl
5045            ! pp_hot.c
5046 ____________________________________________________________________________
5047 [  4956] By: gsar                                  on 2000/02/02  08:02:57
5048         Log: flock() pod talks about "adding" in the sense of "or-ing"
5049      Branch: perl
5050            ! pod/perlfunc.pod
5051 ____________________________________________________________________________
5052 [  4955] By: gsar                                  on 2000/02/02  07:58:35
5053         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
5054      Branch: perl
5055            ! lib/perl5db.pl pod/perldebug.pod
5056 ____________________________________________________________________________
5057 [  4954] By: gsar                                  on 2000/02/02  07:53:51
5058         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
5059      Branch: perl
5060            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
5061            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
5062            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
5063            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
5064 ____________________________________________________________________________
5065 [  4953] By: gsar                                  on 2000/02/02  07:40:33
5066         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
5067      Branch: perl
5068            ! hints/dynixptx.sh
5069 ____________________________________________________________________________
5070 [  4952] By: gsar                                  on 2000/02/02  07:36:39
5071         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
5072              Brad Appleton)
5073      Branch: perl
5074            ! pod/perldelta.pod
5075 ____________________________________________________________________________
5076 [  4951] By: gsar                                  on 2000/02/02  06:54:22
5077         Log: avoid mismatched type warnings
5078      Branch: perl
5079            ! embed.pl perlapi.h
5080 ____________________________________________________________________________
5081 [  4950] By: jhi                                   on 2000/02/02  06:49:10
5082         Log: Integrate with Sarathy.
5083      Branch: cfgperl
5084           +> pod/perlunicode.pod
5085           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
5086           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
5087           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
5088           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
5089           !> vms/descrip_mms.template warnings.pl
5090 ____________________________________________________________________________
5091 [  4949] By: gsar                                  on 2000/02/02  06:41:17
5092         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
5093      Branch: perl
5094            ! lib/File/Spec/Win32.pm
5095 ____________________________________________________________________________
5096 [  4948] By: gsar                                  on 2000/02/02  06:30:41
5097         Log: makefile tweak
5098      Branch: perl
5099            ! Makefile.SH
5100 ____________________________________________________________________________
5101 [  4947] By: gsar                                  on 2000/02/02  06:27:43
5102         Log: future-proof unknown warning categories (from Greg Bacon
5103              <gbacon@cs.uah.edu>)
5104      Branch: perl
5105            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
5106 ____________________________________________________________________________
5107 [  4946] By: gsar                                  on 2000/02/02  06:21:34
5108         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
5109      Branch: perl
5110            ! lib/Text/Tabs.pm
5111 ____________________________________________________________________________
5112 [  4945] By: gsar                                  on 2000/02/02  06:03:04
5113         Log: more meaningful message on invalid pattern argument (from
5114              Kevin Meltzer <KMeltzer@USCO.com>)
5115      Branch: perl
5116            ! utils/perldoc.PL
5117 ____________________________________________________________________________
5118 [  4944] By: gsar                                  on 2000/02/02  05:43:49
5119         Log: XSLoader build patch for VMS (from Craig A. Berry
5120              <craig.berry@metamorgs.com>)
5121      Branch: perl
5122            ! vms/descrip_mms.template
5123 ____________________________________________________________________________
5124 [  4943] By: gsar                                  on 2000/02/02  03:40:49
5125         Log: reword some sections of perlunicode.pod
5126      Branch: perl
5127            ! pod/perlunicode.pod
5128 ____________________________________________________________________________
5129 [  4942] By: gsar                                  on 2000/02/01  21:02:01
5130         Log: AIX warning on undefined symbol
5131      Branch: perl
5132            ! makedef.pl
5133 ____________________________________________________________________________
5134 [  4941] By: gsar                                  on 2000/02/01  20:29:30
5135         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
5136              perlunicode.pod that reflects changes to unicode support so far
5137      Branch: perl
5138            + pod/perlunicode.pod
5139            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
5140            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
5141 ____________________________________________________________________________
5142 [  4940] By: jhi                                   on 2000/02/01  12:22:30
5143         Log: Integrate with Sarathy.
5144      Branch: cfgperl
5145           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
5146           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
5147           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5148           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
5149 ____________________________________________________________________________
5150 [  4939] By: gsar                                  on 2000/02/01  08:52:16
5151         Log: export pregexec(), Tk uses it
5152      Branch: perl
5153            ! embed.pl global.sym objXSUB.h perlapi.c
5154 ____________________________________________________________________________
5155 [  4938] By: gsar                                  on 2000/02/01  04:00:09
5156         Log: mark literal utf8 in string literals properly
5157      Branch: perl
5158            ! toke.c
5159 ____________________________________________________________________________
5160 [  4937] By: gsar                                  on 2000/01/31  20:19:34
5161         Log: introduce $^U, a global bit to indicate whether system
5162              calls should using widechar APIs; chr and sprintf "%c" also
5163              follow this flag in the absense of "use byte"; "use utf8"
5164              sets $^U=1 (this appears kludgey)
5165      Branch: perl
5166            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
5167            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5168            ! t/lib/charnames.t win32/win32.h
5169 ____________________________________________________________________________
5170 [  4936] By: jhi                                   on 2000/01/31  20:17:44
5171         Log: HP-UX (induced) fixes.
5172      Branch: cfgperl
5173            ! Configure config_h.SH hints/hpux.sh
5174      Branch: metaconfig
5175            ! U/modified/Oldconfig.U U/modified/libs.U
5176      Branch: metaconfig/U/perl
5177            ! quadfio.U
5178 ____________________________________________________________________________
5179 [  4935] By: jhi                                   on 2000/01/31  19:15:43
5180         Log: Cosmetics.
5181      Branch: metaconfig
5182            ! U/compline/d_gconvert.U
5183 ____________________________________________________________________________
5184 [  4934] By: jhi                                   on 2000/01/31  19:15:22
5185         Log: Cppsym saga continues.
5186      Branch: cfgperl
5187            ! Configure config_h.SH
5188      Branch: metaconfig
5189            ! U/modified/Cppsym.U
5190 ____________________________________________________________________________
5191 [  4933] By: gsar                                  on 2000/01/31  18:45:07
5192         Log: !USING_WIDE() branch is busted in win32_stat()
5193      Branch: perl
5194            ! win32/win32.c
5195 ____________________________________________________________________________
5196 [  4932] By: jhi                                   on 2000/01/31  06:41:47
5197         Log: Reveal even more symbols.
5198      Branch: cfgperl
5199            ! Configure config_h.SH
5200      Branch: metaconfig
5201            ! U/modified/Cppsym.U
5202 ____________________________________________________________________________
5203 [  4931] By: jhi                                   on 2000/01/31  06:21:41
5204         Log: Integrate with Sarathy.
5205      Branch: cfgperl
5206            - lib/caller.pm
5207           !> (integrate 29 files)
5208 ____________________________________________________________________________
5209 [  4930] By: gsar                                  on 2000/01/31  04:57:42
5210         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
5211              whether to use widechar semantics; lexer and RE engine continue
5212              to need "use utf8" to enable unicode awareness in literals
5213              and patterns (TODO: this needs to be fixed); $1 et al are marked
5214              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
5215              it from the data is probably better)
5216      Branch: perl
5217            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
5218            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
5219            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
5220 ____________________________________________________________________________
5221 [  4929] By: gsar                                  on 2000/01/31  04:17:09
5222         Log: remove caller.pm from change#3534 (flawed idea)
5223      Branch: perl
5224            - lib/caller.pm
5225            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
5226 ____________________________________________________________________________
5227 [  4928] By: gsar                                  on 2000/01/31  04:16:01
5228         Log: fix factual regression (-e doesn't create temporary files anymore)
5229      Branch: perl
5230            ! pod/perlfilter.pod
5231 ____________________________________________________________________________
5232 [  4927] By: gsar                                  on 2000/01/30  21:27:12
5233         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
5234              document version tuples
5235      Branch: perl
5236            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5237            ! pod/perlvar.pod
5238 ____________________________________________________________________________
5239 [  4926] By: gsar                                  on 2000/01/28  18:10:12
5240         Log: implement -follow option in find2perl (from Helmut Jarausch
5241              <jarausch@igpm.rwth-aachen.de>)
5242      Branch: perl
5243            ! lib/File/Find.pm x2p/find2perl.PL
5244 ____________________________________________________________________________
5245 [  4925] By: gsar                                  on 2000/01/28  18:03:28
5246         Log: document what chdir() without an argument does (from Mark-Jason
5247              Dominus <mjd@plover.com>)
5248      Branch: perl
5249            ! pod/perlfunc.pod
5250 ____________________________________________________________________________
5251 [  4924] By: gsar                                  on 2000/01/28  17:49:34
5252         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5253      Branch: perl
5254            ! README.cygwin
5255 ____________________________________________________________________________
5256 [  4923] By: gsar                                  on 2000/01/28  17:10:08
5257         Log: avoid leaking lexicals into program being debugged (from Ilya
5258              Zakharevich)
5259      Branch: perl
5260            ! lib/perl5db.pl
5261 ____________________________________________________________________________
5262 [  4922] By: gsar                                  on 2000/01/28  16:36:13
5263         Log: perldelta note about export list changes
5264      Branch: perl
5265            ! Changes pod/perldelta.pod
5266 ____________________________________________________________________________
5267 [  4921] By: gsar                                  on 2000/01/28  15:49:04
5268         Log: alias realpath() to abs_path() (from Tom Christiansen)
5269      Branch: perl
5270            ! lib/Cwd.pm
5271 ____________________________________________________________________________
5272 [  4920] By: jhi                                   on 2000/01/28  09:52:47
5273         Log: Cppsym fixup from Andy.
5274      Branch: cfgperl
5275            ! Configure config_h.SH
5276      Branch: metaconfig
5277            ! U/modified/Cppsym.U
5278 ____________________________________________________________________________
5279 [  4919] By: jhi                                   on 2000/01/28  09:52:22
5280         Log: In HP-UX no largefiles if no 64 bits.
5281      Branch: cfgperl
5282            ! hints/hpux.sh
5283 ____________________________________________________________________________
5284 [  4918] By: jhi                                   on 2000/01/28  09:03:37
5285         Log: The #4880 was too eager, the $n test is useful too.
5286      Branch: cfgperl
5287            ! lib/Benchmark.pm
5288 ____________________________________________________________________________
5289 [  4917] By: jhi                                   on 2000/01/28  06:27:50
5290         Log: Integrate with Sarathy.
5291      Branch: cfgperl
5292           +> pod/perlapi.pod pod/perlintern.pod
5293           !> (integrate 39 files)
5294 ____________________________________________________________________________
5295 [  4916] By: gsar                                  on 2000/01/28  05:29:37
5296         Log: more exported symbols needed for build on windows
5297      Branch: perl
5298            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
5299            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
5300 ____________________________________________________________________________
5301 [  4915] By: gsar                                  on 2000/01/28  03:43:52
5302         Log: autogenerate API listing from comments in the source (from Benjamin
5303              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
5304              flexible for better readability; add missing docs in sv.c; regenerate
5305              perltoc
5306      Branch: perl
5307            + pod/perlapi.pod pod/perlintern.pod
5308            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
5309            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
5310            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
5311            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
5312            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
5313            ! universal.c util.c
5314 ____________________________________________________________________________
5315 [  4914] By: gsar                                  on 2000/01/27  19:43:35
5316         Log: document unimplemented status of forking pipe open() on windows
5317      Branch: perl
5318            ! pod/perlfork.pod t/op/fork.t
5319 ____________________________________________________________________________
5320 [  4913] By: jhi                                   on 2000/01/27  11:18:51
5321         Log: Integrate with Sarathy.
5322      Branch: cfgperl
5323           !> (integrate 51 files)
5324 ____________________________________________________________________________
5325 [  4912] By: jhi                                   on 2000/01/27  10:35:48
5326         Log: Cppsym update continues.
5327      Branch: cfgperl
5328            ! Configure config_h.SH
5329      Branch: metaconfig
5330            ! U/modified/Cppsym.U
5331 ____________________________________________________________________________
5332 [  4911] By: gsar                                  on 2000/01/27  08:04:17
5333         Log: add missing flag in change#4892
5334      Branch: perl
5335            ! win32/win32.c
5336 ____________________________________________________________________________
5337 [  4910] By: gsar                                  on 2000/01/27  03:56:48
5338         Log: various pod nits identified by installhtml (all fixed except
5339              unresolved links)
5340      Branch: perl
5341            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
5342            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
5343            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
5344            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
5345            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
5346            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
5347 ____________________________________________________________________________
5348 [  4909] By: gsar                                  on 2000/01/26  22:45:28
5349         Log: typo
5350      Branch: perl
5351            ! Porting/p4desc
5352 ____________________________________________________________________________
5353 [  4908] By: gsar                                  on 2000/01/26  22:41:18
5354         Log: update p4 tool
5355      Branch: perl
5356            ! Porting/p4desc
5357 ____________________________________________________________________________
5358 [  4907] By: gsar                                  on 2000/01/26  21:45:41
5359         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
5360              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
5361      Branch: perl
5362            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
5363            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
5364            ! t/op/attrs.t toke.c
5365 ____________________________________________________________________________
5366 [  4906] By: gsar                                  on 2000/01/26  20:16:39
5367         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
5368      Branch: perl
5369            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
5370 ____________________________________________________________________________
5371 [  4905] By: gsar                                  on 2000/01/26  19:10:26
5372         Log: s/STOP/CHECK/ blocks
5373      Branch: perl
5374            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
5375            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
5376            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
5377            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
5378            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
5379            ! vms/perly_c.vms
5380 ____________________________________________________________________________
5381 [  4904] By: jhi                                   on 2000/01/26  13:58:18
5382         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
5383              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
5384      Branch: cfgperl
5385            ! ext/IO/IO.xs
5386 ____________________________________________________________________________
5387 [  4903] By: jhi                                   on 2000/01/26  11:16:34
5388         Log: Continue cpp symbol update.
5389      Branch: cfgperl
5390            ! Configure config_h.SH
5391      Branch: metaconfig
5392            ! U/modified/Cppsym.U
5393 ____________________________________________________________________________
5394 [  4902] By: gsar                                  on 2000/01/26  09:28:37
5395         Log: tweak exports list on Windows
5396      Branch: perl
5397            ! makedef.pl t/op/fork.t win32/win32.h
5398 ____________________________________________________________________________
5399 [  4901] By: jhi                                   on 2000/01/26  08:05:57
5400         Log: Integrate with Sarathy.
5401      Branch: cfgperl
5402           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
5403           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
5404           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
5405           !> win32/win32.c win32/win32.h
5406 ____________________________________________________________________________
5407 [  4900] By: jhi                                   on 2000/01/26  07:59:05
5408         Log: s/d_nvpresuv/d_nv_preserves_uv/;
5409              plus cosmetic change for #4899.
5410      Branch: cfgperl
5411            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5412            ! config_h.SH
5413      Branch: metaconfig
5414            ! U/modified/Cppsym.U
5415      Branch: metaconfig/U/perl
5416            ! perlxv.U
5417 ____________________________________________________________________________
5418 [  4899] By: jhi                                   on 2000/01/26  07:46:56
5419         Log: Update the scan of the cpp symbols.
5420      Branch: cfgperl
5421            ! Configure config_h.SH
5422      Branch: metaconfig
5423            ! U/modified/Cppsym.U
5424 ____________________________________________________________________________
5425 [  4898] By: gsar                                  on 2000/01/26  04:49:45
5426         Log: allow '--' to terminate argument processing (suggested by
5427              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
5428      Branch: perl
5429            ! lib/Getopt/Std.pm
5430 ____________________________________________________________________________
5431 [  4897] By: gsar                                  on 2000/01/26  02:42:38
5432         Log: change#3744 should have made grep more like map instead of the
5433              other way around
5434      Branch: perl
5435            ! t/op/grep.t toke.c
5436 ____________________________________________________________________________
5437 [  4896] By: gsar                                  on 2000/01/26  00:56:14
5438         Log: integrate cfgperl contents into mainline
5439      Branch: perl
5440           +> vos/config.def vos/config.pl
5441            ! Changes
5442           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
5443           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
5444           !> vos/config.h vos/config_h.SH_orig
5445 ____________________________________________________________________________
5446 [  4895] By: gsar                                  on 2000/01/26  00:45:45
5447         Log: fix parse failure of (my $foo : bar) and similar (from Spider
5448              Boardman)
5449      Branch: perl
5450            ! toke.c
5451 ____________________________________________________________________________
5452 [  4894] By: gsar                                  on 2000/01/26  00:33:53
5453         Log: avoid failure if directories already read by rmtree() are
5454              deleted by another process
5455      Branch: perl
5456            ! lib/File/Path.pm
5457 ____________________________________________________________________________
5458 [  4893] By: gsar                                  on 2000/01/25  23:19:18
5459         Log: typo in change#4892
5460      Branch: perl
5461            ! win32/win32.c
5462 ____________________________________________________________________________
5463 [  4892] By: gsar                                  on 2000/01/25  22:16:19
5464         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
5465              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
5466              to call the fixed version of open_osfhandle() only on Windows 9x;
5467              updated the makefiles and README.win32 to suit
5468      Branch: perl
5469            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
5470            ! win32/win32.h
5471 ____________________________________________________________________________
5472 [  4891] By: gsar                                  on 2000/01/25  20:22:01
5473         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
5474      Branch: perl
5475            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
5476 ____________________________________________________________________________
5477 [  4890] By: gsar                                  on 2000/01/25  19:21:17
5478         Log: update Makefile notes on the now deprecated USE_5005THREADS and
5479              USE_OBJECT
5480      Branch: perl
5481            ! win32/Makefile win32/makefile.mk
5482 ____________________________________________________________________________
5483 [  4889] By: jhi                                   on 2000/01/25  14:44:55
5484         Log: Misedit in #4888.
5485      Branch: cfgperl
5486            ! pp.c
5487 ____________________________________________________________________________
5488 [  4888] By: jhi                                   on 2000/01/25  14:38:59
5489         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
5490              rash but it's the best move I can think of right now.
5491              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
5492              but I think it did in the past.
5493              Removing the _CRAYMPP test fixes a legion of pack/unpack
5494              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
5495              One subtest, t/lib/io_sock.t #14, is still failing.
5496      Branch: cfgperl
5497            ! Configure config_h.SH hints/unicosmk.sh pp.c
5498      Branch: metaconfig
5499            ! U/modified/Oldconfig.U
5500 ____________________________________________________________________________
5501 [  4887] By: jhi                                   on 2000/01/25  06:13:14
5502         Log: Integrate with Sarathy.
5503      Branch: cfgperl
5504           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
5505           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
5506           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
5507           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
5508           !> win32/perllib.c win32/win32.c win32/win32.h
5509 ____________________________________________________________________________
5510 [  4886] By: gsar                                  on 2000/01/25  02:54:00
5511         Log: consistently use MAX_PATH+1 buffer sizes
5512      Branch: perl
5513            ! win32/win32.c
5514 ____________________________________________________________________________
5515 [  4885] By: gsar                                  on 2000/01/25  02:51:35
5516         Log: workaround for rename('x','X') bug in Windows NT
5517      Branch: perl
5518            ! t/io/fs.t win32/win32.c
5519 ____________________________________________________________________________
5520 [  4884] By: gsar                                  on 2000/01/25  01:32:57
5521         Log: windows build fixups from uniform DLL name change to perl56.dll
5522      Branch: perl
5523            ! installperl makedef.pl win32/perllib.c
5524 ____________________________________________________________________________
5525 [  4883] By: gsar                                  on 2000/01/25  01:31:27
5526         Log: more fixes for warnings from change#4840
5527      Branch: perl
5528            ! lib/Pod/Html.pm
5529 ____________________________________________________________________________
5530 [  4882] By: gsar                                  on 2000/01/24  15:35:12
5531         Log: assorted little nits
5532      Branch: perl
5533            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
5534            ! win32/win32.c
5535 ____________________________________________________________________________
5536 [  4881] By: gsar                                  on 2000/01/24  14:32:31
5537         Log: add new warnings to perldelta
5538      Branch: perl
5539            ! Changes pod/perldelta.pod pod/perldiag.pod
5540 ____________________________________________________________________________
5541 [  4880] By: jhi                                   on 2000/01/24  14:14:23
5542         Log: From: Stephane Payrard <properler@freesurf.fr>
5543              To: Gurusamy Sarathy <gsar@ActiveState.com>
5544              Cc: perl5-porters@perl.org
5545              Subject: <patch> avoid division by 0 in Benchmark.pm
5546              Date: Mon, 24 Jan 2000 16:15:38 +0100
5547              Message-ID: <20000124161538.A995@freesurf.fr>
5548      Branch: cfgperl
5549            ! lib/Benchmark.pm
5550 ____________________________________________________________________________
5551 [  4879] By: gsar                                  on 2000/01/24  14:14:20
5552         Log: force linkage of the function wrappers for globals in change#4878
5553      Branch: perl
5554            ! embed.pl globals.c perlapi.h win32/win32.h
5555 ____________________________________________________________________________
5556 [  4878] By: gsar                                  on 2000/01/24  13:04:45
5557         Log: enable function wrappers for access to globals under MULTIPLICITY
5558              (provides binary compatibility in the face of changes in interpreter
5559              structure)
5560      Branch: perl
5561            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
5562            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
5563 ____________________________________________________________________________
5564 [  4877] By: jhi                                   on 2000/01/24  11:41:57
5565         Log: perlhist update.
5566      Branch: cfgperl
5567            ! pod/perlhist.pod
5568 ____________________________________________________________________________
5569 [  4876] By: jhi                                   on 2000/01/24  11:32:07
5570         Log: Updates on the large file support status.
5571      Branch: cfgperl
5572            ! pod/perldelta.pod
5573 ____________________________________________________________________________
5574 [  4875] By: jhi                                   on 2000/01/24  11:23:16
5575         Log: Integrate with Sarathy.
5576      Branch: cfgperl
5577           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
5578           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
5579           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
5580 ____________________________________________________________________________
5581 [  4874] By: gsar                                  on 2000/01/24  10:43:03
5582         Log: fix typos; avoid use constant for lowercase constants (produces
5583              warnings now)
5584      Branch: perl
5585            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
5586            ! lib/Shell.pm
5587 ____________________________________________________________________________
5588 [  4873] By: gsar                                  on 2000/01/24  09:40:24
5589         Log: avoid warnings when there's no subs to autosplit
5590      Branch: perl
5591            ! lib/AutoSplit.pm
5592 ____________________________________________________________________________
5593 [  4872] By: jhi                                   on 2000/01/24  09:39:01
5594         Log: Create a tool for converting a config_h.SH into a VOS config.h.
5595      Branch: cfgperl
5596            + vos/config.def vos/config.pl
5597            ! MANIFEST vos/config.h vos/config_h.SH_orig
5598 ____________________________________________________________________________
5599 [  4871] By: gsar                                  on 2000/01/24  09:15:20
5600         Log: typos in change#4623
5601      Branch: perl
5602            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5603 ____________________________________________________________________________
5604 [  4870] By: jhi                                   on 2000/01/24  06:43:19
5605         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
5606      Branch: cfgperl
5607            ! Configure config_h.SH
5608      Branch: metaconfig
5609            + U/modified/cf_email.U U/modified/so.U
5610      Branch: metaconfig/U/perl
5611            ! dlsrc.U
5612 ____________________________________________________________________________
5613 [  4869] By: jhi                                   on 2000/01/24  06:04:31
5614         Log: Integrate with Sarathy.
5615      Branch: cfgperl
5616           +> t/pragma/diagnostics.t
5617           !> (integrate 120 files)
5618 ____________________________________________________________________________
5619 [  4868] By: gsar                                  on 2000/01/23  21:49:28
5620         Log: on windows, set seek position to end for files opened in append mode
5621              (improves compatibility with Unix, avoids buffering issues)
5622      Branch: perl
5623            ! win32/win32.c
5624 ____________________________________________________________________________
5625 [  4867] By: gsar                                  on 2000/01/23  21:19:31
5626         Log: change#4866 was flawed; revert and add better fix for warning
5627      Branch: perl
5628            ! op.c op.h
5629 ____________________________________________________________________________
5630 [  4866] By: gsar                                  on 2000/01/23  20:43:56
5631         Log: optimize away runtime code for our($foo) (also avoid warnings)
5632      Branch: perl
5633            ! op.c
5634 ____________________________________________________________________________
5635 [  4865] By: gsar                                  on 2000/01/23  13:17:18
5636         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
5637      Branch: perl
5638            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5639            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5640 ____________________________________________________________________________
5641 [  4864] By: gsar                                  on 2000/01/23  13:12:31
5642         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
5643              suggested by Dominic Dunlop <domo@computer.org>)
5644      Branch: perl
5645            ! doio.c
5646 ____________________________________________________________________________
5647 [  4863] By: gsar                                  on 2000/01/23  13:01:35
5648         Log: fix misclassified warnings
5649      Branch: perl
5650            ! pod/perldiag.pod
5651 ____________________________________________________________________________
5652 [  4862] By: gsar                                  on 2000/01/23  12:52:12
5653         Log: document bareword prototype incompatibility
5654      Branch: perl
5655            ! pod/perldelta.pod pod/perlsub.pod
5656 ____________________________________________________________________________
5657 [  4861] By: gsar                                  on 2000/01/23  12:32:25
5658         Log: faulty edit
5659      Branch: perl
5660            ! lib/File/stat.pm
5661 ____________________________________________________________________________
5662 [  4860] By: gsar                                  on 2000/01/23  12:23:48
5663         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
5664      Branch: perl
5665            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
5666            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
5667            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
5668            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5669            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5670            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5671            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5672            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
5673            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
5674            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
5675            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5676            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5677            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
5678            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
5679            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5680            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
5681            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5682            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
5683            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
5684            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
5685            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5686            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
5687            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5688            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5689            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
5690            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
5691 ____________________________________________________________________________
5692 [  4859] By: gsar                                  on 2000/01/23  11:29:22
5693         Log: fix diagnostics to report "our" vs "my" correctly
5694      Branch: perl
5695            ! op.c pod/perldiag.pod
5696 ____________________________________________________________________________
5697 [  4858] By: gsar                                  on 2000/01/23  10:14:46
5698         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
5699              more widely)
5700      Branch: perl
5701            ! patchlevel.h
5702 ____________________________________________________________________________
5703 [  4857] By: gsar                                  on 2000/01/23  10:04:03
5704         Log: disallow our($foo::bar)
5705      Branch: perl
5706            ! pod/perldiag.pod toke.c
5707 ____________________________________________________________________________
5708 [  4856] By: gsar                                  on 2000/01/23  09:50:54
5709         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
5710      Branch: perl
5711            ! utils/dprofpp.PL
5712 ____________________________________________________________________________
5713 [  4855] By: gsar                                  on 2000/01/23  09:36:51
5714         Log: new test (from Michael G Schwern <schwern@pobox.com>)
5715      Branch: perl
5716            + t/pragma/diagnostics.t
5717            ! MANIFEST
5718 ____________________________________________________________________________
5719 [  4854] By: gsar                                  on 2000/01/23  09:24:40
5720         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
5721              <schwern@pobox.com>)
5722      Branch: perl
5723            ! utils/h2xs.PL
5724 ____________________________________________________________________________
5725 [  4853] By: gsar                                  on 2000/01/23  09:08:30
5726         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5727      Branch: perl
5728            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
5729 ____________________________________________________________________________
5730 [  4852] By: gsar                                  on 2000/01/23  08:52:44
5731         Log: mark some extensions as "special versions" to avoid CPAN indexer
5732              confusion (from Ilya Zakharevich)
5733      Branch: perl
5734            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5735 ____________________________________________________________________________
5736 [  4851] By: gsar                                  on 2000/01/23  08:48:46
5737         Log: prefer POSIX::uname() rather than syscalls, which require attempting
5738              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
5739      Branch: perl
5740            ! lib/Sys/Hostname.pm
5741 ____________________________________________________________________________
5742 [  4850] By: gsar                                  on 2000/01/23  08:36:43
5743         Log: integrate cfgperl contents into mainline
5744      Branch: perl
5745           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
5746           !> Porting/config_H config_h.SH perl.h
5747 ____________________________________________________________________________
5748 [  4849] By: gsar                                  on 2000/01/23  08:17:30
5749         Log: fix localization in while BLOCK when there is a continue BLOCK
5750              by introducing an explicit scope (c.f. change#4848)
5751      Branch: perl
5752            ! op.c pp_ctl.c t/cmd/while.t
5753 ____________________________________________________________________________
5754 [  4848] By: gsar                                  on 2000/01/23  06:43:51
5755         Log: fix scope cleanup when next jumps to a continue block; this is rather
5756              in the nature of a kludge; it doesn't fix the longstanding bug that
5757              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
5758              instead of "1")
5759      Branch: perl
5760            ! pp_ctl.c t/cmd/while.t
5761 ____________________________________________________________________________
5762 [  4847] By: gsar                                  on 2000/01/23  04:47:25
5763         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
5764              C<while (my $x = foo()) { my $x = bar(); }> etc.
5765      Branch: perl
5766            ! op.c
5767 ____________________________________________________________________________
5768 [  4846] By: gsar                                  on 2000/01/23  04:44:17
5769         Log: avoid warnings in change#4839
5770      Branch: perl
5771            ! lib/Carp/Heavy.pm
5772 ____________________________________________________________________________
5773 [  4845] By: gsar                                  on 2000/01/22  13:12:38
5774         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
5775      Branch: perl
5776            ! Changes Configure
5777 ____________________________________________________________________________
5778 [  4844] By: gsar                                  on 2000/01/22  12:46:26
5779         Log: wrong category for exec() warning
5780      Branch: perl
5781            ! op.c pod/perlop.pod
5782 ____________________________________________________________________________
5783 [  4843] By: gsar                                  on 2000/01/22  12:42:40
5784         Log: fix line continuations in argument lists (from Helmut Jarausch)
5785      Branch: perl
5786            ! lib/ExtUtils/xsubpp
5787 ____________________________________________________________________________
5788 [  4842] By: gsar                                  on 2000/01/22  12:34:39
5789         Log: CGI.pm upgraded to v2.56 from CPAN
5790      Branch: perl
5791            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
5792            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
5793            ! t/lib/cgi-html.t
5794 ____________________________________________________________________________
5795 [  4841] By: gsar                                  on 2000/01/22  12:07:23
5796         Log: avoid warnings due to lack of forward declarations
5797      Branch: perl
5798            ! lib/Pod/Html.pm
5799 ____________________________________________________________________________
5800 [  4840] By: gsar                                  on 2000/01/22  12:04:30
5801         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
5802              <wolfgang.laun@alcatel.at>)
5803      Branch: perl
5804            ! lib/Pod/Html.pm
5805 ____________________________________________________________________________
5806 [  4839] By: gsar                                  on 2000/01/22  11:57:24
5807         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
5808              <wolfgang.laun@alcatel.at>)
5809      Branch: perl
5810            ! lib/Carp/Heavy.pm pod/perldelta.pod
5811 ____________________________________________________________________________
5812 [  4838] By: gsar                                  on 2000/01/22  10:53:06
5813         Log: truncate(FH) flushes FH before truncating it
5814      Branch: perl
5815            ! pp_sys.c t/io/fs.t
5816 ____________________________________________________________________________
5817 [  4837] By: gsar                                  on 2000/01/22  10:37:16
5818         Log: #line directives without a filename leave the file name as it was
5819              instead of setting it to the script name (from Andrew Pimlott
5820              <andrew@pimlott.ne.mediaone.net>)
5821      Branch: perl
5822            ! toke.c
5823 ____________________________________________________________________________
5824 [  4836] By: gsar                                  on 2000/01/22  10:06:53
5825         Log: add patch for printf-style format typechecks (from Robin Barker
5826              <rmb1@cise.npl.co.uk>); fixes for problems so identified
5827      Branch: perl
5828            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
5829            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
5830 ____________________________________________________________________________
5831 [  4835] By: gsar                                  on 2000/01/22  08:42:52
5832         Log: From: John Tobey <jtobey@isay.com>
5833              Date: Thu, 16 Dec 1999 20:20:38 -0500
5834              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
5835              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
5836      Branch: perl
5837            ! lib/base.pm lib/fields.pm t/lib/fields.t
5838 ____________________________________________________________________________
5839 [  4834] By: gsar                                  on 2000/01/22  08:08:08
5840         Log: fix deeply nested closures that have no references to lexical in
5841              intervening subs
5842      Branch: perl
5843            ! embed.h embed.pl op.c proto.h t/op/closure.t
5844 ____________________________________________________________________________
5845 [  4833] By: gsar                                  on 2000/01/21  17:04:21
5846         Log: add $VERSION
5847      Branch: perl
5848            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
5849 ____________________________________________________________________________
5850 [  4832] By: gsar                                  on 2000/01/21  16:49:09
5851         Log: fix bug in dumping self-referential scalars
5852      Branch: perl
5853            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5854            ! t/lib/dumper.t
5855 ____________________________________________________________________________
5856 [  4831] By: jhi                                   on 2000/01/21  09:16:07
5857         Log: Integrate with Sarathy.
5858      Branch: cfgperl
5859           +> t/op/exists_sub.t
5860           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
5861           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
5862           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
5863           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5864           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
5865 ____________________________________________________________________________
5866 [  4830] By: gsar                                  on 2000/01/21  04:28:08
5867         Log: patch to report warnings on bogus filehandles passed to flock(),
5868              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
5869              (slightly modified)
5870      Branch: perl
5871            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5872            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
5873            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5874 ____________________________________________________________________________
5875 [  4829] By: gsar                                  on 2000/01/21  03:43:46
5876         Log: typo fix
5877      Branch: perl
5878            ! pod/perlop.pod
5879 ____________________________________________________________________________
5880 [  4828] By: gsar                                  on 2000/01/21  03:32:31
5881         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
5882              fixups of faulty facts and prose
5883      Branch: perl
5884            ! pod/perlvar.pod
5885 ____________________________________________________________________________
5886 [  4827] By: gsar                                  on 2000/01/21  01:45:51
5887         Log: support for C<exists &func> (from Spider Boardman)
5888      Branch: perl
5889            + t/op/exists_sub.t
5890            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
5891            ! pod/perlfunc.pod pp.c
5892 ____________________________________________________________________________
5893 [  4826] By: gsar                                  on 2000/01/21  01:35:46
5894         Log: mention the fact that open(my $foo, ...) covers all handle
5895              constructors
5896      Branch: perl
5897            ! pod/perldelta.pod
5898 ____________________________________________________________________________
5899 [  4825] By: gsar                                  on 2000/01/21  01:03:34
5900         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5901              Date: Wed, 19 Jan 2000 15:05:11 -0500
5902              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
5903              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
5904      Branch: perl
5905            ! utils/h2xs.PL
5906 ____________________________________________________________________________
5907 [  4824] By: gsar                                  on 2000/01/20  19:14:26
5908         Log: INSTALL updates from Andy Dougherty
5909      Branch: perl
5910            ! INSTALL
5911 ____________________________________________________________________________
5912 [  4823] By: gsar                                  on 2000/01/20  08:40:13
5913         Log: sv_true() has a superfluous test
5914      Branch: perl
5915            ! sv.c sv.h
5916 ____________________________________________________________________________
5917 [  4822] By: bailey                                on 2000/01/20  02:03:35
5918         Log: Minor cosmetic updates
5919      Branch: vmsperl
5920            ! configure.com
5921 ____________________________________________________________________________
5922 [  4821] By: bailey                                on 2000/01/20  00:25:30
5923         Log: Quick integration of mainline changes to date
5924      Branch: vmsperl
5925           +> (branch 74 files)
5926            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
5927            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5928            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
5929            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
5930            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
5931            - lib/warning.pm os2/POSIX.mkfifo warning.h
5932           !> (integrate 462 files)
5933 ____________________________________________________________________________
5934 [  4820] By: jhi                                   on 2000/01/19  22:46:42
5935         Log: More robust inc_version_list from Andy.
5936      Branch: cfgperl
5937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5938            ! config_h.SH
5939      Branch: metaconfig
5940            ! U/installdirs/inc_version_list.U
5941 ____________________________________________________________________________
5942 [  4819] By: jhi                                   on 2000/01/19  17:36:56
5943         Log: Add NV_PRESERVES_UV.
5944      Branch: cfgperl
5945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5946            ! config_h.SH perl.h
5947      Branch: metaconfig
5948            ! U/protos/selecttype.U
5949      Branch: metaconfig/U/perl
5950            - nvpresuv.U
5951            ! perlxv.U
5952 ____________________________________________________________________________
5953 [  4818] By: jhi                                   on 2000/01/19  08:13:05
5954         Log: Integrate with Sarathy.
5955      Branch: cfgperl
5956           !> Changes Configure win32/config.bc win32/config.gc
5957           !> win32/config.vc win32/config_H.bc win32/config_H.gc
5958           !> win32/config_H.vc
5959 ____________________________________________________________________________
5960 [  4817] By: gsar                                  on 2000/01/19  05:25:43
5961         Log: regen win32/config*
5962      Branch: perl
5963            ! Configure win32/config.bc win32/config.gc win32/config.vc
5964            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5965 ____________________________________________________________________________
5966 [  4816] By: jhi                                   on 2000/01/18  21:19:10
5967         Log: Policy patch from Andy for installation directories,
5968              removing the $apiversion.
5969      Branch: cfgperl
5970            ! Policy_sh.SH
5971 ____________________________________________________________________________
5972 [  4815] By: jhi                                   on 2000/01/18  21:11:03
5973         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
5974              as suggested by Andy.
5975      Branch: cfgperl
5976            ! Configure config_h.SH
5977      Branch: metaconfig
5978            ! U/compline/d_gnulibc.U U/modified/cc.U
5979 ____________________________________________________________________________
5980 [  4814] By: gsar                                  on 2000/01/18  20:48:10
5981         Log: integrate cfgperl changes into mainline
5982      Branch: perl
5983            ! Changes
5984           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5985           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
5986           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
5987 ____________________________________________________________________________
5988 [  4813] By: jhi                                   on 2000/01/18  19:41:33
5989         Log: metaconfig todo note from Andy.
5990      Branch: cfgperl
5991            ! Configure config_h.SH
5992      Branch: metaconfig
5993            ! U/installdirs/inc_version_list.U
5994 ____________________________________________________________________________
5995 [  4812] By: jhi                                   on 2000/01/18  15:02:55
5996         Log: More -V.
5997      Branch: cfgperl
5998            ! perl.c
5999 ____________________________________________________________________________
6000 [  4811] By: jhi                                   on 2000/01/18  10:35:30
6001         Log: More compile-time options shown with -V.
6002      Branch: cfgperl
6003            ! perl.c
6004 ____________________________________________________________________________
6005 [  4810] By: jhi                                   on 2000/01/17  08:35:49
6006         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
6007              the strtold() and qgcvt() prototypes for long doubles, but
6008              it should be okay in any case); fix bad assumptions in the
6009              test suite about string->float conversions; though the out
6010              parameter of strtold() (and strtoll()) is unused, it is nicer
6011              to have it in correct type.
6012      Branch: cfgperl
6013            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
6014      Branch: metaconfig
6015            ! U/modified/cc.U
6016 ____________________________________________________________________________
6017 [  4809] By: jhi                                   on 2000/01/16  19:21:18
6018         Log: strtoll works better ternary.
6019      Branch: cfgperl
6020            ! perl.h
6021 ____________________________________________________________________________
6022 [  4808] By: jhi                                   on 2000/01/16  19:12:58
6023         Log: Know strtoll.
6024      Branch: cfgperl
6025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6026            ! config_h.SH perl.h
6027 ____________________________________________________________________________
6028 [  4807] By: jhi                                   on 2000/01/16  17:57:03
6029         Log: Integrate with Sarathy.
6030      Branch: cfgperl
6031           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
6032           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
6033 ____________________________________________________________________________
6034 [  4806] By: jhi                                   on 2000/01/16  16:37:47
6035         Log: Continue qgcvt work; closer now but not yet there.
6036      Branch: cfgperl
6037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6038            ! config_h.SH doop.c utf8.c
6039      Branch: metaconfig
6040            ! U/compline/d_gconvert.U
6041      Branch: metaconfig/U/perl
6042            ! d_qgcvt.U
6043 ____________________________________________________________________________
6044 [  4805] By: jhi                                   on 2000/01/15  22:26:16
6045         Log: Metaconfig and Porting patches from Andy; start using the new
6046              long long and long double thingies from #4804; regen Configure.
6047      Branch: cfgperl
6048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6049            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
6050      Branch: metaconfig
6051            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
6052            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
6053            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
6054            + U/nullified/lib.U
6055            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
6056            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
6057            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
6058            ! U/modified/Oldconfig.U U/modified/Signal.U
6059            ! U/modified/sig_name.U U/threads/usethreads.U
6060      Branch: metaconfig/U/perl
6061            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6062            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
6063            ! usemultiplicity.U
6064      Branch: perl
6065            ! perl.h util.c
6066 ____________________________________________________________________________
6067 [  4804] By: jhi                                   on 2000/01/14  14:22:24
6068         Log: Add more quad/long long/long double sciency.
6069      Branch: metaconfig/U/perl
6070            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6071            + d_strtouq.U
6072 ____________________________________________________________________________
6073 [  4803] By: gsar                                  on 2000/01/14  04:40:49
6074         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
6075      Branch: perl
6076            ! op.c
6077 ____________________________________________________________________________
6078 [  4802] By: gsar                                  on 2000/01/14  04:35:55
6079         Log: add note about "our"
6080      Branch: perl
6081            ! lib/vars.pm
6082 ____________________________________________________________________________
6083 [  4801] By: gsar                                  on 2000/01/14  04:16:51
6084         Log: nailed "our" declarations, and better warnings on duplicate
6085              "our" declarations
6086      Branch: perl
6087            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
6088            ! t/pragma/strict-vars toke.c
6089 ____________________________________________________________________________
6090 [  4800] By: gsar                                  on 2000/01/14  01:27:13
6091         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
6092      Branch: perl
6093            ! dump.c op.c op.h
6094 ____________________________________________________________________________
6095 [  4799] By: gsar                                  on 2000/01/14  01:17:15
6096         Log: doc typo
6097      Branch: perl
6098            ! pod/perlfunc.pod
6099 ____________________________________________________________________________
6100 [  4798] By: jhi                                   on 2000/01/13  16:31:34
6101         Log: Integrate with Sarathy.
6102      Branch: cfgperl
6103           +> epoc/config.sh epoc/epocish.c epoc/link.pl
6104           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
6105           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6106           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
6107           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
6108           +> win32/perlhost.h win32/vdir.h win32/vmem.h
6109            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6110            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
6111            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
6112           !> (integrate 282 files)
6113 ____________________________________________________________________________
6114 [  4797] By: gsar                                  on 2000/01/13  08:12:56
6115         Log: clearer docs for change#4796; faster av_exists()
6116      Branch: perl
6117            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6118 ____________________________________________________________________________
6119 [  4796] By: gsar                                  on 2000/01/13  06:49:03
6120         Log: support delete() and exists() on array, tied array, and pseudo-hash
6121              elements or slices
6122      Branch: perl
6123            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
6124            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
6125            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
6126            ! t/op/avhv.t t/op/delete.t
6127 ____________________________________________________________________________
6128 [  4795] By: gsar                                  on 2000/01/11  20:52:30
6129         Log: extend site_perl changes change#4773 to vendor_perl as well
6130      Branch: perl
6131            ! Configure
6132 ____________________________________________________________________________
6133 [  4794] By: gsar                                  on 2000/01/11  19:18:50
6134         Log: rework INSTALL to reflect new logic for versioning sitelibs
6135      Branch: perl
6136            ! INSTALL
6137 ____________________________________________________________________________
6138 [  4793] By: gsar                                  on 2000/01/11  01:44:00
6139         Log: test for change#4792
6140      Branch: perl
6141            ! t/op/fork.t
6142 ____________________________________________________________________________
6143 [  4792] By: gsar                                  on 2000/01/11  01:22:36
6144         Log: pseudo forked children inherit environment correctly
6145      Branch: perl
6146            ! win32/perlhost.h
6147 ____________________________________________________________________________
6148 [  4791] By: gsar                                  on 2000/01/10  19:14:03
6149         Log: test tweak
6150      Branch: perl
6151            ! t/op/fork.t
6152 ____________________________________________________________________________
6153 [  4790] By: gsar                                  on 2000/01/10  18:56:16
6154         Log: check for USE_ITHREADS sanity was too restrictive
6155      Branch: perl
6156            ! perl.h
6157 ____________________________________________________________________________
6158 [  4789] By: gsar                                  on 2000/01/10  18:30:24
6159         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
6160              a real SetCurrentDirectory() in toplevel host
6161      Branch: perl
6162            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
6163            ! win32/vdir.h win32/win32.c
6164 ____________________________________________________________________________
6165 [  4782] By: gsar                                  on 2000/01/10  05:27:03
6166         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
6167      Branch: perl
6168            + epoc/config.sh epoc/epocish.c epoc/link.pl
6169            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6170            - epoc/perl.pkg
6171            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
6172            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
6173            ! lib/Sys/Hostname.pm
6174 ____________________________________________________________________________
6175 [  4781] By: gsar                                  on 2000/01/10  05:11:03
6176         Log: pod typos (from Abigail <abigail@delanet.com>)
6177      Branch: perl
6178            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
6179 ____________________________________________________________________________
6180 [  4780] By: gsar                                  on 2000/01/10  05:07:35
6181         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
6182      Branch: perl
6183            ! t/lib/thread.t
6184 ____________________________________________________________________________
6185 [  4779] By: gsar                                  on 2000/01/10  05:06:16
6186         Log: terminate -s switch processing only on C<-->, not on C<--foo>
6187      Branch: perl
6188            ! perl.c
6189 ____________________________________________________________________________
6190 [  4778] By: gsar                                  on 2000/01/10  04:38:45
6191         Log: useithreads needs usemultiplicity
6192      Branch: perl
6193            ! Configure perl.h
6194 ____________________________________________________________________________
6195 [  4777] By: gsar                                  on 2000/01/10  01:18:04
6196         Log: use $Config{version} rather than $] where appropriate
6197      Branch: perl
6198            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
6199            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
6200            ! lib/lib.pm
6201 ____________________________________________________________________________
6202 [  4776] By: gsar                                  on 2000/01/10  00:11:34
6203         Log: enable fork.t on windows
6204      Branch: perl
6205            ! t/op/fork.t
6206 ____________________________________________________________________________
6207 [  4775] By: gsar                                  on 2000/01/10  00:07:29
6208         Log: broken test for use5005threads
6209      Branch: perl
6210            ! t/lib/safe2.t
6211 ____________________________________________________________________________
6212 [  4774] By: gsar                                  on 2000/01/09  23:56:37
6213         Log: more windows build tweaks
6214      Branch: perl
6215            ! installperl makedef.pl win32/Makefile win32/config_H.bc
6216            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6217            ! win32/makefile.mk
6218 ____________________________________________________________________________
6219 [  4773] By: gsar                                  on 2000/01/09  22:27:19
6220         Log: more changes for new-style version numbers (versions numbers on
6221              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
6222              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
6223              split $Config{apiversion} into three, @Config{apirevision,apiversion,
6224              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
6225              to .../site_perl/$version, just like $Config{privlib}, making sitelib
6226              completely independent across versions and substantially eliminating
6227              chances of breaking older installations by overwriting newly built
6228              extensions; all this means compatibility inclusions for @INC will need
6229              to take into account older sitelib versions (this still TODO)
6230              
6231              windows, vms, dos tweaks for the above
6232      Branch: perl
6233            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
6234            ! config_h.SH configure.com dosish.h installman installperl
6235            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
6236            ! win32/config.bc win32/config.gc win32/config.vc
6237            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6238            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
6239            ! win32/win32.c
6240 ____________________________________________________________________________
6241 [  4772] By: gsar                                  on 2000/01/09  19:05:33
6242         Log: s/usethreads/use5005threads/g
6243      Branch: perl
6244            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
6245 ____________________________________________________________________________
6246 [  4771] By: gsar                                  on 2000/01/09  18:51:50
6247         Log: Configure changes for new-style version numbers (from Andy Dougherty,
6248              slightly altered)
6249      Branch: perl
6250            ! Configure INSTALL Porting/Glossary Porting/config.sh
6251            ! Porting/config_H config_h.SH perl.h win32/Makefile
6252            ! win32/config.bc win32/config.gc win32/config.vc
6253            ! win32/makefile.mk
6254 ____________________________________________________________________________
6255 [  4770] By: gsar                                  on 2000/01/07  22:18:54
6256         Log: fix for 'make utest' failures (from Ilya Zakharevich)
6257      Branch: perl
6258            ! regexec.c
6259 ____________________________________________________________________________
6260 [  4769] By: gsar                                  on 2000/01/07  18:23:16
6261         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
6262      Branch: perl
6263            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6264            + ext/ODBM_File/hints/cygwin.pl
6265            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
6266            ! hints/cygwin.sh installman installperl lib/Cwd.pm
6267            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
6268            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
6269 ____________________________________________________________________________
6270 [  4768] By: gsar                                  on 2000/01/07  18:12:15
6271         Log: typo on h2xs.PL (from Helmut Jarausch)
6272      Branch: perl
6273            ! utils/h2xs.PL
6274 ____________________________________________________________________________
6275 [  4767] By: gsar                                  on 2000/01/07  17:58:45
6276         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
6277      Branch: perl
6278            ! README.vms configure.com vms/subconfigure.com
6279 ____________________________________________________________________________
6280 [  4766] By: gsar                                  on 2000/01/07  17:54:05
6281         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
6282              <sthoenna@efn.org>)
6283      Branch: perl
6284            - os2/POSIX.mkfifo
6285            ! MANIFEST README.os2
6286 ____________________________________________________________________________
6287 [  4765] By: gsar                                  on 2000/01/06  20:11:46
6288         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
6289              match /^lib/ won't load properly)
6290      Branch: perl
6291            + ext/DynaLoader/hints/openbsd.pl
6292            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
6293 ____________________________________________________________________________
6294 [  4764] By: gsar                                  on 2000/01/06  19:51:08
6295         Log: add undocumented globals for compatibility--find.pl, and find2perl
6296              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6297      Branch: perl
6298            ! lib/File/Find.pm
6299 ____________________________________________________________________________
6300 [  4763] By: gsar                                  on 2000/01/06  10:51:07
6301         Log: fix various C-backend shenanigans
6302      Branch: perl
6303            ! ext/B/B/C.pm
6304 ____________________________________________________________________________
6305 [  4762] By: gsar                                  on 2000/01/06  04:09:00
6306         Log: tweak test in change#4757 for Windows
6307      Branch: perl
6308            ! t/io/open.t
6309 ____________________________________________________________________________
6310 [  4761] By: gsar                                  on 2000/01/06  02:55:30
6311         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
6312              they belonged to freed OP_CONSTs)
6313      Branch: perl
6314            ! op.c
6315 ____________________________________________________________________________
6316 [  4760] By: gsar                                  on 2000/01/06  00:22:40
6317         Log: constant ranges could escape bareword check in list context
6318      Branch: perl
6319            ! op.c t/pragma/strict-subs
6320 ____________________________________________________________________________
6321 [  4759] By: gsar                                  on 2000/01/05  20:52:50
6322         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6323              Date: Wed, 05 Jan 2000 15:23:18 EST
6324              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
6325              Subject: Re: minimal m//g matches appear busted
6326      Branch: perl
6327            ! regexec.c t/op/pat.t
6328 ____________________________________________________________________________
6329 [  4758] By: gsar                                  on 2000/01/05  12:49:40
6330         Log: various nits identified by warnings unmasked by recent changes
6331      Branch: perl
6332            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
6333 ____________________________________________________________________________
6334 [  4757] By: gsar                                  on 2000/01/05  12:48:10
6335         Log: severe bugs in change#3786 fixed
6336      Branch: perl
6337            ! doio.c t/io/open.t
6338 ____________________________________________________________________________
6339 [  4756] By: gsar                                  on 2000/01/05  11:25:10
6340         Log: tweak change#4745 to make ebcdic output match for chars <= 037
6341      Branch: perl
6342            ! ext/Data/Dumper/Dumper.pm
6343 ____________________________________________________________________________
6344 [  4755] By: gsar                                  on 2000/01/05  06:56:05
6345         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
6346      Branch: perl
6347            ! Configure util.c utils/perlcc.PL
6348 ____________________________________________________________________________
6349 [  4754] By: gsar                                  on 2000/01/05  06:52:25
6350         Log: avoid expensive Version_check (from Andreas Koenig)
6351      Branch: perl
6352            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6353            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6354 ____________________________________________________________________________
6355 [  4753] By: gsar                                  on 2000/01/05  06:48:22
6356         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6357              Date: 03 Jan 2000 21:56:02 +0100
6358              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
6359              Subject: Reloading File::Copy
6360      Branch: perl
6361            ! Changes lib/File/Copy.pm t/lib/filecopy.t
6362 ____________________________________________________________________________
6363 [  4752] By: gsar                                  on 2000/01/04  01:19:20
6364         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
6365      Branch: perl
6366            ! win32/Makefile win32/makefile.mk win32/win32.h
6367 ____________________________________________________________________________
6368 [  4751] By: gsar                                  on 2000/01/03  18:26:08
6369         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
6370      Branch: perl
6371            ! lib/ExtUtils/MakeMaker.pm
6372 ____________________________________________________________________________
6373 [  4750] By: gsar                                  on 2000/01/02  21:58:02
6374         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
6375              to write to a file other than tmon.out (suggested by Haakon Alstadheim
6376              <Haakon.Alstadheim@sds.no>)
6377      Branch: perl
6378            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
6379 ____________________________________________________________________________
6380 [  4749] By: gsar                                  on 2000/01/02  21:37:29
6381         Log: disable optimization in change#3612 for join() and quotemeta()--this
6382              removes all the gross hacks for the special cases in that change; fix
6383              pp_concat() for when TARG == arg (modified version of patch suggested
6384              by Ilya Zakharevich)
6385      Branch: perl
6386            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
6387 ____________________________________________________________________________
6388 [  4748] By: gsar                                  on 2000/01/02  20:26:06
6389         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
6390              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
6391      Branch: perl
6392            ! lib/ExtUtils/MakeMaker.pm
6393 ____________________________________________________________________________
6394 [  4747] By: gsar                                  on 2000/01/02  20:17:36
6395         Log: fix 4-arg substr() when used as argument to subroutine
6396      Branch: perl
6397            ! pp.c t/op/substr.t
6398 ____________________________________________________________________________
6399 [  4746] By: gsar                                  on 2000/01/02  18:45:58
6400         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
6401      Branch: perl
6402            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
6403            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6404            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6405            ! perlapi.c proto.h thread.h util.c
6406 ____________________________________________________________________________
6407 [  4745] By: gsar                                  on 2000/01/02  18:15:44
6408         Log: ebcdic fix for Data::Dumper from Peter Prymmer
6409      Branch: perl
6410            ! ext/Data/Dumper/Dumper.pm regcomp.c
6411 ____________________________________________________________________________
6412 [  4744] By: gsar                                  on 1999/12/31  22:42:23
6413         Log: missing files in previous submit
6414      Branch: perl
6415            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
6416            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
6417 ____________________________________________________________________________
6418 [  4743] By: gsar                                  on 1999/12/31  06:47:18
6419         Log: various Windows build tweaks
6420      Branch: perl
6421            ! win32/win32.h
6422 ____________________________________________________________________________
6423 [  4742] By: gsar                                  on 1999/12/30  21:32:36
6424         Log: change#4705 breaks code that interpolates $], so leave string value
6425              of $] as it was for compatibility (and perhaps introduce $^V or similar
6426              for the utf8 representation, maybe?)
6427      Branch: perl
6428            ! configpm gv.c
6429 ____________________________________________________________________________
6430 [  4741] By: gsar                                  on 1999/12/30  19:36:21
6431         Log: avoid CRLF in byteloadable files created by perlcc
6432      Branch: perl
6433            ! utils/perlcc.PL
6434 ____________________________________________________________________________
6435 [  4740] By: gsar                                  on 1999/12/30  19:35:07
6436         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
6437      Branch: perl
6438            ! pod/perldelta.pod toke.c
6439 ____________________________________________________________________________
6440 [  4739] By: gsar                                  on 1999/12/30  05:44:21
6441         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
6442              to allow ByteLoader to work; the DATA filehandles continue to
6443              be left open in text mode for compatibility
6444      Branch: perl
6445            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
6446            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
6447            ! win32/win32.h
6448 ____________________________________________________________________________
6449 [  4738] By: gsar                                  on 1999/12/30  04:36:12
6450         Log: CR-LF support broken for formats
6451      Branch: perl
6452            ! toke.c
6453 ____________________________________________________________________________
6454 [  4737] By: gsar                                  on 1999/12/29  22:30:52
6455         Log: make DProf functional under pseudo-fork()
6456      Branch: perl
6457            ! ext/Devel/DProf/DProf.xs
6458 ____________________________________________________________________________
6459 [  4736] By: gsar                                  on 1999/12/29  21:04:59
6460         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
6461              Mulder)
6462      Branch: perl
6463            ! doio.c pp_hot.c t/io/argv.t
6464 ____________________________________________________________________________
6465 [  4735] By: gsar                                  on 1999/12/29  18:12:40
6466         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
6467              Koenig)
6468      Branch: perl
6469            ! Makefile.SH
6470 ____________________________________________________________________________
6471 [  4734] By: gsar                                  on 1999/12/28  21:10:37
6472         Log: Windows build tweaks
6473      Branch: perl
6474            ! INTERN.h sv.c
6475 ____________________________________________________________________________
6476 [  4733] By: gsar                                  on 1999/12/28  20:45:15
6477         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
6478              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
6479      Branch: perl
6480            ! pp_sys.c
6481 ____________________________________________________________________________
6482 [  4732] By: gsar                                  on 1999/12/28  20:42:13
6483         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
6484              <ralph@inputplus.demon.co.uk>
6485      Branch: perl
6486            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
6487 ____________________________________________________________________________
6488 [  4731] By: gsar                                  on 1999/12/28  20:23:17
6489         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
6490              not supplied (variant of patch suggested by Ilya Zakharevich)
6491      Branch: perl
6492            ! XSUB.h lib/ExtUtils/xsubpp
6493 ____________________________________________________________________________
6494 [  4730] By: gsar                                  on 1999/12/28  19:55:56
6495         Log: range operator does magical string increment iff both operands
6496              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
6497              the "foreach (RANGE)" case as well
6498      Branch: perl
6499            ! pp_ctl.c t/op/range.t
6500 ____________________________________________________________________________
6501 [  4729] By: gsar                                  on 1999/12/28  18:40:19
6502         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
6503      Branch: perl
6504            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6505            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
6506            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
6507            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
6508            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
6509            ! win32/win32.h
6510 ____________________________________________________________________________
6511 [  4728] By: gsar                                  on 1999/12/28  07:44:19
6512         Log: typecasts needed
6513      Branch: perl
6514            ! toke.c
6515 ____________________________________________________________________________
6516 [  4727] By: gsar                                  on 1999/12/28  06:23:08
6517         Log: change#4721 needed line number adjustments
6518      Branch: perl
6519            ! MANIFEST global.sym proto.h t/pragma/warn/doop
6520            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
6521            ! t/pragma/warn/toke t/pragma/warn/utf8
6522 ____________________________________________________________________________
6523 [  4726] By: gsar                                  on 1999/12/28  04:18:15
6524         Log: integrate utfperl contents into mainline
6525      Branch: perl
6526           +> lib/byte.pm lib/byte_heavy.pl
6527           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
6528           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
6529           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
6530 ____________________________________________________________________________
6531 [  4725] By: gsar                                  on 1999/12/28  04:08:09
6532         Log: integrate mainline contents
6533      Branch: utfperl
6534            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
6535            - lib/unicode/Eq/Unicode
6536           !> (integrate 60 files)
6537 ____________________________________________________________________________
6538 [  4724] By: gsar                                  on 1999/12/28  03:44:10
6539         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
6540      Branch: perl
6541            ! regcomp.c t/op/re_tests
6542 ____________________________________________________________________________
6543 [  4723] By: gsar                                  on 1999/12/28  03:28:39
6544         Log: more ebcdic testsuite fixups (from Peter Prymmer)
6545      Branch: perl
6546            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
6547            ! t/pragma/overload.t t/pragma/utf8.t
6548 ____________________________________________________________________________
6549 [  4722] By: gsar                                  on 1999/12/28  03:14:48
6550         Log: avoid "used once" warning
6551      Branch: perl
6552            ! lib/diagnostics.pm
6553 ____________________________________________________________________________
6554 [  4721] By: gsar                                  on 1999/12/28  03:10:32
6555         Log: ebcdic tweaks for tests from Peter Prymmer
6556      Branch: perl
6557            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
6558            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
6559 ____________________________________________________________________________
6560 [  4720] By: gsar                                  on 1999/12/28  03:08:39
6561         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
6562      Branch: perl
6563            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
6564            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
6565            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
6566 ____________________________________________________________________________
6567 [  4719] By: gsar                                  on 1999/12/28  03:01:04
6568         Log: perlport v1.45 from Chris Nandor
6569      Branch: perl
6570            ! pod/perlport.pod
6571 ____________________________________________________________________________
6572 [  4718] By: gsar                                  on 1999/12/28  02:59:16
6573         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
6574              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
6575      Branch: perl
6576            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
6577            ! t/pragma/constant.t
6578 ____________________________________________________________________________
6579 [  4717] By: gsar                                  on 1999/12/28  02:47:04
6580         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
6581      Branch: perl
6582            - ext/DynaLoader/dl_cygwin.xs
6583            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
6584            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
6585            ! util.c
6586 ____________________________________________________________________________
6587 [  4716] By: gsar                                  on 1999/12/28  02:40:51
6588         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
6589              (from Andy Dougherty)
6590      Branch: perl
6591            ! Configure
6592 ____________________________________________________________________________
6593 [  4715] By: gsar                                  on 1999/12/28  02:38:44
6594         Log: better variant of change#4644 (from Andy Dougherty)
6595      Branch: perl
6596            ! Configure
6597 ____________________________________________________________________________
6598 [  4714] By: gsar                                  on 1999/12/28  02:36:40
6599         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
6600      Branch: perl
6601            ! Configure
6602 ____________________________________________________________________________
6603 [  4713] By: gsar                                  on 1999/12/28  02:35:15
6604         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
6605              INSTALL (from Andy Dougherty)
6606      Branch: perl
6607            ! Configure
6608 ____________________________________________________________________________
6609 [  4712] By: gsar                                  on 1999/12/28  02:30:55
6610         Log: avoid creating new files during make install
6611      Branch: perl
6612            ! Makefile.SH
6613 ____________________________________________________________________________
6614 [  4711] By: gsar                                  on 1999/12/28  02:24:44
6615         Log: pod edits from Paul Marquess and Mark-Jason Dominus
6616      Branch: perl
6617            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
6618            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
6619            ! pod/perldelta.pod
6620 ____________________________________________________________________________
6621 [  4710] By: gsar                                  on 1999/12/28  02:05:23
6622         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
6623              <sthoenna@efn.org>); add explicit target for opmini.o
6624      Branch: perl
6625            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
6626 ____________________________________________________________________________
6627 [  4709] By: gsar                                  on 1999/12/28  01:20:39
6628         Log: partly fix perldiag regressions identified by Tom Christiansen
6629      Branch: perl
6630            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
6631            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
6632            ! t/pragma/warn/pp_sys
6633 ____________________________________________________________________________
6634 [  4708] By: gsar                                  on 1999/12/27  23:33:24
6635         Log: update perldiag for change#4707
6636      Branch: perl
6637            ! perl.c pod/perldiag.pod
6638 ____________________________________________________________________________
6639 [  4707] By: gsar                                  on 1999/12/27  23:23:39
6640         Log: allow spaces in -I switch argument
6641      Branch: perl
6642            ! perl.c
6643 ____________________________________________________________________________
6644 [  4706] By: gsar                                  on 1999/12/26  23:44:53
6645         Log: fix typos
6646      Branch: utfperl
6647            ! sv.h toke.c
6648 ____________________________________________________________________________
6649 [  4705] By: gsar                                  on 1999/12/24  04:02:35
6650         Log: support for v5.5.640 style version numbers
6651      Branch: utfperl
6652            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
6653            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
6654 ____________________________________________________________________________
6655 [  4704] By: gsar                                  on 1999/12/23  08:54:27
6656         Log: bring in basic threads stuff under USE_ITHREADS
6657      Branch: perl
6658            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
6659            ! util.c
6660 ____________________________________________________________________________
6661 [  4703] By: gsar                                  on 1999/12/23  00:10:06
6662         Log: integrate mainline contents into utfperl
6663      Branch: utfperl
6664           !> (integrate 33 files)
6665 ____________________________________________________________________________
6666 [  4702] By: gsar                                  on 1999/12/20  17:18:23
6667         Log: virtual directory handling broken on paths with trailing slash
6668      Branch: perl
6669            ! win32/Makefile win32/makefile.mk win32/vdir.h
6670 ____________________________________________________________________________
6671 [  4701] By: gsar                                  on 1999/12/20  17:09:55
6672         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
6673              isn't set for all m/$foo/o)
6674      Branch: perl
6675            ! pp_ctl.c
6676 ____________________________________________________________________________
6677 [  4700] By: gsar                                  on 1999/12/20  16:28:51
6678         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
6679              we have a race on our hands)
6680      Branch: perl
6681            ! pp_ctl.c
6682 ____________________________________________________________________________
6683 [  4699] By: gsar                                  on 1999/12/20  16:19:00
6684         Log: pod tweaks
6685      Branch: perl
6686            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
6687 ____________________________________________________________________________
6688 [  4698] By: gsar                                  on 1999/12/20  07:55:07
6689         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
6690      Branch: perl
6691            ! utf8.c
6692 ____________________________________________________________________________
6693 [  4697] By: gsar                                  on 1999/12/18  01:35:50
6694         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
6695              anon hash rather than a block; test case for the same
6696      Branch: perl
6697            ! t/comp/term.t toke.c
6698 ____________________________________________________________________________
6699 [  4696] By: gsar                                  on 1999/12/17  19:55:03
6700         Log: leak in change#4694 spotted by Larry
6701      Branch: perl
6702            ! hv.c
6703 ____________________________________________________________________________
6704 [  4695] By: gsar                                  on 1999/12/17  18:14:11
6705         Log: test case for change#4694
6706      Branch: perl
6707            ! t/op/delete.t
6708 ____________________________________________________________________________
6709 [  4694] By: gsar                                  on 1999/12/17  18:09:08
6710         Log: delete() should return the value as is, not a copy thereof
6711      Branch: perl
6712            ! hv.c pod/perldelta.pod
6713 ____________________________________________________________________________
6714 [  4693] By: gsar                                  on 1999/12/17  17:45:58
6715         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
6716      Branch: perl
6717            ! regexec.c t/op/re_tests
6718 ____________________________________________________________________________
6719 [  4692] By: gsar                                  on 1999/12/17  17:41:10
6720         Log: credits tweak
6721      Branch: perl
6722            ! lib/File/Spec.pm
6723 ____________________________________________________________________________
6724 [  4691] By: gsar                                  on 1999/12/17  07:12:53
6725         Log: DynaLoader doesn't build properly when $(DLSRC) changes
6726              (fix suggested by Hans Mulder)
6727      Branch: perl
6728            ! ext/DynaLoader/Makefile.PL
6729 ____________________________________________________________________________
6730 [  4690] By: gsar                                  on 1999/12/17  06:26:34
6731         Log: add missing new ops
6732      Branch: perl
6733            ! ext/B/ramblings/runtime.porting
6734 ____________________________________________________________________________
6735 [  4689] By: gsar                                  on 1999/12/17  06:16:49
6736         Log: test harness tweak from Hans Mulder
6737      Branch: perl
6738            ! t/TEST
6739 ____________________________________________________________________________
6740 [  4688] By: gsar                                  on 1999/12/17  06:14:23
6741         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
6742              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
6743      Branch: perl
6744            ! Makefile.SH cygwin/Makefile.SHs
6745 ____________________________________________________________________________
6746 [  4687] By: gsar                                  on 1999/12/17  06:06:46
6747         Log: applied suggested patch with whitespace adjustments
6748              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
6749              Date: Thu, 16 Dec 1999 08:57:55 +0100
6750              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
6751              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
6752      Branch: perl
6753            ! lib/File/Find.pm
6754 ____________________________________________________________________________
6755 [  4686] By: gsar                                  on 1999/12/17  05:48:53
6756         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
6757              by Hans Mulder)
6758      Branch: perl
6759            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
6760            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6761            ! ext/DynaLoader/dl_rhapsody.xs
6762 ____________________________________________________________________________
6763 [  4685] By: gsar                                  on 1999/12/17  05:37:51
6764         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
6765              <rjk@linguist.dartmouth.edu>)
6766      Branch: perl
6767            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6768 ____________________________________________________________________________
6769 [  4684] By: gsar                                  on 1999/12/16  09:32:48
6770         Log: spell out how to get 4-digit year (from Micheal G Schwern
6771              <schwern@pobox.com>)
6772      Branch: perl
6773            ! pod/perlfunc.pod
6774 ____________________________________________________________________________
6775 [  4683] By: gsar                                  on 1999/12/16  09:26:53
6776         Log: type mismatch for %c format argument (spotted by Robin Barker
6777              <rmb1@cise.npl.co.uk>)
6778      Branch: perl
6779            ! regcomp.c
6780 ____________________________________________________________________________
6781 [  4682] By: gsar                                  on 1999/12/16  08:33:28
6782         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
6783              <sho_pi@hotmail.com>)
6784      Branch: perl
6785            ! win32/win32.c
6786 ____________________________________________________________________________
6787 [  4681] By: gsar                                  on 1999/12/16  08:31:15
6788         Log: missing backslash (spotted by Johan Vromans)
6789      Branch: perl
6790            ! perl.c
6791 ____________________________________________________________________________
6792 [  4680] By: gsar                                  on 1999/12/16  08:26:00
6793         Log: avoid coredump on diagnostics when STDERR is closed
6794      Branch: perl
6795            ! perl.h
6796 ____________________________________________________________________________
6797 [  4679] By: gsar                                  on 1999/12/12  18:09:41
6798         Log: integrate mainline changes
6799      Branch: utfperl
6800           +> (branch 39 files)
6801            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6802            - lib/unicode/UnicodeData-Latest.txt
6803           !> (integrate 447 files)
6804 ____________________________________________________________________________
6805 [  4678] By: gsar                                  on 1999/12/10  01:39:13
6806         Log: interpreter structure should be nulled under -DMULTIPLICITY
6807      Branch: perl
6808            ! perl.c
6809 ____________________________________________________________________________
6810 [  4677] By: gsar                                  on 1999/12/09  11:10:27
6811         Log: update Changes
6812      Branch: perl
6813            ! Changes
6814
6815 ----------------
6816 Version 5.005_63
6817 ----------------
6818
6819 ____________________________________________________________________________
6820 [  4676] By: gsar                                  on 1999/12/09  10:51:43
6821         Log: fix File::Find testsuite bugs in symlink-less places
6822      Branch: perl
6823            ! t/lib/filefind.t
6824 ____________________________________________________________________________
6825 [  4675] By: gsar                                  on 1999/12/09  10:22:31
6826         Log: USE_ITHREADS tweaks and notes
6827      Branch: perl
6828            ! op.c pod/perldelta.pod sv.c
6829 ____________________________________________________________________________
6830 [  4674] By: gsar                                  on 1999/12/09  10:21:53
6831         Log: allow new style sort subs to work under usethreads
6832      Branch: perl
6833            ! pp_ctl.c
6834 ____________________________________________________________________________
6835 [  4673] By: gsar                                  on 1999/12/09  04:00:23
6836         Log: document compatibility issue with literal list slices and NOTOP
6837              (C<not (1,2,3)[0]> is now a syntax error)
6838      Branch: perl
6839            ! pod/perldelta.pod
6840 ____________________________________________________________________________
6841 [  4672] By: gsar                                  on 1999/12/09  01:14:46
6842         Log: avoid mismatched expectation <-> int types for C++ builds
6843      Branch: perl
6844            ! embed.pl intrpvar.h proto.h toke.c
6845 ____________________________________________________________________________
6846 [  4671] By: gsar                                  on 1999/12/09  00:36:24
6847         Log: newer version of File::Find with support for following symlinks and
6848              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
6849      Branch: perl
6850            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
6851 ____________________________________________________________________________
6852 [  4670] By: gsar                                  on 1999/12/09  00:13:06
6853         Log: avoid initializing GvCV slot for autovivified filehandles
6854      Branch: perl
6855            ! pp.c
6856 ____________________________________________________________________________
6857 [  4669] By: gsar                                  on 1999/12/08  19:09:27
6858         Log: apply change#4618 again along with Ilya's patch to fix bugs
6859              in it (see change#4622)
6860      Branch: perl
6861            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
6862            ! t/op/re_tests t/op/subst.t
6863 ____________________________________________________________________________
6864 [  4668] By: gsar                                  on 1999/12/08  18:56:53
6865         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
6866              From: Larry Wall <larry@wall.org>
6867              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
6868              Message-Id: <199912072039.MAA13257@kiev.wall.org>
6869              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
6870      Branch: perl
6871            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
6872 ____________________________________________________________________________
6873 [  4667] By: gsar                                  on 1999/12/08  18:47:37
6874         Log: patch to fix aix hints from ortmann@vnet.ibm.com
6875      Branch: perl
6876            ! hints/aix.sh
6877 ____________________________________________________________________________
6878 [  4666] By: gsar                                  on 1999/12/08  18:29:02
6879         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
6880              Tim Meadowcroft
6881      Branch: perl
6882            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
6883 ____________________________________________________________________________
6884 [  4665] By: gsar                                  on 1999/12/08  02:22:31
6885         Log: introduce save_I8() for saving byte values
6886      Branch: perl
6887            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6888            ! regcomp.c regexec.c scope.c scope.h sv.c
6889 ____________________________________________________________________________
6890 [  4664] By: gsar                                  on 1999/12/08  02:02:33
6891         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
6892      Branch: perl
6893            ! toke.c
6894 ____________________________________________________________________________
6895 [  4663] By: gsar                                  on 1999/12/08  01:11:44
6896         Log: longstanding typo in lexer: PL_lex_expect was not properly
6897              saved on reentry
6898      Branch: perl
6899            ! toke.c
6900 ____________________________________________________________________________
6901 [  4662] By: gsar                                  on 1999/12/07  23:16:21
6902         Log: typos in change#4546
6903      Branch: perl
6904            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
6905 ____________________________________________________________________________
6906 [  4661] By: gsar                                  on 1999/12/07  09:33:50
6907         Log: typos in change#4660
6908      Branch: perl
6909            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
6910 ____________________________________________________________________________
6911 [  4660] By: gsar                                  on 1999/12/06  23:42:55
6912         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
6913              fix bug where lc($readonly) could result in bogus errors
6914      Branch: perl
6915            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
6916            ! pp.c pp_sys.c proto.h sv.c
6917 ____________________________________________________________________________
6918 [  4659] By: gsar                                  on 1999/12/06  15:24:31
6919         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
6920              <jarausch@igpm.rwth-aachen.de>)
6921      Branch: perl
6922            ! perl.h
6923 ____________________________________________________________________________
6924 [  4658] By: gsar                                  on 1999/12/06  15:18:30
6925         Log: fix for -Dp via $^D (suggested by Stephane Payrard
6926              <stef@adnaccess.com>)
6927      Branch: perl
6928            ! mg.c
6929 ____________________________________________________________________________
6930 [  4657] By: gsar                                  on 1999/12/06  06:50:01
6931         Log: change#4641 needs perldiag.pod edit
6932      Branch: perl
6933            - lib/unicode/UnicodeData-Latest.txt
6934            ! pod/perldiag.pod
6935 ____________________________________________________________________________
6936 [  4656] By: gsar                                  on 1999/12/06  01:36:56
6937         Log: Makefile tweak for change#4649
6938      Branch: perl
6939            ! Makefile.SH
6940 ____________________________________________________________________________
6941 [  4655] By: gsar                                  on 1999/12/05  17:23:57
6942         Log: change#4653 was missing a patch reject
6943      Branch: perl
6944            ! win32/makefile.mk
6945 ____________________________________________________________________________
6946 [  4654] By: gsar                                  on 1999/12/05  11:41:04
6947         Log: windows build tweaks for Borland compiler
6948      Branch: perl
6949            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
6950 ____________________________________________________________________________
6951 [  4653] By: gsar                                  on 1999/12/05  11:07:37
6952         Log: applied somewhat modified version of suggested patch
6953              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6954              Date: Thu, 18 Nov 1999 18:45:27 PST
6955              Message-ID: <19991119024527.72749.qmail@hotmail.com>
6956              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
6957      Branch: perl
6958            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6959            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6960            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
6961            ! win32/makefile.mk win32/win32.h
6962 ____________________________________________________________________________
6963 [  4652] By: gsar                                  on 1999/12/05  09:24:45
6964         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6965              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
6966              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
6967              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
6968      Branch: perl
6969            ! Changes hints/svr5.sh
6970 ____________________________________________________________________________
6971 [  4651] By: gsar                                  on 1999/12/05  09:01:19
6972         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
6973              when given non-existent drive names
6974      Branch: perl
6975            ! lib/File/Path.pm
6976 ____________________________________________________________________________
6977 [  4650] By: gsar                                  on 1999/12/05  08:47:11
6978         Log: windows build tweaks for change#4649
6979      Branch: perl
6980            ! win32/Makefile win32/makefile.mk
6981 ____________________________________________________________________________
6982 [  4649] By: gsar                                  on 1999/12/05  07:49:28
6983         Log: make File::Glob::glob() the default for CORE::glob()
6984              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
6985      Branch: perl
6986            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
6987            ! win32/makefile.mk
6988 ____________________________________________________________________________
6989 [  4648] By: gsar                                  on 1999/12/05  00:33:34
6990         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
6991      Branch: perl
6992            ! lib/Pod/Html.pm
6993 ____________________________________________________________________________
6994 [  4647] By: gsar                                  on 1999/12/05  00:14:01
6995         Log: remove outdated entry
6996      Branch: perl
6997            ! pod/perltrap.pod
6998 ____________________________________________________________________________
6999 [  4646] By: gsar                                  on 1999/12/04  22:48:51
7000         Log: s/block/loop block/ in diagnostics about next, last, redo
7001      Branch: perl
7002            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
7003 ____________________________________________________________________________
7004 [  4645] By: gsar                                  on 1999/12/04  22:25:32
7005         Log: readability tweak suggested by GRommel@sears.com
7006      Branch: perl
7007            ! pp.c
7008 ____________________________________________________________________________
7009 [  4644] By: gsar                                  on 1999/12/04  22:05:00
7010         Log: Configure tweak from Peter Prymmer
7011      Branch: perl
7012            ! Configure
7013 ____________________________________________________________________________
7014 [  4643] By: gsar                                  on 1999/12/04  21:55:27
7015         Log: make weak keyword check look for defined(&lock), not
7016              merely defined(*lock)
7017      Branch: perl
7018            ! toke.c
7019 ____________________________________________________________________________
7020 [  4642] By: gsar                                  on 1999/12/04  21:11:51
7021         Log: make eof() open ARGV if it isn't open already; also fixes bug
7022              where eof() would operate on any last-read filehandle, not
7023              just ARGV
7024      Branch: perl
7025            ! pp_sys.c
7026 ____________________________________________________________________________
7027 [  4641] By: gsar                                  on 1999/12/04  04:42:25
7028         Log: make uninitialized value warnings report opcode
7029      Branch: perl
7030            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7031            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
7032            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
7033            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
7034            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
7035            ! t/pragma/warn/sv
7036 ____________________________________________________________________________
7037 [  4640] By: gsar                                  on 1999/12/04  02:40:44
7038         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
7039              that don't do range checking
7040      Branch: perl
7041            ! lib/Time/Local.pm
7042 ____________________________________________________________________________
7043 [  4639] By: gsar                                  on 1999/12/04  01:00:49
7044         Log: better implementation of change#3326; open(local $foo,...) now
7045              allowed in addition to any uninitialized variable, for consistency
7046              with how autovivification works elsewhere; add code to use the
7047              variable name as the name of the handle for simple variables, so
7048              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
7049      Branch: perl
7050            ! op.c pod/perldelta.pod pp.c t/io/open.t
7051 ____________________________________________________________________________
7052 [  4638] By: gsar                                  on 1999/12/03  21:20:00
7053         Log: pod nits
7054      Branch: perl
7055            ! pod/perlfunc.pod pod/perlrun.pod
7056 ____________________________________________________________________________
7057 [  4637] By: gsar                                  on 1999/12/03  08:59:04
7058         Log: change#4431 was flawed
7059      Branch: perl
7060            ! Makefile.SH
7061 ____________________________________________________________________________
7062 [  4636] By: gsar                                  on 1999/12/03  07:59:52
7063         Log: pod embellishments from Nathan Torkington
7064      Branch: perl
7065            ! pod/perlfaq2.pod pod/perlhack.pod
7066 ____________________________________________________________________________
7067 [  4635] By: gsar                                  on 1999/12/03  07:56:04
7068         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
7069      Branch: perl
7070            ! pod/perlfaq4.pod
7071 ____________________________________________________________________________
7072 [  4634] By: gsar                                  on 1999/12/03  07:47:47
7073         Log: test tweak for VMS (from Craig A. Berry)
7074      Branch: perl
7075            ! t/io/nargv.t
7076 ____________________________________________________________________________
7077 [  4633] By: gsar                                  on 1999/12/03  07:44:52
7078         Log: patchls tweak from Andreas Koenig
7079      Branch: perl
7080            ! Porting/patchls
7081 ____________________________________________________________________________
7082 [  4632] By: gsar                                  on 1999/12/03  07:42:23
7083         Log: don't mess with the umask()
7084      Branch: perl
7085            ! installhtml installman installperl lib/ExtUtils/Install.pm
7086            ! lib/ExtUtils/Manifest.pm
7087 ____________________________________________________________________________
7088 [  4631] By: gsar                                  on 1999/12/03  06:52:50
7089         Log: support -a switch to append bytecode to an existing file and make
7090              perlcc use it (from Tom Hughes <tom@compton.nu>)
7091      Branch: perl
7092            ! ext/B/B/Bytecode.pm utils/perlcc.PL
7093 ____________________________________________________________________________
7094 [  4630] By: gsar                                  on 1999/12/03  06:46:16
7095         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
7096              (from Tom Phoenix)
7097      Branch: perl
7098            ! pod/perltrap.pod
7099 ____________________________________________________________________________
7100 [  4629] By: gsar                                  on 1999/12/03  06:40:15
7101         Log: use PerlIO abstraction rather than straight stdio (from
7102              Chip Salzenberg)
7103      Branch: perl
7104            ! ext/ByteLoader/ByteLoader.xs
7105 ____________________________________________________________________________
7106 [  4628] By: gsar                                  on 1999/12/03  06:15:54
7107         Log: avoid warning in IO::Select::exists() if socket doesn't exist
7108      Branch: perl
7109            ! ext/IO/lib/IO/Select.pm
7110 ____________________________________________________________________________
7111 [  4627] By: gsar                                  on 1999/12/03  06:05:19
7112         Log: two small patches from Peter Prymmer <pvhp@forte.com>
7113      Branch: perl
7114            ! makedepend.SH win32/Makefile win32/makefile.mk
7115 ____________________________________________________________________________
7116 [  4626] By: gsar                                  on 1999/12/03  05:36:38
7117         Log: From: Peter Prymmer <pvhp@forte.com>
7118              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
7119              Message-Id: <199911260506.VAA17230@brio.forte.com>
7120              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
7121      Branch: perl
7122            ! regcomp.c
7123 ____________________________________________________________________________
7124 [  4625] By: gsar                                  on 1999/12/03  05:20:21
7125         Log: Windows build tweaks due to change#4623
7126      Branch: perl
7127            ! win32/Makefile win32/makefile.mk win32/perlhost.h
7128 ____________________________________________________________________________
7129 [  4624] By: gsar                                  on 1999/12/03  04:58:30
7130         Log: add missing file
7131      Branch: perl
7132            + ext/DynaLoader/XSLoader_pm.PL
7133 ____________________________________________________________________________
7134 [  4623] By: gsar                                  on 1999/12/03  04:47:03
7135         Log: applied suggested patch; removed $VERSION = $VERSION hack
7136              (change#4043 fixed the need for that)
7137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7138              Date: Tue, 16 Nov 1999 01:50:31 EST
7139              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
7140              Subject: [PATCH 5.005_62] XSLoader.pm
7141      Branch: perl
7142            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
7143            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
7144            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
7145            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
7146            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
7147            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
7148            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7149            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
7150            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
7151            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7152            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
7153 ____________________________________________________________________________
7154 [  4622] By: gsar                                  on 1999/12/03  04:02:39
7155         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
7156      Branch: perl
7157            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7158 ____________________________________________________________________________
7159 [  4621] By: gsar                                  on 1999/12/02  22:24:53
7160         Log: caveat about thread-safety of extensions
7161      Branch: perl
7162            ! pod/perlfork.pod
7163 ____________________________________________________________________________
7164 [  4620] By: gsar                                  on 1999/12/02  20:31:02
7165         Log: XS documentation patches suggested by Ilya, severally adjusted
7166      Branch: perl
7167            ! pod/perlxs.pod pod/perlxstut.pod
7168 ____________________________________________________________________________
7169 [  4619] By: gsar                                  on 1999/12/02  17:52:50
7170         Log: re-add missing Unicode database master
7171      Branch: perl
7172            + lib/unicode/Unicode.300
7173 ____________________________________________________________________________
7174 [  4618] By: gsar                                  on 1999/12/02  06:56:18
7175         Log: applied suggested patch with prototype changes
7176              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
7177              Date:    Tue, 23 Nov 1999 22:55:55 EST
7178              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
7179              Subject: [PATCH 5.005_62] First char cognizance
7180      Branch: perl
7181            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7182 ____________________________________________________________________________
7183 [  4617] By: gsar                                  on 1999/12/02  06:04:57
7184         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
7185      Branch: perl
7186            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
7187 ____________________________________________________________________________
7188 [  4616] By: gsar                                  on 1999/12/02  04:30:22
7189         Log: various documentation tweaks suggested by M. J. T. Guy
7190      Branch: perl
7191            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
7192 ____________________________________________________________________________
7193 [  4615] By: gsar                                  on 1999/12/02  04:17:43
7194         Log: various File::Glob fixes for DOSISH platforms
7195              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7196              Date: Tue, 02 Nov 1999 11:11:25 GMT
7197              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
7198              Subject: File::Glob again. Final patch, honest!
7199      Branch: perl
7200            + t/lib/glob-case.t
7201            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
7202            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7203            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
7204 ____________________________________________________________________________
7205 [  4614] By: gsar                                  on 1999/12/02  03:42:55
7206         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
7207              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
7208      Branch: perl
7209            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
7210 ____________________________________________________________________________
7211 [  4613] By: gsar                                  on 1999/12/02  01:59:19
7212         Log: ignore yet another known scalar leak
7213      Branch: perl
7214            ! t/pragma/warn/regcomp
7215 ____________________________________________________________________________
7216 [  4612] By: gsar                                  on 1999/12/02  01:15:02
7217         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
7218      Branch: perl
7219            ! pp.c
7220 ____________________________________________________________________________
7221 [  4611] By: gsar                                  on 1999/12/02  00:31:43
7222         Log: a somewhat tweaked version of suggested patch
7223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7224              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
7225              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
7226              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
7227      Branch: perl
7228            ! pod/perlfunc.pod
7229 ____________________________________________________________________________
7230 [  4610] By: gsar                                  on 1999/12/01  19:09:31
7231         Log: more accurate require() pseudocode (from James P. Williams
7232              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
7233      Branch: perl
7234            ! pod/perlfunc.pod
7235 ____________________________________________________________________________
7236 [  4609] By: gsar                                  on 1999/12/01  18:43:49
7237         Log: avoid "Callback called exit" error on intentional exit()
7238      Branch: perl
7239            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
7240 ____________________________________________________________________________
7241 [  4608] By: gsar                                  on 1999/12/01  18:42:38
7242         Log: find_byclass() prototype was incoherent
7243      Branch: perl
7244            ! regexec.c
7245 ____________________________________________________________________________
7246 [  4607] By: gsar                                  on 1999/12/01  05:45:10
7247         Log: better documentation for goto &NAME (from M. J. T. Guy)
7248      Branch: perl
7249            ! pod/perlfunc.pod
7250 ____________________________________________________________________________
7251 [  4606] By: gsar                                  on 1999/12/01  05:33:14
7252         Log: integrate cfgperl contents into mainline
7253      Branch: perl
7254           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
7255           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
7256            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7257            ! Changes
7258           !> (integrate 210 files)
7259 ____________________________________________________________________________
7260 [  4605] By: gsar                                  on 1999/12/01  05:15:27
7261         Log: avoid PTR->IV cast warnings
7262      Branch: perl
7263            ! mg.c op.c scope.h
7264 ____________________________________________________________________________
7265 [  4604] By: gsar                                  on 1999/12/01  03:59:56
7266         Log: email address changes
7267      Branch: perl
7268            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
7269            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
7270            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
7271            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
7272            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
7273 ____________________________________________________________________________
7274 [  4603] By: gsar                                  on 1999/12/01  03:45:13
7275         Log: minor USE_ITHREADS tweaks
7276      Branch: perl
7277            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
7278            ! win32/perllib.c win32/win32.h
7279 ____________________________________________________________________________
7280 [  4602] By: gsar                                  on 1999/12/01  01:00:09
7281         Log: more complete pseudo-fork() support for Windows
7282      Branch: perl
7283            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
7284            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
7285            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
7286            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
7287            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
7288            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
7289            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
7290            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
7291            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
7292            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
7293            ! win32/win32iop.h win32/win32thread.h
7294 ____________________________________________________________________________
7295 [  4601] By: gsar                                  on 1999/12/01  00:45:38
7296         Log: rudimentary support for remote debugging, from aeons ago (somewhat
7297              modified)
7298              From: Graham TerMarsch <grahamt@ActiveState.com>
7299              Date: Sat, 12 Sep 1998 10:46:55 -0700
7300              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
7301              Subject: Re: Patches to perl5db.pl to allow for remote debugging
7302      Branch: perl
7303            ! lib/perl5db.pl
7304 ____________________________________________________________________________
7305 [  4600] By: chip                                  on 1999/11/19  21:16:00
7306         Log: Document known limitations of fdopen() on some systems,
7307              as they apply to open() and sysopen().
7308      Branch: perl
7309            ! pod/perlfunc.pod
7310 ____________________________________________________________________________
7311 [  4599] By: chip                                  on 1999/11/19  17:20:19
7312         Log: Undef printf before redirecting it to PerlIO_stdoutf.
7313              (Avoids an irritating warning when compiling with PerlIO.)
7314      Branch: perl
7315            ! perl.h
7316 ____________________________________________________________________________
7317 [  4598] By: jhi                                   on 1999/11/22  21:30:17
7318         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
7319      Branch: cfgperl
7320            ! README.vms t/io/open.t
7321 ____________________________________________________________________________
7322 [  4597] By: jhi                                   on 1999/11/21  16:21:21
7323         Log: Replace #4596 with the change done in 5.005_03.
7324      Branch: cfgperl
7325            ! ext/Errno/Errno_pm.PL
7326 ____________________________________________________________________________
7327 [  4596] By: jhi                                   on 1999/11/21  16:07:20
7328         Log: Skip processing a file if the file to be opened is '-'
7329              (can happen in UNICOS)
7330      Branch: cfgperl
7331            ! ext/Errno/Errno_pm.PL
7332 ____________________________________________________________________________
7333 [  4595] By: jhi                                   on 1999/11/21  14:05:10
7334         Log: VMS patches from Peter Prymmer.
7335      Branch: cfgperl
7336            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
7337 ____________________________________________________________________________
7338 [  4594] By: jhi                                   on 1999/11/18  17:07:14
7339         Log: The find_byclass prototype is already in proto.h. 
7340      Branch: cfgperl
7341            ! regexec.c
7342 ____________________________________________________________________________
7343 [  4593] By: gsar                                  on 1999/11/16  21:25:21
7344         Log: typo in flag checks
7345      Branch: utfperl
7346            ! sv.h
7347 ____________________________________________________________________________
7348 [  4592] By: jhi                                   on 1999/11/16  21:17:25
7349         Log: Regen Configure.
7350      Branch: cfgperl
7351            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
7352      Branch: metaconfig
7353            ! U/a_dvisory/quadtype.U
7354 ____________________________________________________________________________
7355 [  4591] By: jhi                                   on 1999/11/16  14:53:19
7356         Log: Integrate with Sarathy.
7357      Branch: cfgperl
7358           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
7359           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7360           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
7361           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
7362           !> t/pod/poderrs.xr
7363 ____________________________________________________________________________
7364 [  4590] By: gsar                                  on 1999/11/16  05:57:56
7365         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
7366      Branch: perl
7367            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
7368            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
7369            ! t/pod/poderrs.t t/pod/poderrs.xr
7370 ____________________________________________________________________________
7371 [  4589] By: gsar                                  on 1999/11/15  18:47:34
7372         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
7373              C<if (fork()) { print "parent" } else { print "child" }> works on
7374              Windows (incidentally running a cloned^2 interpreter :)
7375      Branch: perl
7376            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
7377            ! pp_sys.c proto.h sv.c
7378 ____________________________________________________________________________
7379 [  4588] By: gsar                                  on 1999/11/15  14:34:36
7380         Log: cloning the stack (part 1)
7381      Branch: perl
7382            ! cop.h deb.c perl.c sv.c
7383 ____________________________________________________________________________
7384 [  4587] By: jhi                                   on 1999/11/15  00:22:20
7385         Log: Integrate with Sarathy.
7386      Branch: cfgperl
7387           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
7388           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
7389           !> win32/perllib.c
7390 ____________________________________________________________________________
7391 [  4586] By: jhi                                   on 1999/11/14  21:17:26
7392         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
7393      Branch: cfgperl
7394            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
7395 ____________________________________________________________________________
7396 [  4585] By: gsar                                  on 1999/11/14  20:01:45
7397         Log: tweak for win32 build
7398      Branch: perl
7399            ! embed.h embed.pl op.c proto.h
7400 ____________________________________________________________________________
7401 [  4584] By: gsar                                  on 1999/11/14  19:46:25
7402         Log: cosmetic tweaks
7403      Branch: perl
7404            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
7405            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
7406 ____________________________________________________________________________
7407 [  4583] By: gsar                                  on 1999/11/14  17:38:32
7408         Log: fix problem pointer casts
7409      Branch: perl
7410            ! Changes run.c sv.c
7411 ____________________________________________________________________________
7412 [  4582] By: jhi                                   on 1999/11/14  17:10:01
7413         Log: Integrate with Sarathy.
7414      Branch: cfgperl
7415           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
7416           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
7417           !> vms/perly_c.vms win32/perllib.c
7418 ____________________________________________________________________________
7419 [  4581] By: jhi                                   on 1999/11/14  17:08:23
7420         Log: The separation of 64-bitness and largefileness continues
7421              (with a setback, see hpux.sh).
7422      Branch: cfgperl
7423            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
7424            ! hints/solaris_2.sh
7425      Branch: metaconfig
7426            ! U/threads/archname.U U/typedefs/lseektype.U
7427      Branch: metaconfig/U/perl
7428            ! fpossize.U use64bits.U uselfs.U
7429 ____________________________________________________________________________
7430 [  4580] By: jhi                                   on 1999/11/14  13:26:41
7431         Log: Another Unicode update.
7432      Branch: cfgperl
7433            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
7434            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
7435            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7436            ! (edit 189 files)
7437 ____________________________________________________________________________
7438 [  4579] By: gsar                                  on 1999/11/14  10:21:49
7439         Log: sundry cleanups for cloned interpreters (only known failure mode
7440              is due to regexps keeping non-constant data in their compiled
7441              structures)
7442      Branch: perl
7443            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
7444            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
7445 ____________________________________________________________________________
7446 [  4578] By: gsar                                  on 1999/11/14  03:37:37
7447         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
7448      Branch: perl
7449            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
7450 ____________________________________________________________________________
7451 [  4577] By: jhi                                   on 1999/11/13  19:50:24
7452         Log: Change #4576 accidentally leaked also parts of
7453              Ilya's patch that won't apply cleanly anymore.
7454      Branch: cfgperl
7455            ! regexec.c t/op/re_tests
7456 ____________________________________________________________________________
7457 [  4576] By: jhi                                   on 1999/11/13  19:43:37
7458         Log: Integrate with Sarathy.
7459      Branch: cfgperl
7460            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
7461           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
7462           !> t/op/regexp.t t/pragma/overload.t
7463 ____________________________________________________________________________
7464 [  4575] By: gsar                                  on 1999/11/13  19:41:46
7465         Log: typos in change#4561 and change#4565
7466      Branch: perl
7467            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
7468 ____________________________________________________________________________
7469 [  4574] By: gsar                                  on 1999/11/13  19:31:19
7470         Log: revert non-kosher parts of change#4562 (sort order problems
7471              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
7472              result and expected lines; /[:ascii:]/ not working should be
7473              fixed, not ignored in regexp.t; result from sort should be
7474              fixed to be ascii portable on ebcdic, not ebcdic-specific)
7475      Branch: perl
7476            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
7477 ____________________________________________________________________________
7478 [  4573] By: gsar                                  on 1999/11/13  19:13:04
7479         Log: integrate cfgperl changes into mainline
7480      Branch: perl
7481           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
7482           +> lib/unicode/In/BopomofoExtended.pl
7483           +> lib/unicode/In/BraillePatterns.pl
7484           +> lib/unicode/In/CJKRadicalsSupplement.pl
7485           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7486           +> lib/unicode/In/Cherokee.pl
7487           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
7488           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
7489           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7490           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
7491           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
7492           +> lib/unicode/In/Thaana.pl
7493           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7494           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7495            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7496           !> (integrate 213 files)
7497 ____________________________________________________________________________
7498 [  4572] By: jhi                                   on 1999/11/13  18:44:50
7499         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7500              To: perl5-porters@perl.org, VMSPERL@perl.org
7501              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
7502              Date: Wed, 27 Oct 1999 11:02:54 -0500
7503              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
7504      Branch: cfgperl
7505            ! README.vms
7506 ____________________________________________________________________________
7507 [  4571] By: jhi                                   on 1999/11/13  18:33:39
7508         Log: From: jand@activestate.com (Jan Dubois)
7509              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
7510              Cc: Douglas Lankshear <dougl@activestate.com>,
7511              Gurusamy Sarathy <gsar@activestate.com>
7512              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
7513              Date: Tue, 09 Nov 1999 00:38:33 +0100
7514              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
7515      Branch: cfgperl
7516            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
7517            ! win32/config.gc win32/config.vc win32/config_H.bc
7518            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
7519            ! win32/win32.c win32/win32iop.h
7520 ____________________________________________________________________________
7521 [  4570] By: jhi                                   on 1999/11/13  18:30:37
7522         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7523              To: perl5-porters@perl.org (Mailing list Perl5)
7524              Subject: [PATCH 5.005_62] makedef.pl goof
7525              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
7526              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
7527      Branch: cfgperl
7528            ! makedef.pl
7529 ____________________________________________________________________________
7530 [  4569] By: jhi                                   on 1999/11/13  18:06:54
7531         Log: From: Michael G Schwern <schwern@pobox.com>
7532              To: perl5-porters@perl.org, pod-people@perl.org
7533              Cc: tchrist@mox.perl.com, gnat@frii.com
7534              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
7535              Date: Wed, 10 Nov 1999 17:21:46 -0500
7536              Message-ID: <19991110172146.A23527@athens.aocn.com>
7537      Branch: cfgperl
7538            ! pod/perlfaq9.pod
7539 ____________________________________________________________________________
7540 [  4568] By: jhi                                   on 1999/11/13  18:05:33
7541         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
7542              To: <perl5-porters@perl.org>
7543              Subject: DynaLoader_pm.PL patch (backslashes in strings)
7544              Date: Wed, 10 Nov 1999 22:52:02 -0000
7545              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
7546      Branch: cfgperl
7547            ! ext/DynaLoader/DynaLoader_pm.PL
7548 ____________________________________________________________________________
7549 [  4567] By: jhi                                   on 1999/11/13  18:03:52
7550         Log: From: JD Laub <jdl@access-health.com>
7551              To: perl5-porters@perl.org
7552              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
7553              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
7554              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
7555      Branch: cfgperl
7556            ! lib/Exporter/Heavy.pm
7557 ____________________________________________________________________________
7558 [  4566] By: jhi                                   on 1999/11/13  18:01:24
7559         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
7560              To: perl5-porters@perl.org
7561              Subject: small patch for perldoc
7562              Date: Fri, 12 Nov 1999 23:11:43 GMT
7563              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
7564      Branch: cfgperl
7565            ! utils/perldoc.PL
7566 ____________________________________________________________________________
7567 [  4565] By: jhi                                   on 1999/11/13  17:58:54
7568         Log: From: Scott Gifford <sgifford@tir.com>
7569              To: perl5-porters@perl.org
7570              Cc: gbarr@pobox.com
7571              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
7572              Date: 12 Nov 1999 18:55:30 -0500
7573              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
7574      Branch: cfgperl
7575            ! ext/IO/lib/IO/Socket.pm
7576 ____________________________________________________________________________
7577 [  4564] By: jhi                                   on 1999/11/13  17:45:39
7578         Log: Applied manually:
7579              From: "Craig A. Berry" <craig.berry@metamor.com>
7580              To: perl5-porters@perl.org, VMSPERL@perl.org
7581              Subject: [PATCH 5.005_62] patches required to build on VMS
7582              Date: Tue, 09 Nov 1999 18:16:14 -0600
7583              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
7584      Branch: cfgperl
7585            ! configure.com vms/descrip_mms.template vms/subconfigure.com
7586            ! vms/vms.c vms/vmsish.h
7587 ____________________________________________________________________________
7588 [  4563] By: jhi                                   on 1999/11/13  17:18:41
7589         Log: Regen Unicode tables to include a warning:
7590              Thou Shalt Not Edit Them By Hand; add missing
7591              (Unicode 2.0 -introduced) tables to MANIFEST;
7592              convert the equivalence tables to be valid Perl code.
7593      Branch: cfgperl
7594            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
7595            + lib/unicode/In/BopomofoExtended.pl
7596            + lib/unicode/In/BraillePatterns.pl
7597            + lib/unicode/In/CJKRadicalsSupplement.pl
7598            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7599            + lib/unicode/In/Cherokee.pl
7600            + lib/unicode/In/IdeographicDescriptionCharacters.pl
7601            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
7602            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7603            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
7604            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
7605            + lib/unicode/In/Thaana.pl
7606            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7607            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7608            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7609            ! (edit 169 files)
7610 ____________________________________________________________________________
7611 [  4562] By: jhi                                   on 1999/11/13  16:53:00
7612         Log: From: Peter Prymmer <pvhp@forte.com>
7613              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
7614              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
7615              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
7616              Message-Id: <199911102234.OAA01018@brio.forte.com>
7617      Branch: cfgperl
7618            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
7619            ! t/pragma/overload.t
7620 ____________________________________________________________________________
7621 [  4561] By: jhi                                   on 1999/11/13  16:29:37
7622         Log: $Config{myarchname} is not a good architecture identifier
7623              because it may contain host/node identification like
7624              CPU serial numbers.
7625      Branch: cfgperl
7626            ! ext/Errno/Errno_pm.PL
7627 ____________________________________________________________________________
7628 [  4560] By: jhi                                   on 1999/11/13  16:26:13
7629         Log: Continue largefileness separation from quadness;
7630              move nv-preserving test out of perl.h into Configure;
7631              use HAS_SETVBUF in IO.
7632      Branch: cfgperl
7633            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7634            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
7635      Branch: metaconfig
7636            ! U/a_dvisory/quadtype.U
7637      Branch: metaconfig/U/perl
7638            + nvpresuv.U
7639            ! d_fseeko.U d_ftello.U io64.U perlxv.U
7640 ____________________________________________________________________________
7641 [  4559] By: jhi                                   on 1999/11/13  13:46:38
7642         Log: Try to fix largefileness so that it "works" without a quad IV.
7643      Branch: cfgperl
7644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7645            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
7646      Branch: metaconfig
7647            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
7648      Branch: metaconfig/U/perl
7649            ! io64.U
7650 ____________________________________________________________________________
7651 [  4558] By: jhi                                   on 1999/11/13  11:36:19
7652         Log: Undo drift from mainline.
7653      Branch: cfgperl
7654            ! regcomp.c util.c utils/h2xs.PL
7655 ____________________________________________________________________________
7656 [  4557] By: gsar                                  on 1999/11/13  10:54:46
7657         Log: typo
7658      Branch: perl
7659            ! util.c
7660 ____________________________________________________________________________
7661 [  4556] By: gsar                                  on 1999/11/13  10:53:41
7662         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
7663      Branch: perl
7664           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7665           +> epoc/epoc_stubs.c
7666           !> (integrate 48 files)
7667 ____________________________________________________________________________
7668 [  4555] By: jhi                                   on 1999/11/13  10:05:54
7669         Log: Integrate with Sarathy.
7670      Branch: cfgperl
7671           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7672           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7673 ____________________________________________________________________________
7674 [  4554] By: jhi                                   on 1999/11/13  10:03:07
7675         Log: s/_SIGN$/_sign/g;
7676      Branch: metaconfig
7677            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
7678 ____________________________________________________________________________
7679 [  4553] By: gsar                                  on 1999/11/13  02:17:53
7680         Log: cloned interpreters now actually run and pass all but 55/10386
7681              subtests; various subtle bugs, new and old, observed when running
7682              cloned interpreters have been fixed
7683              
7684              still to do:
7685              |  * dup psig_ptr table
7686              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
7687              |    simple-minded and grab one pad entry each, heavily bloating
7688              |    the pad by not avoiding dups)
7689              |  * overloaded constants are not really immutable--they need to
7690              |    be PADOPs
7691              |  * allocator for constants and OPs need to be spelled differently
7692              |    (shared vs interpreter-local allocations)
7693              |  * optree refcounting is still missing locking (macros are in place)
7694              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
7695              |    perl_clone() can be called from within runops*()
7696      Branch: perl
7697            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7698            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7699 ____________________________________________________________________________
7700 [  4552] By: jhi                                   on 1999/11/11  23:17:43
7701         Log: Turn on largefileness always if available and
7702              continue 64-bit fixes.
7703      Branch: cfgperl
7704            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
7705            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
7706            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
7707 ____________________________________________________________________________
7708 [  4551] By: jhi                                   on 1999/11/11  23:16:15
7709         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
7710      Branch: metaconfig
7711            ! U/a_dvisory/quadtype.U
7712      Branch: metaconfig/U/perl
7713            + d_int64t.U
7714            ! i_inttypes.U io64.U
7715 ____________________________________________________________________________
7716 [  4550] By: jhi                                   on 1999/11/11  20:24:55
7717         Log: Fix a thinko in 4548.
7718      Branch: cfgperl
7719            ! pp_sys.c
7720 ____________________________________________________________________________
7721 [  4549] By: jhi                                   on 1999/11/11  19:48:21
7722         Log: Integrate with Sarathy.
7723      Branch: cfgperl
7724           !> (integrate 56 files)
7725 ____________________________________________________________________________
7726 [  4548] By: jhi                                   on 1999/11/11  19:41:56
7727         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
7728              regen Configure.
7729      Branch: cfgperl
7730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7731            ! config_h.SH pp_sys.c
7732 ____________________________________________________________________________
7733 [  4547] By: jhi                                   on 1999/11/11  19:40:38
7734         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
7735      Branch: metaconfig
7736            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
7737            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7738 ____________________________________________________________________________
7739 [  4546] By: gsar                                  on 1999/11/11  10:32:54
7740         Log: avoid stash pointers in optree under USE_ITHREADS
7741      Branch: perl
7742            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
7743            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
7744            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
7745            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7746            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
7747            ! scope.h sv.c
7748 ____________________________________________________________________________
7749 [  4545] By: gsar                                  on 1999/11/11  06:04:20
7750         Log: another change towards a shareable optree: avoid pointer to filegv
7751              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
7752              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
7753              to suit
7754      Branch: perl
7755            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
7756            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7757            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7758            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
7759            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7760            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
7761            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
7762            ! win32/perllib.c
7763 ____________________________________________________________________________
7764 [  4544] By: gsar                                  on 1999/11/10  18:19:12
7765         Log: more cleanups for change#4539
7766      Branch: perl
7767            ! gv.h op.c op.h pp_ctl.c pp_hot.c
7768 ____________________________________________________________________________
7769 [  4543] By: gsar                                  on 1999/11/10  01:52:22
7770         Log: remove dead branch/infinite looper in change#3612
7771      Branch: perl
7772            ! op.c
7773 ____________________________________________________________________________
7774 [  4542] By: gsar                                  on 1999/11/09  20:05:47
7775         Log: IoDIRP may be fake when used in source filters, mark as such
7776      Branch: perl
7777            ! sv.c sv.h toke.c
7778 ____________________________________________________________________________
7779 [  4541] By: gsar                                  on 1999/11/09  05:47:53
7780         Log: small nits in changes#4538,4539
7781      Branch: perl
7782            ! op.c sv.c
7783 ____________________________________________________________________________
7784 [  4540] By: gsar                                  on 1999/11/08  20:30:58
7785         Log: win32 symbol export tweak
7786      Branch: perl
7787            ! makedef.pl win32/win32.c win32/win32iop.h
7788 ____________________________________________________________________________
7789 [  4539] By: gsar                                  on 1999/11/08  18:50:40
7790         Log: preliminary support for GVOP indirection via pad
7791      Branch: perl
7792            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
7793            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
7794 ____________________________________________________________________________
7795 [  4538] By: gsar                                  on 1999/11/08  11:25:49
7796         Log: preliminary support for perl_clone() (still needs work in
7797              the following areas: SVOPs must indirect via pad; context
7798              stack, scope stack, and runlevels must be cloned; must
7799              hook up the virtualized pseudo-process support provided by
7800              "host"; ...)
7801      Branch: perl
7802            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
7803            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
7804            ! win32/perllib.c win32/win32.c
7805 ____________________________________________________________________________
7806 [  4537] By: gsar                                  on 1999/11/08  11:19:18
7807         Log: more thorough cleanup in perl_destroy()
7808      Branch: perl
7809            ! perl.c util.c
7810 ____________________________________________________________________________
7811 [  4536] By: gsar                                  on 1999/11/08  07:16:10
7812         Log: win32 internal data must be interpreter-local
7813      Branch: perl
7814            ! win32/win32.c win32/win32.h win32/win32sck.c
7815 ____________________________________________________________________________
7816 [  4535] By: gsar                                  on 1999/11/08  04:17:28
7817         Log: tweak change#4502
7818      Branch: perl
7819            ! doio.c perl.c
7820 ____________________________________________________________________________
7821 [  4534] By: jhi                                   on 1999/11/07  13:17:03
7822         Log: Four special class subs, not three.
7823      Branch: cfgperl
7824            ! pod/perlmod.pod
7825 ____________________________________________________________________________
7826 [  4533] By: jhi                                   on 1999/11/07  13:13:15
7827         Log: Integrate with Sarathy.
7828      Branch: cfgperl
7829           !> mg.c t/io/print.t
7830 ____________________________________________________________________________
7831 [  4532] By: jhi                                   on 1999/11/07  12:36:10
7832         Log: More test program maintenance.
7833      Branch: cfgperl
7834            ! Configure config_h.SH
7835      Branch: metaconfig
7836            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7837            ! U/compline/charsize.U U/compline/d_sigaction.U
7838            ! U/compline/doublesize.U U/compline/floatsize.U
7839            ! U/compline/nblock_io.U U/compline/ptrsize.U
7840            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
7841            ! U/typedefs/uidsize.U
7842      Branch: metaconfig/U/perl
7843            ! fpossize.U
7844 ____________________________________________________________________________
7845 [  4531] By: jhi                                   on 1999/11/07  00:34:09
7846         Log: Tidy up the metaconfig test programs.
7847      Branch: cfgperl
7848            ! Configure config_h.SH
7849      Branch: metaconfig
7850            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7851            ! U/compline/charsize.U U/compline/doublesize.U
7852            ! U/compline/nblock_io.U U/compline/ptrsize.U
7853            ! U/modified/d_longlong.U U/typedefs/gidsize.U
7854            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
7855            ! U/typedefs/uidsize.U
7856      Branch: metaconfig/U/perl
7857            ! fpossize.U
7858 ____________________________________________________________________________
7859 [  4530] By: jhi                                   on 1999/11/06  23:51:34
7860         Log: So many printfs, so little time.
7861      Branch: cfgperl
7862            ! op.c perl.c regcomp.c scope.c util.c
7863 ____________________________________________________________________________
7864 [  4529] By: jhi                                   on 1999/11/06  23:27:35
7865         Log: Replace the explicit zeros with NOOPs.
7866      Branch: cfgperl
7867            ! perl.h
7868 ____________________________________________________________________________
7869 [  4528] By: jhi                                   on 1999/11/06  23:10:54
7870         Log: From: jand@activestate.com (Jan Dubois)
7871              To: perl5-porters@perl.org
7872              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
7873              Mark Borgerding <mborgerding@acm.org>
7874              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
7875              Date: Sat, 06 Nov 1999 22:16:43 +0100
7876              Message-ID: <38279207.46448719@smtprelay.t-online.de>
7877      Branch: cfgperl
7878            ! op.c op.h
7879 ____________________________________________________________________________
7880 [  4527] By: jhi                                   on 1999/11/06  20:22:14
7881         Log: ...and fewer.
7882      Branch: cfgperl
7883            ! dump.c
7884 ____________________________________________________________________________
7885 [  4526] By: jhi                                   on 1999/11/06  20:19:04
7886         Log: ...and they are getting fewer.
7887      Branch: cfgperl
7888            ! dump.c op.c util.c
7889 ____________________________________________________________________________
7890 [  4525] By: jhi                                   on 1999/11/06  19:59:59
7891         Log: More printf miscasts flushed out.
7892      Branch: cfgperl
7893            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
7894            ! regexec.c
7895 ____________________________________________________________________________
7896 [  4524] By: jhi                                   on 1999/11/06  15:39:05
7897         Log: Crushing the remaining %ld guerillas.
7898      Branch: cfgperl
7899            ! ext/Devel/DProf/DProf.xs
7900 ____________________________________________________________________________
7901 [  4523] By: jhi                                   on 1999/11/06  15:11:38
7902         Log: Update CPAN sites list.
7903      Branch: cfgperl
7904            ! pod/perlmodlib.pod
7905 ____________________________________________________________________________
7906 [  4522] By: jhi                                   on 1999/11/05  19:50:46
7907         Log: The -n32 is normally part of $cc, not $ccflags.
7908      Branch: cfgperl
7909            ! hints/irix_6.sh
7910 ____________________________________________________________________________
7911 [  4521] By: gsar                                  on 1999/11/05  04:35:30
7912         Log: allow $\ to work right when set to a string with embedded nulls
7913      Branch: perl
7914            ! mg.c t/io/print.t
7915 ____________________________________________________________________________
7916 [  4520] By: jhi                                   on 1999/11/04  23:30:09
7917         Log: Integrate with Sarathy.
7918      Branch: cfgperl
7919           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
7920           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
7921           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
7922           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
7923           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
7924           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
7925 ____________________________________________________________________________
7926 [  4519] By: jhi                                   on 1999/11/04  23:09:25
7927         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7928              To: perl5-porters@perl.org (Mailing list Perl5)
7929              Subject: [PATCH 5.005_62] ref to non-lvalue method
7930              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
7931              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
7932      Branch: cfgperl
7933            ! op.c
7934 ____________________________________________________________________________
7935 [  4518] By: jhi                                   on 1999/11/04  23:07:27
7936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7937              To: perl5-porters@perl.org (Mailing list Perl5)
7938              Subject: [PATCH 5.005_62] xsubpp dependency
7939              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
7940              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
7941      Branch: cfgperl
7942            ! lib/ExtUtils/MM_Unix.pm
7943 ____________________________________________________________________________
7944 [  4517] By: jhi                                   on 1999/11/04  23:05:59
7945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7946              To: perl5-porters@perl.org (Mailing list Perl5)
7947              Subject: [PATCH 5.005_62] regexp.h
7948              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
7949              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
7950      Branch: cfgperl
7951            ! regexp.h
7952 ____________________________________________________________________________
7953 [  4516] By: gsar                                  on 1999/11/04  18:25:45
7954         Log: change#4485 didn't do the right thing for B::Bytecode
7955      Branch: perl
7956            ! ext/B/B/Bytecode.pm
7957 ____________________________________________________________________________
7958 [  4515] By: gsar                                  on 1999/11/04  17:28:29
7959         Log: implement STOP blocks and fix compiler to use them (minimally
7960              tested)
7961      Branch: perl
7962            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
7963            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
7964            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7965            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
7966            ! pod/perltodo.pod toke.c
7967 ____________________________________________________________________________
7968 [  4514] By: gsar                                  on 1999/11/04  15:59:46
7969         Log: display BSD license in Glob.pm (for clause #2 conformity)
7970      Branch: perl
7971            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7972            ! ext/File/Glob/bsd_glob.h
7973 ____________________________________________________________________________
7974 [  4513] By: jhi                                   on 1999/11/04  08:26:19
7975         Log: Integrate with Sarathy.
7976      Branch: cfgperl
7977           +> t/io/nargv.t
7978           !> (integrate 34 files)
7979 ____________________________________________________________________________
7980 [  4512] By: jhi                                   on 1999/11/04  08:01:25
7981         Log: Incremental Mac integration from Matthias.
7982      Branch: cfgperl
7983            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
7984            ! toke.c util.c
7985 ____________________________________________________________________________
7986 [  4511] By: gsar                                  on 1999/11/04  02:53:37
7987         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
7988      Branch: perl
7989            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
7990            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
7991            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
7992            ! xsutils.c
7993 ____________________________________________________________________________
7994 [  4510] By: jhi                                   on 1999/11/02  22:12:29
7995         Log: S_init_interp is a better place to diddle with PL_opargs
7996              than perl_construct.
7997      Branch: cfgperl
7998            ! perl.c
7999 ____________________________________________________________________________
8000 [  4509] By: jhi                                   on 1999/11/02  21:30:02
8001         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8002              To: ben@mucus.advanced.org, perl5-porters@perl.org
8003              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
8004              Date: Tue, 02 Nov 1999 21:36:00 +0000
8005              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
8006      Branch: cfgperl
8007            ! pod/perlfunc.pod
8008 ____________________________________________________________________________
8009 [  4508] By: jhi                                   on 1999/11/02  20:46:27
8010         Log: Initial integration of the MacPerl changes form Matthias.
8011      Branch: cfgperl
8012            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
8013            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
8014            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
8015 ____________________________________________________________________________
8016 [  4507] By: jhi                                   on 1999/11/01  23:05:07
8017         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8018              To: lvirden@cas.org (Larry W. Virden)
8019              Cc: perl5-porters@perl.org, lvirden@cas.org
8020              Subject: Re: [ID 19991026.001] perl segmentation fault report
8021              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
8022              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
8023      Branch: cfgperl
8024            ! regexec.c t/op/pat.t
8025 ____________________________________________________________________________
8026 [  4506] By: jhi                                   on 1999/11/01  19:56:28
8027         Log: From: Olaf Flebbe <olaf@science-computing.de>
8028              To: perl5-porters@perl.org
8029              Subject: [PATCH: 5.005_62] Patch for EPOC Support
8030              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
8031              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
8032      Branch: cfgperl
8033            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
8034            + epoc/epoc_stubs.c
8035            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
8036            ! epoc/perl.pkg
8037 ____________________________________________________________________________
8038 [  4505] By: gsar                                  on 1999/11/01  17:09:44
8039         Log: macros for COP.cop_filegv access
8040      Branch: perl
8041            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
8042            ! util.c
8043 ____________________________________________________________________________
8044 [  4504] By: gsar                                  on 1999/11/01  17:08:28
8045         Log: enable better Win32::DomainName() by demand loading netapi32.dll
8046              (from Jan Dubois)
8047      Branch: perl
8048            ! pod/Win32.pod win32/win32.c
8049 ____________________________________________________________________________
8050 [  4503] By: gsar                                  on 1999/10/31  20:56:06
8051         Log: change#4502 was missing a file
8052      Branch: perl
8053            + t/io/nargv.t
8054 ____________________________________________________________________________
8055 [  4502] By: gsar                                  on 1999/10/31  20:46:02
8056         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
8057              in the way ARGV state was handled in readline(); writing a
8058              subroutine to do inplace edits is now possible, provided *ARGV,
8059              *ARGVOUT, $^I and $_ are localized where needed
8060      Branch: perl
8061            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
8062            ! pp_hot.c scope.c
8063 ____________________________________________________________________________
8064 [  4501] By: jhi                                   on 1999/10/31  12:43:54
8065         Log: Integrate with Sarathy.
8066      Branch: cfgperl
8067           !> perl.h win32/config.bc win32/config.gc win32/config.vc
8068           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8069 ____________________________________________________________________________
8070 [  4500] By: gsar                                  on 1999/10/31  10:01:17
8071         Log: updated windows config* files
8072      Branch: perl
8073            ! win32/config.bc win32/config.gc win32/config.vc
8074            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8075 ____________________________________________________________________________
8076 [  4499] By: gsar                                  on 1999/10/31  09:15:17
8077         Log: integrate cfgperl contents into mainline
8078      Branch: perl
8079           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8080           !> config_h.SH perl.h
8081 ____________________________________________________________________________
8082 [  4498] By: gsar                                  on 1999/10/31  09:13:41
8083         Log: remove unused struct Outrec
8084      Branch: perl
8085            ! perl.h
8086 ____________________________________________________________________________
8087 [  4497] By: jhi                                   on 1999/10/30  12:41:50
8088         Log: Add HAS_QUAD ($Config{d_quad}); use it.
8089      Branch: cfgperl
8090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8091            ! config_h.SH perl.h
8092      Branch: metaconfig
8093            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
8094            ! U/typedefs/uidf.U
8095      Branch: metaconfig/U/perl
8096            ! perlxv.U
8097 ____________________________________________________________________________
8098 [  4496] By: gsar                                  on 1999/10/30  00:28:32
8099         Log: integrate cfgperl contents into mainline
8100      Branch: perl
8101           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
8102           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
8103           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
8104           !> perl.h pp.c pp.h regexec.c sv.c taint.c
8105 ____________________________________________________________________________
8106 [  4495] By: jhi                                   on 1999/10/29  23:36:19
8107         Log: Continue what #4494 started; introduce uid and gid formats.
8108      Branch: cfgperl
8109            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8110            ! config_h.SH handy.h perl.h
8111      Branch: metaconfig
8112            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
8113            - U/typedefs/quadtype.U
8114      Branch: metaconfig/U/perl
8115            ! perlxv.U
8116 ____________________________________________________________________________
8117 [  4494] By: jhi                                   on 1999/10/29  22:09:01
8118         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
8119              from perl.h and handy.h.
8120      Branch: cfgperl
8121            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8122            ! config_h.SH handy.h perl.h
8123      Branch: metaconfig/U/perl
8124            + perlxv.U perlxvf.U
8125 ____________________________________________________________________________
8126 [  4493] By: jhi                                   on 1999/10/29  22:08:06
8127         Log: Finetuning the output continues along the lines of #4490 and #4491.
8128      Branch: metaconfig
8129            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8130            ! U/typedefs/fpostype.U
8131      Branch: metaconfig/U/perl
8132            + fpossize.U
8133            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8134            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8135 ____________________________________________________________________________
8136 [  4492] By: jhi                                   on 1999/10/29  21:14:53
8137         Log: Hurd update from Mark Kettenis.
8138      Branch: cfgperl
8139            ! README.hurd
8140 ____________________________________________________________________________
8141 [  4491] By: jhi                                   on 1999/10/29  20:37:02
8142         Log: A new try at what #4490 tried to accomplish.
8143      Branch: metaconfig
8144            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8145      Branch: metaconfig/U/perl
8146            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8147            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8148 ____________________________________________________________________________
8149 [  4490] By: jhi                                   on 1999/10/29  20:19:41
8150         Log: metaconfig nits.
8151      Branch: metaconfig
8152            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8153      Branch: metaconfig/U/perl
8154            + d_iovec_s.U
8155            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8156            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8157 ____________________________________________________________________________
8158 [  4489] By: jhi                                   on 1999/10/29  16:08:43
8159         Log: Integrate with Sarathy.
8160      Branch: cfgperl
8161           !> (integrate 31 files)
8162 ____________________________________________________________________________
8163 [  4488] By: jhi                                   on 1999/10/29  15:30:30
8164         Log: Regen Configure and Glossary.
8165      Branch: cfgperl
8166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8167            ! config_h.SH
8168 ____________________________________________________________________________
8169 [  4487] By: jhi                                   on 1999/10/29  15:24:13
8170         Log: Remove quad logic from perl.h; regen Configure;
8171              add -DUSE_LONG_LONG to ccflags if not already there.
8172      Branch: cfgperl
8173            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
8174            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
8175 ____________________________________________________________________________
8176 [  4486] By: jhi                                   on 1999/10/29  15:22:38
8177         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
8178              fixed the use*.U to define their stuff only iff not already defined
8179              (so that ccflags can have any -DUSE_* it wants);
8180              uselonglong.U added; various small nits fixed.
8181      Branch: metaconfig
8182            + U/typedefs/quadtype.U
8183            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8184            ! U/modified/d_statblks.U U/modified/usenm.U
8185            ! U/threads/usethreads.U
8186      Branch: metaconfig/U/perl
8187            + uselonglong.U
8188            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8189            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
8190            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
8191            ! usemultiplicity.U useperlio.U usesocks.U
8192 ____________________________________________________________________________
8193 [  4485] By: gsar                                  on 1999/10/29  06:08:50
8194         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
8195      Branch: perl
8196            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
8197            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8198            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
8199            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
8200            ! sv.h
8201 ____________________________________________________________________________
8202 [  4484] By: gsar                                  on 1999/10/29  03:00:21
8203         Log: usurp GVOP slot for new PADOP (one small step to making optree
8204              shareable across interpreters)
8205      Branch: perl
8206            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
8207            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8208            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8209            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
8210            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
8211            ! pp_hot.c pp_sys.c regexec.c run.c
8212 ____________________________________________________________________________
8213 [  4483] By: jhi                                   on 1999/10/28  22:01:12
8214         Log: Regen Configure.
8215      Branch: cfgperl
8216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8217            ! config_h.SH
8218 ____________________________________________________________________________
8219 [  4482] By: jhi                                   on 1999/10/28  21:45:26
8220         Log: Installdirs patches from Andy.
8221      Branch: metaconfig
8222            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
8223            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
8224            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
8225            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
8226            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
8227            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
8228            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
8229            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
8230            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
8231 ____________________________________________________________________________
8232 [  4481] By: gsar                                  on 1999/10/28  17:33:49
8233         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
8234              can still be directly set)
8235      Branch: perl
8236            ! lib/Time/Local.pm
8237 ____________________________________________________________________________
8238 [  4480] By: jhi                                   on 1999/10/28  13:49:26
8239         Log: Fix printing of uids and gids; regen Configure.
8240      Branch: cfgperl
8241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8242            ! config_h.SH mg.c perl.c perl.h taint.c
8243 ____________________________________________________________________________
8244 [  4479] By: jhi                                   on 1999/10/28  11:53:57
8245         Log: Fix typo.
8246      Branch: metaconfig
8247            ! U/typedefs/gidsize.U
8248 ____________________________________________________________________________
8249 [  4478] By: jhi                                   on 1999/10/28  06:50:02
8250         Log: Integrate with Sarathy.
8251      Branch: cfgperl
8252           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
8253           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8254           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8255           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
8256 ____________________________________________________________________________
8257 [  4477] By: jhi                                   on 1999/10/28  06:40:54
8258         Log: (Slightly) better comments for Policy_sh.SH from Andy.
8259      Branch: cfgperl
8260            ! Policy_sh.SH
8261 ____________________________________________________________________________
8262 [  4476] By: gsar                                  on 1999/10/27  23:54:36
8263         Log: regen config* stuff for windows
8264      Branch: perl
8265            ! Changes patchlevel.h win32/Makefile win32/config.bc
8266            ! win32/config.gc win32/config.vc win32/config_H.bc
8267            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8268            ! win32/makefile.mk
8269 ____________________________________________________________________________
8270 [  4475] By: gsar                                  on 1999/10/27  21:32:30
8271         Log: integrate cfgperl contents into mainline; merge conflicts
8272      Branch: perl
8273           !> (integrate 46 files)
8274 ____________________________________________________________________________
8275 [  4474] By: gsar                                  on 1999/10/27  21:15:07
8276         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
8277              perl; stdout/stderr redirects seem broken as well)
8278      Branch: perl
8279            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
8280 ____________________________________________________________________________
8281 [  4473] By: jhi                                   on 1999/10/27  21:11:11
8282         Log: Do not block if no message queues available.
8283      Branch: cfgperl
8284            ! t/lib/ipc_sysv.t
8285 ____________________________________________________________________________
8286 [  4472] By: jhi                                   on 1999/10/27  18:27:40
8287         Log: Remove unused "squatter" symbols; regen Configure.
8288      Branch: cfgperl
8289            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8290            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
8291            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8292 ____________________________________________________________________________
8293 [  4471] By: jhi                                   on 1999/10/27  18:26:55
8294         Log: metaconfig; split socket; fix output.
8295      Branch: metaconfig
8296            ! U/modified/d_socket.U U/modified/d_statblks.U
8297      Branch: metaconfig/U/perl
8298            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
8299            ! i_sysstatfs.U i_sysvfs.U
8300 ____________________________________________________________________________
8301 [  4470] By: jhi                                   on 1999/10/27  17:19:06
8302         Log: Regen Configure.
8303      Branch: cfgperl
8304            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8305            ! config_h.SH perl.c perl.h
8306 ____________________________________________________________________________
8307 [  4469] By: jhi                                   on 1999/10/27  17:18:41
8308         Log: metaconfig; split statfs.
8309      Branch: metaconfig/U/perl
8310            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
8311            ! d_statfs.U
8312 ____________________________________________________________________________
8313 [  4468] By: jhi                                   on 1999/10/27  14:06:44
8314         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
8315              (Ilya's changes won).
8316      Branch: cfgperl
8317           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8318           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8319           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8320           !> (integrate 65 files)
8321 ____________________________________________________________________________
8322 [  4467] By: jhi                                   on 1999/10/27  13:38:41
8323         Log: Regen Configure.
8324      Branch: cfgperl
8325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8326            ! config_h.SH
8327 ____________________________________________________________________________
8328 [  4466] By: jhi                                   on 1999/10/27  13:18:06
8329         Log: metaconfig fixes from Andy.
8330      Branch: metaconfig
8331            + U/modified/libnlist.U U/modified/usrinc.U
8332            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
8333 ____________________________________________________________________________
8334 [  4465] By: jhi                                   on 1999/10/27  13:06:27
8335         Log: Nosuid checking for statfs() people.
8336      Branch: cfgperl
8337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8338            ! config_h.SH perl.c perl.h pod/perldiag.pod
8339 ____________________________________________________________________________
8340 [  4464] By: jhi                                   on 1999/10/27  13:04:20
8341         Log: metaconfig maintenance; fix Hasfield, statfs;
8342              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
8343              split fstatfs away from statfs.
8344      Branch: metaconfig
8345            + U/protos/Hasstruct.U
8346            ! U/protos/Hasfield.U
8347      Branch: metaconfig/U/perl
8348            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
8349            + i_ustat.U
8350            ! d_statfs.U
8351 ____________________________________________________________________________
8352 [  4463] By: jhi                                   on 1999/10/27  07:55:53
8353         Log: We need cc to be able to test for cc -v.
8354      Branch: cfgperl
8355            ! hints/dec_osf.sh
8356 ____________________________________________________________________________
8357 [  4462] By: gsar                                  on 1999/10/27  01:31:41
8358         Log: more GCC v2.95 induced adjustments
8359      Branch: perl
8360            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
8361            ! win32/makefile.mk win32/win32.c x2p/walk.c
8362 ____________________________________________________________________________
8363 [  4461] By: gsar                                  on 1999/10/26  21:42:59
8364         Log: warnings and const violations identified by compiling in C++ mode
8365              with GCC v2.95
8366      Branch: perl
8367            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
8368            ! sv.c taint.c toke.c win32/win32.c
8369 ____________________________________________________________________________
8370 [  4459] By: jhi                                   on 1999/10/26  10:15:58
8371         Log: Regen Configure.
8372      Branch: cfgperl
8373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8374            ! config_h.SH
8375 ____________________________________________________________________________
8376 [  4458] By: jhi                                   on 1999/10/26  09:48:37
8377         Log: Minor rewordings.
8378      Branch: metaconfig/U/perl
8379            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
8380 ____________________________________________________________________________
8381 [  4456] By: jhi                                   on 1999/10/26  09:11:49
8382         Log: Fix d_statfsflags; add d_getmnt.
8383      Branch: metaconfig/U/perl
8384            + d_getmnt.U
8385            ! d_statfs.U
8386 ____________________________________________________________________________
8387 [  4455] By: jhi                                   on 1999/10/26  08:12:27
8388         Log: Massive multitypo in #4446.
8389      Branch: cfgperl
8390            ! hints/dec_osf.sh
8391 ____________________________________________________________________________
8392 [  4454] By: jhi                                   on 1999/10/25  08:28:45
8393         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8394              To: Perl 5 Porters <perl5-porters@perl.org>
8395              Subject: [PATCH 5.005_62] dos-djgpp update
8396              Date: Mon, 25 Oct 1999 10:11:30 +0200
8397              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
8398      Branch: cfgperl
8399            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
8400            ! pod/perldelta.pod t/lib/io_unix.t
8401 ____________________________________________________________________________
8402 [  4453] By: jhi                                   on 1999/10/25  08:25:50
8403         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8404              To: perl5-porters@perl.org (Mailing list Perl5)
8405              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
8406              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
8407              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
8408      Branch: cfgperl
8409            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
8410 ____________________________________________________________________________
8411 [  4452] By: jhi                                   on 1999/10/25  08:16:55
8412         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8413              To: perl5-porters@perl.org (Mailing list Perl5)
8414              Subject: [PATCH 5.005_62] Missing REx engine patch
8415              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
8416              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
8417      Branch: cfgperl
8418            ! pod/perldiag.pod regcomp.c regexec.c
8419 ____________________________________________________________________________
8420 [  4451] By: jhi                                   on 1999/10/25  08:13:06
8421         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8422              To: perl5-porters@perl.org (Mailing list Perl5)
8423              Subject: [PATCH 5.005_62] charnames and UTEST
8424              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
8425              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
8426      Branch: cfgperl
8427            ! t/lib/charnames.t
8428 ____________________________________________________________________________
8429 [  4450] By: gsar                                  on 1999/10/25  07:38:15
8430         Log: win32 tweak
8431      Branch: perl
8432            ! win32/perllib.c
8433 ____________________________________________________________________________
8434 [  4449] By: gsar                                  on 1999/10/24  23:20:10
8435         Log: remove inconsistent tainting behavior of sprintf("%e",...)
8436              (all bets are off is "C" locale is compromised)
8437      Branch: perl
8438            ! pod/perlfunc.pod pod/perllocale.pod sv.c
8439 ____________________________________________________________________________
8440 [  4448] By: gsar                                  on 1999/10/24  22:20:42
8441         Log: remove unused interpreter globals
8442      Branch: perl
8443            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
8444            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
8445            ! proto.h toke.c
8446 ____________________________________________________________________________
8447 [  4447] By: jhi                                   on 1999/10/24  21:49:52
8448         Log: Another hints tweak.
8449      Branch: cfgperl
8450            ! hints/aix.sh
8451 ____________________________________________________________________________
8452 [  4446] By: jhi                                   on 1999/10/24  21:48:02
8453         Log: Hints tweak.
8454      Branch: cfgperl
8455            ! hints/dec_osf.sh
8456 ____________________________________________________________________________
8457 [  4445] By: nick                                  on 1999/10/24  21:03:28
8458         Log: Integrate own changes to mainline.
8459      Branch: utfperl
8460           !> installperl pp.c
8461 ____________________________________________________________________________
8462 [  4444] By: nick                                  on 1999/10/24  20:54:06
8463         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
8464              (Fix/workround for [ID19991024.001])
8465      Branch: perl
8466            ! pp.c
8467 ____________________________________________________________________________
8468 [  4443] By: nick                                  on 1999/10/24  15:09:51
8469         Log: Follow that camel ... another sync.
8470      Branch: utfperl
8471           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8472           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8473           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8474           !> (integrate 36 files)
8475 ____________________________________________________________________________
8476 [  4442] By: gsar                                  on 1999/10/24  14:40:01
8477         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
8478      Branch: perl
8479            ! installperl
8480 ____________________________________________________________________________
8481 [  4441] By: gsar                                  on 1999/10/24  14:33:11
8482         Log: test in change#4428 needs strict interpretation of C modulus
8483      Branch: perl
8484            ! t/op/int.t
8485 ____________________________________________________________________________
8486 [  4440] By: gsar                                  on 1999/10/24  13:47:17
8487         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
8488              $? break
8489      Branch: perl
8490            ! perl.c pod/perldelta.pod pod/perldiag.pod
8491 ____________________________________________________________________________
8492 [  4439] By: jhi                                   on 1999/10/24  13:19:17
8493         Log: test for #2835 (yeah, better later than never)
8494      Branch: cfgperl
8495            ! t/op/array.t
8496 ____________________________________________________________________________
8497 [  4438] By: gsar                                  on 1999/10/24  12:59:12
8498         Log: typo, doc tweak
8499      Branch: perl
8500            ! lib/attributes.pm pod/perlop.pod
8501 ____________________________________________________________________________
8502 [  4437] By: gsar                                  on 1999/10/24  11:59:55
8503         Log: allow get() and reftype() functions to be imported (from
8504              Spider Boardman)
8505      Branch: perl
8506            ! lib/attributes.pm
8507 ____________________________________________________________________________
8508 [  4436] By: gsar                                  on 1999/10/24  11:52:53
8509         Log: suppress scalar leak messages for known leaks (from
8510              Robin Barker <rmb1@cise.npl.co.uk>)
8511      Branch: perl
8512            ! Changes t/op/lex_assign.t t/pragma/warn/op
8513 ____________________________________________________________________________
8514 [  4435] By: gsar                                  on 1999/10/24  11:39:42
8515         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
8516      Branch: perl
8517            ! ext/B/defsubs_h.PL
8518 ____________________________________________________________________________
8519 [  4434] By: gsar                                  on 1999/10/24  11:36:08
8520         Log: relax range checking if they ask for it (from John L. Allen
8521              <allen@grumman.com>)
8522      Branch: perl
8523            ! lib/Time/Local.pm
8524 ____________________________________________________________________________
8525 [  4433] By: gsar                                  on 1999/10/24  11:25:51
8526         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
8527      Branch: perl
8528            ! README lib/File/Path.pm
8529 ____________________________________________________________________________
8530 [  4432] By: gsar                                  on 1999/10/24  11:11:02
8531         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8532              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
8533              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
8534              Subject: Re: [PATCH 5.005_62] OS/2 improvements
8535      Branch: perl
8536            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8537            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8538            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8539            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
8540            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
8541            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8542            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8543            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8544            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
8545            ! perl.c perl.h t/io/fs.t t/op/magic.t
8546 ____________________________________________________________________________
8547 [  4431] By: gsar                                  on 1999/10/24  10:50:14
8548         Log: install all README.foo with pod content as podfoo.pod
8549      Branch: perl
8550            ! Makefile.SH installman
8551 ____________________________________________________________________________
8552 [  4430] By: gsar                                  on 1999/10/24  09:28:24
8553         Log: @INC needs ../lib
8554      Branch: perl
8555            ! t/op/int.t
8556 ____________________________________________________________________________
8557 [  4429] By: jhi                                   on 1999/10/23  21:47:49
8558         Log: More printf-fixes (see also #4426).
8559      Branch: cfgperl
8560            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
8561            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
8562            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
8563 ____________________________________________________________________________
8564 [  4428] By: gsar                                  on 1999/10/23  20:28:56
8565         Log: fix accidental C modulo semantics on integer-valued operations
8566              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
8567      Branch: perl
8568            ! op.c t/op/int.t
8569 ____________________________________________________________________________
8570 [  4427] By: jhi                                   on 1999/10/23  16:10:10
8571         Log: Integrate with Sarathy.
8572      Branch: cfgperl
8573           !> sv.c win32/win32.c
8574 ____________________________________________________________________________
8575 [  4426] By: jhi                                   on 1999/10/23  16:04:02
8576         Log: Fix the printfing nits pointed out by using gcc -Wall and
8577              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
8578              plus few other warnings in Dumper.xs.
8579      Branch: cfgperl
8580            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8581            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
8582 ____________________________________________________________________________
8583 [  4425] By: jhi                                   on 1999/10/23  15:16:41
8584         Log: Configure regen to pick up the new installation directories
8585              from Policy_sh.SH.  The explanations of "public add-ons" and
8586              "vendor-supplied" could do with more work.
8587      Branch: cfgperl
8588            ! Configure config_h.SH
8589 ____________________________________________________________________________
8590 [  4424] By: nick                                  on 1999/10/23  00:46:22
8591         Log: Resolve mainline before possible hacking operertunity this weekend
8592      Branch: utfperl
8593           +> pod/perlfilter.pod
8594           !> (integrate 32 files)
8595 ____________________________________________________________________________
8596 [  4423] By: jhi                                   on 1999/10/22  22:53:17
8597         Log: Update Policy_sh.SH to handle the newer installation directives.
8598              From: Andy Dougherty <doughera@lafayette.edu>
8599              To: Perl Porters <perl5-porters@perl.org>
8600              Subject: [PATCH 5.005_62] Policy_sh.SH update
8601              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
8602              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
8603      Branch: cfgperl
8604            ! Policy_sh.SH
8605 ____________________________________________________________________________
8606 [  4422] By: jhi                                   on 1999/10/22  22:44:44
8607         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
8608      Branch: cfgperl
8609            ! hints/aix.sh
8610 ____________________________________________________________________________
8611 [  4421] By: gsar                                  on 1999/10/22  21:16:44
8612         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
8613              C<"%ld", long_val>
8614      Branch: perl
8615            ! sv.c
8616 ____________________________________________________________________________
8617 [  4420] By: gsar                                  on 1999/10/22  16:36:46
8618         Log: win32_utime() on directories should use localtime() rather
8619              than gmtime() (from Jan Dubois)
8620      Branch: perl
8621            ! win32/win32.c
8622 ____________________________________________________________________________
8623 [  4419] By: jhi                                   on 1999/10/21  10:31:41
8624         Log: Integrate with Sarathy.
8625      Branch: cfgperl
8626           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
8627           !> t/lib/glob-basic.t t/op/sort.t
8628 ____________________________________________________________________________
8629 [  4418] By: gsar                                  on 1999/10/20  23:49:47
8630         Log: add test for change#4417
8631      Branch: perl
8632            ! t/op/sort.t
8633 ____________________________________________________________________________
8634 [  4417] By: gsar                                  on 1999/10/20  23:45:03
8635         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
8636      Branch: perl
8637            ! op.c
8638 ____________________________________________________________________________
8639 [  4416] By: gsar                                  on 1999/10/20  01:00:50
8640         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
8641      Branch: perl
8642            ! lib/CPAN/FirstTime.pm
8643 ____________________________________________________________________________
8644 [  4415] By: gsar                                  on 1999/10/20  00:52:34
8645         Log: disable optimizing troublesome ops in change#3612
8646              (from Ilya Zakharevich)
8647      Branch: perl
8648            ! Makefile.SH opcode.h opcode.pl
8649 ____________________________________________________________________________
8650 [  4414] By: gsar                                  on 1999/10/20  00:37:46
8651         Log: skip unreadable directory test when running as root
8652      Branch: perl
8653            ! t/lib/glob-basic.t
8654 ____________________________________________________________________________
8655 [  4413] By: jhi                                   on 1999/10/19  09:26:52
8656         Log: Avoid GNU ar if HP cc is being used.
8657      Branch: cfgperl
8658            ! hints/hpux.sh
8659 ____________________________________________________________________________
8660 [  4412] By: jhi                                   on 1999/10/19  07:24:29
8661         Log: Integrate with Sarathy.
8662      Branch: cfgperl
8663           !> perlvars.h
8664 ____________________________________________________________________________
8665 [  4411] By: jhi                                   on 1999/10/19  07:22:34
8666         Log: Long double support: sqrtl et al are not available everywhere,
8667              e.g. not in Solaris, even when long doubles are.
8668      Branch: cfgperl
8669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8670            ! config_h.SH perl.h
8671 ____________________________________________________________________________
8672 [  4410] By: jhi                                   on 1999/10/19  07:21:42
8673         Log: Add sqrtl probe, add echo dependencies.
8674      Branch: metaconfig
8675            ! U/threads/d_pthreadj.U
8676      Branch: metaconfig/U/perl
8677            + d_sqrtl.U
8678            ! i_inttypes.U io64.U
8679 ____________________________________________________________________________
8680 [  4409] By: gsar                                  on 1999/10/19  02:18:54
8681         Log: perl_mutex n/a if !USE_THREADS
8682      Branch: perl
8683            ! perlvars.h
8684 ____________________________________________________________________________
8685 [  4408] By: jhi                                   on 1999/10/18  20:13:02
8686         Log: Forgotten s/warning/warnings/.
8687      Branch: cfgperl
8688            ! Makefile.SH
8689 ____________________________________________________________________________
8690 [  4407] By: jhi                                   on 1999/10/18  20:02:12
8691         Log: Integrate with Sarathy.
8692      Branch: cfgperl
8693           +> pod/perlfilter.pod
8694           !> (integrate 30 files)
8695 ____________________________________________________________________________
8696 [  4406] By: gsar                                  on 1999/10/18  16:32:10
8697         Log: added intro to source filters from Paul Marquess
8698      Branch: perl
8699            + pod/perlfilter.pod
8700            ! MANIFEST pod/perldelta.pod
8701 ____________________________________________________________________________
8702 [  4405] By: gsar                                  on 1999/10/18  05:53:06
8703         Log: missing manpages
8704      Branch: perl
8705            ! installman
8706 ____________________________________________________________________________
8707 [  4404] By: gsar                                  on 1999/10/18  05:09:22
8708         Log: pod updates from Tom Christiansen
8709      Branch: perl
8710            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
8711 ____________________________________________________________________________
8712 [  4403] By: gsar                                  on 1999/10/17  23:43:59
8713         Log: PL_malloc_mutex needs to be global, not per-interpreter
8714              (malloc.c has static data)
8715      Branch: perl
8716            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
8717 ____________________________________________________________________________
8718 [  4402] By: gsar                                  on 1999/10/17  22:30:30
8719         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
8720              windows
8721      Branch: perl
8722            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
8723            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
8724            ! win32/win32.h
8725 ____________________________________________________________________________
8726 [  4401] By: gsar                                  on 1999/10/17  20:33:42
8727         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
8728              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
8729              is one symptom of the problem
8730      Branch: perl
8731            ! pp_ctl.c t/op/eval.t
8732 ____________________________________________________________________________
8733 [  4400] By: gsar                                  on 1999/10/17  18:36:46
8734         Log: remove FileHandle from list of PodParser dependencies (the
8735              difference is 20 files vs 6 files loaded!)
8736      Branch: perl
8737            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
8738            ! t/pod/testcmp.pl
8739 ____________________________________________________________________________
8740 [  4399] By: nick                                  on 1999/10/17  14:51:35
8741         Log: Pre-trip resolve
8742      Branch: utfperl
8743           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
8744 ____________________________________________________________________________
8745 [  4398] By: gsar                                  on 1999/10/17  09:19:24
8746         Log: make installperl ignore RCS files (from Michael G Schwern
8747              <schwern@pobox.com>)
8748      Branch: perl
8749            ! installperl lib/Text/Tabs.pm
8750 ____________________________________________________________________________
8751 [  4397] By: gsar                                  on 1999/10/16  18:30:14
8752         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
8753      Branch: perl
8754            ! perl.c
8755 ____________________________________________________________________________
8756 [  4396] By: jhi                                   on 1999/10/16  17:44:39
8757         Log: Missing comma.
8758      Branch: cfgperl
8759            ! lib/diagnostics.pm
8760 ____________________________________________________________________________
8761 [  4395] By: gsar                                  on 1999/10/16  17:18:36
8762         Log: assumption about @_ always being non-REAL doesn't hold when
8763              debugger is running; DB::sub() can call arbitrary stuff
8764              that modifies @_ at will
8765      Branch: perl
8766            ! pp_hot.c
8767 ____________________________________________________________________________
8768 [  4394] By: nick                                  on 1999/10/16  09:35:20
8769         Log: Resolve utfperl branch against mainline as of _62
8770      Branch: utfperl
8771           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8772           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
8773           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8774           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8775           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8776           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8777           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
8778           +> t/lib/glob-taint.t win32/genmk95.pl
8779            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8780           !> (integrate 144 files)
8781 ____________________________________________________________________________
8782 [  4393] By: gsar                                  on 1999/10/16  04:07:02
8783         Log: OS/2 support bits (from Ilya Zakharevich)
8784      Branch: perl
8785            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
8786 ____________________________________________________________________________
8787 [  4392] By: jhi                                   on 1999/10/15  10:28:09
8788         Log: Integrate with Sarathy.
8789      Branch: cfgperl
8790           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
8791           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
8792           !> win32/Makefile win32/makefile.mk
8793
8794 ----------------
8795 Version 5.005_62
8796 ----------------
8797
8798 ____________________________________________________________________________
8799 [  4391] By: gsar                                  on 1999/10/15  10:12:42
8800         Log: here be 5.005_62
8801      Branch: perl
8802            ! Changes MANIFEST Porting/makerel
8803 ____________________________________________________________________________
8804 [  4390] By: gsar                                  on 1999/10/15  09:45:51
8805         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
8806              avoid tickling it in Pod::Man for now; other nits in
8807              Pod::*
8808      Branch: perl
8809            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
8810            ! pod/perlopentut.pod
8811 ____________________________________________________________________________
8812 [  4389] By: gsar                                  on 1999/10/15  08:55:01
8813         Log: disable internal globbing for miniperl (or build breaks out
8814              in a rash of failed dependencies)
8815      Branch: perl
8816            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
8817 ____________________________________________________________________________
8818 [  4388] By: jhi                                   on 1999/10/15  08:07:49
8819         Log: Integrate with Sarathy.
8820      Branch: cfgperl
8821           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
8822           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
8823 ____________________________________________________________________________
8824 [  4387] By: gsar                                  on 1999/10/15  07:46:24
8825         Log: integrate cfgperl contents into mainline
8826      Branch: perl
8827            ! Changes
8828           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
8829           !> t/pragma/warn/regcomp
8830 ____________________________________________________________________________
8831 [  4386] By: gsar                                  on 1999/10/15  05:45:36
8832         Log: various little goofs in change#4385
8833      Branch: perl
8834            ! win32/include/dirent.h win32/win32.c
8835 ____________________________________________________________________________
8836 [  4385] By: gsar                                  on 1999/10/15  04:49:09
8837         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
8838              rather than win32_opendir() reading all files up front (untested)
8839      Branch: perl
8840            ! win32/include/dirent.h win32/win32.c
8841 ____________________________________________________________________________
8842 [  4384] By: gsar                                  on 1999/10/15  01:34:09
8843         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
8844      Branch: perl
8845            ! lib/Benchmark.pm pod/perldelta.pod
8846 ____________________________________________________________________________
8847 [  4383] By: gsar                                  on 1999/10/15  01:22:32
8848         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
8849              <dha@panix.com>)
8850      Branch: perl
8851            ! pod/perlfaq2.pod
8852 ____________________________________________________________________________
8853 [  4382] By: gsar                                  on 1999/10/15  01:14:22
8854         Log: From: jand@ActiveState.com (Jan Dubois)
8855              Date: Fri, 15 Oct 1999 01:14:23 +0200
8856              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
8857              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
8858      Branch: perl
8859            ! ext/POSIX/POSIX.xs
8860 ____________________________________________________________________________
8861 [  4381] By: jhi                                   on 1999/10/14  22:11:36
8862         Log: Integrate with Sarathy.
8863      Branch: cfgperl
8864           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
8865           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
8866           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
8867           !> win32/makefile.mk
8868 ____________________________________________________________________________
8869 [  4380] By: jhi                                   on 1999/10/14  22:08:22
8870         Log: Warn inside character classes about unknown backslash escapes
8871              (that are not caught earlier because of being completely unknown,
8872              such as \m), such as \z (because they make do sense inside regexen,
8873              but not inside character classes).
8874      Branch: cfgperl
8875            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
8876            ! t/pragma/warn/regcomp
8877 ____________________________________________________________________________
8878 [  4379] By: gsar                                  on 1999/10/14  18:26:56
8879         Log: clarify significance of parens for "x" (from M.J.T. Guy
8880              <mjtg@cus.cam.ac.uk>)
8881      Branch: perl
8882            ! pod/perlop.pod
8883 ____________________________________________________________________________
8884 [  4378] By: gsar                                  on 1999/10/14  18:25:20
8885         Log: make timelocal work better when time is close to the epoch
8886              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
8887      Branch: perl
8888            ! lib/Time/Local.pm
8889 ____________________________________________________________________________
8890 [  4377] By: gsar                                  on 1999/10/14  18:15:11
8891         Log: integrate cfgperl contents into mainline
8892      Branch: perl
8893           +> ext/DB_File/hints/sco.pl
8894           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
8895           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
8896           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
8897 ____________________________________________________________________________
8898 [  4376] By: gsar                                  on 1999/10/14  17:47:35
8899         Log: fix POPSTACK panics that ensued from bad interaction between
8900              runlevels and stack of stacks (change#3988 done right);
8901              basically, we pop the runlevel if the stacklevel is not the
8902              same one we started the runlevel with
8903      Branch: perl
8904            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
8905 ____________________________________________________________________________
8906 [  4375] By: gsar                                  on 1999/10/14  15:54:48
8907         Log: avoid warnings
8908      Branch: perl
8909            ! ext/File/Glob/bsd_glob.c
8910 ____________________________________________________________________________
8911 [  4374] By: jhi                                   on 1999/10/14  10:08:44
8912         Log: Warn about false ranges like \d-\w (see the change #4355).
8913              The invalid ranges (b-a) warning message also enhanced.
8914      Branch: cfgperl
8915            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
8916            ! t/pragma/warn/regcomp
8917 ____________________________________________________________________________
8918 [  4373] By: gsar                                  on 1999/10/14  03:49:54
8919         Log: File::Glob fixes for Windows
8920      Branch: perl
8921            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
8922            ! win32/makefile.mk
8923 ____________________________________________________________________________
8924 [  4372] By: gsar                                  on 1999/10/14  02:21:31
8925         Log: avoid inefficiency in change#3386 (every longjmp() was followed
8926              by an avoidable call to setjmp())
8927      Branch: perl
8928            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
8929            ! proto.h scope.c scope.h
8930 ____________________________________________________________________________
8931 [  4371] By: jhi                                   on 1999/10/13  21:17:17
8932         Log: Integrate with Sarathy.
8933      Branch: cfgperl
8934           !> op.c pod/perldelta.pod
8935 ____________________________________________________________________________
8936 [  4370] By: gsar                                  on 1999/10/13  18:08:45
8937         Log: misc tweaks
8938      Branch: perl
8939            ! op.c pod/perldelta.pod
8940 ____________________________________________________________________________
8941 [  4369] By: jhi                                   on 1999/10/13  16:18:58
8942         Log: Integrate with Sarathy.
8943      Branch: cfgperl
8944           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8945 ____________________________________________________________________________
8946 [  4368] By: gsar                                  on 1999/10/13  16:14:16
8947         Log: pod nits from various perl porters
8948      Branch: perl
8949            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8950 ____________________________________________________________________________
8951 [  4367] By: jhi                                   on 1999/10/13  12:10:30
8952         Log: From: Vlad Harchev <hvv@hippo.ru>
8953              To: perl5-porters@perl.org
8954              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
8955              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
8956              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
8957      Branch: cfgperl
8958            ! pod/perlop.pod
8959 ____________________________________________________________________________
8960 [  4366] By: gsar                                  on 1999/10/13  08:11:11
8961         Log: typos and language goofs pointed out by Hugo van der Sanden
8962              <hv@crypt.compulink.co.uk>
8963      Branch: perl
8964            ! pod/perldelta.pod pod/perldiag.pod
8965 ____________________________________________________________________________
8966 [  4365] By: jhi                                   on 1999/10/13  07:27:44
8967         Log: Integrate with Sarathy.
8968      Branch: cfgperl
8969           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8970           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8971           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8972           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8973           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
8974           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
8975           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
8976           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
8977           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
8978 ____________________________________________________________________________
8979 [  4364] By: gsar                                  on 1999/10/13  07:06:04
8980         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8981      Branch: perl
8982            ! lib/perl5db.pl
8983 ____________________________________________________________________________
8984 [  4363] By: jhi                                   on 1999/10/13  07:03:43
8985         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
8986              To: perl5-porters@perl.org
8987              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
8988              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
8989              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
8990      Branch: cfgperl
8991            ! hints/svr5.sh
8992 ____________________________________________________________________________
8993 [  4362] By: jhi                                   on 1999/10/13  06:57:16
8994         Log: Add DB_File hint for SCO ODT.
8995              From: hops@sco.com
8996              To: perl5-porters@perl.org
8997              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8998              Date: Tue, 12 Oct 1999 20:16:04 PDT
8999              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9000      Branch: cfgperl
9001            + ext/DB_File/hints/sco.pl
9002            ! MANIFEST
9003 ____________________________________________________________________________
9004 [  4361] By: gsar                                  on 1999/10/13  06:56:08
9005         Log: PL_numeric_radix used without being defined (from Ilya
9006              Zakharevich)
9007      Branch: perl
9008            ! util.c
9009 ____________________________________________________________________________
9010 [  4360] By: gsar                                  on 1999/10/13  06:43:03
9011         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
9012              From: hops@sco.com
9013              Date: Tue, 12 Oct 1999 20:16:04 PDT
9014              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9015              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
9016      Branch: perl
9017            + ext/NDBM_File/hints/sco.pl
9018            ! MANIFEST ext/ODBM_File/hints/sco.pl
9019 ____________________________________________________________________________
9020 [  4359] By: gsar                                  on 1999/10/13  06:34:53
9021         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
9022      Branch: perl
9023            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
9024            ! pod/perlport.pod
9025 ____________________________________________________________________________
9026 [  4358] By: gsar                                  on 1999/10/12  19:10:27
9027         Log: perldelta updates
9028      Branch: perl
9029            ! pod/perldelta.pod
9030 ____________________________________________________________________________
9031 [  4357] By: gsar                                  on 1999/10/12  17:11:18
9032         Log: update perldelta for change#4356
9033      Branch: perl
9034            ! Changes pod/perldelta.pod
9035 ____________________________________________________________________________
9036 [  4356] By: gsar                                  on 1999/10/12  16:53:31
9037         Log: add File::BSDGlob as File::Glob and load it at compile-time
9038              if perl was built with -DPERL_INTERNAL_GLOB
9039              
9040              TODO: we currently get a compile-time failure if File/Glob.pm
9041              can't be found; such failure needs to be made to emit a warning
9042              and use the csh implementation instead
9043      Branch: perl
9044            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
9045            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9046            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9047            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
9048            + t/lib/glob-global.t t/lib/glob-taint.t
9049            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
9050            ! t/pragma/overload.t
9051 ____________________________________________________________________________
9052 [  4355] By: jhi                                   on 1999/10/12  15:30:05
9053         Log: Revert the parts of #3926 that outlawed character ranges
9054              that have character classes such as \w as either endpoint.
9055              This change re-establishes the old behavior which meant that
9056              such ranges weren't really ranges, the "-" was literal.
9057              Moreover, this change also fixes the old behavior to be
9058              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
9059              Now they all do work as described above.  The #3926 outlawed
9060              all of those.
9061      Branch: cfgperl
9062            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
9063 ____________________________________________________________________________
9064 [  4354] By: jhi                                   on 1999/10/12  09:58:59
9065         Log: Integrate with Sarathy.
9066      Branch: cfgperl
9067           !> (integrate 33 files)
9068 ____________________________________________________________________________
9069 [  4353] By: gsar                                  on 1999/10/12  05:53:40
9070         Log: apply parts of LynxOS patches from Alan Johnson
9071              <johnson@alonn.gemse.fr>
9072      Branch: perl
9073            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
9074            ! t/op/groups.t
9075 ____________________________________________________________________________
9076 [  4352] By: gsar                                  on 1999/10/12  05:24:39
9077         Log: allow any unpack specifier to take a count via '/'
9078              (from Ilya Zakharevich)
9079      Branch: perl
9080            ! pp.c t/op/pack.t
9081 ____________________________________________________________________________
9082 [  4351] By: gsar                                  on 1999/10/12  05:02:35
9083         Log: avoid warnings
9084      Branch: perl
9085            ! malloc.c
9086 ____________________________________________________________________________
9087 [  4350] By: gsar                                  on 1999/10/12  04:50:52
9088         Log: various cleanups
9089      Branch: perl
9090            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
9091            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
9092            ! win32/config.gc win32/config.vc win32/config_H.bc
9093            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
9094 ____________________________________________________________________________
9095 [  4349] By: gsar                                  on 1999/10/12  00:23:11
9096         Log: update Changes, patchlevel etc.
9097      Branch: perl
9098            ! Changes Porting/findvars patchlevel.h win32/Makefile
9099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9100            ! win32/makefile.mk
9101 ____________________________________________________________________________
9102 [  4348] By: gsar                                  on 1999/10/11  23:11:57
9103         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
9104      Branch: perl
9105            ! pod/perlfunc.pod
9106 ____________________________________________________________________________
9107 [  4347] By: jhi                                   on 1999/10/11  21:25:03
9108         Log: Sparc Linux -Duseshrplib fix.
9109              
9110              From: Brian Jepson <bjepson@home.com>
9111              To: Nick Ing-Simmons <nick@ing-simmons.net>
9112              cc: perl5-porters@perl.org
9113              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
9114              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
9115              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
9116      Branch: cfgperl
9117            ! hints/linux.sh
9118 ____________________________________________________________________________
9119 [  4346] By: gsar                                  on 1999/10/11  20:28:32
9120         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
9121              the behavior of 'Z*' and 'Z3' to always pack a trailing
9122              null byte; changed documentation to suit; added test
9123      Branch: perl
9124            ! pod/perlfunc.pod pp.c t/op/pack.t
9125 ____________________________________________________________________________
9126 [  4345] By: gsar                                  on 1999/10/11  19:15:46
9127         Log: writing to perllocal.pod fails if it was never created;
9128              tweak pseudo-hash example (both suggested by Michael G Schwern
9129              <schwern@pobox.com>)
9130      Branch: perl
9131            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
9132 ____________________________________________________________________________
9133 [  4344] By: gsar                                  on 1999/10/11  17:57:31
9134         Log: slightly edited variant of suggested patch
9135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9136              Date: Thu, 9 Sep 1999 18:35:37 -0400
9137              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
9138              Subject: [PATCH 5.005_58] How RExen match?
9139      Branch: perl
9140            ! pod/perlre.pod
9141 ____________________________________________________________________________
9142 [  4343] By: gsar                                  on 1999/10/11  16:55:48
9143         Log: change#4327 was inefficient
9144      Branch: perl
9145            ! lib/lib.pm
9146 ____________________________________________________________________________
9147 [  4342] By: jhi                                   on 1999/10/11  07:01:46
9148         Log: Integrate with Sarathy.
9149      Branch: cfgperl
9150           +> pod/perlhack.pod
9151           !> (integrate 28 files)
9152 ____________________________________________________________________________
9153 [  4341] By: jhi                                   on 1999/10/11  06:37:47
9154         Log: The 2.5th cut at the AIX C++ extension problems.
9155      Branch: cfgperl
9156            ! hints/aix.sh
9157 ____________________________________________________________________________
9158 [  4340] By: gsar                                  on 1999/10/10  23:48:07
9159         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
9160      Branch: perl
9161            + pod/perlhack.pod
9162            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9163 ____________________________________________________________________________
9164 [  4339] By: gsar                                  on 1999/10/10  20:42:40
9165         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
9166              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
9167              void(*)(pTHX_ void*)
9168      Branch: perl
9169            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
9170            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
9171            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
9172            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
9173 ____________________________________________________________________________
9174 [  4338] By: gsar                                  on 1999/10/10  20:38:59
9175         Log: add missing new diagnostics to perldelta
9176      Branch: perl
9177            ! pod/perldelta.pod
9178 ____________________________________________________________________________
9179 [  4337] By: gsar                                  on 1999/10/10  17:40:13
9180         Log: update perldelta for change#3406
9181      Branch: perl
9182            ! embed.pl pod/perldata.pod pod/perldelta.pod
9183 ____________________________________________________________________________
9184 [  4336] By: gsar                                  on 1999/10/10  16:33:14
9185         Log: integrate cfgperl contents into mainline
9186      Branch: perl
9187           +> ext/DynaLoader/hints/aix.pl
9188           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
9189           !> makedef.pl perl.h pod/perldelta.pod
9190 ____________________________________________________________________________
9191 [  4335] By: jhi                                   on 1999/10/10  11:09:48
9192         Log: Update perldelta.
9193      Branch: cfgperl
9194            ! pod/perldelta.pod
9195 ____________________________________________________________________________
9196 [  4334] By: jhi                                   on 1999/10/10  10:31:46
9197         Log: Integrate with Sarathy.
9198      Branch: cfgperl
9199           +> win32/genmk95.pl
9200           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
9201           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
9202           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
9203           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
9204           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
9205           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
9206           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
9207           !> utils/perldoc.PL win32/makefile.mk
9208 ____________________________________________________________________________
9209 [  4333] By: gsar                                  on 1999/10/10  06:33:15
9210         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
9211              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
9212      Branch: perl
9213            ! installperl lib/diagnostics.pm utils/perldoc.PL
9214 ____________________________________________________________________________
9215 [  4332] By: gsar                                  on 1999/10/10  05:15:26
9216         Log: add $VERSION
9217      Branch: perl
9218            ! lib/Exporter.pm
9219 ____________________________________________________________________________
9220 [  4331] By: gsar                                  on 1999/10/10  05:10:22
9221         Log: describe what can go in an export list (from Anno Siegel
9222              <anno4000@lublin.zrz.tu-berlin.de>)
9223      Branch: perl
9224            ! lib/Exporter.pm
9225 ____________________________________________________________________________
9226 [  4330] By: gsar                                  on 1999/10/10  04:50:43
9227         Log: more basic support for building modules under Windows 95/98
9228              (applied relevant parts from a patch suggested by
9229              Jochen Wiedmann <joe@ispsoft.de>)
9230      Branch: perl
9231            ! lib/ExtUtils/MM_Unix.pm
9232 ____________________________________________________________________________
9233 [  4329] By: gsar                                  on 1999/10/10  04:28:38
9234         Log: rudimentary support for building under Windows 95/98 (from
9235              Benjamin Stuhl <sho_pi@hotmail.com>)
9236      Branch: perl
9237            + win32/genmk95.pl
9238            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
9239            ! win32/makefile.mk
9240 ____________________________________________________________________________
9241 [  4328] By: gsar                                  on 1999/10/10  03:37:21
9242         Log: fix two leaks in Thread.xs (from Eugene Alterman
9243              <Eugene.Alterman@bremer-inc.com>); convert places with
9244              'use attrs' to new attributes syntax
9245      Branch: perl
9246            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
9247            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9248            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
9249            ! ext/Thread/sync2.t
9250 ____________________________________________________________________________
9251 [  4327] By: gsar                                  on 1999/10/10  02:23:52
9252         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
9253              (suggested by Tod Irwin <irwin@stockmaster.com>)
9254      Branch: perl
9255            ! lib/lib.pm
9256 ____________________________________________________________________________
9257 [  4326] By: gsar                                  on 1999/10/10  00:51:48
9258         Log: better documentation for recv() (from Anton Berezin
9259              <tobez@plab.ku.dk>)
9260      Branch: perl
9261            ! pod/perlfunc.pod
9262 ____________________________________________________________________________
9263 [  4325] By: gsar                                  on 1999/10/09  22:46:23
9264         Log: perldelta updates (see TODO markers)
9265      Branch: perl
9266            ! Changes pod/perldelta.pod pp_sys.c
9267 ____________________________________________________________________________
9268 [  4324] By: gsar                                  on 1999/10/09  19:43:10
9269         Log: fix Exporter::export_to_level() documentation
9270      Branch: perl
9271            ! lib/Exporter.pm
9272 ____________________________________________________________________________
9273 [  4323] By: gsar                                  on 1999/10/09  18:48:31
9274         Log: don't run END blocks when running under -c switch (older,
9275              rarely useful behavior may still be obtained by putting
9276              BEGIN { $^C = 0; exit; } at the end of the script)
9277      Branch: perl
9278            ! perl.c
9279 ____________________________________________________________________________
9280 [  4322] By: jhi                                   on 1999/10/09  05:31:26
9281         Log: While awaiting a good test program to detect the broken gcc.
9282              From: Thomas Conté <tom@fr.uu.net>
9283              To: <jhi@iki.fi>
9284              Cc: <perl5-porters@perl.org>
9285              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
9286              Date: Wed, 6 Oct 1999 19:56:29 +0200
9287              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
9288      Branch: cfgperl
9289            ! hints/irix_6.sh perl.h
9290 ____________________________________________________________________________
9291 [  4321] By: gsar                                  on 1999/10/09  00:41:02
9292         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
9293              clear entries in the CV's pad, leading to coredumps when CV had no
9294              other references to it; this is a slightly edited version of the
9295              patch suggested by Russel O'Connor <roconnor@world.std.com>
9296      Branch: perl
9297            ! cop.h pp_ctl.c pp_hot.c
9298 ____________________________________________________________________________
9299 [  4320] By: gsar                                  on 1999/10/08  22:50:51
9300         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
9301              situation (assumptions about cx invalidation are not valid
9302              anymore)
9303      Branch: perl
9304            ! cop.h pp_ctl.c pp_hot.c
9305 ____________________________________________________________________________
9306 [  4319] By: jhi                                   on 1999/10/08  14:33:31
9307         Log: Integrate with Sarathy.
9308      Branch: cfgperl
9309           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
9310           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
9311           !> t/comp/bproto.t thrdvar.h toke.c util.c
9312 ____________________________________________________________________________
9313 [  4318] By: jhi                                   on 1999/10/08  13:51:34
9314         Log: The second cut at AIX C++ extension troubles.
9315      Branch: cfgperl
9316            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9317            ! hints/aix.sh
9318 ____________________________________________________________________________
9319 [  4317] By: jhi                                   on 1999/10/08  10:44:13
9320         Log: The first cut at fixing Perl extensions written in C++ in AIX,
9321              statics don't get initialized right.  This patch at least
9322              doesn't seem to break the build in my AIX, but unfortunately
9323              I don't have the IBM C++ to do further testing.
9324              
9325              Problem reported by Stephanie Beals in
9326              From: bealzy@us.ibm.com
9327              To: perl5-porters@perl.org
9328              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
9329              Date: Thu, 7 Oct 1999 15:05:54 -0400
9330              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
9331      Branch: cfgperl
9332            + ext/DynaLoader/hints/aix.pl
9333            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
9334 ____________________________________________________________________________
9335 [  4316] By: gsar                                  on 1999/10/08  10:26:15
9336         Log: remove kludgey duplicate background error avoidance (caused
9337              "leaks"; %@ wasn't even user-visible under -Dusethreads);
9338              only repeats of most recent error are now avoided
9339      Branch: perl
9340            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
9341 ____________________________________________________________________________
9342 [  4315] By: jhi                                   on 1999/10/08  09:48:59
9343         Log: Fix omission.
9344      Branch: cfgperl
9345            ! makedef.pl
9346 ____________________________________________________________________________
9347 [  4314] By: gsar                                  on 1999/10/08  07:17:01
9348         Log: extend change#2299 to C<use> (fixes scoping problems in
9349              C<if (...) { use foo; ... }>)
9350      Branch: perl
9351            ! op.c
9352 ____________________________________________________________________________
9353 [  4313] By: gsar                                  on 1999/10/08  04:52:19
9354         Log: small tweak for change#4309
9355      Branch: perl
9356            ! op.c
9357 ____________________________________________________________________________
9358 [  4312] By: gsar                                  on 1999/10/08  02:31:13
9359         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
9360              From: Larry Wall <larry@wall.org>
9361              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
9362              Message-Id: <199910061655.JAA11333@kiev.wall.org>
9363              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
9364      Branch: perl
9365            ! opcode.h t/comp/bproto.t toke.c
9366 ____________________________________________________________________________
9367 [  4311] By: gsar                                  on 1999/10/08  00:58:19
9368         Log: typo
9369      Branch: perl
9370            ! pp_sys.c
9371 ____________________________________________________________________________
9372 [  4310] By: gsar                                  on 1999/10/07  23:51:38
9373         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
9374              Brian Mitchell <brian@chele.cais.net>)
9375      Branch: perl
9376            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
9377 ____________________________________________________________________________
9378 [  4309] By: gsar                                  on 1999/10/07  22:57:52
9379         Log: change#3728 was flawed (loop contexts saw the wrong statement
9380              info, causing loop control constructs to not find the label);
9381              disable OP_SETSTATE entirely and add a fix that is specifically
9382              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
9383              which was what the original patch was supposed to fix
9384              
9385              TODO: remove the remainder of the setstate logic if it can't
9386              be used anywhere else (it isn't used anywhere now)
9387      Branch: perl
9388            ! cop.h op.c perly.c perly.y
9389 ____________________________________________________________________________
9390 [  4308] By: jhi                                   on 1999/10/07  19:21:27
9391         Log: Integrate with Sarathy.
9392      Branch: cfgperl
9393           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
9394 ____________________________________________________________________________
9395 [  4307] By: gsar                                  on 1999/10/07  15:12:24
9396         Log: update to podlators-0.08 from Russ Allbery
9397      Branch: perl
9398            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
9399 ____________________________________________________________________________
9400 [  4306] By: jhi                                   on 1999/10/06  17:20:34
9401         Log: Integrate with Sarathy.
9402      Branch: cfgperl
9403           !> (integrate 45 files)
9404 ____________________________________________________________________________
9405 [  4305] By: gsar                                  on 1999/10/06  16:55:45
9406         Log: some versions of mingw32 have __int64, define iff it isn't
9407      Branch: perl
9408            ! win32/win32.h
9409 ____________________________________________________________________________
9410 [  4304] By: gsar                                  on 1999/10/06  03:45:44
9411         Log: fix typos in change#4288
9412      Branch: perl
9413            ! Changes dump.c sv.c
9414 ____________________________________________________________________________
9415 [  4303] By: gsar                                  on 1999/10/06  03:22:46
9416         Log: integrate cfgperl contents into mainline
9417      Branch: perl
9418           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9419            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9420           !> (integrate 31 files)
9421 ____________________________________________________________________________
9422 [  4302] By: gsar                                  on 1999/10/06  02:36:53
9423         Log: make die/warn and other diagnostics go to wherever STDERR happens
9424              to point at; change places that meant Perl_debug_log rather than
9425              PerlIO_stderr()
9426      Branch: perl
9427            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
9428            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9429            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
9430            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9431            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9432            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
9433            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
9434            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
9435            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
9436            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
9437            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
9438 ____________________________________________________________________________
9439 [  4301] By: jhi                                   on 1999/10/05  23:03:46
9440         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9441              To: François Désarménien <desar@club-internet.fr>
9442              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
9443              Subject: Re: Strange RE engine breakage in 5_61
9444              Date: Mon, 4 Oct 1999 19:58:03 -0400
9445              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
9446              
9447              (had to apply pat.t part manually because there
9448              already were more tests than there was in _61)
9449      Branch: cfgperl
9450            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
9451 ____________________________________________________________________________
9452 [  4300] By: jhi                                   on 1999/10/04  17:03:18
9453         Log: From: Andy Dougherty <doughera@lafayette.edu>
9454              To: Jarkko Hietaniemi <jhi@iki.fi>
9455              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
9456              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
9457              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
9458              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
9459      Branch: cfgperl
9460            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9461            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9462            ! MANIFEST ext/B/defsubs_h.PL
9463 ____________________________________________________________________________
9464 [  4299] By: jhi                                   on 1999/10/04  07:15:16
9465         Log: From: Michael G Schwern <schwern@pobox.com>
9466              To: perl5-porters@perl.org
9467              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
9468              Date: Sun, 3 Oct 1999 17:34:17 -0400
9469              Message-ID: <19991003173417.A4351@blackrider>
9470      Branch: cfgperl
9471            ! t/lib/fields.t t/pragma/constant.t
9472 ____________________________________________________________________________
9473 [  4298] By: gsar                                  on 1999/10/04  04:57:53
9474         Log: some compatibility macros were busted
9475      Branch: perl
9476            ! embed.h embed.pl toke.c
9477 ____________________________________________________________________________
9478 [  4297] By: jhi                                   on 1999/10/03  17:50:59
9479         Log: A better version of #4296.
9480              
9481              From: Michael G Schwern <schwern@pobox.com>
9482              To: perl5-porters@perl.org
9483              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
9484              Date: Sun, 3 Oct 1999 13:54:23 -0400
9485              Message-ID: <19991003135423.A3050@blackrider>
9486      Branch: cfgperl
9487            ! av.c op.c pod/perldiag.pod
9488 ____________________________________________________________________________
9489 [  4296] By: jhi                                   on 1999/10/03  17:21:01
9490         Log: (Replaced by #4297.)
9491              
9492              From: Michael G Schwern <schwern@pobox.com>
9493              To: perl5-porters@perl.org
9494              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
9495              Date: Sun, 3 Oct 1999 13:16:47 -0400
9496              Message-ID: <19991003131647.A2816@blackrider>
9497              
9498              plus changed the error message to say "No such pseudo-hash field"
9499              as discussed in the above mail message.
9500      Branch: cfgperl
9501            ! av.c pod/perldiag.pod
9502 ____________________________________________________________________________
9503 [  4295] By: gsar                                  on 1999/10/03  16:09:36
9504         Log: avoid doing irrelevant things on 'make perl'
9505      Branch: perl
9506            ! Makefile.SH
9507 ____________________________________________________________________________
9508 [  4294] By: jhi                                   on 1999/10/03  14:16:24
9509         Log: Fix a typo in #4293 spotted by Graham Barr.
9510      Branch: cfgperl
9511            ! pod/perlref.pod
9512 ____________________________________________________________________________
9513 [  4293] By: jhi                                   on 1999/10/03  11:31:22
9514         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
9515              To: perl5-porters@perl.org
9516              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
9517              Date: Sun, 3 Oct 1999 02:34:01 -0400
9518              Message-ID: <19991003023401.A1520@blackrider>
9519      Branch: cfgperl
9520            ! pod/perlfunc.pod pod/perlref.pod
9521 ____________________________________________________________________________
9522 [  4292] By: jhi                                   on 1999/10/03  09:23:16
9523         Log: From: Barrie Slaymaker <barries@slaysys.com>
9524              To: perl5-porters@perl.org
9525              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
9526              Date: Sun, 3 Oct 1999 00:09:51 -0400
9527              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
9528      Branch: cfgperl
9529            ! lib/Benchmark.pm
9530 ____________________________________________________________________________
9531 [  4291] By: jhi                                   on 1999/10/02  23:43:53
9532         Log: Be understanding about large file systems.
9533      Branch: cfgperl
9534            ! t/lib/syslfs.t t/op/lfs.t
9535 ____________________________________________________________________________
9536 [  4290] By: jhi                                   on 1999/10/02  23:39:16
9537         Log: Configure fixfest continues.
9538      Branch: cfgperl
9539            ! Configure config_h.SH
9540      Branch: metaconfig
9541            ! U/modified/d_longdbl.U U/modified/d_longlong.U
9542            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9543            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
9544            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9545      Branch: metaconfig/U/perl
9546            ! i_inttypes.U io64.U
9547 ____________________________________________________________________________
9548 [  4289] By: jhi                                   on 1999/10/02  23:12:54
9549         Log: Regen Porting stuff.
9550      Branch: cfgperl
9551            ! Porting/Glossary Porting/config.sh Porting/config_H
9552 ____________________________________________________________________________
9553 [  4288] By: jhi                                   on 1999/10/02  23:05:50
9554         Log: Untangle the IV_IS_QUAD jungle by introduding
9555              macros to be used when doing formatted printing:
9556              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
9557      Branch: cfgperl
9558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9559            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
9560            ! regcomp.c sv.c taint.c toke.c util.c
9561 ____________________________________________________________________________
9562 [  4287] By: jhi                                   on 1999/10/02  22:54:18
9563         Log: metaconfig maintenance.
9564      Branch: metaconfig
9565            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
9566            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
9567            ! U/typedefs/uidsize.U
9568 ____________________________________________________________________________
9569 [  4286] By: nick                                  on 1999/10/02  11:11:44
9570         Log: Incremental merge of mainline
9571      Branch: utfperl
9572           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
9573           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
9574           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
9575           +> t/pod/podselect.t t/pod/podselect.xr
9576            - lib/Pod/PlainText.pm
9577           !> (integrate 148 files)
9578 ____________________________________________________________________________
9579 [  4285] By: jhi                                   on 1999/10/02  10:16:15
9580         Log: Battle namespace pollution.
9581      Branch: cfgperl
9582            ! lib/Benchmark.pm
9583 ____________________________________________________________________________
9584 [  4284] By: jhi                                   on 1999/10/02  10:11:20
9585         Log: Regen Configure, all of xs_apiversion didn't take.
9586      Branch: cfgperl
9587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9588            ! config_h.SH patchlevel.h
9589 ____________________________________________________________________________
9590 [  4283] By: jhi                                   on 1999/10/02  09:48:17
9591         Log: Integrate with Sarathy.
9592      Branch: cfgperl
9593           +> lib/Pod/Man.pm t/pod/multiline_items.t
9594           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
9595           +> t/pod/podselect.t t/pod/podselect.xr
9596            - lib/Pod/PlainText.pm
9597           !> (integrate 50 files)
9598 ____________________________________________________________________________
9599 [  4282] By: gsar                                  on 1999/10/02  06:39:14
9600         Log: update pod2man, pod2text and related Pod:: modules with the
9601              ones in podlators-0.07 from Russ Allbery
9602      Branch: perl
9603            + lib/Pod/Man.pm
9604            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9605            ! pod/pod2man.PL pod/pod2text.PL
9606 ____________________________________________________________________________
9607 [  4281] By: gsar                                  on 1999/10/02  06:14:44
9608         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
9609      Branch: perl
9610            - lib/Pod/PlainText.pm
9611            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
9612            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
9613            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
9614            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
9615            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
9616            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
9617            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
9618 ____________________________________________________________________________
9619 [  4280] By: gsar                                  on 1999/10/02  04:39:38
9620         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
9621      Branch: perl
9622            + t/pod/multiline_items.t t/pod/multiline_items.xr
9623            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
9624            + t/pod/podselect.xr
9625            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
9626            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
9627            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
9628            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
9629            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
9630            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
9631            ! t/pod/testp2pt.pl
9632 ____________________________________________________________________________
9633 [  4279] By: gsar                                  on 1999/10/02  03:36:41
9634         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
9635              by Michael G Schwern <schwern@pobox.com>)
9636      Branch: perl
9637            ! av.c t/op/avhv.t
9638 ____________________________________________________________________________
9639 [  4278] By: gsar                                  on 1999/10/02  02:36:55
9640         Log: deprecate C<use attrs>
9641      Branch: perl
9642            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
9643            ! t/lib/thread.t t/pragma/sub_lval.t
9644 ____________________________________________________________________________
9645 [  4277] By: gsar                                  on 1999/10/02  01:43:25
9646         Log: add notes about effect of loop control statements inside
9647              LABEL BLOCK continue BLOCK
9648      Branch: perl
9649            ! pod/perlfunc.pod
9650 ____________________________________________________________________________
9651 [  4276] By: gsar                                  on 1999/10/02  01:23:02
9652         Log: indent nested =items properly (suggested by Bill Fenner
9653              <fenner@research.att.com>)
9654      Branch: perl
9655            ! pod/pod2man.PL
9656 ____________________________________________________________________________
9657 [  4275] By: gsar                                  on 1999/10/02  01:09:16
9658         Log: updated ptags generator from Ilya Zakharevich
9659      Branch: perl
9660            ! emacs/ptags
9661 ____________________________________________________________________________
9662 [  4274] By: gsar                                  on 1999/10/01  23:08:52
9663         Log: update Changes
9664      Branch: perl
9665            ! Changes
9666 ____________________________________________________________________________
9667 [  4273] By: gsar                                  on 1999/10/01  22:58:55
9668         Log: typo, whitespace adjustments
9669      Branch: perl
9670            ! utils/h2xs.PL
9671 ____________________________________________________________________________
9672 [  4272] By: gsar                                  on 1999/10/01  22:46:06
9673         Log: remove dup hunks
9674      Branch: perl
9675            ! configure.com vms/vms.c
9676 ____________________________________________________________________________
9677 [  4271] By: gsar                                  on 1999/10/01  22:33:02
9678         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
9679              by declaring new globals "our" (XXX this means h2xs generated code
9680              won't run on earlier versions; a switch to generate compatible
9681              source is needed)
9682      Branch: perl
9683           !> (integrate 35 files)
9684 ____________________________________________________________________________
9685 [  4270] By: jhi                                   on 1999/10/01  12:05:56
9686         Log: Integrate with Sarathy.
9687      Branch: cfgperl
9688           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9689           !> pod/perldiag.pod util.c
9690 ____________________________________________________________________________
9691 [  4269] By: jhi                                   on 1999/10/01  10:26:19
9692         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
9693              To: perl5-porters@perl.org
9694              Subject: [ID 19991001.001] perlguts man page error
9695              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
9696              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
9697      Branch: cfgperl
9698            ! pod/perlguts.pod
9699 ____________________________________________________________________________
9700 [  4268] By: jhi                                   on 1999/10/01  07:32:33
9701         Log: There *is* a month called October.
9702      Branch: cfgperl
9703            ! t/op/time.t
9704 ____________________________________________________________________________
9705 [  4267] By: jhi                                   on 1999/10/01  06:58:10
9706         Log: Temp file cleanliness.
9707      Branch: cfgperl
9708            ! t/lib/filecopy.t
9709 ____________________________________________________________________________
9710 [  4266] By: jhi                                   on 1999/10/01  06:46:56
9711         Log: From: Barrie Slaymaker <barries@slaysys.com>
9712              To: perl5-porters@perl.org
9713              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
9714              Date: Thu, 30 Sep 1999 22:16:26 -0400
9715              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
9716      Branch: cfgperl
9717            ! lib/Benchmark.pm
9718 ____________________________________________________________________________
9719 [  4265] By: jhi                                   on 1999/09/30  20:25:35
9720         Log: From: Barrie Slaymaker <barries@slaysys.com>
9721              To: perl5-porters@perl.org
9722              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
9723              Date: Thu, 30 Sep 1999 15:44:00 -0400
9724              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
9725              (Replaces #4175.)
9726      Branch: cfgperl
9727            ! lib/Benchmark.pm
9728 ____________________________________________________________________________
9729 [  4264] By: gsar                                  on 1999/09/30  17:59:26
9730         Log: re-add missing "Out of memory!" entry
9731      Branch: perl
9732            ! pod/perldiag.pod
9733 ____________________________________________________________________________
9734 [  4263] By: jhi                                   on 1999/09/30  17:05:43
9735         Log: Regenerate Configure.
9736      Branch: cfgperl
9737            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9738            ! config_h.SH
9739 ____________________________________________________________________________
9740 [  4261] By: jhi                                   on 1999/09/30  16:15:05
9741         Log: From: Andy Dougherty <doughera@lafayette.edu>
9742              To: Perl Porters <perl5-porters@perl.org>
9743              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
9744              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
9745              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
9746      Branch: cfgperl
9747            ! pod/perldelta.pod
9748 ____________________________________________________________________________
9749 [  4260] By: jhi                                   on 1999/09/30  15:48:56
9750         Log: From: Andy Dougherty <doughera@lafayette.edu>
9751              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
9752              Subject: Re: Possible skeletal structure for searching multiple versions
9753              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
9754              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
9755      Branch: metaconfig
9756            ! U/mkglossary
9757      Branch: metaconfig/U/perl
9758            + xs_apiversion.U
9759            ! patchlevel.U
9760 ____________________________________________________________________________
9761 [  4259] By: jhi                                   on 1999/09/30  15:07:16
9762         Log: Further ?idsize.U fixing.
9763      Branch: metaconfig
9764            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
9765 ____________________________________________________________________________
9766 [  4258] By: jhi                                   on 1999/09/30  15:00:14
9767         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
9768      Branch: metaconfig
9769            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
9770            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
9771 ____________________________________________________________________________
9772 [  4257] By: jhi                                   on 1999/09/30  09:48:33
9773         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9774              To: Gurusamy Sarathy <gsar@ActiveState.com>
9775              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
9776              The Perl Porters Mailing List <perl5-porters@perl.org>
9777              Subject: [PATCH] (Was: deprecating SIGDIE)
9778              Date: Wed, 29 Sep 1999 15:16:50 -0400
9779              Message-ID: <19990929151650.E26675@O2.chapin.edu>
9780      Branch: cfgperl
9781            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
9782 ____________________________________________________________________________
9783 [  4256] By: jhi                                   on 1999/09/30  09:45:22
9784         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9785              To: Gurusamy Sarathy <gsar@activestate.com>
9786              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
9787              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
9788              Date: Wed, 29 Sep 1999 18:58:23 -0400
9789              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
9790      Branch: cfgperl
9791            ! Makefile.SH opcode.pl
9792 ____________________________________________________________________________
9793 [  4255] By: gsar                                  on 1999/09/30  09:03:48
9794         Log: remove prehistoric XFree() gunk
9795      Branch: perl
9796            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9797 ____________________________________________________________________________
9798 [  4254] By: gsar                                  on 1999/09/30  08:40:14
9799         Log: From: Vishal Bhatia <vishal@gol.com>
9800              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
9801              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
9802              Subject: [patch _61] Minor corrections in C.pm
9803      Branch: perl
9804            ! ext/B/B/C.pm
9805 ____________________________________________________________________________
9806 [  4253] By: gsar                                  on 1999/09/30  08:36:27
9807         Log: off-by-one in fbm_compile() (spotted by John Bley
9808              <jbley@cs.cmu.edu>); whitespace adjustments
9809      Branch: perl
9810            ! util.c
9811 ____________________________________________________________________________
9812 [  4251] By: jhi                                   on 1999/09/30  08:09:13
9813         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9814              To: perl5-porters@perl.org (Mailing list Perl5)
9815              Subject: [PATCH 5.00561+]  Followup h2xs patch
9816              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
9817              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
9818      Branch: cfgperl
9819            ! utils/h2xs.PL
9820 ____________________________________________________________________________
9821 [  4250] By: jhi                                   on 1999/09/29  19:11:32
9822         Log: Integrate with Sarathy.
9823      Branch: cfgperl
9824           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
9825           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
9826           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
9827 ____________________________________________________________________________
9828 [  4249] By: bailey                                on 1999/09/29  02:21:31
9829         Log: resync with mainline
9830      Branch: vmsperl
9831           +> (branch 32 files)
9832            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9833            - lib/unicode/blocks.txt lib/unicode/index2.txt
9834            - lib/unicode/jamo2.txt lib/unicode/names2.txt
9835            - lib/unicode/props2.txt lib/unicode/readme.txt
9836            - t/lib/bigfloatpm.t
9837           !> (integrate 240 files)
9838 ____________________________________________________________________________
9839 [  4248] By: jhi                                   on 1999/09/28  18:14:39
9840         Log: From: Andy Dougherty <doughera@lafayette.edu>
9841              To: Perl Porters <perl5-porters@perl.org>
9842              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
9843              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
9844              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
9845              
9846              From: Andy Dougherty <doughera@lafayette.edu>
9847              To: Perl Porters <perl5-porters@perl.org>
9848              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
9849              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
9850              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
9851      Branch: cfgperl
9852            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
9853            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
9854            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
9855            ! hints/next_4.sh
9856 ____________________________________________________________________________
9857 [  4247] By: gsar                                  on 1999/09/28  17:36:59
9858         Log: revert change#4115 (breaks libwww's base/date.t); could be 
9859              reworked to enable it conditional on $Time::Local::nocroak
9860              or some such
9861      Branch: perl
9862            ! lib/Time/Local.pm
9863 ____________________________________________________________________________
9864 [  4246] By: gsar                                  on 1999/09/28  17:33:14
9865         Log: tweak for win32 build
9866      Branch: perl
9867            ! win32/Makefile win32/makefile.mk
9868 ____________________________________________________________________________
9869 [  4245] By: gsar                                  on 1999/09/28  17:31:34
9870         Log: change#4236 fallout
9871      Branch: perl
9872            ! lib/ExtUtils/MM_Unix.pm
9873 ____________________________________________________________________________
9874 [  4244] By: gsar                                  on 1999/09/28  17:29:31
9875         Log: remove doubled new_xpv
9876      Branch: perl
9877            ! embed.h embed.pl proto.h
9878 ____________________________________________________________________________
9879 [  4243] By: jhi                                   on 1999/09/27  19:13:20
9880         Log: Artistic fine-tuning.
9881      Branch: cfgperl
9882            ! ext/B/defsubs_h.PL
9883 ____________________________________________________________________________
9884 [  4242] By: gsar                                  on 1999/09/27  17:05:22
9885         Log: avoid implicit split to @_ in change#4181; binary -> text file
9886              types in p4
9887      Branch: perl
9888            ! djgpp/configure.bat lib/Exporter/Heavy.pm
9889            ! t/pragma/locale/latin1
9890 ____________________________________________________________________________
9891 [  4241] By: jhi                                   on 1999/09/27  07:48:19
9892         Log: Integrate with Sarathy.
9893      Branch: cfgperl
9894           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
9895           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
9896 ____________________________________________________________________________
9897 [  4240] By: jhi                                   on 1999/09/27  07:47:11
9898         Log: Finalize change #4232.
9899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9900              To: Jarkko Hietaniemi <jhi@iki.fi>
9901              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
9902              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
9903              Date: Sun, 26 Sep 1999 16:52:31 -0400
9904              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
9905      Branch: cfgperl
9906            ! lib/ExtUtils/xsubpp
9907 ____________________________________________________________________________
9908 [  4239] By: gsar                                  on 1999/09/27  02:48:42
9909         Log: add notes in INSTALL about Configure -Accflags=-DFOO
9910      Branch: perl
9911            ! INSTALL
9912 ____________________________________________________________________________
9913 [  4238] By: gsar                                  on 1999/09/27  02:03:48
9914         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
9915              it automatically
9916      Branch: perl
9917            ! embed.h embed.pl
9918 ____________________________________________________________________________
9919 [  4237] By: gsar                                  on 1999/09/27  01:52:47
9920         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9921              Date: Fri, 24 Sep 1999 23:25:36 -0400
9922              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
9923              Subject: [PATCH 5.005_61] Malloc fixes and docs
9924      Branch: perl
9925            ! malloc.c pod/perldiag.pod
9926 ____________________________________________________________________________
9927 [  4236] By: gsar                                  on 1999/09/27  01:31:32
9928         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
9929              <vkonovalov@lucent.com>)
9930      Branch: perl
9931            ! win32/Makefile win32/makefile.mk
9932 ____________________________________________________________________________
9933 [  4235] By: gsar                                  on 1999/09/26  17:02:03
9934         Log: fix buggy popping of subroutine contexts in the lvalue
9935              subroutines implementation (change#4081); correct the
9936              plethora of cases where DIE() was more appropriate than
9937              croak()
9938      Branch: perl
9939            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
9940 ____________________________________________________________________________
9941 [  4234] By: jhi                                   on 1999/09/26  12:06:28
9942         Log: Fix #endif.
9943      Branch: cfgperl
9944            ! XSUB.h
9945 ____________________________________________________________________________
9946 [  4233] By: jhi                                   on 1999/09/26  11:59:18
9947         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
9948              I kept my (Ilya's) version.
9949      Branch: cfgperl
9950           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
9951           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9952           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9953           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9954           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9955           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9956 ____________________________________________________________________________
9957 [  4232] By: jhi                                   on 1999/09/26  09:53:43
9958         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9959              To: Mailing list Perl5 <perl5-porters@perl.org>
9960              Subject: [PATCH 5.005_61] teach xsubpp function pointers
9961              Date: Sun, 26 Sep 1999 01:36:09 -0400
9962              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
9963              
9964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9965              To: Mailing list Perl5 <perl5-porters@perl.org>
9966              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
9967              Date: Sun, 26 Sep 1999 03:00:50 -0400
9968              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
9969      Branch: cfgperl
9970            ! lib/ExtUtils/xsubpp utils/h2xs.PL
9971 ____________________________________________________________________________
9972 [  4231] By: jhi                                   on 1999/09/26  09:48:49
9973         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9974              To: perl5-porters@perl.org
9975              Subject: misprint in perlguts
9976              Date: Sun, 26 Sep 1999 12:48:36 +0400
9977              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
9978      Branch: cfgperl
9979            ! pod/perlguts.pod
9980 ____________________________________________________________________________
9981 [  4230] By: gsar                                  on 1999/09/26  00:50:08
9982         Log: add $installarchlib/CORE to default linker search path on windows
9983      Branch: perl
9984            ! win32/Makefile win32/makefile.mk
9985 ____________________________________________________________________________
9986 [  4229] By: gsar                                  on 1999/09/25  20:05:03
9987         Log: support C<use Shell> on Windows (reworked a patch suggested
9988              by Jenda Krynicky <Jenda@McCann.cz>)
9989      Branch: perl
9990            ! lib/Shell.pm
9991 ____________________________________________________________________________
9992 [  4228] By: gsar                                  on 1999/09/25  07:03:34
9993         Log: integrate cfgperl contents into mainline
9994      Branch: perl
9995           +> hints/svr5.sh
9996           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
9997           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9998           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
9999           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
10000 ____________________________________________________________________________
10001 [  4227] By: gsar                                  on 1999/09/25  06:44:47
10002         Log: From: Larry Wall <larry@wall.org>
10003              Date: Fri, 24 Sep 1999 21:59:37 PDT
10004              Message-Id: <199909250459.VAA27506@kiev.wall.org>
10005              Subject: Re: [PATCH 5.005_61] "our" declarations
10006      Branch: perl
10007            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
10008            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10009            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
10010            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
10011            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
10012            ! utils/h2xs.PL
10013 ____________________________________________________________________________
10014 [  4226] By: jhi                                   on 1999/09/24  23:10:52
10015         Log: Integrate with Sarathy.
10016      Branch: cfgperl
10017           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10018           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
10019           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
10020 ____________________________________________________________________________
10021 [  4225] By: gsar                                  on 1999/09/24  18:19:54
10022         Log: avoid infinite recursive exec()s of perl.exe when shebang
10023              contains "Perl" rather than "perl" on DOSISH platforms
10024      Branch: perl
10025            ! toke.c
10026 ____________________________________________________________________________
10027 [  4224] By: gsar                                  on 1999/09/24  16:09:23
10028         Log: support cygwin and other platforms that link to import libraries
10029              rather than directly with shared libraries (from a suggestion
10030              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
10031      Branch: perl
10032            ! utils/perlcc.PL
10033 ____________________________________________________________________________
10034 [  4223] By: gsar                                  on 1999/09/24  05:05:06
10035         Log: normalize time for strftime() (without the isdst effects of
10036              mktime()) using a custom mini_mktime()
10037              From: spider-perl@Orb.Nashua.NH.US
10038              Date: Thu, 23 Sep 1999 17:54:53 -0400
10039              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
10040              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
10041      Branch: perl
10042            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10043            ! ext/POSIX/hints/linux.pl t/lib/posix.t
10044 ____________________________________________________________________________
10045 [  4222] By: gsar                                  on 1999/09/23  06:44:42
10046         Log: change "#" to a comment starter in pack templates; "/" now
10047              used for specifying counted types
10048              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10049              Date: Wed, 22 Sep 1999 19:41:30 -0400
10050              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
10051              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
10052      Branch: perl
10053            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
10054 ____________________________________________________________________________
10055 [  4221] By: gsar                                  on 1999/09/23  06:26:54
10056         Log: From: Vishal Bhatia <vishal@gol.com>
10057              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
10058              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
10059              Subject: [patch _61] perlcc changes
10060      Branch: perl
10061            ! utils/perlcc.PL
10062 ____________________________________________________________________________
10063 [  4220] By: gsar                                  on 1999/09/23  01:12:24
10064         Log: add include guard
10065      Branch: perl
10066            ! XSUB.h
10067 ____________________________________________________________________________
10068 [  4219] By: jhi                                   on 1999/09/22  20:38:15
10069         Log: Cleanup cleanup.
10070      Branch: cfgperl
10071            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
10072 ____________________________________________________________________________
10073 [  4218] By: jhi                                   on 1999/09/22  19:26:58
10074         Log: Tweak the equivalence tables once again.
10075      Branch: cfgperl
10076            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10077            ! lib/unicode/mktables.PL
10078 ____________________________________________________________________________
10079 [  4215] By: jhi                                   on 1999/09/22  06:47:03
10080         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10081              To: Mailing list Perl5 <perl5-porters@perl.org>
10082              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
10083              Date: Tue, 21 Sep 1999 19:50:00 -0400
10084              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
10085              
10086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10087              To: Mailing list Perl5 <perl5-porters@perl.org>
10088              Subject: [PATCH 5.005_61] More verbose -Mre=debug
10089              Date: Tue, 21 Sep 1999 22:29:55 -0400
10090              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
10091      Branch: cfgperl
10092            ! regcomp.c regexec.c
10093 ____________________________________________________________________________
10094 [  4214] By: jhi                                   on 1999/09/21  21:08:43
10095         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
10096              Reply-To: gerberb@zenez.com
10097              To: perl5-porters@perl.org
10098              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
10099              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
10100              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
10101              
10102              (Snipped away the last lines of svr5.sh a la change #3725)
10103      Branch: cfgperl
10104            + hints/svr5.sh
10105            ! Configure MANIFEST config_h.SH hints/sco.sh
10106      Branch: metaconfig
10107            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10108 ____________________________________________________________________________
10109 [  4213] By: jhi                                   on 1999/09/21  20:48:01
10110         Log: From: Kragen Sitaker <kragen@dnaco.net>
10111              To: perl5-porters@perl.org
10112              Subject: [ID 19990921.013] accidental list context in perlfaq9
10113              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
10114              Reply-To: kragen@pobox.com
10115              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
10116      Branch: cfgperl
10117            ! pod/perlfaq9.pod
10118 ____________________________________________________________________________
10119 [  4212] By: jhi                                   on 1999/09/20  19:55:42
10120         Log: Integrate with Sarathy.
10121      Branch: cfgperl
10122           +> README.Y2K
10123           !> Changes MANIFEST
10124 ____________________________________________________________________________
10125 [  4211] By: jhi                                   on 1999/09/20  19:44:44
10126         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
10127      Branch: cfgperl
10128            ! Configure config_h.SH pod/perldelta.pod
10129      Branch: metaconfig/U/perl
10130            ! use64bits.U uselfs.U uselongdbl.U
10131 ____________________________________________________________________________
10132 [  4210] By: jhi                                   on 1999/09/20  19:38:26
10133         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
10134      Branch: cfgperl
10135            ! Configure config_h.SH
10136      Branch: metaconfig
10137            ! U/modified/Options.U
10138 ____________________________________________________________________________
10139 [  4209] By: gsar                                  on 1999/09/20  19:35:39
10140         Log: integrate cfgperl changes into mainline
10141      Branch: perl
10142           +> lib/unicode/Unicode.html
10143            ! Changes
10144           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10145           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
10146 ____________________________________________________________________________
10147 [  4208] By: gsar                                  on 1999/09/20  18:28:44
10148         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
10149      Branch: perl
10150            + README.Y2K
10151            ! MANIFEST
10152 ____________________________________________________________________________
10153 [  4207] By: jhi                                   on 1999/09/20  11:06:13
10154         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
10155      Branch: cfgperl
10156            ! pod/perldelta.pod
10157 ____________________________________________________________________________
10158 [  4206] By: jhi                                   on 1999/09/20  09:53:15
10159         Log: Do not test for gccish things in non-gccish platforms.
10160      Branch: cfgperl
10161            ! Configure config_h.SH
10162      Branch: metaconfig
10163            ! U/compline/ccflags.U
10164 ____________________________________________________________________________
10165 [  4205] By: jhi                                   on 1999/09/20  09:41:22
10166         Log: Prompt for uselfs.
10167      Branch: cfgperl
10168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10169            ! config_h.SH
10170      Branch: metaconfig
10171            ! U/mksample
10172      Branch: metaconfig/U/perl
10173            ! use64bits.U uselfs.U
10174 ____________________________________________________________________________
10175 [  4204] By: jhi                                   on 1999/09/20  09:09:29
10176         Log: Add usemorebits and uselfs.
10177      Branch: cfgperl
10178            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10179            ! config_h.SH doio.c perl.h
10180      Branch: metaconfig/U/perl
10181            + uselfs.U usemorebits.U
10182            ! use64bits.U uselongdbl.U
10183 ____________________________________________________________________________
10184 [  4203] By: jhi                                   on 1999/09/20  07:48:48
10185         Log: Dethinko.
10186      Branch: cfgperl
10187            ! pod/perlfunc.pod
10188 ____________________________________________________________________________
10189 [  4202] By: jhi                                   on 1999/09/20  07:33:32
10190         Log: Fix a bug in the description of endianness.  Reported in
10191              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10192              To: perl5-porters@perl.org
10193              Subject: BUG: perldoc -f pack
10194              Date: Mon, 20 Sep 1999 09:43:49 +0400
10195              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
10196      Branch: cfgperl
10197            ! pod/perlfunc.pod
10198 ____________________________________________________________________________
10199 [  4201] By: jhi                                   on 1999/09/20  07:01:26
10200         Log: Integrate with Sarathy.
10201      Branch: cfgperl
10202           +> t/op/args.t
10203           !> (integrate 31 files)
10204 ____________________________________________________________________________
10205 [  4200] By: gsar                                  on 1999/09/20  03:45:06
10206         Log: From: Russ Allbery <rra@stanford.edu>
10207              Date: 19 Aug 1999 04:35:44 -0700
10208              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
10209              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
10210      Branch: perl
10211            ! lib/File/Find.pm
10212 ____________________________________________________________________________
10213 [  4199] By: gsar                                  on 1999/09/20  03:27:49
10214         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
10215      Branch: perl
10216            ! ext/B/B/Terse.pm
10217 ____________________________________________________________________________
10218 [  4198] By: gsar                                  on 1999/09/20  03:25:25
10219         Log: add arenas for managing allocations of remaining xpv*v structures
10220              From: Vishal Bhatia <vishal@gol.com>
10221              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
10222              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
10223              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
10224      Branch: perl
10225            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
10226            ! proto.h sv.c
10227 ____________________________________________________________________________
10228 [  4197] By: gsar                                  on 1999/09/20  03:06:10
10229         Log: queue errors due to strictures rather than printing them as
10230              warnings; symbols that violate strictures do *not* end up in
10231              the symbol table anyway, making multiple evals of the same piece
10232              of code produce the same errors; errors indicate all locations
10233              of a global symbol rather than just the first one; these
10234              changes make compile-time failures within evals reliably
10235              visible via the return value or contents of $@, and trappable
10236              using __DIE__ hooks
10237      Branch: perl
10238            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
10239            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
10240            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
10241            ! t/pragma/strict-vars thrdvar.h toke.c util.c
10242 ____________________________________________________________________________
10243 [  4196] By: gsar                                  on 1999/09/19  22:14:29
10244         Log: control change#1914 via hints (causes problems on some platforms)
10245      Branch: perl
10246            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10247            ! ext/POSIX/hints/linux.pl
10248 ____________________________________________________________________________
10249 [  4195] By: gsar                                  on 1999/09/19  21:30:18
10250         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
10251              in passing around references to @_, eg C<sub foo { \@_ }>; add
10252              tests for the same
10253      Branch: perl
10254            + t/op/args.t
10255            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
10256 ____________________________________________________________________________
10257 [  4194] By: jhi                                   on 1999/09/18  18:57:45
10258         Log: Integrate with Sarathy.
10259      Branch: cfgperl
10260           !> opcode.h opcode.pl
10261 ____________________________________________________________________________
10262 [  4193] By: nick                                  on 1999/09/18  15:24:56
10263         Log: Re-integrate mainline
10264              Basic SvUTF8 stuff in headers, no functional changes yet.
10265      Branch: utfperl
10266            + lib/byte.pm lib/byte_heavy.pl
10267           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
10268           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10269           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10270           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10271           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
10272           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
10273           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
10274           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
10275           +> lib/unicode/Names.txt lib/unicode/Props.txt
10276           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
10277           +> t/lib/bigfltpm.t
10278            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
10279            - lib/unicode/blocks.txt lib/unicode/index2.txt
10280            - lib/unicode/jamo2.txt lib/unicode/names2.txt
10281            - lib/unicode/props2.txt lib/unicode/readme.txt
10282            - t/lib/bigfloatpm.t
10283            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
10284            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
10285            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
10286            ! warnings.h
10287           !> (integrate 142 files)
10288 ____________________________________________________________________________
10289 [  4192] By: gsar                                  on 1999/09/18  15:11:47
10290         Log: more op description tweaks
10291      Branch: perl
10292            ! opcode.h opcode.pl
10293 ____________________________________________________________________________
10294 [  4191] By: jhi                                   on 1999/09/18  07:47:16
10295         Log: Integrate with Sarathy.
10296      Branch: cfgperl
10297           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10298           !> t/pragma/warn/op
10299 ____________________________________________________________________________
10300 [  4190] By: jhi                                   on 1999/09/18  07:35:45
10301         Log: Add description of the Unicode database files.
10302      Branch: cfgperl
10303            + lib/unicode/Unicode.html
10304 ____________________________________________________________________________
10305 [  4189] By: gsar                                  on 1999/09/18  03:14:58
10306         Log: tweak some op names in change#4177 (will any of this break code that
10307              gropes $@ ?)
10308      Branch: perl
10309            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10310            ! t/pragma/warn/op
10311 ____________________________________________________________________________
10312 [  4188] By: jhi                                   on 1999/09/17  21:30:08
10313         Log: Pick up the typo fix.
10314      Branch: cfgperl
10315           !> t/io/open.t
10316 ____________________________________________________________________________
10317 [  4187] By: gsar                                  on 1999/09/17  21:13:55
10318         Log: fix typo
10319      Branch: perl
10320            ! t/io/open.t
10321 ____________________________________________________________________________
10322 [  4186] By: gsar                                  on 1999/09/17  20:57:29
10323         Log: integrate cfgperl change
10324      Branch: perl
10325           !> vms/subconfigure.com
10326 ____________________________________________________________________________
10327 [  4185] By: jhi                                   on 1999/09/17  20:46:41
10328         Log: Re-apply applicable parts of #3993, #3994, and #3995.
10329      Branch: cfgperl
10330            ! vms/subconfigure.com
10331 ____________________________________________________________________________
10332 [  4184] By: gsar                                  on 1999/09/17  20:26:02
10333         Log: integrate cfgperl contents into mainline
10334      Branch: perl
10335           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
10336           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
10337           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
10338           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
10339           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
10340           +> lib/unicode/SpecCase.txt
10341            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
10342            - lib/unicode/index2.txt lib/unicode/jamo2.txt
10343            - lib/unicode/names2.txt lib/unicode/props2.txt
10344            - lib/unicode/readme.txt
10345           !> (integrate 73 files)
10346 ____________________________________________________________________________
10347 [  4183] By: jhi                                   on 1999/09/17  20:25:51
10348         Log: Integrate with Sarathy.
10349      Branch: cfgperl
10350           !> configure.com ext/ByteLoader/byterun.h
10351           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
10352           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
10353           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
10354           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
10355 ____________________________________________________________________________
10356 [  4182] By: gsar                                  on 1999/09/17  20:16:28
10357         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
10358              vmsperl contents have prevailed)
10359      Branch: perl
10360           !> configure.com ext/ByteLoader/byterun.h
10361           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
10362           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
10363           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
10364           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
10365 ____________________________________________________________________________
10366 [  4181] By: jhi                                   on 1999/09/17  20:12:37
10367         Log: From: Michael G Schwern <schwern@pobox.com>
10368              To: perl5-porters@perl.org
10369              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
10370              Date: Thu, 19 Aug 1999 21:30:01 -0400
10371              Message-ID: <19990819213001.A22512@athens.aocn.com>
10372      Branch: cfgperl
10373            ! lib/Exporter/Heavy.pm
10374 ____________________________________________________________________________
10375 [  4180] By: gsar                                  on 1999/09/17  20:11:00
10376         Log: perlhist additions
10377      Branch: perl
10378            ! pod/perlhist.pod
10379 ____________________________________________________________________________
10380 [  4179] By: jhi                                   on 1999/09/17  20:08:00
10381         Log: The change #4176 should've undone only the test, not the code patch.
10382      Branch: cfgperl
10383            ! doio.c
10384 ____________________________________________________________________________
10385 [  4178] By: jhi                                   on 1999/09/17  20:06:08
10386         Log: From: Ian Phillipps <ian@dial.pipex.com>
10387              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
10388              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
10389              Date: Sat, 21 Aug 1999 12:36:12 +0100
10390              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
10391      Branch: cfgperl
10392            ! pod/perlsyn.pod
10393 ____________________________________________________________________________
10394 [  4177] By: jhi                                   on 1999/09/17  20:00:19
10395         Log: More descriptive names for operators.
10396              
10397              From: Michael G Schwern <schwern@pobox.com>
10398              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10399              Cc: perl5-porters@perl.org
10400              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
10401              Date: Tue, 17 Aug 1999 18:35:45 -0400
10402              Message-ID: <19990817183545.A23073@toldyouso.com>
10403              
10404              From: Michael G Schwern <schwern@pobox.com>
10405              To: perl5-porters@perl.org
10406              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
10407              Date: Wed, 18 Aug 1999 03:53:38 -0400
10408              Message-ID: <19990818035337.A31505@athens.aocn.com>
10409      Branch: cfgperl
10410            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
10411            ! t/pragma/warn/op t/pragma/warn/sv
10412 ____________________________________________________________________________
10413 [  4176] By: jhi                                   on 1999/09/17  18:19:18
10414         Log: Take away the infamous io/dup.t #7.
10415              It seems there simply is no way to portably
10416              "flush" an input file handle.
10417      Branch: cfgperl
10418            ! doio.c t/io/dup.t
10419 ____________________________________________________________________________
10420 [  4175] By: jhi                                   on 1999/09/17  14:45:08
10421         Log: From: Barrie Slaymaker <barries@slaysys.com>
10422              To: perl5-porters@perl.org
10423              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
10424              Date: Fri, 17 Sep 1999 11:16:48 -0400
10425              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
10426      Branch: cfgperl
10427            ! lib/Benchmark.pm
10428 ____________________________________________________________________________
10429 [  4174] By: jhi                                   on 1999/09/17  14:07:16
10430         Log: UNICOS does support large files but doesn't support sparse files
10431              so we cannot easily test for large file support.
10432      Branch: cfgperl
10433            ! t/lib/syslfs.t t/op/lfs.t
10434 ____________________________________________________________________________
10435 [  4173] By: jhi                                   on 1999/09/17  14:03:44
10436         Log: UNICOS has sloppy division/modulo for floating point numbers.
10437      Branch: cfgperl
10438            ! t/op/arith.t
10439 ____________________________________________________________________________
10440 [  4172] By: jhi                                   on 1999/09/17  13:47:49
10441         Log: Portable blocksize (replaces #4171).
10442      Branch: cfgperl
10443            ! t/lib/syslfs.t t/op/lfs.t
10444 ____________________________________________________________________________
10445 [  4171] By: jhi                                   on 1999/09/17  13:08:54
10446         Log: (replaced by #4172)
10447      Branch: cfgperl
10448            ! t/lib/syslfs.t t/op/lfs.t
10449 ____________________________________________________________________________
10450 [  4170] By: jhi                                   on 1999/09/17  12:59:11
10451         Log: Detypo #4169.
10452      Branch: cfgperl
10453            ! t/lib/syslfs.t t/op/lfs.t
10454 ____________________________________________________________________________
10455 [  4169] By: jhi                                   on 1999/09/17  12:16:34
10456         Log: Diagnose possible quota limits.
10457      Branch: cfgperl
10458            ! t/lib/syslfs.t t/op/lfs.t
10459 ____________________________________________________________________________
10460 [  4168] By: jhi                                   on 1999/09/17  12:10:43
10461         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
10462              doesn't have one that wouldn't cause SIGSYS.  UNICOS
10463              does have getpgrp(void) so Perl getpgrp() is happy.
10464      Branch: cfgperl
10465            ! hints/unicos.sh
10466 ____________________________________________________________________________
10467 [  4167] By: jhi                                   on 1999/09/17  11:49:30
10468         Log: Filesystem quotas may stop you from using large files.
10469      Branch: cfgperl
10470            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
10471 ____________________________________________________________________________
10472 [  4166] By: jhi                                   on 1999/09/17  11:36:01
10473         Log: Too strict pattern for parsing group lists.
10474      Branch: cfgperl
10475            ! t/op/groups.t
10476 ____________________________________________________________________________
10477 [  4165] By: jhi                                   on 1999/09/17  09:06:18
10478         Log: Configure maintenance. It's sigaction.sa_flags
10479              and the Glossary regen'ed.
10480      Branch: cfgperl
10481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10482            ! config_h.SH
10483      Branch: metaconfig
10484            ! U/compline/d_sigaction.U
10485 ____________________________________________________________________________
10486 [  4164] By: jhi                                   on 1999/09/15  06:57:51
10487         Log: Integrate with Sarathy.
10488      Branch: cfgperl
10489           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10490           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10491           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10492           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
10493           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
10494           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
10495           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
10496           !> jpl/PerlInterpreter/Makefile.PL
10497           !> jpl/PerlInterpreter/PerlInterpreter.c
10498           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10499           !> jpl/Sample/Makefile.PL jpl/install-jpl
10500           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
10501           !> t/op/pat.t
10502 ____________________________________________________________________________
10503 [  4163] By: gsar                                  on 1999/09/15  05:17:27
10504         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
10505      Branch: perl
10506            ! lib/File/Spec/Functions.pm
10507 ____________________________________________________________________________
10508 [  4162] By: gsar                                  on 1999/09/15  05:09:14
10509         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
10510      Branch: perl
10511            ! Changes embed.h embed.pl
10512 ____________________________________________________________________________
10513 [  4161] By: gsar                                  on 1999/09/15  04:08:25
10514         Log: missing perlhist dates from Jeff Okamoto
10515      Branch: perl
10516            ! pod/perlhist.pod
10517 ____________________________________________________________________________
10518 [  4160] By: gsar                                  on 1999/09/15  03:13:08
10519         Log: jpl tweak
10520      Branch: perl
10521            ! MANIFEST jpl/JNI/Makefile.PL
10522 ____________________________________________________________________________
10523 [  4159] By: gsar                                  on 1999/09/15  02:57:08
10524         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
10525              Jepson <bjepson@home.com>)
10526      Branch: perl
10527            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10528            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10529            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10530            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
10531            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10532            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
10533            ! jpl/PerlInterpreter/Makefile.PL
10534            ! jpl/PerlInterpreter/PerlInterpreter.c
10535            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10536            ! jpl/Sample/Makefile.PL jpl/install-jpl
10537 ____________________________________________________________________________
10538 [  4158] By: gsar                                  on 1999/09/15  01:27:14
10539         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
10540              Date:    Tue, 14 Sep 1999 21:26:15 EDT
10541              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
10542              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
10543      Branch: perl
10544            ! regexec.c t/op/pat.t
10545 ____________________________________________________________________________
10546 [  4157] By: jhi                                   on 1999/09/14  21:18:09
10547         Log: config.h will define USE_64_BITS if need be.
10548      Branch: cfgperl
10549            ! hints/irix_6.sh
10550 ____________________________________________________________________________
10551 [  4156] By: jhi                                   on 1999/09/14  20:30:00
10552         Log: Change #4149 necessitates also a small code change.
10553      Branch: cfgperl
10554            ! ext/B/defsubs_h.PL
10555 ____________________________________________________________________________
10556 [  4155] By: jhi                                   on 1999/09/14  20:15:53
10557         Log: Update EPOC libdir names.
10558      Branch: cfgperl
10559            ! epoc/config.h
10560 ____________________________________________________________________________
10561 [  4154] By: jhi                                   on 1999/09/14  20:13:41
10562         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
10563              deceased HAS.*DBM.*64 mumblings.
10564      Branch: cfgperl
10565            ! Configure config_h.SH epoc/config.h
10566 ____________________________________________________________________________
10567 [  4153] By: jhi                                   on 1999/09/14  20:04:53
10568         Log: Configure nits.
10569      Branch: cfgperl
10570            ! Configure config_h.SH
10571      Branch: metaconfig
10572            ! U/compline/d_sigaction.U U/threads/i_pthread.U
10573 ____________________________________________________________________________
10574 [  4152] By: jhi                                   on 1999/09/14  19:30:22
10575         Log: Integrate with Sarathy.
10576      Branch: cfgperl
10577           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
10578            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
10579           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
10580           !> win32/config_sh.PL
10581 ____________________________________________________________________________
10582 [  4151] By: jhi                                   on 1999/09/14  10:25:01
10583         Log: Update Unicode database and recompute the tables.
10584              Rename the .txt files to be more Unicode 3.0-like.
10585              Unihan-3.0.txt not included because it is 16 MB.
10586              syllables.txt is manually maintained.
10587              See ReadMe.txt for description of the .txt files.
10588              (not all of them are used yet)
10589      Branch: cfgperl
10590            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
10591            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
10592            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
10593            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
10594            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
10595            + lib/unicode/SpecCase.txt
10596            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
10597            - lib/unicode/index2.txt lib/unicode/jamo2.txt
10598            - lib/unicode/names2.txt lib/unicode/props2.txt
10599            - lib/unicode/readme.txt
10600            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10601            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10602            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10603            ! lib/unicode/Decomposition.pl
10604            ! lib/unicode/In/ArabicPresentationForms-B.pl
10605            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
10606            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10607            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
10608            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
10609            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
10610            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
10611            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
10612            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
10613            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
10614            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
10615            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
10616            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
10617            ! lib/unicode/mktables.PL
10618 ____________________________________________________________________________
10619 [  4150] By: gsar                                  on 1999/09/14  09:31:57
10620         Log: INSTALL tweak
10621      Branch: perl
10622            ! INSTALL
10623 ____________________________________________________________________________
10624 [  4149] By: gsar                                  on 1999/09/14  09:00:45
10625         Log: change some filenames to be 8.3-friendly
10626      Branch: perl
10627           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
10628            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
10629            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
10630 ____________________________________________________________________________
10631 [  4148] By: gsar                                  on 1999/09/14  08:35:00
10632         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
10633      Branch: perl
10634            ! win32/config_sh.PL
10635 ____________________________________________________________________________
10636 [  4147] By: jhi                                   on 1999/09/14  08:07:49
10637         Log: Not that UVSIZE normally differs that much from IVSIZE...
10638      Branch: cfgperl
10639            ! perl.h
10640 ____________________________________________________________________________
10641 [  4146] By: jhi                                   on 1999/09/14  08:04:40
10642         Log: Integrate with Sarathy.
10643      Branch: cfgperl
10644           !> Changes ext/DB_File/DB_File.xs
10645 ____________________________________________________________________________
10646 [  4145] By: jhi                                   on 1999/09/14  07:10:02
10647         Log: I_PTHREAD was PTHREADEAD.
10648      Branch: cfgperl
10649            ! Configure config_h.SH
10650      Branch: metaconfig
10651            ! U/threads/i_pthread.U
10652 ____________________________________________________________________________
10653 [  4144] By: gsar                                  on 1999/09/14  06:46:47
10654         Log: change#4113 was missing DB_File.xs changes
10655      Branch: perl
10656            ! ext/DB_File/DB_File.xs
10657 ____________________________________________________________________________
10658 [  4143] By: jhi                                   on 1999/09/13  20:16:20
10659         Log: Small doc and whitespace edits.
10660      Branch: cfgperl
10661            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10662            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10663            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10664            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10665            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10666            ! pod/perldelta.pod
10667 ____________________________________________________________________________
10668 [  4142] By: gsar                                  on 1999/09/13  19:32:31
10669         Log: integrate cfgperl contents into mainline, update Changes
10670      Branch: perl
10671           +> ext/DB_File/version.c
10672            ! Changes
10673           !> (integrate 44 files)
10674 ____________________________________________________________________________
10675 [  4141] By: jhi                                   on 1999/09/13  16:16:56
10676         Log: Scan for <pthread.h> always.
10677      Branch: cfgperl
10678            ! Configure config_h.SH perl.h
10679      Branch: metaconfig
10680            ! U/threads/i_pthread.U
10681 ____________________________________________________________________________
10682 [  4140] By: jhi                                   on 1999/09/13  16:00:08
10683         Log: Integrate with Sarathy.
10684      Branch: cfgperl
10685           !> (integrate 27 files)
10686 ____________________________________________________________________________
10687 [  4139] By: jhi                                   on 1999/09/13  15:35:18
10688         Log: Add -A option to Configure to diddle with variables
10689              after the hints file has been applied.
10690      Branch: cfgperl
10691            ! Configure config_h.SH
10692      Branch: metaconfig
10693            ! U/modified/Oldconfig.U U/modified/Options.U
10694 ____________________________________________________________________________
10695 [  4138] By: jhi                                   on 1999/09/13  13:42:56
10696         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
10697      Branch: cfgperl
10698            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10699            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10700            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10701            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10702            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10703 ____________________________________________________________________________
10704 [  4137] By: jhi                                   on 1999/09/13  13:25:31
10705         Log: Applying change #4136 manually introduced patch residue.
10706      Branch: cfgperl
10707            ! perl.h
10708 ____________________________________________________________________________
10709 [  4136] By: jhi                                   on 1999/09/13  13:23:04
10710         Log: Replace change #4100 with
10711              From: Robin Barker <rmb1@cise.npl.co.uk>
10712              To: gsar@activestate.com
10713              Cc: perl5-porters@perl.org
10714              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
10715              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
10716              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
10717      Branch: cfgperl
10718            ! doio.c dump.c ext/B/B.xs ext/B/typemap
10719            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10720            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10721            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10722            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10723 ____________________________________________________________________________
10724 [  4135] By: jhi                                   on 1999/09/13  10:22:31
10725         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10726              To: perl5-porters@perl.org (Mailing list Perl5)
10727              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10728              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
10729              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
10730              
10731              From: andreas.koenig@anima.de (Andreas J. Koenig)
10732              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10733              Cc: perl5-porters@perl.org (Mailing list Perl5)
10734              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10735              Date: 11 Sep 1999 15:36:26 +0200
10736              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
10737      Branch: cfgperl
10738            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10739 ____________________________________________________________________________
10740 [  4134] By: jhi                                   on 1999/09/13  10:20:14
10741         Log: From: Tom Phoenix <rootbeer@redcat.com>
10742              To: Perl Porters Mailing List <perl5-porters@perl.org>
10743              Subject: [DOCPATCH] Server errors and perldiag
10744              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
10745              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
10746      Branch: cfgperl
10747            ! pod/perldiag.pod
10748 ____________________________________________________________________________
10749 [  4133] By: gsar                                  on 1999/09/13  03:25:43
10750         Log: avoid assertion failure on C<@a'>
10751      Branch: perl
10752            ! toke.c
10753 ____________________________________________________________________________
10754 [  4132] By: gsar                                  on 1999/09/13  03:03:57
10755         Log: add -DPERL_Y2KWARN build option that will generate additional
10756              warnings on "19$yy" etc (reworked a patch suggested by
10757              Ulrich Pfeifer <upf@de.uu.net>)
10758      Branch: perl
10759            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
10760            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
10761 ____________________________________________________________________________
10762 [  4131] By: gsar                                  on 1999/09/12  22:06:25
10763         Log: fix DATA leaks; reword documentation about the DATA filehandle
10764      Branch: perl
10765            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
10766 ____________________________________________________________________________
10767 [  4130] By: gsar                                  on 1999/09/12  20:08:56
10768         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
10769              formatted result looks nonstandard
10770      Branch: perl
10771            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
10772            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10773            ! t/pragma/locale.t thrdvar.h
10774 ____________________________________________________________________________
10775 [  4129] By: gsar                                  on 1999/09/12  17:04:11
10776         Log: From: Doug MacEachern <dougm@cp.net>
10777              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
10778              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
10779              Subject: [PATCH 5.005_57] B::clearsym
10780      Branch: perl
10781            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
10782 ____________________________________________________________________________
10783 [  4128] By: gsar                                  on 1999/09/12  16:59:12
10784         Log: better debugger help output (from Ilya Zakharevich)
10785      Branch: perl
10786            ! lib/perl5db.pl
10787 ____________________________________________________________________________
10788 [  4127] By: jhi                                   on 1999/09/11  20:50:37
10789         Log: Integrate with Sarathy.
10790      Branch: cfgperl
10791           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
10792           +> t/lib/gol-linkage.t
10793           !> (integrate 43 files)
10794 ____________________________________________________________________________
10795 [  4126] By: nick                                  on 1999/09/10  20:44:22
10796         Log: Get resolve -at mainline
10797      Branch: utfperl
10798           +> (branch 297 files)
10799            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
10800            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10801            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
10802            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
10803            - t/pragma/warn-1global t/pragma/warning.t thread.sym
10804            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10805            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
10806            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
10807            - win32/makeperldef.pl win32/perlhost.h
10808           !> (integrate 847 files)
10809 ____________________________________________________________________________
10810 [  4125] By: gsar                                  on 1999/09/10  19:22:14
10811         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
10812              etc.)
10813      Branch: perl
10814            ! XSUB.h pp.h
10815 ____________________________________________________________________________
10816 [  4124] By: gsar                                  on 1999/09/10  19:14:35
10817         Log: rewrote substantive parts of patch
10818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10819              Date: Fri, 27 Aug 1999 19:02:18 -0400
10820              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
10821              Subject: [PATCH 5.005_58] REx documentation
10822      Branch: perl
10823            ! pod/perlre.pod
10824 ____________________________________________________________________________
10825 [  4123] By: gsar                                  on 1999/09/10  18:21:53
10826         Log: note about AVf_*
10827      Branch: perl
10828            ! av.h
10829 ____________________________________________________________________________
10830 [  4122] By: gsar                                  on 1999/09/10  17:55:42
10831         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
10832              <lichtin@bivio.com>)
10833      Branch: perl
10834            ! lib/Pod/Html.pm
10835 ____________________________________________________________________________
10836 [  4121] By: gsar                                  on 1999/09/10  17:49:35
10837         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
10838      Branch: perl
10839            ! AUTHORS Changes README.dos djgpp/config.over
10840            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
10841            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
10842            ! pod/podselect.PL sv.h t/io/openpid.t util.c
10843 ____________________________________________________________________________
10844 [  4120] By: gsar                                  on 1999/09/10  12:25:01
10845         Log: add perlcompile.pod (edited content from Nathan Torkington
10846              <gnat@frii.com> and others)
10847      Branch: perl
10848            + pod/perlcompile.pod
10849            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
10850 ____________________________________________________________________________
10851 [  4119] By: gsar                                  on 1999/09/10  11:05:13
10852         Log: avoid leaking static local_patches unless patchlevel.h is
10853              explicitly included
10854      Branch: perl
10855            ! patchlevel.h perl.c
10856 ____________________________________________________________________________
10857 [  4118] By: gsar                                  on 1999/09/10  10:44:54
10858         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
10859              <jvromans@squirrel.nl>)
10860      Branch: perl
10861            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
10862            ! Changes MANIFEST lib/Getopt/Long.pm
10863 ____________________________________________________________________________
10864 [  4116] By: jhi                                   on 1999/09/09  15:56:52
10865         Log: perldeltify change #4115.
10866      Branch: cfgperl
10867            ! pod/perldelta.pod
10868 ____________________________________________________________________________
10869 [  4115] By: jhi                                   on 1999/09/09  15:48:56
10870         Log: From: "John L. Allen" <allen@grumman.com> 
10871              To: perl5-porters@perl.org 
10872              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
10873              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
10874              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
10875      Branch: cfgperl
10876            ! lib/Time/Local.pm
10877 ____________________________________________________________________________
10878 [  4114] By: jhi                                   on 1999/09/09  15:42:30
10879         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10880              To: perl5-porters@perl.org
10881              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
10882              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
10883              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
10884      Branch: cfgperl
10885            ! pp_sys.c
10886 ____________________________________________________________________________
10887 [  4113] By: jhi                                   on 1999/09/09  10:17:45
10888         Log: From: paul.marquess@bt.com
10889              To: gsar@ActiveState.com
10890              Cc: perl5-porters@perl.org
10891              Subject: [PATCH 5.005_61] DB_File 1.71
10892              Date: Thu, 9 Sep 1999 11:20:13 +0100
10893              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
10894      Branch: cfgperl
10895            + ext/DB_File/version.c
10896            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10897            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
10898            ! t/lib/db-btree.t
10899 ____________________________________________________________________________
10900 [  4112] By: jhi                                   on 1999/09/09  09:05:32
10901         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10902              To: perl5-porters@perl.org (Mailing list Perl5)
10903              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
10904              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
10905              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
10906      Branch: cfgperl
10907            ! regexec.c t/op/pat.t
10908 ____________________________________________________________________________
10909 [  4110] By: jhi                                   on 1999/09/09  07:29:17
10910         Log: Tidy up 64-bit situation in perldelta.
10911      Branch: cfgperl
10912            ! pod/perldelta.pod
10913 ____________________________________________________________________________
10914 [  4109] By: jhi                                   on 1999/09/09  07:26:53
10915         Log: Clear up PL_regcc issues.
10916              
10917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10918              To: perl5-porters@perl.org (Mailing list Perl5)
10919              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
10920              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
10921              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
10922      Branch: cfgperl
10923            ! regexec.c
10924 ____________________________________________________________________________
10925 [  4108] By: gsar                                  on 1999/09/08  20:52:51
10926         Log: avoid ass_u_ming uppercase types are not user objects (spotted
10927              by Kurt Starsinic)
10928      Branch: perl
10929            ! ext/Data/Dumper/Dumper.pm
10930 ____________________________________________________________________________
10931 [  4107] By: gsar                                  on 1999/09/08  20:35:18
10932         Log: From: akim@epita.fr (DEMAILLE Akim)
10933              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
10934              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
10935              Subject: [ID 19990908.014] s2p does not quote @
10936      Branch: perl
10937            ! x2p/s2p.PL
10938 ____________________________________________________________________________
10939 [  4106] By: gsar                                  on 1999/09/08  20:25:12
10940         Log: integrate cfgperl contents into mainline
10941      Branch: perl
10942           !> (integrate 30 files)
10943 ____________________________________________________________________________
10944 [  4105] By: jhi                                   on 1999/09/08  09:02:37
10945         Log: Minor touches at the [:class:] description.
10946      Branch: cfgperl
10947            ! pod/perlre.pod
10948 ____________________________________________________________________________
10949 [  4104] By: jhi                                   on 1999/09/08  08:57:58
10950         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10951              To: Mailing list Perl5 <perl5-porters@perl.org>
10952              Subject: [PATCH 5.005_58] Fix debugging output for REx
10953              Date: Wed, 8 Sep 1999 05:02:02 -0400
10954              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
10955      Branch: cfgperl
10956            ! regcomp.c
10957 ____________________________________________________________________________
10958 [  4103] By: gsar                                  on 1999/09/08  00:53:50
10959         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
10960      Branch: perl
10961            ! pp.c
10962 ____________________________________________________________________________
10963 [  4102] By: gsar                                  on 1999/09/08  00:52:50
10964         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
10965      Branch: perl
10966            ! cop.h pp_hot.c
10967 ____________________________________________________________________________
10968 [  4101] By: gsar                                  on 1999/09/07  17:25:07
10969         Log: various fixups for windows
10970      Branch: perl
10971            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
10972            ! win32/Makefile win32/makefile.mk xsutils.c
10973 ____________________________________________________________________________
10974 [  4100] By: jhi                                   on 1999/09/07  12:49:15
10975         Log: Fix pointer casts.
10976              
10977              From: Robin Barker <rmb1@cise.npl.co.uk>
10978              To: perl5-porters@perl.org
10979              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
10980              -Duse64bits
10981              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
10982              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
10983      Branch: cfgperl
10984            ! doio.c dump.c ext/B/B.xs ext/B/typemap
10985            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10986            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10987            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10988            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10989 ____________________________________________________________________________
10990 [  4099] By: jhi                                   on 1999/09/07  10:29:04
10991         Log: Add sig/pid/uid size and sign probes.
10992      Branch: metaconfig
10993            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10994            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10995 ____________________________________________________________________________
10996 [  4098] By: jhi                                   on 1999/09/07  10:27:06
10997         Log: Band-aid until we've got %{Uid_t} or something similar
10998              for sv_catpvfn().
10999      Branch: cfgperl
11000            ! taint.c
11001 ____________________________________________________________________________
11002 [  4097] By: jhi                                   on 1999/09/07  09:41:23
11003         Log: Fix a printf thinko: now quads must have the ll L q prefix.
11004              (in other words, a bare %d is an int/unsigned)
11005      Branch: cfgperl
11006            ! pp_sys.c sv.c t/op/64bit.t
11007 ____________________________________________________________________________
11008 [  4096] By: jhi                                   on 1999/09/07  07:36:17
11009         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
11010              
11011              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
11012              To: perl5-porters@perl.org
11013              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
11014              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
11015              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
11016      Branch: cfgperl
11017            ! hints/hpux.sh perl.h
11018 ____________________________________________________________________________
11019 [  4095] By: gsar                                  on 1999/09/06  20:47:02
11020         Log: applied suggested patch with suitable test to detect MSVC
11021              From: "Vishal Bhatia" <vishalb@my-deja.com>
11022              Date: Wed, 11 Aug 1999 01:43:28 -0700
11023              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
11024              Subject: compiler on  win32
11025      Branch: perl
11026            ! ext/B/B/C.pm
11027 ____________________________________________________________________________
11028 [  4094] By: jhi                                   on 1999/09/06  20:34:44
11029         Log: Integrate with Sarathy.
11030      Branch: cfgperl
11031           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11032           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
11033 ____________________________________________________________________________
11034 [  4093] By: jhi                                   on 1999/09/06  20:33:43
11035         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
11036              so that they overflow also on 64-bit platforms.
11037      Branch: cfgperl
11038            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
11039 ____________________________________________________________________________
11040 [  4092] By: gsar                                  on 1999/09/06  20:16:58
11041         Log: support bytecode and C backends in perlcc (patch suggested
11042              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
11043              C backend the default; describe new switches in pod; introduce
11044              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
11045              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
11046              entries
11047      Branch: perl
11048            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11049            ! t/harness utils/Makefile utils/perlcc.PL
11050 ____________________________________________________________________________
11051 [  4091] By: jhi                                   on 1999/09/06  19:10:41
11052         Log: Integrate with Sarathy.
11053      Branch: cfgperl
11054           +> t/pragma/sub_lval.t
11055           !> (integrate 52 files)
11056 ____________________________________________________________________________
11057 [  4090] By: gsar                                  on 1999/09/06  19:09:06
11058         Log: propagate changed error text
11059      Branch: perl
11060            ! t/pragma/sub_lval.t
11061 ____________________________________________________________________________
11062 [  4089] By: gsar                                  on 1999/09/06  18:54:43
11063         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
11064      Branch: perl
11065            ! pod/perlfunc.pod
11066 ____________________________________________________________________________
11067 [  4088] By: gsar                                  on 1999/09/06  18:52:10
11068         Log: From: paul.marquess@bt.com
11069              Date: Sun, 5 Sep 1999 15:11:08 +0100 
11070              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
11071              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
11072      Branch: perl
11073            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
11074            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11075            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
11076            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
11077            ! toke.c
11078 ____________________________________________________________________________
11079 [  4087] By: gsar                                  on 1999/09/06  18:06:06
11080         Log: change#3612 is buggy when quotemeta argument matches target
11081              (hope this is the last of the optimized-OP_SASSIGN bugs)
11082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11083              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
11084              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
11085              Subject: Re: [BUG: quotemeta]
11086      Branch: perl
11087            ! Changes op.c t/op/lex_assign.t
11088 ____________________________________________________________________________
11089 [  4086] By: gsar                                  on 1999/09/06  17:57:52
11090         Log: misc tweaks
11091      Branch: perl
11092            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
11093 ____________________________________________________________________________
11094 [  4085] By: gsar                                  on 1999/09/06  03:54:23
11095         Log: applied patch suggested by Hans Mulder to fix problems on
11096              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
11097              when they ask for bincompat (platforms that used to default
11098              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
11099              (appears unsalvageable on some platforms)
11100      Branch: perl
11101            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
11102 ____________________________________________________________________________
11103 [  4084] By: bailey                                on 1999/09/06  02:39:11
11104         Log: Integrate mainline 5.05_61
11105      Branch: vmsperl
11106           +> (branch 32 files)
11107            - lib/unicode/EthiopicSyllables.txt
11108            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
11109            - warning.pl
11110            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
11111            ! vms/perly_h.vms vms/vms.c
11112           !> (integrate 346 files)
11113 ____________________________________________________________________________
11114 [  4083] By: gsar                                  on 1999/09/06  00:10:40
11115         Log: optional warning on join(/foo/...) (reworked suggested patch
11116              by Mark-Jason Dominus <mjd@plover.com>)
11117      Branch: perl
11118            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
11119            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
11120            ! pp_proto.h t/pragma/warn/op
11121 ____________________________________________________________________________
11122 [  4082] By: gsar                                  on 1999/09/05  22:28:57
11123         Log: fix data loss when more than one block is read from SDBM
11124              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
11125      Branch: perl
11126            ! ext/SDBM_File/sdbm/sdbm.c
11127 ____________________________________________________________________________
11128 [  4081] By: gsar                                  on 1999/09/05  22:07:18
11129         Log: initial implementation of lvalue subroutines (slightly fixed
11130              version of patch suggested by Ilya Zakharevich, which in turn
11131              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
11132      Branch: perl
11133            + t/pragma/sub_lval.t
11134            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
11135            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
11136            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
11137            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
11138            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
11139 ____________________________________________________________________________
11140 [  4080] By: jhi                                   on 1999/09/05  22:02:18
11141         Log: Undo #4055 (related to #4079).
11142      Branch: cfgperl
11143            ! pod/perlop.pod
11144 ____________________________________________________________________________
11145 [  4079] By: jhi                                   on 1999/09/05  21:30:54
11146         Log: Time is not yet ripe.
11147      Branch: cfgperl
11148            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
11149 ____________________________________________________________________________
11150 [  4078] By: gsar                                  on 1999/09/05  18:17:32
11151         Log: modified suggested patch to handle cross-refs and qr// objects
11152              correctly; unfollowed refs are represented as simple string
11153              value, not just the bare type; $VERSION stays the same until
11154              it is ready for prime time (avoids CPAN confustication)
11155              From:    John Nolan <jpnolan@Op.Net>
11156              Date:    Wed, 04 Aug 1999 20:21:10 EDT
11157              Message-Id: <199908050021.UAA09693@monet.op.net>
11158              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
11159      Branch: perl
11160            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11161            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
11162 ____________________________________________________________________________
11163 [  4077] By: jhi                                   on 1999/09/04  21:54:42
11164         Log: timesum() wasn't @EXPORTed as promised by the documentation.
11165              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
11166      Branch: cfgperl
11167            ! lib/Benchmark.pm
11168 ____________________________________________________________________________
11169 [  4076] By: gsar                                  on 1999/09/04  20:21:59
11170         Log: integrate cfgperl contents into mainline
11171      Branch: perl
11172           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
11173           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
11174           +> warnings.h warnings.pl xsutils.c
11175            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
11176           !> (integrate 109 files)
11177 ____________________________________________________________________________
11178 [  4075] By: jhi                                   on 1999/09/04  18:04:47
11179         Log: use integer on the problematic subtest.
11180      Branch: cfgperl
11181            ! t/op/misc.t
11182 ____________________________________________________________________________
11183 [  4074] By: jhi                                   on 1999/09/04  17:57:40
11184         Log: Warn about numconvert.t in case somebody
11185              wants to make sv_2pv more 64-bit aware.
11186      Branch: cfgperl
11187            ! sv.c
11188 ____________________________________________________________________________
11189 [  4073] By: jhi                                   on 1999/09/04  17:54:51
11190         Log: Comment upgrading: the quad situation isn't quite as
11191              bad as it used to be.
11192      Branch: cfgperl
11193            ! perl.h
11194 ____________________________________________________________________________
11195 [  4072] By: jhi                                   on 1999/09/04  15:35:37
11196         Log: Integrate with Sarathy.
11197      Branch: cfgperl
11198           !> win32/win32.c
11199 ____________________________________________________________________________
11200 [  4071] By: jhi                                   on 1999/09/04  15:28:11
11201         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
11202              
11203              From: Robin Barker <rmb1@cise.npl.co.uk>
11204              To: perl5-porters@perl.org
11205              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11206              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
11207              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
11208              
11209              and later (in private email) found to be dependent
11210              on useperlio.
11211              
11212              Mental note: the cpp magic done in perlsdio.h (and assumedly
11213              also in perlsfio.h) may cause trouble later with lfs because
11214              both the perlio scheme by Perl and the lfs support by vendors
11215              like to play cpp games to map the stdio namespace back and forth.
11216              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
11217              just the beginning.
11218      Branch: cfgperl
11219            ! perlio.c
11220 ____________________________________________________________________________
11221 [  4070] By: jhi                                   on 1999/09/04  13:12:14
11222         Log: Enable 64-bit clean bit ops.
11223              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
11224      Branch: cfgperl
11225            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
11226            ! t/op/misc.t
11227 ____________________________________________________________________________
11228 [  4069] By: jhi                                   on 1999/09/03  21:17:30
11229         Log: Turn on USE_64_BIT_OFFSETS implicitly.
11230      Branch: cfgperl
11231            ! perl.h
11232 ____________________________________________________________________________
11233 [  4068] By: jhi                                   on 1999/09/03  08:19:59
11234         Log: Fix from Spider for the sub attributes (there was an undocumented
11235              dependency between force_word() and skipspace()).
11236      Branch: cfgperl
11237            ! toke.c
11238 ____________________________________________________________________________
11239 [  4067] By: jhi                                   on 1999/09/01  23:17:06
11240         Log: From: John Tobey <spam@john-edwin-tobey.org>
11241              To: ilya@math.ohio-state.edu
11242              CC: perl5-porters@perl.org
11243              Subject: Re: [PATCH 5.005_60] distclean forgot two
11244              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
11245              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
11246      Branch: cfgperl
11247            ! t/lib/dprof.t
11248 ____________________________________________________________________________
11249 [  4066] By: jhi                                   on 1999/09/01  23:14:50
11250         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
11251              To: perl5-porters@perl.org
11252              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
11253              Date: Fri, 20 Aug 1999 15:37:27 +0100
11254              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
11255      Branch: cfgperl
11256            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
11257            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
11258            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
11259 ____________________________________________________________________________
11260 [  4065] By: jhi                                   on 1999/09/01  22:06:43
11261         Log: From: Dominic Dunlop <domo@vo.lu>
11262              To: perl5-porters@perl.org
11263              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
11264              (UNINSTALLED) [PATCH]
11265              Date: Thu, 19 Aug 1999 09:48:03 +0200
11266              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
11267              
11268              The PERL_POLLUTE_MALLOC part had to be manually applied.
11269      Branch: cfgperl
11270            ! hints/machten.sh perl.h
11271 ____________________________________________________________________________
11272 [  4064] By: jhi                                   on 1999/09/01  13:56:14
11273         Log: From: Martin Lichtin <lichtin@bivio.com>
11274              To: jhi@iki.fi
11275              CC: perl5-porters@perl.org
11276              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
11277              Date: Wed, 01 Sep 1999 15:50:04 +0200
11278              Message-ID: <37CD2F0C.944BFACE@bivio.com>
11279      Branch: cfgperl
11280            ! lib/ExtUtils/Install.pm
11281 ____________________________________________________________________________
11282 [  4063] By: jhi                                   on 1999/09/01  13:16:11
11283         Log: Enhance lfs tests: check every seek and sysseek
11284              and test also that -e and -f detect largefiles.
11285      Branch: cfgperl
11286            ! t/lib/syslfs.t t/op/lfs.t
11287 ____________________________________________________________________________
11288 [  4062] By: jhi                                   on 1999/09/01  12:08:04
11289         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
11290              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11291              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
11292              The Perl Porters Mailing List <perl5-porters@perl.org>
11293              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
11294              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
11295              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
11296      Branch: cfgperl
11297            ! pod/perldiag.pod
11298 ____________________________________________________________________________
11299 [  4061] By: jhi                                   on 1999/09/01  12:03:03
11300         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11301              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
11302              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
11303              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
11304              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
11305              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
11306      Branch: cfgperl
11307            ! op.c t/op/join.t
11308 ____________________________________________________________________________
11309 [  4060] By: jhi                                   on 1999/09/01  07:59:42
11310         Log: IV_DIG and NV_DIG fixes.
11311      Branch: cfgperl
11312            ! perl.h
11313 ____________________________________________________________________________
11314 [  4059] By: jhi                                   on 1999/08/31  14:47:18
11315         Log: \C{} -> \N{} residue.
11316      Branch: cfgperl
11317            ! toke.c
11318 ____________________________________________________________________________
11319 [  4057] By: gsar                                  on 1999/08/30  22:08:19
11320         Log: avoid hiding child process window
11321      Branch: perl
11322            ! win32/win32.c
11323 ____________________________________________________________________________
11324 [  4055] By: jhi                                   on 1999/08/30  21:20:50
11325         Log: Document the undefinedness of overshifting.
11326      Branch: cfgperl
11327            ! pod/perlop.pod
11328 ____________________________________________________________________________
11329 [  4054] By: jhi                                   on 1999/08/30  20:18:18
11330         Log: History fixes and updates.
11331      Branch: cfgperl
11332            ! pod/perlhist.pod
11333 ____________________________________________________________________________
11334 [  4053] By: jhi                                   on 1999/08/30  19:34:02
11335         Log: Shell quoting thinko broke installdirs.
11336              From: JVromans@Squirrel.nl (Johan Vromans)
11337              To: perl5-porters@perl.org
11338              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
11339              installprefix
11340              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
11341              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
11342      Branch: cfgperl
11343            ! Configure config_h.SH
11344      Branch: metaconfig
11345            ! U/installdirs/archlib.U U/installdirs/bin.U
11346            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
11347            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
11348            ! U/installdirs/man3dir.U U/installdirs/privlib.U
11349            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
11350            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
11351            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
11352            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
11353            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
11354            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
11355            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
11356            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
11357            ! U/installdirs/vendorscriptdir.U
11358 ____________________________________________________________________________
11359 [  4052] By: jhi                                   on 1999/08/30  02:57:05
11360         Log: Use \N{named characters} instead of \C.
11361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11362              To: jhi@iki.fi
11363              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
11364              perl5-porters@perl.org (Mailing list Perl5)
11365              Subject: Re: [PATCH 5.005_58] Named characters in Perl
11366              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
11367              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
11368      Branch: cfgperl
11369            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
11370            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
11371 ____________________________________________________________________________
11372 [  4051] By: jhi                                   on 1999/08/30  02:54:20
11373         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
11374              To: perl5-porters@perl.org
11375              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
11376              don't mix
11377              Date: Sun, 29 Aug 1999 19:04:53 -0400
11378              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
11379      Branch: cfgperl
11380            ! universal.c
11381 ____________________________________________________________________________
11382 [  4050] By: jhi                                   on 1999/08/29  16:38:58
11383         Log: Conditionally socksify the LIBS of Socket.
11384      Branch: cfgperl
11385            ! ext/Socket/Makefile.PL
11386 ____________________________________________________________________________
11387 [  4049] By: jhi                                   on 1999/08/29  15:33:30
11388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11389              To: Mailing list Perl5 <perl5-porters@perl.org>
11390              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
11391              Date: Wed, 25 Aug 1999 16:19:58 -0400
11392              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
11393      Branch: cfgperl
11394            ! lib/perl5db.pl
11395 ____________________________________________________________________________
11396 [  4048] By: jhi                                   on 1999/08/29  15:31:36
11397         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11398              To: perl5-porters@perl.org
11399              Subject: [PATCH _61] Lost arguments to simplified sort
11400              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
11401              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
11402      Branch: cfgperl
11403            ! op.c t/op/sort.t
11404 ____________________________________________________________________________
11405 [  4047] By: jhi                                   on 1999/08/29  15:29:29
11406         Log: From: Olaf Flebbe <olaf@science-computing.de>
11407              Sender: owner-perl5-porters@perl.org
11408              To: perl5-porters@perl.org
11409              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
11410              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
11411      Branch: cfgperl
11412            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11413            ! epoc/perl.mmp epoc/perl.pkg
11414 ____________________________________________________________________________
11415 [  4046] By: jhi                                   on 1999/08/29  15:21:18
11416         Log: From: pvhp@forte.com (Peter Prymmer)
11417              To: perl5-porters@perl.org
11418              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
11419              Date: Fri, 27 Aug 99 18:51:04 PDT
11420              Message-Id: <9908280151.AA05010@forte.com>
11421      Branch: cfgperl
11422            ! t/lib/cgi-html.t
11423 ____________________________________________________________________________
11424 [  4045] By: jhi                                   on 1999/08/29  15:18:38
11425         Log: Fix scalar gmtime (and localtime) in quad environments,
11426              bug reported by Robin Parker.
11427              
11428              From: Robin Barker <rmb1@cise.npl.co.uk>
11429              To: jhi@iki.fi
11430              Cc: perl5-porters@perl.org
11431              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11432              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
11433              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
11434      Branch: cfgperl
11435            ! pp_sys.c t/op/time.t
11436 ____________________________________________________________________________
11437 [  4044] By: jhi                                   on 1999/08/29  11:24:03
11438         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11439              To: perl5-porters@perl.org (Mailing list Perl5)
11440              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
11441              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
11442              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
11443              
11444              Addendum: it's "only" 33% speedup.
11445      Branch: cfgperl
11446            ! dump.c op.c op.h pp.h
11447 ____________________________________________________________________________
11448 [  4043] By: jhi                                   on 1999/08/29  11:10:33
11449         Log: From: spider-perl@Orb.Nashua.NH.US
11450              To: Mailing list Perl5 <perl5-porters@perl.org>
11451              Subject: [PATCH 5.005_61 CORE] sub : attrlist
11452              Date: Sun, 29 Aug 1999 03:02:11 -0400
11453              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
11454      Branch: cfgperl
11455            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
11456            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
11457            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
11458            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
11459            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
11460            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
11461            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
11462 ____________________________________________________________________________
11463 [  4042] By: jhi                                   on 1999/08/29  11:08:50
11464         Log: Turn off gcc-2.95's strict-alias optimization.
11465              This, of course, should be only temporary.
11466              From Andy Dougherty.
11467      Branch: cfgperl
11468            ! Configure config_h.SH
11469      Branch: metaconfig
11470            ! U/compline/ccflags.U U/modified/cc.U
11471 ____________________________________________________________________________
11472 [  4041] By: jhi                                   on 1999/08/29  10:47:30
11473         Log: Fix a typo in #4036.
11474      Branch: cfgperl
11475            ! mg.c
11476 ____________________________________________________________________________
11477 [  4040] By: jhi                                   on 1999/08/29  10:34:58
11478         Log: Add a missing #endif forgotten by #4035.
11479      Branch: cfgperl
11480            ! doop.c
11481 ____________________________________________________________________________
11482 [  4039] By: jhi                                   on 1999/08/29  10:31:19
11483         Log: Remove an extra #endif introduced by #4036.
11484      Branch: cfgperl
11485            ! perl.h
11486 ____________________________________________________________________________
11487 [  4038] By: jhi                                   on 1999/08/29  10:18:59
11488         Log: Rename warning to warnings, from Paul Marquess.
11489      Branch: cfgperl
11490            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
11491            + t/pragma/warnings.t warnings.h warnings.pl
11492            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
11493            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
11494            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
11495            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
11496            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
11497            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
11498            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
11499            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11500            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11501            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11502            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11503            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11504            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
11505 ____________________________________________________________________________
11506 [  4037] By: jhi                                   on 1999/08/29  10:08:47
11507         Log: Create the equivalence tables based on
11508              the real Unicode decomposition, not on
11509              the character name.
11510      Branch: cfgperl
11511            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11512            ! lib/unicode/mktables.PL
11513 ____________________________________________________________________________
11514 [  4036] By: jhi                                   on 1999/08/29  09:29:08
11515         Log: Integrate with Sarathy.
11516      Branch: cfgperl
11517           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11518           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11519           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11520           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11521           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11522           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11523           !> (integrate 190 files)
11524 ____________________________________________________________________________
11525 [  4035] By: jhi                                   on 1999/08/29  08:56:15
11526         Log: Implement 64-bit vec().
11527      Branch: cfgperl
11528            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11529            ! pp.h t/op/64bit.t
11530 ____________________________________________________________________________
11531 [  4034] By: gsar                                  on 1999/08/29  03:35:18
11532         Log: deadcode removal
11533      Branch: perl
11534            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
11535            ! pp_ctl.c proto.h run.c sv.c
11536 ____________________________________________________________________________
11537 [  4033] By: jhi                                   on 1999/08/28  17:31:07
11538         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11539              To: perl5-porters@perl.org
11540              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11541              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
11542              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
11543      Branch: cfgperl
11544            ! perl.h
11545 ____________________________________________________________________________
11546 [  4032] By: gsar                                  on 1999/08/26  23:53:33
11547         Log: new thread should set current interp in TLS
11548      Branch: perl
11549            ! ext/Thread/Thread.xs
11550 ____________________________________________________________________________
11551 [  4031] By: bailey                                on 1999/08/23  03:40:07
11552         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
11553      Branch: vmsperl
11554            ! lib/ExtUtils/MM_VMS.pm
11555 ____________________________________________________________________________
11556 [  4030] By: bailey                                on 1999/08/23  03:37:43
11557         Log: Patch up holes in realclean target
11558      Branch: vmsperl
11559            ! vms/descrip_mms.template
11560 ____________________________________________________________________________
11561 [  4029] By: bailey                                on 1999/08/23  03:36:24
11562         Log: Fix handling of PERL_POLLUTE
11563      Branch: vmsperl
11564            ! lib/ExtUtils/MM_VMS.pm
11565 ____________________________________________________________________________
11566 [  4028] By: bailey                                on 1999/08/23  03:34:08
11567         Log: Update VMS version of perly.h
11568      Branch: vmsperl
11569            ! vms/perly_h.vms
11570 ____________________________________________________________________________
11571 [  4027] By: bailey                                on 1999/08/23  03:32:45
11572         Log: Update dependencies in Descrip.MMS
11573      Branch: vmsperl
11574            ! vms/descrip_mms.template
11575 ____________________________________________________________________________
11576 [  4026] By: bailey                                on 1999/08/23  03:30:01
11577         Log: Fix prototypes in perlapi.c (64-bit?)
11578              Clear prior definition of getenv_len before defining VMS-specific macro
11579      Branch: vmsperl
11580            ! perlapi.c vms/vmsish.h
11581 ____________________________________________________________________________
11582 [  4025] By: bailey                                on 1999/08/23  03:25:51
11583         Log: Add '-m' option to Configure.com which skips the MANIFEST check
11584      Branch: vmsperl
11585            ! configure.com
11586 ____________________________________________________________________________
11587 [  4024] By: bailey                                on 1999/08/23  03:23:34
11588         Log: Skip open() tests that rely on Unix fork semantics
11589      Branch: vmsperl
11590            ! t/io/open.t
11591 ____________________________________________________________________________
11592 [  4023] By: bailey                                on 1999/08/23  03:21:46
11593         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
11594      Branch: vmsperl
11595            ! vms/gen_shrfls.pl
11596 ____________________________________________________________________________
11597 [  4022] By: bailey                                on 1999/08/23  03:17:33
11598         Log: update MM_VMS to use new File::Spec routines
11599      Branch: vmsperl
11600            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
11601 ____________________________________________________________________________
11602 [  4021] By: bailey                                on 1999/08/23  03:13:40
11603         Log: byteperl is now part of the ByteLoader ext
11604      Branch: vmsperl
11605            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
11606 ____________________________________________________________________________
11607 [  4020] By: bailey                                on 1999/08/23  03:10:41
11608         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
11609      Branch: vmsperl
11610            ! vms/vms.c
11611 ____________________________________________________________________________
11612 [  4019] By: bailey                                on 1999/08/23  03:07:28
11613         Log: Update calls for new thread context handling
11614      Branch: vmsperl
11615            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
11616            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
11617 ____________________________________________________________________________
11618 [  4018] By: bailey                                on 1999/08/23  03:01:31
11619         Log: Allow for file versions in library when looking for .bs files
11620      Branch: vmsperl
11621            ! ext/DynaLoader/DynaLoader_pm.PL
11622 ____________________________________________________________________________
11623 [  4017] By: bailey                                on 1999/08/23  02:58:55
11624         Log: Update VMS configuration procedures for 5.005_60
11625      Branch: vmsperl
11626            ! configure.com vms/subconfigure.com
11627 ____________________________________________________________________________
11628 [  4016] By: gsar                                  on 1999/08/20  22:19:56
11629         Log: update Changes
11630      Branch: perl
11631            ! Changes
11632
11633 ----------------
11634 Version 5.005_61
11635 ----------------
11636
11637 ____________________________________________________________________________
11638 [  4015] By: gsar                                  on 1999/08/20  22:17:41
11639         Log: perl_free() should use PerlMem_free()
11640      Branch: perl
11641            ! perl.c
11642 ____________________________________________________________________________
11643 [  4014] By: gsar                                  on 1999/08/20  22:10:46
11644         Log: win32 tweaks
11645      Branch: perl
11646            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
11647            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11648            ! win32/config_H.vc
11649 ____________________________________________________________________________
11650 [  4013] By: gsar                                  on 1999/08/20  22:09:56
11651         Log: DEBUG_m() adjusted to internalize dTHX
11652      Branch: perl
11653            ! malloc.c perl.h util.c
11654 ____________________________________________________________________________
11655 [  4012] By: gsar                                  on 1999/08/20  17:51:06
11656         Log: make autogenerated files writable
11657      Branch: perl
11658            ! (edit 171 files)
11659 ____________________________________________________________________________
11660 [  4011] By: gsar                                  on 1999/08/20  17:43:47
11661         Log: update Changes
11662      Branch: perl
11663            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
11664 ____________________________________________________________________________
11665 [  4010] By: gsar                                  on 1999/08/20  17:21:53
11666         Log: up patchlevel &c
11667      Branch: perl
11668            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11669            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11670 ____________________________________________________________________________
11671 [  4009] By: gsar                                  on 1999/08/20  16:46:26
11672         Log: add missing Is/Syl*.pl files
11673      Branch: perl
11674            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11675            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11676            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11677            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11678            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11679            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11680 ____________________________________________________________________________
11681 [  4008] By: gsar                                  on 1999/08/20  16:31:02
11682         Log: integrate cfgperl contents into mainline
11683      Branch: perl
11684           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
11685           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11686           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
11687           +> t/op/lfs.t
11688            - lib/unicode/EthiopicSyllables.txt
11689            - lib/unicode/MakeEthiopicSyllables.PL
11690           !> (integrate 261 files)
11691 ____________________________________________________________________________
11692 [  4007] By: gsar                                  on 1999/08/20  15:24:08
11693         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
11694              USE_THREADS and MULTIPLICITY; minor pod adjustments
11695      Branch: perl
11696            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
11697            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
11698 ____________________________________________________________________________
11699 [  4006] By: jhi                                   on 1999/08/19  19:01:41
11700         Log: Tighten the vec() code so that naughty BITS cause an error.
11701      Branch: cfgperl
11702            ! doop.c
11703 ____________________________________________________________________________
11704 [  4005] By: jhi                                   on 1999/08/19  15:55:09
11705         Log: Don't document ill-defined vec() bits cases
11706              (for which the code doesn't work right in any case)
11707      Branch: cfgperl
11708            ! pod/perldiag.pod pod/perlfunc.pod
11709 ____________________________________________________________________________
11710 [  4004] By: jhi                                   on 1999/08/19  12:49:41
11711         Log: Removed duplicated code (in pp.c and mg.c) by introducing
11712              do_vecget().  NOTE: the calling convention of do_vecset()
11713              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
11714              in pp_vec() is no more multiplied by `size' in pp_vec(),
11715              the multiplication is now done in do_vecset().
11716              
11717              Also fix a cpp thinko in change #4002.
11718      Branch: cfgperl
11719            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
11720            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
11721            ! proto.h
11722 ____________________________________________________________________________
11723 [  4003] By: jhi                                   on 1999/08/18  08:27:22
11724         Log: Warn about small spherical distances.
11725      Branch: cfgperl
11726            ! lib/Math/Trig.pm
11727 ____________________________________________________________________________
11728 [  4002] By: jhi                                   on 1999/08/17  09:11:51
11729         Log: Enhance IV_FITS_IN_IV (though it's still unused).
11730      Branch: cfgperl
11731            ! perl.h
11732 ____________________________________________________________________________
11733 [  4001] By: jhi                                   on 1999/08/17  08:13:34
11734         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
11735              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
11736              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
11737              Subject: [PATCH] overload.pm str/num confu
11738              Date: 17 Aug 1999 08:21:12 +0200
11739      Branch: cfgperl
11740            ! lib/overload.pm
11741 ____________________________________________________________________________
11742 [  4000] By: jhi                                   on 1999/08/17  07:20:23
11743         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
11744              To: perl5-porters@perl.org
11745              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
11746              Date: 16 Aug 1999 14:24:28 -0700
11747              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
11748      Branch: cfgperl
11749            ! pod/perlobj.pod
11750 ____________________________________________________________________________
11751 [  3999] By: jhi                                   on 1999/08/16  19:49:09
11752         Log: Integrate with Nick.
11753      Branch: cfgperl
11754           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
11755 ____________________________________________________________________________
11756 [  3998] By: jhi                                   on 1999/08/16  19:44:29
11757         Log: Fix most of the pod2man moanings reported in
11758              
11759              From: "Larry W. Virden" <lvirden@cas.org>
11760              To: perl5-porters@perl.org
11761              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
11762              (UNINSTALLED)
11763              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
11764              Message-Id: <199908031935.PAA27692@cas.org>
11765              
11766              Configure regen'ed.
11767      Branch: cfgperl
11768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11769            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
11770            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
11771            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
11772            ! utils/h2xs.PL utils/perlcc.PL
11773 ____________________________________________________________________________
11774 [  3997] By: jhi                                   on 1999/08/16  19:20:37
11775         Log: A fix of sorts for the flush-before-dup scenario.
11776      Branch: cfgperl
11777            ! doio.c
11778 ____________________________________________________________________________
11779 [  3996] By: jhi                                   on 1999/08/16  19:14:37
11780         Log: More paranoia.
11781      Branch: cfgperl
11782            ! sv.c
11783 ____________________________________________________________________________
11784 [  3995] By: jhi                                   on 1999/08/16  18:55:35
11785         Log: Batch of small 64-bit/long double/large file support tweaks:
11786              - scan for LDBL_DIG
11787              - from DBL_DIG and LDBL_DIG select NV_DIG
11788              - introduce IVSIZE, UVSIZE, NVSIZE
11789              - introduce IV_DIG
11790              - remove stdio64
11791              - AIX uses `oslevel` when others use `uname -r`
11792              - already AIX 4.2 goes 64-bit
11793              - in HP-UX require the 64-bit libc, just the directory isn't enough
11794              - group ids are not NVs
11795              - #undef USE_LONG_DOUBLE if long double is no better than double
11796              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
11797              - mention large file support in perldelta
11798              - introduce quad TOPpin' and POPpin'
11799              - the svcat... buffer was tiny for printing quads in %b
11800              - fix the multiplication test in 64bit.t
11801              - try to make VMS to comply with all this removal and "introducal"
11802              of symbols
11803      Branch: cfgperl
11804            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
11805            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
11806            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
11807      Branch: metaconfig
11808            ! U/modified/d_longdbl.U
11809      Branch: metaconfig/U/perl
11810            + d_ldbl_dig.U
11811 ____________________________________________________________________________
11812 [  3994] By: jhi                                   on 1999/08/16  07:53:44
11813         Log: More Configure/subconfigure.com syncing.
11814      Branch: cfgperl
11815            ! vms/subconfigure.com
11816 ____________________________________________________________________________
11817 [  3993] By: jhi                                   on 1999/08/14  22:09:26
11818         Log: Remove from VMS what the change #3982 took away from Configure lands.
11819      Branch: cfgperl
11820            ! vms/subconfigure.com
11821 ____________________________________________________________________________
11822 [  3992] By: jhi                                   on 1999/08/14  13:29:13
11823         Log: Small test tweaks.
11824      Branch: cfgperl
11825            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
11826 ____________________________________________________________________________
11827 [  3991] By: jhi                                   on 1999/08/14  13:08:41
11828         Log: Augment filesize limit note.
11829      Branch: cfgperl
11830            ! doio.c
11831 ____________________________________________________________________________
11832 [  3990] By: jhi                                   on 1999/08/14  13:06:12
11833         Log: Note about filesize limits.
11834      Branch: cfgperl
11835            ! doio.c pp_sys.c
11836 ____________________________________________________________________________
11837 [  3989] By: jhi                                   on 1999/08/14  11:31:58
11838         Log: Catch the case of filesize limits.
11839      Branch: cfgperl
11840            ! t/lib/syslfs.t t/op/lfs.t
11841 ____________________________________________________________________________
11842 [  3988] By: nick                                  on 1999/08/14  09:20:58
11843         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
11844              this causes a POPSTACK panic. The problem seems to be that although
11845              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
11846              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
11847              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
11848              messing with CATCH_SET() in call_sv, use it in perl_vdie().
11849              Add test to op/eval.t which will fail (panic) if bug comes back.
11850              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
11851      Branch: perl
11852            ! cop.h perl.c t/op/eval.t util.c
11853 ____________________________________________________________________________
11854 [  3987] By: jhi                                   on 1999/08/13  23:57:52
11855         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
11856              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
11857              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
11858              Date: Fri, 13 Aug 1999 17:42:47 -0500
11859              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
11860      Branch: cfgperl
11861            ! lib/ExtUtils/MM_VMS.pm
11862 ____________________________________________________________________________
11863 [  3986] By: jhi                                   on 1999/08/13  23:56:44
11864         Log: Don't quit before printing out the message.
11865      Branch: cfgperl
11866            ! t/lib/syslfs.t t/op/lfs.t
11867 ____________________________________________________________________________
11868 [  3985] By: jhi                                   on 1999/08/13  23:35:49
11869         Log: Remove more t/ trash on target "clean".
11870      Branch: cfgperl
11871            ! Makefile.SH
11872 ____________________________________________________________________________
11873 [  3984] By: jhi                                   on 1999/08/13  23:02:53
11874         Log: Avoid double long double. 
11875      Branch: cfgperl
11876            ! Configure config_h.SH
11877      Branch: metaconfig/U/perl
11878            ! uselongdbl.U
11879 ____________________________________________________________________________
11880 [  3983] By: jhi                                   on 1999/08/13  22:59:56
11881         Log: BYTEORDER fix.
11882      Branch: cfgperl
11883            ! Configure config_h.SH
11884      Branch: metaconfig
11885            ! U/compline/byteorder.U
11886 ____________________________________________________________________________
11887 [  3982] By: jhi                                   on 1999/08/13  22:48:40
11888         Log: Jumbo Configure and large file support update.
11889              Remove a lot of unneeded 64-bitness cruft;
11890              re-introduce BYTEORDER; update 64-bitness hints;
11891              lfs should now work in Solaris; long doubles in AIX.
11892      Branch: cfgperl
11893            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
11894            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
11895            ! perlsdio.h pp.h pp_sys.c
11896      Branch: metaconfig
11897            ! U/compline/byteorder.U U/compline/ccflags.U
11898      Branch: metaconfig/U/perl
11899            ! d_dlsymun.U io64.U uselongdbl.U
11900 ____________________________________________________________________________
11901 [  3980] By: jhi                                   on 1999/08/13  15:09:11
11902         Log: Introduce HAS_LLSEEK.
11903      Branch: cfgperl
11904            ! Configure config_h.SH perl.h
11905 ____________________________________________________________________________
11906 [  3979] By: jhi                                   on 1999/08/13  14:29:47
11907         Log: From: <dan@sidhe.org>
11908              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
11909              sarathy@activestate.com
11910              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
11911              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
11912              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
11913      Branch: cfgperl
11914            ! vms/vms.c
11915 ____________________________________________________________________________
11916 [  3978] By: jhi                                   on 1999/08/13  09:56:46
11917         Log: Make the 64-bit tests more paranoid.
11918      Branch: cfgperl
11919            ! t/op/64bit.t
11920 ____________________________________________________________________________
11921 [  3976] By: jhi                                   on 1999/08/12  21:49:16
11922         Log: IRIX64 needs more -mabi=64 with gcc.
11923      Branch: cfgperl
11924            ! hints/irix_6.sh
11925 ____________________________________________________________________________
11926 [  3975] By: jhi                                   on 1999/08/12  21:02:03
11927         Log: Reincarnate change #3967, now in more modest form.
11928      Branch: cfgperl
11929            ! hints/irix_6.sh
11930 ____________________________________________________________________________
11931 [  3974] By: jhi                                   on 1999/08/12  20:49:36
11932         Log: Remove rt from libswanted (I added it many moons ago
11933              when I thought it would be useful in Digital UNIX,
11934              I was wrong); undo the recent IRIX hints changes,
11935              getting rid of one warning brought new ones.
11936      Branch: cfgperl
11937            ! Configure config_h.SH hints/irix_6.sh
11938      Branch: metaconfig
11939            ! U/modified/Myinit.U
11940 ____________________________________________________________________________
11941 [  3973] By: jhi                                   on 1999/08/12  19:42:53
11942         Log: st_blocks is in 512 byte blocks.
11943      Branch: cfgperl
11944            ! t/lib/syslfs.t t/op/lfs.t
11945 ____________________________________________________________________________
11946 [  3972] By: jhi                                   on 1999/08/12  19:27:31
11947         Log: Don't claim defeat too early.
11948      Branch: cfgperl
11949            ! Configure config_h.SH
11950      Branch: metaconfig/U/perl
11951            ! longdblfio.U
11952 ____________________________________________________________________________
11953 [  3971] By: jhi                                   on 1999/08/12  19:24:14
11954         Log: IRIX 64-bit hint tweak. 
11955      Branch: cfgperl
11956            ! hints/irix_6.sh
11957 ____________________________________________________________________________
11958 [  3970] By: nick                                  on 1999/08/12  19:17:20
11959         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
11960              tests i.e. RV2AV and RV2HV
11961      Branch: perl
11962            ! op.c t/pragma/warn/op
11963 ____________________________________________________________________________
11964 [  3969] By: jhi                                   on 1999/08/12  19:06:17
11965         Log: Add Configure -Duselongdouble and add a missing semicolon.
11966      Branch: cfgperl
11967            ! Configure config_h.SH sv.c
11968      Branch: metaconfig/U/perl
11969            + uselongdbl.U
11970 ____________________________________________________________________________
11971 [  3968] By: jhi                                   on 1999/08/12  18:46:00
11972         Log: Simply exit() early if lfs support seems unlikely.
11973      Branch: cfgperl
11974            ! t/lib/syslfs.t t/op/lfs.t
11975 ____________________________________________________________________________
11976 [  3967] By: jhi                                   on 1999/08/12  18:44:05
11977         Log: Suffer silently for unused libraries.
11978      Branch: cfgperl
11979            ! hints/irix_6.sh
11980 ____________________________________________________________________________
11981 [  3966] By: jhi                                   on 1999/08/12  13:18:44
11982         Log: Update MANIFEST to follow change #3965.
11983      Branch: cfgperl
11984            ! MANIFEST
11985 ____________________________________________________________________________
11986 [  3965] By: jhi                                   on 1999/08/12  13:15:38
11987         Log: Regenerate Unicode tables based on new syllable lists
11988              from Daniel Yacob.
11989      Branch: cfgperl
11990            ! (edit 159 files)
11991 ____________________________________________________________________________
11992 [  3964] By: jhi                                   on 1999/08/12  10:06:24
11993         Log: Remove more spurious casting.
11994      Branch: cfgperl
11995            ! pp_sys.c
11996 ____________________________________________________________________________
11997 [  3963] By: jhi                                   on 1999/08/12  08:18:53
11998         Log: Minor niggles on the lfs tests.
11999      Branch: cfgperl
12000            ! t/lib/syslfs.t t/op/lfs.t
12001 ____________________________________________________________________________
12002 [  3962] By: jhi                                   on 1999/08/11  22:48:25
12003         Log: Don't bother with lfs testing if off_t is too small.
12004      Branch: cfgperl
12005            ! t/lib/syslfs.t t/op/lfs.t
12006 ____________________________________________________________________________
12007 [  3961] By: jhi                                   on 1999/08/11  22:22:54
12008         Log: Long double patches from Dan Sugalski.
12009      Branch: cfgperl
12010            ! sv.c
12011 ____________________________________________________________________________
12012 [  3960] By: jhi                                   on 1999/08/11  22:17:55
12013         Log: Flush buffer before duplicating file descriptor.
12014              
12015              From: Mark-Jason Dominus <mjd@plover.com>
12016              To: Graham Barr <gbarr@pobox.com>
12017              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
12018              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
12019              Date: Wed, 11 Aug 1999 15:56:09 -0400
12020              Message-ID: <19990811195610.5933.qmail@plover.com>
12021              
12022              From: Mark-Jason Dominus <mjd@plover.com>
12023              To: perl5-porters@perl.org
12024              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
12025              Date: Wed, 11 Aug 1999 16:05:46 -0400
12026              Message-ID: <19990811200546.6165.qmail@plover.com>
12027      Branch: cfgperl
12028            ! doio.c pod/perldelta.pod
12029 ____________________________________________________________________________
12030 [  3959] By: jhi                                   on 1999/08/11  22:11:35
12031         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
12032              
12033              From: "Craig A. Berry" <craig.berry@metamor.com>
12034              Sender: owner-perl5-porters@perl.org
12035              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
12036              bailey@newman.upenn.edu
12037              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
12038              problem
12039              Date: Wed, 11 Aug 1999 14:31:11 -0500
12040              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
12041      Branch: cfgperl
12042            ! vms/vms.c
12043 ____________________________________________________________________________
12044 [  3958] By: jhi                                   on 1999/08/11  15:35:45
12045         Log: Add a hopefully comforting message if there seems to be no LFS. 
12046              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
12047              The tests will fail on lfs tests only if quad is available,
12048              if ENOQUAD, the lfs tests will be skipped.
12049      Branch: cfgperl
12050            ! t/lib/syslfs.t t/op/lfs.t
12051 ____________________________________________________________________________
12052 [  3957] By: jhi                                   on 1999/08/11  12:25:59
12053         Log: Unapply an experimental patch that accidentally escaped
12054              from the lab by piggybacking with the change #3955.
12055      Branch: cfgperl
12056            ! pp.c pp.h pp_hot.c
12057 ____________________________________________________________________________
12058 [  3956] By: jhi                                   on 1999/08/11  08:19:23
12059         Log: Add sysio large file support testing.
12060      Branch: cfgperl
12061            + t/lib/syslfs.t
12062            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
12063 ____________________________________________________________________________
12064 [  3955] By: jhi                                   on 1999/08/10  22:39:11
12065         Log: From: <dan@sidhe.org>
12066              To: vmsperl@perl.org, perl5-porters@perl.org,
12067              sarathy@activestate.com, bailey@newman.upenn.edu
12068              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
12069              threads on VMS
12070              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
12071              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
12072      Branch: cfgperl
12073            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
12074            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
12075            ! vms/writemain.pl
12076 ____________________________________________________________________________
12077 [  3954] By: jhi                                   on 1999/08/10  20:37:55
12078         Log: LFS testing robustness.
12079      Branch: cfgperl
12080            ! t/op/lfs.t
12081 ____________________________________________________________________________
12082 [  3953] By: jhi                                   on 1999/08/10  19:54:50
12083         Log: From: <dan@sidhe.org>
12084              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
12085              sarathy@activestate.com
12086              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
12087              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
12088              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
12089      Branch: cfgperl
12090            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12091            ! vms/subconfigure.com vms/vmsish.h
12092 ____________________________________________________________________________
12093 [  3952] By: jhi                                   on 1999/08/10  17:18:57
12094         Log: AIX is different, again.  Now in cc -E output.
12095      Branch: cfgperl
12096            ! Configure config_h.SH
12097      Branch: metaconfig
12098            ! U/modified/cppstdin.U
12099 ____________________________________________________________________________
12100 [  3951] By: jhi                                   on 1999/08/10  14:37:08
12101         Log: Use Pid_t on pgrp matters.
12102      Branch: cfgperl
12103            ! pp_sys.c
12104 ____________________________________________________________________________
12105 [  3950] By: jhi                                   on 1999/08/10  14:35:30
12106         Log: Use Pid_t.
12107      Branch: cfgperl
12108            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12109            ! pp_sys.c proto.h util.c
12110 ____________________________________________________________________________
12111 [  3949] By: jhi                                   on 1999/08/10  14:11:15
12112         Log: Use Mode_t.
12113      Branch: cfgperl
12114            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12115            ! perlapi.h pp_sys.c proto.h
12116 ____________________________________________________________________________
12117 [  3948] By: jhi                                   on 1999/08/10  13:53:19
12118         Log: Small perlbug doc tweaks from Jon Orwant.
12119      Branch: cfgperl
12120            ! utils/perlbug.PL
12121 ____________________________________________________________________________
12122 [  3947] By: jhi                                   on 1999/08/10  09:55:11
12123         Log: Large file support testing.
12124      Branch: cfgperl
12125            + t/op/lfs.t
12126            ! MANIFEST t/op/64bit.t
12127 ____________________________________________________________________________
12128 [  3946] By: jhi                                   on 1999/08/10  09:13:54
12129         Log: Remove I32 casting from time-related functions.
12130      Branch: cfgperl
12131            ! pp_sys.c
12132 ____________________________________________________________________________
12133 [  3945] By: jhi                                   on 1999/08/10  09:06:42
12134         Log: Gratuitous uid and gid casts to I32s and ints removed.
12135              There are still problem spots in printfing such ids:
12136              width (%d vs %ld) and signedness %d vs %u.
12137      Branch: cfgperl
12138            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
12139            ! perl.c perlapi.c pp_hot.c proto.h
12140 ____________________________________________________________________________
12141 [  3944] By: jhi                                   on 1999/08/10  07:43:03
12142         Log: Remove I32 casts from pp_stat, these make stat()
12143              very broken e.g. on files larger than 2 gigabytes.
12144              Reported by
12145              From: Phil Lobbes <phil@finchcomputer.com>
12146              To: perl5-porters@perl.org
12147              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
12148              UNIX Perl 5.005_03
12149              Date: Mon, 09 Aug 1999 21:38:54 -0700
12150              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
12151              
12152              There are more of these I32 casts all over pp_sys.c,
12153              all of them should be checked.
12154      Branch: cfgperl
12155            ! pp_sys.c
12156 ____________________________________________________________________________
12157 [  3943] By: jhi                                   on 1999/08/10  07:38:30
12158         Log: Remove blathering.
12159      Branch: cfgperl
12160            ! lib/unicode/mktables.PL
12161 ____________________________________________________________________________
12162 [  3942] By: jhi                                   on 1999/08/09  20:35:13
12163         Log: lexwarn maintenance: new warning class unsafe
12164              subclasses 'overflow' and 'portable' created,
12165              used by the recent integer overflow warnings.
12166              Class syntax subclass 'octal' renamed to 'digit',
12167              binary and hexadecimal parsing errors also 'digit' warnings.
12168      Branch: cfgperl
12169            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
12170            ! util.c warning.h warning.pl
12171 ____________________________________________________________________________
12172 [  3941] By: jhi                                   on 1999/08/09  10:40:47
12173         Log: Integrate with Nick.
12174      Branch: cfgperl
12175           +> opnames.h
12176           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
12177           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
12178 ____________________________________________________________________________
12179 [  3940] By: jhi                                   on 1999/08/09  10:32:43
12180         Log: Regenerate the Unicode tables after having updated the Unicode
12181              database (change #3939).
12182      Branch: cfgperl
12183            ! (edit 157 files)
12184 ____________________________________________________________________________
12185 [  3939] By: jhi                                   on 1999/08/09  10:27:22
12186         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
12187      Branch: cfgperl
12188            ! lib/unicode/UnicodeData-Latest.txt
12189 ____________________________________________________________________________
12190 [  3938] By: jhi                                   on 1999/08/09  10:25:54
12191         Log: Ethiopic changes via private email from Daniel Yacob,
12192              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
12193              Canadian Syllabics and Yi under construction.
12194      Branch: cfgperl
12195            + lib/unicode/syllables.txt
12196            - lib/unicode/EthiopicSyllables.txt
12197            - lib/unicode/MakeEthiopicSyllables.PL
12198            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
12199            ! lib/unicode/mktables.PL
12200 ____________________________________________________________________________
12201 [  3937] By: jhi                                   on 1999/08/09  10:21:51
12202         Log: Move the equivalence class creation last.
12203      Branch: cfgperl
12204            ! lib/unicode/mktables.PL
12205 ____________________________________________________________________________
12206 [  3936] By: jhi                                   on 1999/08/09  10:20:40
12207         Log: Compute equivalence classes (diacritics stripping) only
12208              for letters, not for ligatures.
12209      Branch: cfgperl
12210            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12211            ! lib/unicode/mktables.PL
12212 ____________________________________________________________________________
12213 [  3935] By: nick                                  on 1999/08/08  13:53:57
12214         Log: Will now correctly re-call 
12215              bootstrap "Foo";
12216              if requested. This should allow build on Win32 and other
12217              platforms where you cannot link to loadables directly.
12218      Branch: perl
12219            ! ext/B/B/C.pm
12220 ____________________________________________________________________________
12221 [  3934] By: nick                                  on 1999/08/07  12:23:55
12222         Log: Vishal Bhatia <vishalb@my-deja.com>
12223              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
12224              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
12225      Branch: perl
12226            ! ext/B/B/CC.pm
12227 ____________________________________________________________________________
12228 [  3933] By: nick                                  on 1999/08/07  12:19:46
12229         Log: B::C changes to get simple Tk app. compiling again
12230      Branch: perl
12231            ! ext/B/B/C.pm
12232 ____________________________________________________________________________
12233 [  3932] By: jhi                                   on 1999/08/06  21:17:16
12234         Log: Regen Configure to include change #3915.
12235      Branch: cfgperl
12236            ! Configure config_h.SH
12237 ____________________________________________________________________________
12238 [  3931] By: jhi                                   on 1999/08/06  18:52:57
12239         Log: Todo update.
12240      Branch: cfgperl
12241            ! Todo Todo-5.005 lib/unicode/mktables.PL
12242 ____________________________________________________________________________
12243 [  3930] By: jhi                                   on 1999/08/06  13:13:05
12244         Log: Character class equivalence tables.
12245      Branch: cfgperl
12246            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12247            ! MANIFEST lib/unicode/mktables.PL
12248 ____________________________________________________________________________
12249 [  3929] By: jhi                                   on 1999/08/06  11:59:11
12250         Log: More Fcntl constants.  (This process really needs
12251              to be automated, at least partly, see the Errno extension.)
12252              Now also the SEEK_ constants are available via the Fcntl.
12253              Yes, this is redundant (IO::Seekable and POSIX supply them already),
12254              but now Fcntl is a one-stop shopping mall for all your
12255              file-related constants.    
12256      Branch: cfgperl
12257            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
12258 ____________________________________________________________________________
12259 [  3928] By: jhi                                   on 1999/08/06  08:08:03
12260         Log: Protect against pack/unpack repeat count overflows,
12261              based on:
12262              
12263              From: Nathan Torkington <gnat@frii.com>
12264              To: Brian Keefer <mgomes@cwix.com>
12265              Cc: perl5-porters@perl.org
12266              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
12267              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
12268              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
12269      Branch: cfgperl
12270            ! pod/perldiag.pod pp.c
12271 ____________________________________________________________________________
12272 [  3927] By: jhi                                   on 1999/08/06  07:32:20
12273         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
12274              
12275              From: Nathan Torkington <gnat@frii.com>
12276              To: perl5-porters@perl.org
12277              Subject: Bugfix for my bugfix
12278              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
12279              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
12280      Branch: cfgperl
12281            ! ext/B/B/Assembler.pm
12282 ____________________________________________________________________________
12283 [  3926] By: jhi                                   on 1999/08/05  17:25:19
12284         Log: Fix regex charclass parsing so that bogus ranges
12285              like [0-\d] and [[:word:]-z] are no more allowed.
12286              The anomaly was noticed by Guy Decoux.
12287      Branch: cfgperl
12288            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
12289 ____________________________________________________________________________
12290 [  3925] By: jhi                                   on 1999/08/05  10:31:47
12291         Log: split /^/ deprecation warning should not be on by default.
12292      Branch: cfgperl
12293            ! pp.c
12294 ____________________________________________________________________________
12295 [  3923] By: jhi                                   on 1999/08/05  09:16:57
12296         Log: From: paul.marquess@bt.com
12297              To: jhi@iki.fi, paul.marquess@bt.com
12298              Cc: gsar@ActiveState.com, perl5-porters@perl.org
12299              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
12300              Date: Thu, 5 Aug 1999 09:33:14 +0100
12301              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
12302      Branch: cfgperl
12303            ! t/lib/anydbm.t
12304 ____________________________________________________________________________
12305 [  3921] By: jhi                                   on 1999/08/05  08:05:13
12306         Log: From: paul.marquess@bt.com
12307              To: perl5-porters@perl.org
12308              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
12309              randy@theoryx5.uwinnipeg.ca
12310              Subject:  [PATCH 5.005_60] DB_File 1.70
12311              Date: Wed, 4 Aug 1999 23:22:22 +0100
12312              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
12313              
12314              (Replaces change #3917)
12315      Branch: cfgperl
12316            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12317            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12318 ____________________________________________________________________________
12319 [  3920] By: jhi                                   on 1999/08/04  19:02:58
12320         Log: From: Nathan Torkington <gnat@frii.com>
12321              To: perl5-porters@perl.org
12322              Subject: [5.005_60 PATCH] Make B::Bytecode work
12323              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
12324              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
12325      Branch: cfgperl
12326            ! ext/B/B/Assembler.pm
12327 ____________________________________________________________________________
12328 [  3919] By: jhi                                   on 1999/08/04  10:56:26
12329         Log: Update history records.
12330      Branch: cfgperl
12331            ! pod/perlhist.pod
12332 ____________________________________________________________________________
12333 [  3918] By: jhi                                   on 1999/08/04  09:36:13
12334         Log: Minor fixes to linux -Dusethreads -Duseperlio.
12335      Branch: cfgperl
12336            ! perlio.c
12337 ____________________________________________________________________________
12338 [  3917] By: jhi                                   on 1999/08/04  08:13:20
12339         Log: (Replaced by change #3921)
12340              From: paul.marquess@bt.com
12341              To: gsar@activestate.com
12342              Cc: perl5-porters@perl.org
12343              Subject: [PATCH 5.005_60] DB_File 1.69
12344              Date: Tue, 3 Aug 1999 22:55:00 +0100
12345              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
12346      Branch: cfgperl
12347            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12348            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12349 ____________________________________________________________________________
12350 [  3916] By: jhi                                   on 1999/08/04  07:59:05
12351         Log: Introduce the charnames pragma.
12352              
12353              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
12354              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
12355              To: Chip Salzenberg <[11]chip@perlsupport.com>
12356              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
12357              Date: Sat, 31 Jul 1999 05:44:05 -0400
12358              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
12359              
12360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12361              To: Mailing list Perl5 <perl5-porters@perl.org>
12362              Subject: [PATCH 5.005_58] Named characters in Perl
12363              Date: Mon, 2 Aug 1999 19:25:40 -0400
12364              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
12365      Branch: cfgperl
12366            + lib/charnames.pm t/lib/charnames.t
12367            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
12368            ! pod/perlre.pod regcomp.c toke.c
12369 ____________________________________________________________________________
12370 [  3915] By: jhi                                   on 1999/08/03  21:18:49
12371         Log: Support Configure -Dmake=pmake.
12372              Via private email from Andy.
12373              NOTE: assumes "basename" command.
12374      Branch: metaconfig
12375            ! U/modified/Config_sh.U
12376 ____________________________________________________________________________
12377 [  3914] By: jhi                                   on 1999/08/03  21:11:11
12378         Log: The op/filetest.t failed subtest 7 if testing as root.
12379              
12380              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
12381              To: perl5-porters@perl.org
12382              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
12383              Date: Tue, 27 Jul 1999 22:54:05 +0200
12384              Message-Id: <379E1C6D.626DC765@club-internet.fr>
12385      Branch: cfgperl
12386            ! t/op/filetest.t
12387 ____________________________________________________________________________
12388 [  3911] By: jhi                                   on 1999/08/03  19:52:38
12389         Log: The "-Dusethreads -Duseperlio" combination failed.
12390              
12391              From: Spider Boardman <spider@leggy.zk3.dec.com>
12392              To: perl5-porters@perl.org
12393              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
12394              4.0 (UNINSTALLED)
12395              Date: Tue, 3 Aug 1999 14:25:00 -0400
12396              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
12397              
12398              See also change #3912.
12399      Branch: cfgperl
12400            ! perlio.c
12401 ____________________________________________________________________________
12402 [  3910] By: jhi                                   on 1999/08/03  10:44:24
12403         Log: From: Chris Nandor <pudge@pobox.com>
12404              To: perl5-porters@perl.org
12405              Subject: [PATCH 5.005_58] perlbug.PL 1.27
12406              Date: Wed, 28 Jul 1999 23:42:49 -0400
12407              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
12408      Branch: cfgperl
12409            ! utils/perlbug.PL
12410 ____________________________________________________________________________
12411 [  3909] By: jhi                                   on 1999/08/03  10:41:04
12412         Log: Hints for building ByteLoader in SunoS.  Based on
12413              From: Andy Dougherty <doughera@lafayette.edu>
12414              To: Gurusamy Sarathy <gsar@activestate.com>
12415              Cc: Perl Porters <perl5-porters@perl.org>
12416              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
12417              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
12418              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
12419      Branch: cfgperl
12420            + ext/ByteLoader/hints/sunos.pl
12421            ! MANIFEST ext/ByteLoader/ByteLoader.xs
12422 ____________________________________________________________________________
12423 [  3908] By: jhi                                   on 1999/08/03  09:29:22
12424         Log: Clarify RE engine code; inline a static function to a macro;
12425              make exact string nodes smaller.
12426              
12427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12428              To: perl5-porters@perl.org (Mailing list Perl5)
12429              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
12430              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
12431              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
12432      Branch: cfgperl
12433            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
12434            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
12435            ! regnodes.h warning.h
12436 ____________________________________________________________________________
12437 [  3907] By: jhi                                   on 1999/08/03  08:11:49
12438         Log: 5_59 configured with -Dd_bincompat5005 can't be made
12439              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
12440              
12441              From: Spider Boardman <spider@leggy.zk3.dec.com>
12442              To: perl5-porters@perl.org
12443              Subject: [ID 19990802.016] Not OK: perl 5.00559
12444              Date: Mon, 2 Aug 1999 16:11:13 -0400
12445              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
12446      Branch: cfgperl
12447            ! embed.pl
12448 ____________________________________________________________________________
12449 [  3906] By: jhi                                   on 1999/08/03  07:48:59
12450         Log: Change #3790 redemption: with a little additional
12451              patch from Ilya it works okay.
12452      Branch: cfgperl
12453            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12454            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12455 ____________________________________________________________________________
12456 [  3905] By: gsar                                  on 1999/08/02  21:03:23
12457         Log: this will be 5.005_60
12458      Branch: perl
12459            ! Changes
12460
12461 ----------------
12462 Version 5.005_60
12463 ----------------
12464
12465 ____________________________________________________________________________
12466 [  3904] By: gsar                                  on 1999/08/02  20:30:23
12467         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
12468              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
12469              regen headers
12470      Branch: perl
12471            ! embed.h embed.pl global.sym opcode.h perlapi.c
12472 ____________________________________________________________________________
12473 [  3903] By: gsar                                  on 1999/08/02  20:26:07
12474         Log: native int pack/unpack fixes (from Spider Boardman
12475              <spider@leggy.zk3.dec.com>)
12476      Branch: perl
12477            ! pp.c
12478 ____________________________________________________________________________
12479 [  3902] By: gsar                                  on 1999/08/02  20:24:41
12480         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
12481              <spider@leggy.zk3.dec.com>)
12482      Branch: perl
12483            + opnames.h
12484            ! Changes MANIFEST opcode.pl perl.h
12485 ____________________________________________________________________________
12486 [  3901] By: gsar                                  on 1999/08/02  18:51:18
12487         Log: integrate cfgperl contents
12488      Branch: perl
12489           !> INSTALL README pod/perldelta.pod
12490 ____________________________________________________________________________
12491 [  3900] By: jhi                                   on 1999/08/02  18:46:21
12492         Log: Update README and INSTALL; partly based on the message
12493              
12494              From: "John L. Allen" <allen@grumman.com>
12495              To: Jarkko Hietaniemi <jhi@iki.fi>
12496              cc: perl5-porters@perl.org
12497              Subject: Re: Perl Installation Problem
12498              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
12499              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
12500              
12501              and private email from Andy Dougherty.
12502      Branch: cfgperl
12503            ! INSTALL README
12504 ____________________________________________________________________________
12505 [  3899] By: jhi                                   on 1999/08/02  18:36:35
12506         Log: Integrate with Sarathy.
12507      Branch: cfgperl
12508           !> op.c
12509 ____________________________________________________________________________
12510 [  3898] By: jhi                                   on 1999/08/02  18:34:49
12511         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
12512      Branch: cfgperl
12513            ! pod/perldelta.pod
12514 ____________________________________________________________________________
12515 [  3897] By: gsar                                  on 1999/08/02  18:18:37
12516         Log: optimizations could sometimes bypass bareword check
12517      Branch: perl
12518            ! op.c
12519 ____________________________________________________________________________
12520 [  3896] By: jhi                                   on 1999/08/02  18:18:34
12521         Log: Integrate with Sarathy.
12522      Branch: cfgperl
12523           !> Changes makedef.pl patchlevel.h win32/Makefile
12524           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12525           !> win32/makefile.mk
12526 ____________________________________________________________________________
12527 [  3895] By: gsar                                  on 1999/08/02  17:22:40
12528         Log: up patchlevel etc.
12529      Branch: perl
12530            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12531            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12532 ____________________________________________________________________________
12533 [  3894] By: gsar                                  on 1999/08/02  17:12:31
12534         Log: integrate change#3893, make it conditional on bincompat5005
12535      Branch: perl
12536            ! makedef.pl
12537 ____________________________________________________________________________
12538 [  3893] By: jhi                                   on 1999/08/02  16:49:08
12539         Log: PERL_BINCOMPAT_5005 symbol translation.
12540              (AIX wouldn't link neither perl nor extensions.)
12541      Branch: cfgperl
12542            ! makedef.pl
12543 ____________________________________________________________________________
12544 [  3892] By: gsar                                  on 1999/08/02  16:09:13
12545         Log: integrate cfgperl contents into mainline
12546      Branch: perl
12547           +> t/op/64bit.t
12548            ! Changes
12549           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
12550           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
12551           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
12552 ____________________________________________________________________________
12553 [  3891] By: jhi                                   on 1999/08/02  14:52:40
12554         Log: AIX long long probing requires LL suffix for
12555              the ll constant.  The suffix doesn't seem
12556              to bother other ll platforms.
12557      Branch: cfgperl
12558            ! Configure config_h.SH hints/aix.sh
12559      Branch: metaconfig/U/perl
12560            ! quadfio.U
12561 ____________________________________________________________________________
12562 [  3890] By: jhi                                   on 1999/08/02  14:21:55
12563         Log: Exact path to perl for open -|.
12564      Branch: cfgperl
12565            ! t/io/open.t
12566 ____________________________________________________________________________
12567 [  3889] By: jhi                                   on 1999/08/02  14:18:03
12568         Log: Integrate with Sarathy.
12569      Branch: cfgperl
12570           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
12571           !> win32/Makefile win32/config_H.bc win32/config_H.gc
12572           !> win32/config_H.vc win32/makefile.mk win32/win32.c
12573 ____________________________________________________________________________
12574 [  3888] By: jhi                                   on 1999/08/02  14:14:29
12575         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
12576      Branch: cfgperl
12577            ! hints/aix.sh
12578 ____________________________________________________________________________
12579 [  3887] By: jhi                                   on 1999/08/02  12:53:10
12580         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
12581              emacs code indentation doesn't get wrong ideas--
12582              in other words, introduce a couple of "redundant" if:s.
12583      Branch: cfgperl
12584            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
12585            ! util.c
12586 ____________________________________________________________________________
12587 [  3886] By: jhi                                   on 1999/08/02  12:43:16
12588         Log: Mention that also *BSD systems with glibc are known to stumble.
12589      Branch: cfgperl
12590            ! t/pragma/warn/pp_hot
12591 ____________________________________________________________________________
12592 [  3885] By: jhi                                   on 1999/08/02  12:34:15
12593         Log: Allow also non-long long but still quad platforms print quads.
12594      Branch: cfgperl
12595            ! Configure config_h.SH
12596      Branch: metaconfig/U/perl
12597            ! longdblfio.U quadfio.U
12598 ____________________________________________________________________________
12599 [  3884] By: jhi                                   on 1999/08/02  11:56:14
12600         Log: Fix regclass utf8 hex ranges for quads.
12601      Branch: cfgperl
12602            ! regcomp.c
12603 ____________________________________________________________________________
12604 [  3883] By: jhi                                   on 1999/08/02  11:42:14
12605         Log: Enhance the description of how to detect quad support.
12606      Branch: cfgperl
12607            ! pod/perlfunc.pod
12608 ____________________________________________________________________________
12609 [  3882] By: jhi                                   on 1999/08/02  11:22:19
12610         Log: Fix printf %D %U %O for quads.
12611      Branch: cfgperl
12612            ! sv.c t/op/64bit.t
12613 ____________________________________________________________________________
12614 [  3881] By: jhi                                   on 1999/08/02  11:16:12
12615         Log: Document quad printing.
12616      Branch: cfgperl
12617            ! pod/perlfunc.pod
12618 ____________________________________________________________________________
12619 [  3880] By: jhi                                   on 1999/08/02  10:32:01
12620         Log: More 64-bit fixing.  One known bug of that kind
12621              remains, 32-bit platforms using long long in
12622              the test t/pragma/utf8 subtests 1-3 fail.
12623              (Update: change    #3884 fixed that one.)
12624      Branch: cfgperl
12625            + t/op/64bit.t
12626            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
12627
12628 ----------------
12629 Version 5.005_59
12630 ----------------
12631
12632 ____________________________________________________________________________
12633 [  3879] By: gsar                                  on 1999/08/02  08:18:58
12634         Log: integrate cfgperl changes into mainline
12635      Branch: perl
12636           !> Configure config_h.SH sv.c
12637 ____________________________________________________________________________
12638 [  3878] By: gsar                                  on 1999/08/02  08:13:16
12639         Log: change#3692 had an unintentional patch leak through!
12640              (this would explain the mysterious C<next LABEL> failures
12641              people have seen)
12642      Branch: perl
12643            ! pp_ctl.c
12644 ____________________________________________________________________________
12645 [  3877] By: gsar                                  on 1999/08/02  08:00:29
12646         Log: up patchlevel to 59
12647      Branch: perl
12648            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12649            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12650            ! win32/makefile.mk
12651 ____________________________________________________________________________
12652 [  3876] By: gsar                                  on 1999/08/02  07:51:18
12653         Log: fix coredump under usethreads+debug
12654      Branch: perl
12655            ! util.c
12656 ____________________________________________________________________________
12657 [  3875] By: jhi                                   on 1999/08/02  07:50:51
12658         Log: d_bincompat5005 could be left empty.
12659      Branch: cfgperl
12660            ! Configure config_h.SH
12661      Branch: metaconfig/U/perl
12662            ! bincompat5005.U
12663 ____________________________________________________________________________
12664 [  3874] By: jhi                                   on 1999/08/02  07:42:45
12665         Log: Fix printf %d when IV is quad.
12666      Branch: cfgperl
12667            ! sv.c
12668 ____________________________________________________________________________
12669 [  3873] By: gsar                                  on 1999/08/02  07:41:03
12670         Log: fix d_bincompat5005='' junking config.h
12671      Branch: perl
12672            ! Configure
12673 ____________________________________________________________________________
12674 [  3872] By: gsar                                  on 1999/08/02  07:38:48
12675         Log: C needs parameter list, not merely type
12676      Branch: perl
12677            ! win32/win32.c
12678 ____________________________________________________________________________
12679 [  3871] By: jhi                                   on 1999/08/02  07:20:51
12680         Log: Integrate with Sarathy.
12681      Branch: cfgperl
12682           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
12683 ____________________________________________________________________________
12684 [  3870] By: gsar                                  on 1999/08/02  07:12:18
12685         Log: integrate cfgperl changes into mainline
12686      Branch: perl
12687            ! Changes
12688           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12689           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
12690           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
12691           !> toke.c util.c
12692 ____________________________________________________________________________
12693 [  3869] By: gsar                                  on 1999/08/02  06:59:09
12694         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12695              Date: Sat, 31 Jul 1999 19:08:33 -0700
12696              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
12697              Subject: [PATCH 5.005_58] "use constant" in the compiler
12698      Branch: perl
12699            ! ext/B/B/C.pm ext/B/B/CC.pm
12700 ____________________________________________________________________________
12701 [  3868] By: gsar                                  on 1999/08/02  06:55:51
12702         Log: debug build tweak
12703      Branch: perl
12704            ! regexec.c
12705 ____________________________________________________________________________
12706 [  3867] By: gsar                                  on 1999/08/02  06:35:18
12707         Log: create vmsperl branch (to be owned and operated by: cbailey)
12708      Branch: vmsperl
12709           +> (branch 1476 files)
12710 ____________________________________________________________________________
12711 [  3866] By: jhi                                   on 1999/08/01  23:34:40
12712         Log: so_locations once is enough.
12713      Branch: cfgperl
12714            ! Makefile.SH
12715 ____________________________________________________________________________
12716 [  3865] By: jhi                                   on 1999/08/01  23:13:05
12717         Log: Simplicate duplicated code.
12718      Branch: cfgperl
12719            ! util.c
12720 ____________________________________________________________________________
12721 [  3864] By: jhi                                   on 1999/08/01  22:41:41
12722         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
12723      Branch: cfgperl
12724           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12725           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12726            - README.cygwin32 cygwin32/Makefile.SHs
12727            - cygwin32/build-instructions.READFIRST
12728            - cygwin32/build-instructions.charles-wilson
12729            - cygwin32/build-instructions.sebastien-barre
12730            - cygwin32/build-instructions.steven-morlock
12731            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12732            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12733            - hints/cygwin32.sh
12734           !> (integrate 61 files)
12735 ____________________________________________________________________________
12736 [  3863] By: jhi                                   on 1999/08/01  22:36:02
12737         Log: Regen Configure and Glossary once again.
12738      Branch: cfgperl
12739            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12740            ! config_h.SH
12741 ____________________________________________________________________________
12742 [  3862] By: jhi                                   on 1999/08/01  22:26:09
12743         Log: Glossary update for #3861.
12744      Branch: cfgperl
12745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12746            ! config_h.SH
12747 ____________________________________________________________________________
12748 [  3861] By: jhi                                   on 1999/08/01  22:22:51
12749         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
12750              with -Duse64bits (using long long).
12751              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
12752              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
12753              'print unpack "q", pack "q", 12345678901'
12754              should work on such 32-bit platforms.
12755              Still a lot of printf()s behind -D which wrongly assume
12756              that %ld/%lx and (long) are a good combination.
12757              Introducing a slew of new macros intended to be used in printf()
12758              format strings: e. g. PERL_PRId64 is the string to be used
12759              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
12760              The PRI... naming follows the C9X naming of <inttypes.h> macros.
12761      Branch: cfgperl
12762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12763            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
12764            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
12765      Branch: metaconfig/U/perl
12766            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
12767 ____________________________________________________________________________
12768 [  3860] By: gsar                                  on 1999/08/01  21:23:18
12769         Log: integrate cfgperl contents into mainline
12770      Branch: perl
12771            ! toke.c
12772           !> (integrate 29 files)
12773 ____________________________________________________________________________
12774 [  3859] By: gsar                                  on 1999/08/01  21:13:09
12775         Log: From: Nathan Torkington <gnat@frii.com>
12776              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
12777              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
12778              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
12779      Branch: perl
12780            ! ext/B/B/Disassembler.pm
12781 ____________________________________________________________________________
12782 [  3858] By: gsar                                  on 1999/08/01  21:09:15
12783         Log: DB_File 1.68 update from Paul Marquess
12784      Branch: perl
12785            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12786            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12787            ! t/lib/db-recno.t
12788 ____________________________________________________________________________
12789 [  3857] By: gsar                                  on 1999/08/01  21:05:54
12790         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12791              Date: Sat, 31 Jul 1999 05:13:38 -0400
12792              Message-Id: <199907311407.IAA25038@localhost.frii.com>
12793              Subject: [PATCH 5.005_58] More optimizations to REx engine
12794      Branch: perl
12795            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
12796            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
12797 ____________________________________________________________________________
12798 [  3856] By: gsar                                  on 1999/08/01  20:59:59
12799         Log: slightly modified version of suggested patch
12800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12801              Date: Sat, 31 Jul 1999 04:45:12 -0400
12802              Message-Id: <199907311406.IAA25034@localhost.frii.com>
12803              Subject: [PATCH 5.005_58] Fix OS/2 build
12804      Branch: perl
12805            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
12806            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
12807 ____________________________________________________________________________
12808 [  3855] By: gsar                                  on 1999/08/01  20:49:06
12809         Log: cygwin update
12810              From: "Fifer, Eric" <EFifer@sanwaint.com>
12811              Date: Fri, 30 Jul 1999 18:31:48 +0100
12812              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
12813              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
12814      Branch: perl
12815            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
12816            ! pp_sys.c unixish.h util.c
12817 ____________________________________________________________________________
12818 [  3854] By: gsar                                  on 1999/08/01  20:41:53
12819         Log: fixes from Stephen McCamant that address bugs in change#3612
12820              (the optimization shouldn't be enabled in expressions where
12821              the variable is introduced), and fix Deparse to grok the
12822              optimization
12823              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
12824              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
12825              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
12826              --
12827              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
12828              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
12829              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
12830              --
12831              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
12832              Message-Id: <199907310326.VAA24376@localhost.frii.com>
12833              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
12834      Branch: perl
12835            ! ext/B/B/Deparse.pm op.c
12836 ____________________________________________________________________________
12837 [  3853] By: gsar                                  on 1999/08/01  20:31:32
12838         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12839              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
12840              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
12841              Subject: [PATCH _58] Two one-liner LOGOP tweaks
12842      Branch: perl
12843            ! op.c opcode.h opcode.pl
12844 ____________________________________________________________________________
12845 [  3852] By: gsar                                  on 1999/08/01  20:29:17
12846         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
12847      Branch: perl
12848            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
12849            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
12850            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
12851            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
12852            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
12853            ! pod/perlport.pod pp_sys.c util.c
12854 ____________________________________________________________________________
12855 [  3851] By: gsar                                  on 1999/08/01  20:20:05
12856         Log: move files around for s/cygwin32/cygwin/ renaming
12857      Branch: perl
12858           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12859           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12860            - README.cygwin32 cygwin32/Makefile.SHs
12861            - cygwin32/build-instructions.READFIRST
12862            - cygwin32/build-instructions.charles-wilson
12863            - cygwin32/build-instructions.sebastien-barre
12864            - cygwin32/build-instructions.steven-morlock
12865            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12866            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12867            - hints/cygwin32.sh
12868            ! MANIFEST
12869 ____________________________________________________________________________
12870 [  3850] By: gsar                                  on 1999/08/01  20:05:14
12871         Log: posix-bc hints tweak (via private mail from Thomas Dorner
12872              <Thomas.Dorner@start.de>)
12873      Branch: perl
12874            ! Changes hints/posix-bc.sh
12875 ____________________________________________________________________________
12876 [  3849] By: gsar                                  on 1999/08/01  19:50:20
12877         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
12878              <gnat@frii.com>)
12879      Branch: perl
12880            ! perl.h pod/perldelta.pod pod/perlguts.pod
12881 ____________________________________________________________________________
12882 [  3848] By: gsar                                  on 1999/08/01  18:34:41
12883         Log: fix defined(@foo) encarpments
12884      Branch: perl
12885            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
12886            ! pod/perltrap.pod
12887 ____________________________________________________________________________
12888 [  3847] By: jhi                                   on 1999/08/01  17:17:07
12889         Log: Undo #3790 and the patches that attempted to fix it
12890              (#3837, #3838, #3845).  The #3790 caused linkage failures
12891              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
12892              IRIX 6.5.
12893      Branch: cfgperl
12894            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
12895            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12896            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12897 ____________________________________________________________________________
12898 [  3846] By: jhi                                   on 1999/08/01  11:41:52
12899         Log: Reading 64-bit decimal numbers was broken because
12900              the NV was cast to an I32, not an IV.
12901      Branch: cfgperl
12902            ! toke.c
12903 ____________________________________________________________________________
12904 [  3845] By: jhi                                   on 1999/08/01  11:00:24
12905         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
12906      Branch: cfgperl
12907            + ext/SDBM_File/hints/solaris.pl
12908 ____________________________________________________________________________
12909 [  3844] By: jhi                                   on 1999/08/01  10:55:44
12910         Log: Enable Solaris largefiles support only if -Duse64bits is used.
12911              (Effectively removes #3311).
12912      Branch: cfgperl
12913            ! hints/solaris_2.sh
12914 ____________________________________________________________________________
12915 [  3843] By: jhi                                   on 1999/07/31  22:44:56
12916         Log: Integer overflow iteration.
12917      Branch: cfgperl
12918            ! t/op/oct.t toke.c util.c
12919 ____________________________________________________________________________
12920 [  3842] By: jhi                                   on 1999/07/31  22:11:03
12921         Log: Remove a lot of unused regnode codes.
12922              Noticed by Ilya.
12923      Branch: cfgperl
12924            ! regcomp.c regcomp.sym regexec.c regnodes.h
12925 ____________________________________________________________________________
12926 [  3841] By: jhi                                   on 1999/07/31  21:53:54
12927         Log: Make the use64bits and usethreads friendlier/braver;
12928              they no more wimp out if the platform is unknown.
12929              On use64bits if gcc used -DUSE_LONG_LONG is added
12930              to the ccflags (this dependency on gcc caused a slightly weird
12931              reordering of Configure, but things still seem to work.)
12932      Branch: cfgperl
12933            ! Configure README.threads config_h.SH
12934      Branch: metaconfig
12935            ! U/threads/usethreads.U
12936      Branch: metaconfig/U/perl
12937            ! use64bits.U
12938 ____________________________________________________________________________
12939 [  3840] By: jhi                                   on 1999/07/31  20:26:22
12940         Log: Hack the "integer overflow" code some more.
12941      Branch: cfgperl
12942            ! perl.h toke.c util.c
12943 ____________________________________________________________________________
12944 [  3839] By: jhi                                   on 1999/07/31  20:22:00
12945         Log: Test oct() at the 2^32-1 limit.
12946      Branch: cfgperl
12947            ! t/op/oct.t
12948 ____________________________________________________________________________
12949 [  3838] By: jhi                                   on 1999/07/31  20:08:43
12950         Log: Update MANIFEST for #3837.
12951      Branch: cfgperl
12952            ! MANIFEST
12953 ____________________________________________________________________________
12954 [  3837] By: jhi                                   on 1999/07/31  20:02:40
12955         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
12956              (a core dump with a corrput stack ensues).
12957      Branch: cfgperl
12958            + ext/SDBM_File/hints/dec_osf.pl
12959 ____________________________________________________________________________
12960 [  3836] By: jhi                                   on 1999/07/29  21:09:01
12961         Log: Allow for Configure -Ubincompat5005 override.
12962      Branch: cfgperl
12963            ! Configure config_h.SH
12964      Branch: metaconfig/U/perl
12965            ! bincompat5005.U
12966 ____________________________________________________________________________
12967 [  3835] By: jhi                                   on 1999/07/29  21:04:02
12968         Log: Make Configure support PERL_BINCOMPAT_5005.
12969      Branch: cfgperl
12970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12971            ! config_h.SH
12972      Branch: metaconfig/U/perl
12973            + bincompat5005.U
12974 ____________________________________________________________________________
12975 [  3834] By: jhi                                   on 1999/07/29  19:25:35
12976         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
12977      Branch: cfgperl
12978            ! Makefile.SH
12979 ____________________________________________________________________________
12980 [  3833] By: jhi                                   on 1999/07/29  14:07:09
12981         Log: Integrate with Sarathy.  I overruled on perldelta
12982              and perldiag.
12983      Branch: cfgperl
12984           !> README.win32 emacs/cperl-mode.el globals.c installperl
12985           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
12986           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
12987           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
12988           !> win32/perllib.c win32/win32.c
12989 ____________________________________________________________________________
12990 [  3832] By: jhi                                   on 1999/07/29  14:02:50
12991         Log: Repent and make overly large integerish
12992              constants non-fatal.  They are now promoted
12993              to NVs, accompanied by an overflow warning that
12994              is by default on.
12995      Branch: cfgperl
12996            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
12997            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
12998            ! toke.c util.c
12999 ____________________________________________________________________________
13000 [  3831] By: jhi                                   on 1999/07/29  11:40:04
13001         Log: AIX exhibits different error on failed system().
13002              Slightly modified patch via private email from
13003              David R. Favor <dfavor@austin.ibm.com>
13004      Branch: cfgperl
13005            ! t/op/exec.t
13006 ____________________________________________________________________________
13007 [  3830] By: gsar                                  on 1999/07/29  07:46:11
13008         Log: cperl-mode.el v4.19
13009      Branch: perl
13010            ! emacs/cperl-mode.el
13011 ____________________________________________________________________________
13012 [  3829] By: gsar                                  on 1999/07/29  07:30:35
13013         Log: From: jan.dubois@ibm.net (Jan Dubois)
13014              Date: Wed, 28 Jul 1999 22:01:42 +0200
13015              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
13016              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
13017      Branch: perl
13018            ! win32/bin/pl2bat.pl
13019 ____________________________________________________________________________
13020 [  3828] By: gsar                                  on 1999/07/29  07:19:27
13021         Log: tweak previous change for multiple hits
13022      Branch: perl
13023            ! utils/perldoc.PL
13024 ____________________________________________________________________________
13025 [  3827] By: gsar                                  on 1999/07/29  07:10:00
13026         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
13027              really needs a pod2text() compatibility function)
13028      Branch: perl
13029            ! utils/perldoc.PL
13030 ____________________________________________________________________________
13031 [  3826] By: gsar                                  on 1999/07/29  01:33:46
13032         Log: minor tweaks to pods and toke.c comments
13033      Branch: perl
13034            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
13035 ____________________________________________________________________________
13036 [  3825] By: gsar                                  on 1999/07/29  00:12:52
13037         Log: integrate cfgperl changes into mainline
13038      Branch: perl
13039           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13040           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
13041           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13042           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
13043           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13044           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
13045           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
13046           !> t/pragma/warn/util toke.c util.c
13047 ____________________________________________________________________________
13048 [  3824] By: jhi                                   on 1999/07/28  21:15:04
13049         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
13050      Branch: cfgperl
13051            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13052            ! ext/IO/lib/IO/Socket/INET.pm
13053 ____________________________________________________________________________
13054 [  3823] By: jhi                                   on 1999/07/28  20:29:17
13055         Log: Continue pack() doc honing.
13056      Branch: cfgperl
13057            ! pod/perlfunc.pod
13058 ____________________________________________________________________________
13059 [  3822] By: jhi                                   on 1999/07/28  20:17:37
13060         Log: Enhance pack() doc.
13061      Branch: cfgperl
13062            ! pod/perlfunc.pod
13063 ____________________________________________________________________________
13064 [  3821] By: jhi                                   on 1999/07/28  18:34:50
13065         Log: UNIX Domain Sockets are not implemented under QNX.
13066              
13067              From: Norton Allen <allen@huarp.harvard.edu>
13068              To: perl5-porters@perl.org
13069              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
13070              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
13071              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
13072      Branch: cfgperl
13073            ! t/lib/io_unix.t
13074 ____________________________________________________________________________
13075 [  3820] By: jhi                                   on 1999/07/28  18:13:37
13076         Log: IO::* enhancements.
13077              
13078              1) write() and syswrite() will now accept a single-argument
13079              form of the call, for consistency with Perl's syswrite().
13080              2) You can create a TCP-based IO::Socket::INET without forcing
13081              a connect attempt.  This allows you to configure its options
13082              (like making it non-blocking) and then call connect() manually.
13083              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
13084              from ever returning the correct value.
13085              
13086              From: Lincoln Stein <lstein@formaggio.cshl.org>
13087              To: Graham Barr <gbarr@pobox.com>
13088              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
13089              Subject: Re: patch for IO::*
13090              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
13091              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
13092      Branch: cfgperl
13093            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13094            ! ext/IO/lib/IO/Socket/INET.pm
13095 ____________________________________________________________________________
13096 [  3819] By: gsar                                  on 1999/07/28  18:08:06
13097         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
13098      Branch: perl
13099            ! README.win32 globals.c installperl iperlsys.h makedef.pl
13100            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
13101            ! win32/win32.c
13102 ____________________________________________________________________________
13103 [  3818] By: jhi                                   on 1999/07/28  17:48:16
13104         Log: Need to add QNX to the list for DONT_DECLARE_STD.
13105              (The elimination of use of the _() macro apparently triggered
13106              an incompatability with a #define of atof)
13107              
13108              From: Norton Allen <allen@huarp.harvard.edu>
13109              To: perl5-porters@perl.org
13110              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
13111              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
13112              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
13113      Branch: cfgperl
13114            ! perl.h
13115 ____________________________________________________________________________
13116 [  3817] By: jhi                                   on 1999/07/28  17:46:30
13117         Log: Need to add some more conditions to deal with the case
13118              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
13119              which is true for QNX4.
13120              From: Norton Allen <allen@huarp.harvard.edu>
13121              To: perl5-porters@perl.org
13122              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
13123              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
13124              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
13125      Branch: cfgperl
13126            ! pp_sys.c
13127 ____________________________________________________________________________
13128 [  3816] By: jhi                                   on 1999/07/28  17:43:40
13129         Log: The QNX shell needs a couple more semicolons.
13130              
13131              From: Norton Allen <allen@huarp.harvard.edu>
13132              To: perl5-porters@perl.org
13133              Subject: [ID 19990728.007] Patch:Configure _58 QNX
13134              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
13135              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
13136              
13137              plus silence metalint moanings on vendorprefix.
13138      Branch: cfgperl
13139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13140            ! config_h.SH
13141 ____________________________________________________________________________
13142 [  3815] By: jhi                                   on 1999/07/28  17:31:11
13143         Log: Silence metalint on vendorprefix.U.
13144      Branch: metaconfig
13145            ! U/installdirs/vendorprefix.U
13146 ____________________________________________________________________________
13147 [  3814] By: jhi                                   on 1999/07/28  17:13:29
13148         Log: QNX shell needs more semicolons.
13149      Branch: metaconfig/U/perl
13150            ! Extensions.U
13151 ____________________________________________________________________________
13152 [  3813] By: jhi                                   on 1999/07/28  17:05:08
13153         Log: Integrate with Sarathy.
13154      Branch: cfgperl
13155           !> lib/ExtUtils/MM_Unix.pm
13156 ____________________________________________________________________________
13157 [  3812] By: jhi                                   on 1999/07/28  16:20:17
13158         Log: Fix a typo, un-shout, and reformat the installation output.
13159      Branch: cfgperl
13160            ! lib/ExtUtils/Install.pm
13161 ____________________________________________________________________________
13162 [  3811] By: gsar                                  on 1999/07/28  15:41:11
13163         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
13164      Branch: perl
13165            ! lib/ExtUtils/MM_Unix.pm
13166 ____________________________________________________________________________
13167 [  3810] By: jhi                                   on 1999/07/28  13:55:57
13168         Log: Talk more about subsecond things in perlfunc.
13169              (Yes, redundant with perlfaq8.)
13170      Branch: cfgperl
13171            ! pod/perlfunc.pod
13172 ____________________________________________________________________________
13173 [  3809] By: jhi                                   on 1999/07/28  07:23:48
13174         Log: Integrate with Sarathy.
13175      Branch: cfgperl
13176           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
13177           !> t/op/pwent.t
13178 ____________________________________________________________________________
13179 [  3808] By: jhi                                   on 1999/07/28  07:23:03
13180         Log: Document toke.c.
13181              From: Nathan Torkington <gnat@frii.com>
13182              To: perl5-porters@perl.org
13183              Subject: Re: toke.c patch, work in progress
13184              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
13185              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
13186      Branch: cfgperl
13187            ! toke.c
13188 ____________________________________________________________________________
13189 [  3807] By: jhi                                   on 1999/07/28  07:10:56
13190         Log: perlre clarification.
13191              
13192              From: Ian Phillipps <ian@dial.pipex.com>
13193              To: Perl 5 Porters <perl5-porters@perl.org>
13194              Subject: [PATCH 5.00557] Add definite article to perlre.pod
13195              Date: Tue, 27 Jul 1999 10:46:29 +0100
13196              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
13197      Branch: cfgperl
13198            ! pod/perlre.pod
13199 ____________________________________________________________________________
13200 [  3806] By: gsar                                  on 1999/07/28  07:07:46
13201         Log: fix the perl -V breakage
13202              
13203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13204              To: Jarkko Hietaniemi <jhi@iki.fi>
13205              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
13206              gsar@activestate.com
13207              Subject: Re: Follow up to: _58 on AIX 431
13208              Date: Tue, 27 Jul 1999 17:42:00 -0400
13209              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
13210      Branch: perl
13211            ! configpm
13212 ____________________________________________________________________________
13213 [  3805] By: gsar                                  on 1999/07/28  07:03:34
13214         Log: avoid warning (from Doug MacEachern)
13215      Branch: perl
13216            ! perl.h
13217 ____________________________________________________________________________
13218 [  3804] By: gsar                                  on 1999/07/28  06:59:30
13219         Log: Pod::Html tweak
13220              
13221              From: jan.dubois@ibm.net (Jan Dubois)
13222              To: perl5-porters@perl.org
13223              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
13224              Date: Tue, 27 Jul 1999 22:14:12 +0200
13225              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
13226      Branch: perl
13227            ! lib/Pod/Html.pm
13228 ____________________________________________________________________________
13229 [  3803] By: gsar                                  on 1999/07/28  06:56:38
13230         Log: freebsd hints update
13231              
13232              From: Anton Berezin <tobez@plab.ku.dk>
13233              To: perl5-porters@perl.org
13234              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
13235              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
13236              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
13237      Branch: perl
13238            ! hints/freebsd.sh
13239 ____________________________________________________________________________
13240 [  3802] By: gsar                                  on 1999/07/28  06:51:32
13241         Log: cosmetic testsuite patch
13242              
13243              From: Graham Barr <gbarr@ti.com>
13244              To: Perl5 Porters <perl5-porters@perl.org>
13245              Subject: 5.005_58 build
13246              Date: Tue, 27 Jul 1999 08:09:25 -0500
13247              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
13248      Branch: perl
13249            ! t/op/grent.t t/op/pwent.t
13250 ____________________________________________________________________________
13251 [  3801] By: jhi                                   on 1999/07/27  13:49:39
13252         Log: Minuscule cleanup of the integer overflow patch.
13253      Branch: cfgperl
13254            ! util.c
13255 ____________________________________________________________________________
13256 [  3800] By: jhi                                   on 1999/07/27  13:37:23
13257         Log: Test hex('x...').
13258      Branch: cfgperl
13259            ! t/op/oct.t
13260 ____________________________________________________________________________
13261 [  3799] By: jhi                                   on 1999/07/27  12:45:45
13262         Log: Integrate with Sarathy (5.005_58).
13263      Branch: cfgperl
13264            - ext/B/byteperl.c
13265           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
13266           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
13267           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
13268           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13269           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
13270           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
13271           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
13272           !> win32/config_H.vc
13273 ____________________________________________________________________________
13274 [  3798] By: jhi                                   on 1999/07/27  12:42:43
13275         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
13276              they used to be just optional lexical warnings.
13277              Also, with warnings turned on, constants > 2**32-1
13278              trigger a non-portability warning.
13279      Branch: cfgperl
13280            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
13281            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
13282            ! util.c
13283 ____________________________________________________________________________
13284 [  3797] By: gsar                                  on 1999/07/27  10:48:27
13285         Log: here lies 5.005_58
13286      Branch: perl
13287            - ext/B/byteperl.c
13288            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
13289            ! pod/perlfaq9.pod pod/perlhist.pod
13290
13291 ----------------
13292 Version 5.005_58
13293 ----------------
13294
13295 ____________________________________________________________________________
13296 [  3796] By: gsar                                  on 1999/07/27  09:23:42
13297         Log: regenerate win32/config_H.?c
13298      Branch: perl
13299            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13300 ____________________________________________________________________________
13301 [  3795] By: gsar                                  on 1999/07/27  09:02:31
13302         Log: From: Tye McQueen <tye@metronet.com>
13303              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
13304              Message-Id: <199907270019.AA08223@metronet.com>
13305              Subject: Patch pl2bat.pl so batch file can fail
13306      Branch: perl
13307            ! win32/bin/pl2bat.pl
13308 ____________________________________________________________________________
13309 [  3794] By: gsar                                  on 1999/07/27  08:59:58
13310         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13311              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
13312              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
13313              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
13314      Branch: perl
13315            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
13316            ! lib/SelfLoader.pm
13317 ____________________________________________________________________________
13318 [  3793] By: gsar                                  on 1999/07/27  08:19:16
13319         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
13320              (from Andy Dougherty)
13321      Branch: perl
13322            ! embed.h embed.pl
13323 ____________________________________________________________________________
13324 [  3792] By: gsar                                  on 1999/07/27  08:04:19
13325         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
13326              and Brad Appleton)
13327      Branch: perl
13328            ! lib/Pod/Parser.pm
13329 ____________________________________________________________________________
13330 [  3791] By: gsar                                  on 1999/07/27  07:50:54
13331         Log: cover case where CLK_TCK is a float, not integer (from
13332              alexander smishlajev <als@turnhere.com>)
13333      Branch: perl
13334            ! ext/Devel/DProf/DProf.xs
13335 ____________________________________________________________________________
13336 [  3790] By: gsar                                  on 1999/07/27  07:45:08
13337         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
13338              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
13339      Branch: perl
13340            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13341            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13342 ____________________________________________________________________________
13343 [  3789] By: jhi                                   on 1999/07/27  07:44:55
13344         Log: Integrate with Sarathy.
13345      Branch: cfgperl
13346           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
13347           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
13348           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
13349           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
13350           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
13351           !> proto.h t/comp/proto.t t/io/open.t
13352 ____________________________________________________________________________
13353 [  3788] By: gsar                                  on 1999/07/27  07:29:59
13354         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
13355              to Russ Allbery <rra@stanford.edu>); s/Simple// and
13356              s/pod2txt/pod2text/ etc.
13357      Branch: perl
13358            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
13359            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
13360 ____________________________________________________________________________
13361 [  3787] By: gsar                                  on 1999/07/27  06:48:40
13362         Log: From: Andy Dougherty <doughera@lafayette.edu>
13363              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
13364              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
13365              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
13366      Branch: perl
13367            ! ext/SDBM_File/sdbm/sdbm.h
13368 ____________________________________________________________________________
13369 [  3786] By: gsar                                  on 1999/07/27  06:30:09
13370         Log: applied suggested patch; added missing prototype changes to
13371              opcode.pl along with documentation typos (feature still needs
13372              to be described in perlopentut.pod and summarized in
13373              perldelta.pod)
13374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13375              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
13376              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
13377              Subject: [PATCH 5.00557] 3-arg open
13378      Branch: perl
13379            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
13380            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
13381            ! proto.h t/comp/proto.t t/io/open.t
13382 ____________________________________________________________________________
13383 [  3785] By: gsar                                  on 1999/07/27  04:36:39
13384         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
13385              <roland.bauer@fff.at>)
13386      Branch: perl
13387            ! lib/Pod/Html.pm
13388 ____________________________________________________________________________
13389 [  3784] By: gsar                                  on 1999/07/27  03:56:17
13390         Log: change#3762 wasn't needed
13391      Branch: perl
13392            ! ext/B/B/CC.pm
13393 ____________________________________________________________________________
13394 [  3783] By: jhi                                   on 1999/07/26  19:08:21
13395         Log: Integrate with Sarathy.
13396      Branch: cfgperl
13397           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
13398           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
13399           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13400 ____________________________________________________________________________
13401 [  3782] By: gsar                                  on 1999/07/26  18:16:50
13402         Log: update Changes, patchlevel &c.
13403      Branch: perl
13404            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13405            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13406 ____________________________________________________________________________
13407 [  3781] By: gsar                                  on 1999/07/26  17:54:47
13408         Log: a more correct fix for change#2744
13409              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13410              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
13411              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
13412              Subject: [PATCH _57] Re: toke.c questions 
13413      Branch: perl
13414            ! toke.c
13415 ____________________________________________________________________________
13416 [  3780] By: gsar                                  on 1999/07/26  17:37:04
13417         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
13418      Branch: perl
13419            ! pod/perlfunc.pod
13420 ____________________________________________________________________________
13421 [  3779] By: jhi                                   on 1999/07/26  16:37:23
13422         Log: Dusting off.
13423      Branch: cfgperl
13424            ! README.threads
13425 ____________________________________________________________________________
13426 [  3778] By: gsar                                  on 1999/07/26  13:28:46
13427         Log: avoid DIVZERO
13428      Branch: perl
13429            ! utils/dprofpp.PL
13430 ____________________________________________________________________________
13431 [  3777] By: gsar                                  on 1999/07/26  13:18:53
13432         Log: warnings identified by Borland compiler
13433      Branch: perl
13434            ! makedef.pl pp_ctl.c
13435 ____________________________________________________________________________
13436 [  3776] By: jhi                                   on 1999/07/26  13:07:36
13437         Log: Integrate with Sarathy.
13438      Branch: cfgperl
13439           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
13440 ____________________________________________________________________________
13441 [  3775] By: gsar                                  on 1999/07/26  12:55:43
13442         Log: avoid infinite recursion when Thread.pm croaks during
13443              bootstrap
13444      Branch: perl
13445            ! lib/Carp/Heavy.pm
13446 ____________________________________________________________________________
13447 [  3774] By: gsar                                  on 1999/07/26  12:43:02
13448         Log: integrate cfgperl contents into mainline
13449      Branch: perl
13450           +> lib/Carp/Heavy.pm
13451           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
13452           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
13453           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
13454           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13455           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
13456 ____________________________________________________________________________
13457 [  3773] By: jhi                                   on 1999/07/26  12:40:29
13458         Log: Use long doubles only if they are useful.
13459      Branch: cfgperl
13460            ! ext/POSIX/POSIX.xs
13461 ____________________________________________________________________________
13462 [  3772] By: gsar                                  on 1999/07/26  12:33:11
13463         Log: typo in change#3768
13464      Branch: perl
13465            ! pp_hot.c
13466 ____________________________________________________________________________
13467 [  3771] By: gsar                                  on 1999/07/26  12:08:27
13468         Log: alpha-stage support for user-hooks in @INC
13469              From: Ken Fox <kfox@ford.com>
13470              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
13471              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
13472              Subject: Re: loading remote modules
13473      Branch: perl
13474            ! pp_ctl.c
13475 ____________________________________________________________________________
13476 [  3770] By: jhi                                   on 1999/07/26  11:38:36
13477         Log: Back out #3735.  Needs more work.
13478      Branch: cfgperl
13479            ! Makefile.SH cflags.SH configpm ext/util/make_ext
13480            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
13481            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
13482            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13483            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
13484 ____________________________________________________________________________
13485 [  3769] By: jhi                                   on 1999/07/26  11:24:45
13486         Log: Integrate with Sarathy.
13487      Branch: cfgperl
13488           !> (integrate 35 files)
13489 ____________________________________________________________________________
13490 [  3768] By: gsar                                  on 1999/07/26  11:03:07
13491         Log: optimize method name lookup
13492              From: Chip Salzenberg <chip@perlsupport.com>
13493              Date: Thu, 22 Jul 1999 13:43:36 -0400
13494              Message-ID: <19990722134336.Q391@perlsupport.com>
13495              Subject: [PATCH] OP_METHOD_NAMED
13496      Branch: perl
13497            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
13498            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
13499            ! proto.h
13500 ____________________________________________________________________________
13501 [  3767] By: gsar                                  on 1999/07/26  10:44:11
13502         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
13503              foo()->()); rework grammar to remove conflicts
13504              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13505              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
13506              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
13507              Subject: [PATCH _57, long] Re: optional arrow asymmetry
13508      Branch: perl
13509            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
13510            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
13511            ! vms/perly_c.vms vms/perly_h.vms
13512 ____________________________________________________________________________
13513 [  3766] By: jhi                                   on 1999/07/26  10:18:56
13514         Log: Use $< instead of $*.c in *perlmain.o rules.
13515      Branch: cfgperl
13516            ! Makefile.SH
13517 ____________________________________________________________________________
13518 [  3765] By: gsar                                  on 1999/07/26  09:28:48
13519         Log: From: Ian Phillipps <ian@dial.pipex.com>
13520              Date: Fri, 23 Jul 1999 23:35:56 +0100
13521              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
13522              Subject: (Version 2) Extending unpack to deal with counted strings
13523      Branch: perl
13524            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
13525 ____________________________________________________________________________
13526 [  3764] By: jhi                                   on 1999/07/26  09:17:26
13527         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13528              To: perl5-porters@perl.org (Mailing list Perl5)
13529              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
13530              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
13531              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
13532              
13533              The patch was based on 5_57 so had to re-apply lib/Carp.pm
13534              parts of changes #3498, #3696, and #3702 for the new
13535              lib/Carp/Heavy.pm.
13536      Branch: cfgperl
13537            + lib/Carp/Heavy.pm
13538            ! MANIFEST lib/Carp.pm
13539 ____________________________________________________________________________
13540 [  3763] By: gsar                                  on 1999/07/26  09:03:17
13541         Log: ~ isn't valid in VMS filenames
13542      Branch: perl
13543            ! lib/Pod/Html.pm
13544 ____________________________________________________________________________
13545 [  3762] By: gsar                                  on 1999/07/26  08:59:47
13546         Log: setstate stop-gap from Vishal Bhatia
13547      Branch: perl
13548            ! ext/B/B/CC.pm
13549 ____________________________________________________________________________
13550 [  3761] By: gsar                                  on 1999/07/26  08:06:39
13551         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
13552              add B::OP::name() method that returns just the op_name;
13553              convert Deparse et all to use that instead of B::OP::ppaddr();
13554              add support for OP_SETSTATE in Deparse
13555      Branch: perl
13556            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
13557            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
13558            ! ext/B/B/Xref.pm opcode.h opcode.pl
13559 ____________________________________________________________________________
13560 [  3760] By: jhi                                   on 1999/07/26  07:14:43
13561         Log: Integrate with Sarathy.
13562      Branch: cfgperl
13563           !> (integrate 43 files)
13564 ____________________________________________________________________________
13565 [  3759] By: gsar                                  on 1999/07/26  05:12:24
13566         Log: add disclaimer about perl 4 libraries (modified version of
13567              patch suggested by Clinton Pierce <cpierce1@ford.com>)
13568      Branch: perl
13569            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
13570            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
13571            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
13572            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
13573            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
13574 ____________________________________________________________________________
13575 [  3758] By: gsar                                  on 1999/07/26  04:48:35
13576         Log: make reset() behave with high-bit characters
13577              From: Ian Phillipps <ian@dial.pipex.com>
13578              Date: Thu, 22 Jul 1999 22:48:59 +0100
13579              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
13580              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
13581      Branch: perl
13582            ! sv.c
13583 ____________________________________________________________________________
13584 [  3757] By: gsar                                  on 1999/07/26  04:40:32
13585         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
13586      Branch: perl
13587            ! pod/perlport.pod
13588 ____________________________________________________________________________
13589 [  3756] By: gsar                                  on 1999/07/26  04:20:37
13590         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
13591      Branch: perl
13592            ! utils/dprofpp.PL
13593 ____________________________________________________________________________
13594 [  3755] By: gsar                                  on 1999/07/26  04:18:00
13595         Log: disable VPATH for now (breaks x2p build)
13596      Branch: perl
13597            ! x2p/Makefile.SH
13598 ____________________________________________________________________________
13599 [  3754] By: gsar                                  on 1999/07/26  03:15:33
13600         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
13601              (%! has the necessary magic); misc typos
13602      Branch: perl
13603            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13604            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
13605            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
13606            ! utils/h2xs.PL
13607 ____________________________________________________________________________
13608 [  3753] By: gsar                                  on 1999/07/26  02:38:28
13609         Log: integrate cfgperl contents into mainline
13610      Branch: perl
13611           +> t/pragma/locale/latin1 t/pragma/locale/utf8
13612           !> (integrate 53 files)
13613 ____________________________________________________________________________
13614 [  3752] By: gsar                                  on 1999/07/26  02:11:31
13615         Log: ensure implicitly closed handles don't set $? or $!
13616      Branch: perl
13617            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
13618 ____________________________________________________________________________
13619 [  3751] By: gsar                                  on 1999/07/26  01:28:34
13620         Log: change#3534 didn't preserve undef return values from caller()
13621      Branch: perl
13622            ! Changes pp_ctl.c
13623 ____________________________________________________________________________
13624 [  3750] By: jhi                                   on 1999/07/25  20:59:29
13625         Log: Back up a tiny bit from #3735.
13626              This may break builds outside the source directory
13627              but then again, they do not work that ell yet anyway.
13628      Branch: cfgperl
13629            ! Makefile.SH
13630 ____________________________________________________________________________
13631 [  3750] By: jhi                                   on 1999/07/25  20:59:29
13632         Log: Back up a tiny bit from #3735.
13633              This may break builds outside the source directory
13634              but then again, they do not work that ell yet anyway.
13635      Branch: cfgperl
13636            ! Makefile.SH
13637 ____________________________________________________________________________
13638 [  3749] By: jhi                                   on 1999/07/25  19:15:55
13639         Log: Integrate with Sarathy.
13640      Branch: cfgperl
13641           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
13642 ____________________________________________________________________________
13643 [  3748] By: jhi                                   on 1999/07/25  19:06:59
13644         Log: Recode locale.t so that the change in #3730
13645              is not needed and locale.t works both without
13646              and with the utf8 pragma.
13647      Branch: cfgperl
13648            + t/pragma/locale/latin1 t/pragma/locale/utf8
13649            ! MANIFEST t/pragma/locale.t
13650 ____________________________________________________________________________
13651 [  3747] By: jhi                                   on 1999/07/25  19:01:46
13652         Log: Like #3743.
13653      Branch: cfgperl
13654            ! utils/perlbug.PL
13655 ____________________________________________________________________________
13656 [  3746] By: gsar                                  on 1999/07/25  18:08:58
13657         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
13658              append a HISTORY section to POD if option is used
13659      Branch: perl
13660            ! utils/h2xs.PL
13661 ____________________________________________________________________________
13662 [  3745] By: gsar                                  on 1999/07/25  17:40:03
13663         Log: warn rather than die when parse_version() can't cut it (from
13664              Michael G Schwern <schwern@pobox.com>)
13665      Branch: perl
13666            ! lib/ExtUtils/MM_Unix.pm
13667 ____________________________________________________________________________
13668 [  3744] By: gsar                                  on 1999/07/25  16:32:48
13669         Log: make map behave like grep wrt indirect object slot when
13670              there are parentheses; revert an experimental mod by Larry
13671              in change#2038 that failed to parse %{{qw(a b c)}} properly
13672              (this means C<map {use Foo; ...} ...> still needs a proper
13673              fix)
13674      Branch: perl
13675            ! toke.c
13676 ____________________________________________________________________________
13677 [  3743] By: jhi                                   on 1999/07/25  16:24:55
13678         Log: Fix a typo in #3725.
13679      Branch: cfgperl
13680            ! utils/perlbug.PL
13681 ____________________________________________________________________________
13682 [  3742] By: jhi                                   on 1999/07/25  16:14:39
13683         Log: Integrate with Sarathy.
13684      Branch: cfgperl
13685           !> (integrate 26 files)
13686 ____________________________________________________________________________
13687 [  3741] By: jhi                                   on 1999/07/25  16:02:28
13688         Log: Cut-and-pasto in #3737.
13689      Branch: cfgperl
13690            ! perl.c
13691 ____________________________________________________________________________
13692 [  3740] By: gsar                                  on 1999/07/25  15:59:34
13693         Log: add note about glibc bug
13694      Branch: perl
13695            ! t/pragma/warn/pp_hot
13696 ____________________________________________________________________________
13697 [  3739] By: gsar                                  on 1999/07/25  15:48:40
13698         Log: fix bug in change#3728 that might free COPs prematurely;
13699              null(op) now does more thorough scrubbing of the op, which
13700              fixes a few compile-time memory "leaks"
13701      Branch: perl
13702            ! dump.c embed.h embed.pl op.c proto.h
13703 ____________________________________________________________________________
13704 [  3738] By: jhi                                   on 1999/07/25  14:15:26
13705         Log: In accordance with #3737.
13706      Branch: metaconfig
13707            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
13708            ! U/modified/Oldconfig.U
13709      Branch: metaconfig/U/perl
13710            ! Extensions.U
13711 ____________________________________________________________________________
13712 [  3737] By: jhi                                   on 1999/07/25  14:12:34
13713         Log: Use vendorprefixlib.
13714      Branch: cfgperl
13715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13716            ! config_h.SH perl.c
13717 ____________________________________________________________________________
13718 [  3736] By: jhi                                   on 1999/07/25  13:10:03
13719         Log: Populate metaconfig branch.
13720      Branch: metaconfig
13721            + (add 1468 files)
13722      Branch: metaconfig/U/perl
13723            + (add 101 files)
13724 ____________________________________________________________________________
13725 [  3735] By: jhi                                   on 1999/07/25  12:27:20
13726         Log: First steps of making builds outside the source
13727              directory possible.  These should get us as far
13728              as miniperl, then building DynaLoader falls into
13729              tiny twinkling pieces as MakeMaker knows nothing
13730              of VPATH mindset.
13731      Branch: cfgperl
13732            ! Configure Makefile.SH cflags.SH config_h.SH configpm
13733            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
13734            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
13735            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
13736            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
13737 ____________________________________________________________________________
13738 [  3734] By: jhi                                   on 1999/07/25  11:19:28
13739         Log: Poor Glossary--are we fixed yet?
13740      Branch: cfgperl
13741            ! Porting/Glossary
13742 ____________________________________________________________________________
13743 [  3733] By: jhi                                   on 1999/07/25  11:15:06
13744         Log: Change #3732 mistakenly clobbered Glossary.
13745      Branch: cfgperl
13746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13747            ! config_h.SH
13748 ____________________________________________________________________________
13749 [  3732] By: jhi                                   on 1999/07/25  10:46:39
13750         Log: Andy's new installation scheme (note: a lot of this
13751              leaked in already with change #3731).  The vendor*
13752              stuff is not used anywhere (in *.SH, say), so it
13753              isn't in Configure, either.
13754      Branch: cfgperl
13755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13756            ! config_h.SH
13757 ____________________________________________________________________________
13758 [  3731] By: jhi                                   on 1999/07/25  10:12:07
13759         Log: Circumcode a strange shell(?) bug in AIX found
13760              while trying to do -Duse64bits (which I couldn't do
13761              in the end because the CPU isn't 64-bit in that box,
13762              but at least now the probing doesn't crash.)
13763      Branch: cfgperl
13764            ! Configure config_h.SH hints/aix.sh
13765 ____________________________________________________________________________
13766 [  3730] By: gsar                                  on 1999/07/25  04:56:56
13767         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
13768              a utf8 bug in one of the new RE optimizations
13769      Branch: perl
13770            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
13771            ! t/pragma/locale.t
13772 ____________________________________________________________________________
13773 [  3729] By: jhi                                   on 1999/07/23  19:56:27
13774         Log: From: Andy Dougherty <doughera@lafayette.edu>
13775              To: Perl Porters <perl5-porters@perl.org>
13776              Subject: [PATCH 5.005_57] INSTALL-1.58
13777              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
13778              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
13779              
13780              plus
13781              
13782              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13783              To: Andy Dougherty <doughera@lafayette.edu>
13784              Cc: Perl Porters <perl5-porters@perl.org>
13785              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
13786              Date: Fri, 23 Jul 1999 13:38:25 -0400
13787              Message-ID: <19990723133825.A12033@O2.chapin.edu>
13788      Branch: cfgperl
13789            ! INSTALL
13790 ____________________________________________________________________________
13791 [  3728] By: gsar                                  on 1999/07/23  17:24:42
13792         Log: applied suggested patch for tracking line numbers correctly in
13793              optimized blocks with a single statement; changed setcop to
13794              setstate and added code for -Dx dumps
13795              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13796              Date: Wed, 23 Jun 1999 17:27:42 +0100
13797              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
13798              Subject: [PATCH 5.005_57] Line number error in optimised else() 
13799      Branch: perl
13800            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
13801            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
13802            ! pp_proto.h t/op/misc.t
13803 ____________________________________________________________________________
13804 [  3727] By: gsar                                  on 1999/07/23  15:56:04
13805         Log: avoid useless use of target for pp_each(); also fixes bugs due to
13806              refcount held by the target
13807      Branch: perl
13808            ! opcode.h opcode.pl pp.c t/op/each.t
13809 ____________________________________________________________________________
13810 [  3726] By: jhi                                   on 1999/07/23  12:08:30
13811         Log: Change #3725 aftershock.
13812      Branch: cfgperl
13813            ! INSTALL jpl/JNI/JNI.pm
13814 ____________________________________________________________________________
13815 [  3725] By: jhi                                   on 1999/07/23  11:58:49
13816         Log: Introduce $Config{ldlibpthname} which contains
13817              the name of the environment variable holding the
13818              dynamic library search path, often LD_LIBRARY_PATH.
13819              Use this new feature all over.
13820              Also removed remnants of admonition "add LD_LIBRARY_PATH
13821              before running make" because Makefile.SH does this for you. 
13822      Branch: cfgperl
13823            ! Configure Makefile.SH config_h.SH
13824            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
13825            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
13826            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
13827            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
13828            ! jpl/install-jpl utils/perlbug.PL
13829 ____________________________________________________________________________
13830 [  3724] By: jhi                                   on 1999/07/23  08:03:36
13831         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
13832              To: perl5-porters@perl.org
13833              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
13834              Date: Thu, 22 Jul 1999 19:58:34 -0400
13835              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
13836      Branch: cfgperl
13837            ! av.c
13838 ____________________________________________________________________________
13839 [  3723] By: gsar                                  on 1999/07/23  00:01:29
13840         Log: emit warning about function calls that were encountered too early
13841              to enforce their prototype
13842      Branch: perl
13843            ! op.c op.h pod/perldiag.pod
13844 ____________________________________________________________________________
13845 [  3722] By: jhi                                   on 1999/07/22  21:19:59
13846         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13847              To: perl5-porters@perl.org
13848              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
13849              Subject: [PATCH] MakeMaker documentation
13850              Date: Wed, 21 Jul 1999 14:15:42 -0400
13851              Message-ID: <19990721141542.A1800@O2.chapin.edu>
13852      Branch: cfgperl
13853            ! lib/ExtUtils/MakeMaker.pm
13854 ____________________________________________________________________________
13855 [  3721] By: jhi                                   on 1999/07/22  21:05:19
13856         Log: From: pvhp@forte.com (Peter Prymmer)
13857              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
13858              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
13859              Date: Wed, 21 Jul 99 17:15:39 PDT
13860              Message-Id: <9907220015.AA11931@forte.com>
13861      Branch: cfgperl
13862            ! hints/os390.sh
13863 ____________________________________________________________________________
13864 [  3720] By: jhi                                   on 1999/07/22  20:51:17
13865         Log: AIX magic: ccdlflags needs to be different for
13866              Perl itself and for extra-core extensions
13867              (as used by ExtUtilss::embed::ldopts).
13868              Based on the problems described in
13869              
13870              From: Mike W Ellwood <mwe@rl.ac.uk>
13871              To: perl5-porters@perl.org
13872              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
13873              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
13874              Reply-To: m.w.ellwood@rl.ac.uk
13875              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
13876      Branch: cfgperl
13877            ! Configure Makefile.SH config_h.SH hints/aix.sh
13878 ____________________________________________________________________________
13879 [  3719] By: jhi                                   on 1999/07/22  08:23:53
13880         Log: Update history records.
13881      Branch: cfgperl
13882            ! pod/perlhist.pod
13883 ____________________________________________________________________________
13884 [  3718] By: jhi                                   on 1999/07/21  13:54:42
13885         Log: Todododobedobedo.
13886      Branch: cfgperl
13887            ! Todo
13888 ____________________________________________________________________________
13889 [  3717] By: jhi                                   on 1999/07/21  12:10:48
13890         Log: Even more Todo.
13891      Branch: cfgperl
13892            ! Todo
13893 ____________________________________________________________________________
13894 [  3716] By: jhi                                   on 1999/07/21  11:40:39
13895         Log: Use Errno more extensively so that error
13896              messages are more portable (another way
13897              would be to muck around with LC_MESSAGES).
13898              Problem reported in
13899              
13900              From: oracle@pcr8.pcr.com
13901              To: perl5-porters@perl.org
13902              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
13903              Date: Mon, 19 Jul 1999 18:39:13 -0400
13904              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
13905      Branch: cfgperl
13906            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13907            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
13908            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
13909 ____________________________________________________________________________
13910 [  3715] By: jhi                                   on 1999/07/21  11:05:36
13911         Log: Slightly modified patch.
13912              From: Sean Sheedy <seans@ncube.com>
13913              To: perl5-porters@perl.org
13914              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
13915              Date: Tue, 20 Jul 1999 09:52:06 -0700
13916              Message-Id: <3794A935.1C150E54@ncube.com>
13917      Branch: cfgperl
13918            ! cflags.SH x2p/cflags.SH
13919 ____________________________________________________________________________
13920 [  3714] By: jhi                                   on 1999/07/20  21:26:19
13921         Log: More Todo.
13922      Branch: cfgperl
13923            ! Todo
13924 ____________________________________________________________________________
13925 [  3713] By: jhi                                   on 1999/07/20  18:02:45
13926         Log: Integrate with Sarathy.
13927      Branch: cfgperl
13928           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13929           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13930           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
13931           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
13932           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
13933           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
13934           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
13935           +> utils/dprofpp.PL
13936           !> INSTALL MAINTAIN MANIFEST configure.com
13937           !> ext/Devel/Peek/Makefile.PL installman installperl
13938           !> pod/roffitall utils/Makefile vms/descrip_mms.template
13939           !> win32/Makefile win32/makefile.mk win32/win32.h
13940 ____________________________________________________________________________
13941 [  3712] By: gsar                                  on 1999/07/20  15:29:01
13942         Log: DProf tweak
13943      Branch: perl
13944            ! ext/Devel/DProf/DProf.xs
13945 ____________________________________________________________________________
13946 [  3711] By: gsar                                  on 1999/07/20  07:56:19
13947         Log: another DProf build tweak
13948      Branch: perl
13949            ! utils/dprofpp.PL
13950 ____________________________________________________________________________
13951 [  3710] By: gsar                                  on 1999/07/20  07:36:36
13952         Log: move DProf things around to where they are supposed to be
13953      Branch: perl
13954            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
13955            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
13956            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
13957            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
13958            + t/lib/dprof/test6_t t/lib/dprof/test6_v
13959           +> utils/dprofpp.PL
13960            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
13961            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
13962            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
13963            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
13964            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
13965            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
13966            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
13967            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
13968            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
13969            ! installperl pod/roffitall utils/Makefile
13970            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13971 ____________________________________________________________________________
13972 [  3709] By: gsar                                  on 1999/07/20  06:13:16
13973         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
13974      Branch: perl
13975            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13976            ! ext/Devel/Peek/Makefile.PL
13977 ____________________________________________________________________________
13978 [  3708] By: gsar                                  on 1999/07/20  06:01:22
13979         Log: move DProf to Devel/DProf
13980      Branch: perl
13981           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13982           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13983           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
13984           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
13985           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
13986           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
13987           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
13988           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
13989           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
13990           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
13991           +> ext/Devel/DProf/test.pl
13992            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13993            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13994            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13995            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13996            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13997            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13998            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13999            ! MAINTAIN MANIFEST configure.com win32/Makefile
14000            ! win32/makefile.mk
14001 ____________________________________________________________________________
14002 [  3707] By: gsar                                  on 1999/07/20  05:39:11
14003         Log: add Devel::DProf v19990108 from CPAN, as it was
14004      Branch: perl
14005            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
14006            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
14007            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
14008            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
14009            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
14010            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
14011            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
14012            ! MANIFEST
14013 ____________________________________________________________________________
14014 [  3706] By: gsar                                  on 1999/07/20  04:52:25
14015         Log: C<union any> needs no PERL_OBJECT-treatment
14016      Branch: perl
14017            ! win32/win32.h
14018 ____________________________________________________________________________
14019 [  3705] By: gsar                                  on 1999/07/20  04:11:54
14020         Log: fix problem in default build
14021      Branch: perl
14022            ! win32/Makefile win32/makefile.mk
14023 ____________________________________________________________________________
14024 [  3704] By: jhi                                   on 1999/07/19  07:06:36
14025         Log: Integrate with Sarathy.
14026      Branch: cfgperl
14027           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
14028           !> win32/win32.c
14029 ____________________________________________________________________________
14030 [  3703] By: gsar                                  on 1999/07/19  05:55:57
14031         Log: win32 nits
14032      Branch: perl
14033            ! makedef.pl sv.h
14034 ____________________________________________________________________________
14035 [  3702] By: gsar                                  on 1999/07/19  04:29:34
14036         Log: don't display tid from main thread (or testsuite breaks)
14037      Branch: perl
14038            ! lib/Carp.pm util.c
14039 ____________________________________________________________________________
14040 [  3701] By: gsar                                  on 1999/07/19  00:47:52
14041         Log: remove several doubled (and tripled!) entries
14042      Branch: perl
14043            ! pod/perldiag.pod
14044 ____________________________________________________________________________
14045 [  3700] By: gsar                                  on 1999/07/19  00:42:34
14046         Log: integrate cfgperl contents into mainline
14047      Branch: perl
14048           +> makedef.pl
14049            - perl_exp.SH win32/makedef.pl
14050           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14051           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
14052           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
14053           !> utf8.c util.c win32/Makefile win32/makefile.mk
14054 ____________________________________________________________________________
14055 [  3699] By: gsar                                  on 1999/07/19  00:33:59
14056         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
14057      Branch: perl
14058            ! Changes win32/win32.c
14059 ____________________________________________________________________________
14060 [  3698] By: jhi                                   on 1999/07/18  21:33:57
14061         Log: Integrate with Sarathy.
14062      Branch: cfgperl
14063           +> t/op/chars.t
14064           !> (integrate 57 files)
14065 ____________________________________________________________________________
14066 [  3697] By: gsar                                  on 1999/07/18  05:22:36
14067         Log: From: pvhp@forte.com (Peter Prymmer)
14068              Date: Thu, 1 Jul 99 19:31:24 PDT
14069              Message-Id: <9907020231.AA16942@forte.com>
14070              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
14071      Branch: perl
14072            + t/op/chars.t
14073            ! MANIFEST ebcdic.c t/op/ord.t
14074 ____________________________________________________________________________
14075 [  3696] By: gsar                                  on 1999/07/18  05:11:02
14076         Log: display thread id in diagnostics (suggested by Dan Sugalski)
14077      Branch: perl
14078            ! lib/Carp.pm util.c
14079 ____________________________________________________________________________
14080 [  3695] By: gsar                                  on 1999/07/18  04:57:47
14081         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
14082      Branch: perl
14083            ! pod/perldiag.pod
14084 ____________________________________________________________________________
14085 [  3694] By: gsar                                  on 1999/07/18  04:56:28
14086         Log: cache [NIUP]V conversions of defined READONLY values
14087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14088              Date: Sun, 11 Jul 1999 04:39:44 -0400
14089              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
14090              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
14091      Branch: perl
14092            ! sv.c
14093 ____________________________________________________________________________
14094 [  3693] By: gsar                                  on 1999/07/18  03:53:38
14095         Log: From: jan.dubois@ibm.net (Jan Dubois)
14096              Date: Sat, 17 Jul 1999 10:58:29 +0200
14097              Message-ID: <379144ad.13616689@smtp1.ibm.net>
14098              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
14099      Branch: perl
14100            ! lib/ExtUtils/Manifest.pm
14101 ____________________________________________________________________________
14102 [  3692] By: gsar                                  on 1999/07/18  03:51:03
14103         Log: remove spurious newSTATEOP() that causes goto to enter one too many
14104              contexts when jumping between if and elsif blocks
14105      Branch: perl
14106            ! perly.c perly.y pp_ctl.c t/op/goto.t
14107 ____________________________________________________________________________
14108 [  3691] By: gsar                                  on 1999/07/18  01:49:59
14109         Log: detypo, update Changes
14110      Branch: perl
14111            ! Changes doio.c
14112 ____________________________________________________________________________
14113 [  3690] By: gsar                                  on 1999/07/18  01:16:59
14114         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
14115      Branch: perl
14116            ! lib/integer.pm
14117 ____________________________________________________________________________
14118 [  3689] By: gsar                                  on 1999/07/18  00:47:17
14119         Log: ensure __END__ appears on a line by itself in wrapped
14120              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
14121              mention caveat about successfull kill()
14122      Branch: perl
14123            ! pod/perlfunc.pod win32/bin/pl2bat.pl
14124 ____________________________________________________________________________
14125 [  3688] By: gsar                                  on 1999/07/17  20:47:44
14126         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
14127      Branch: perl
14128            ! ext/SDBM_File/sdbm/Makefile.PL
14129 ____________________________________________________________________________
14130 [  3687] By: gsar                                  on 1999/07/17  20:43:27
14131         Log: make CC.pm use a distinct CCPP() macro rather than PP()
14132              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
14133      Branch: perl
14134            ! cc_runtime.h ext/B/B/CC.pm
14135 ____________________________________________________________________________
14136 [  3686] By: gsar                                  on 1999/07/17  20:39:08
14137         Log: tiny bug in vars.pm (from John Dlugosz)
14138      Branch: perl
14139            ! lib/vars.pm
14140 ____________________________________________________________________________
14141 [  3685] By: gsar                                  on 1999/07/17  20:37:27
14142         Log: applied suggested patch, along with later tweak
14143              From: jan.dubois@ibm.net (Jan Dubois)
14144              Date: Wed, 14 Jul 1999 23:53:43 +0200
14145              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
14146              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
14147      Branch: perl
14148            ! lib/Pod/Html.pm
14149 ____________________________________________________________________________
14150 [  3684] By: gsar                                  on 1999/07/17  20:24:32
14151         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
14152      Branch: perl
14153            ! thrdvar.h
14154 ____________________________________________________________________________
14155 [  3683] By: gsar                                  on 1999/07/17  20:21:01
14156         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14157              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
14158              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
14159              Subject: [PATCH 5.005_57] Segfaults if $^P
14160      Branch: perl
14161            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
14162            ! proto.h
14163 ____________________________________________________________________________
14164 [  3682] By: gsar                                  on 1999/07/17  20:04:17
14165         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
14166              and prefix/lib/perl5/man are ass_u_med only if those directories
14167              actually exist; else prefix/{lib,man} are used)
14168      Branch: perl
14169            ! lib/ExtUtils/MM_Unix.pm
14170 ____________________________________________________________________________
14171 [  3681] By: gsar                                  on 1999/07/17  19:12:33
14172         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
14173      Branch: perl
14174            ! op.c t/comp/proto.t
14175 ____________________________________________________________________________
14176 [  3680] By: gsar                                  on 1999/07/17  18:23:55
14177         Log: fix vec() on magic values
14178              From: Ian Phillipps <ian@dial.pipex.com>
14179              Date: Mon, 12 Jul 1999 12:30:05 +0100
14180              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
14181              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
14182      Branch: perl
14183            ! doop.c t/op/tie.t
14184 ____________________________________________________________________________
14185 [  3679] By: gsar                                  on 1999/07/17  18:10:44
14186         Log: make system() return -1 and set $! if exec of child failed
14187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14188              Date: Fri, 9 Jul 1999 05:21:13 -0400
14189              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
14190              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
14191      Branch: perl
14192            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
14193            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
14194 ____________________________________________________________________________
14195 [  3678] By: gsar                                  on 1999/07/17  17:54:01
14196         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14197              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
14198              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
14199              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
14200      Branch: perl
14201            ! util.c
14202 ____________________________________________________________________________
14203 [  3677] By: gsar                                  on 1999/07/17  17:34:38
14204         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
14205              converted Ken's documentation outline into pod
14206      Branch: perl
14207            ! x2p/find2perl.PL
14208 ____________________________________________________________________________
14209 [  3676] By: gsar                                  on 1999/07/17  16:34:09
14210         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
14211              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
14212              Steve Lidie
14213      Branch: perl
14214            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
14215            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14216            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
14217            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
14218            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
14219            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
14220 ____________________________________________________________________________
14221 [  3675] By: gsar                                  on 1999/07/17  00:16:53
14222         Log: backout redundant change#3628
14223      Branch: perl
14224            ! Changes hints/bsdos.sh
14225 ____________________________________________________________________________
14226 [  3674] By: jhi                                   on 1999/07/15  14:26:03
14227         Log: Fix the bin/oct/hex constant overflow tests for
14228              long long platforms.
14229      Branch: cfgperl
14230            ! t/pragma/warn/util
14231 ____________________________________________________________________________
14232 [  3673] By: jhi                                   on 1999/07/14  21:59:11
14233         Log: Fixed AIX dynamic loading and AIX shared Perl library.
14234              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
14235              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
14236              Hijacked win32/makedef.pl for more general purpose export
14237              list building, now it is used (as toplevel makedef.pl)
14238              for win32 and AIX (perl_exp.SH made unnecessary).
14239              Because the export lists are now correct in AIX, no more linker
14240              warnings about "Exported symbol not defined" should appear.
14241      Branch: cfgperl
14242            + makedef.pl
14243            - perl_exp.SH win32/makedef.pl
14244            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14245            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
14246            ! win32/makefile.mk
14247 ____________________________________________________________________________
14248 [  3672] By: gsar                                  on 1999/07/14  17:12:13
14249         Log: minor efficiency tweak
14250      Branch: perl
14251            ! pp_ctl.c
14252 ____________________________________________________________________________
14253 [  3671] By: jhi                                   on 1999/07/14  16:22:39
14254         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
14255              if its caller re_intuit_start() was entered with strend == strpos
14256              because end_shift ended up as -1.  The patch ain't necessarily
14257              correct but least the core dump is avoided.
14258      Branch: cfgperl
14259            ! regexec.c
14260 ____________________________________________________________________________
14261 [  3670] By: jhi                                   on 1999/07/13  07:59:09
14262         Log: Integrate with Sarathy.
14263      Branch: cfgperl
14264            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14265            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14266           !> (integrate 67 files)
14267 ____________________________________________________________________________
14268 [  3669] By: gsar                                  on 1999/07/12  06:14:54
14269         Log: fixups for sundry warnings about function pointers
14270      Branch: perl
14271            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
14272            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
14273            ! win32/win32.c win32/win32.h
14274 ____________________________________________________________________________
14275 [  3668] By: gsar                                  on 1999/07/12  04:11:58
14276         Log: tweaks for win32/borland
14277      Branch: perl
14278            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
14279 ____________________________________________________________________________
14280 [  3667] By: gsar                                  on 1999/07/12  01:55:15
14281         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
14282              builds; passing the implicit context is unified among the three
14283              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
14284              flavors (see the top of perl.h) for testing; all varargs functions
14285              foo() have a va_list-taking variant vfoo() for generating the
14286              context-free versions; the PERL_OBJECT build should now be
14287              hyper-compatible with CPAN extensions (C++ is totally out of
14288              the picture)
14289              
14290              result has only been tested on Windows
14291              
14292              TODO: write docs on the THX rationale and idiomatic usage of
14293              the Perl API
14294      Branch: perl
14295            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14296            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14297            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
14298            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
14299            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
14300            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
14301            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
14302            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
14303            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
14304            ! global.sym globals.c intrpvar.h iperlsys.h
14305            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14306            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
14307            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
14308            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
14309            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
14310            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
14311            ! win32/dl_win32.xs win32/include/dirent.h
14312            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
14313            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
14314            ! win32/win32iop.h win32/win32sck.c
14315 ____________________________________________________________________________
14316 [  3666] By: jhi                                   on 1999/07/11  22:00:13
14317         Log: Integrate with Sarathy.
14318      Branch: cfgperl
14319           !> op.c t/op/lex_assign.t
14320 ____________________________________________________________________________
14321 [  3665] By: jhi                                   on 1999/07/11  21:59:01
14322         Log: More manual sync.
14323      Branch: cfgperl
14324            ! pod/perldelta.pod
14325 ____________________________________________________________________________
14326 [  3664] By: gsar                                  on 1999/07/11  19:11:07
14327         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
14328              remedy and related tests via private mail
14329      Branch: perl
14330            ! op.c t/op/lex_assign.t
14331 ____________________________________________________________________________
14332 [  3663] By: jhi                                   on 1999/07/11  15:04:37
14333         Log: Manual synchronization with Sarathy (some files
14334              had drifted apart for no apparent reason), plus
14335              I had a typo in dl_vms.xs Sarathy had fixed.
14336      Branch: cfgperl
14337            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
14338 ____________________________________________________________________________
14339 [  3662] By: jhi                                   on 1999/07/10  12:23:21
14340         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
14341              to adapt to the underlying platform (the binary, 0b1..., test
14342              was broken in 64-bit platforms).  Also change "hex" in the
14343              warning messages to "hexadecimal" to match "binary" and "octal".
14344      Branch: cfgperl
14345            ! pod/perldiag.pod t/pragma/warn/util util.c
14346 ____________________________________________________________________________
14347 [  3661] By: jhi                                   on 1999/07/08  21:54:55
14348         Log: Integrate with Sarathy.
14349      Branch: cfgperl
14350           +> perlapi.c perlapi.h
14351           !> (integrate 43 files)
14352 ____________________________________________________________________________
14353 [  3660] By: gsar                                  on 1999/07/08  18:47:35
14354         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
14355      Branch: perl
14356            + perlapi.c perlapi.h
14357            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
14358            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
14359            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
14360            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
14361            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
14362            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
14363            ! win32/win32.h
14364 ____________________________________________________________________________
14365 [  3659] By: gsar                                  on 1999/07/08  18:41:45
14366         Log: sundry cleanups for clean build on windows
14367      Branch: perl
14368            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
14369 ____________________________________________________________________________
14370 [  3658] By: gsar                                  on 1999/07/08  01:24:25
14371         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
14372              type mismatch problems
14373      Branch: perl
14374            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
14375            ! t/pragma/warn/op toke.c utf8.c util.c
14376 ____________________________________________________________________________
14377 [  3657] By: jhi                                   on 1999/07/07  23:01:16
14378         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
14379      Branch: cfgperl
14380            ! pod/perldiag.pod
14381           !> Changes configure.com ext/B/B/Deparse.pm
14382           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
14383           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
14384           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
14385           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
14386           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
14387           !> t/pragma/overload.t thread.h vms/vms.c
14388 ____________________________________________________________________________
14389 [  3656] By: gsar                                  on 1999/07/07  21:04:38
14390         Log: integrate cfgperl contents
14391      Branch: perl
14392           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
14393           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
14394           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
14395            ! Changes
14396           !> (integrate 45 files)
14397 ____________________________________________________________________________
14398 [  3655] By: gsar                                  on 1999/07/07  18:55:45
14399         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
14400              <pvhp@forte.com>
14401      Branch: perl
14402            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
14403 ____________________________________________________________________________
14404 [  3654] By: gsar                                  on 1999/07/07  18:47:03
14405         Log: change#1889 mistakenly removed F_SETLK
14406      Branch: perl
14407            ! ext/Fcntl/Fcntl.xs
14408 ____________________________________________________________________________
14409 [  3653] By: gsar                                  on 1999/07/07  18:42:42
14410         Log: B::Deparse update
14411              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14412              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
14413              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
14414              Subject: [PATCH _57, long] B::Deparse 0.58
14415      Branch: perl
14416            ! ext/B/B/Deparse.pm
14417 ____________________________________________________________________________
14418 [  3652] By: gsar                                  on 1999/07/07  18:41:07
14419         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14420              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
14421              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
14422              Subject: Re: [ID 19990705.001] Overloading boolean conversion
14423      Branch: perl
14424            ! gv.c t/pragma/overload.t
14425 ____________________________________________________________________________
14426 [  3651] By: gsar                                  on 1999/07/07  17:47:30
14427         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
14428      Branch: perl
14429            ! perlsfio.h
14430 ____________________________________________________________________________
14431 [  3650] By: gsar                                  on 1999/07/07  17:45:52
14432         Log: applied new parts of suggested patch
14433              From: Charles Bailey <BAILEY@newman.upenn.edu>
14434              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
14435              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
14436              Subject: [PATCH 5.005_57] Consolidated VMS patch
14437      Branch: perl
14438            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
14439            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
14440            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
14441            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
14442            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
14443 ____________________________________________________________________________
14444 [  3649] By: jhi                                   on 1999/07/07  13:38:02
14445         Log: Sync regcomp warn with reality.
14446      Branch: cfgperl
14447            ! t/pragma/warn/regcomp
14448 ____________________________________________________________________________
14449 [  3648] By: jhi                                   on 1999/07/07  13:04:55
14450         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
14451              resolved manually.
14452      Branch: cfgperl
14453           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
14454           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
14455           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
14456            - README.lexwarn
14457           !> (integrate 79 files)
14458 ____________________________________________________________________________
14459 [  3647] By: gsar                                  on 1999/07/07  10:32:03
14460         Log: From: jan.dubois@ibm.net (Jan Dubois)
14461              Date: Thu, 01 Jul 1999 11:17:53 +0200
14462              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
14463              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
14464      Branch: perl
14465            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14466            ! lib/ExtUtils/MakeMaker.pm
14467 ____________________________________________________________________________
14468 [  3646] By: gsar                                  on 1999/07/07  10:27:55
14469         Log: fix undocumented IO::Handle functions as suggested
14470              by cj10@cam.ac.uk
14471      Branch: perl
14472            ! ext/IO/lib/IO/Handle.pm
14473 ____________________________________________________________________________
14474 [  3645] By: gsar                                  on 1999/07/07  10:18:55
14475         Log: prohibit thread join()ing itself (from Dan Sugalski)
14476      Branch: perl
14477            ! ext/Thread/Thread.xs
14478 ____________________________________________________________________________
14479 [  3644] By: gsar                                  on 1999/07/07  10:14:26
14480         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
14481              Date: Wed, 30 Jun 1999 14:02:42 -0700
14482              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
14483              Subject:  [PATCH 5.005_57] Compiler and XSUBS
14484      Branch: perl
14485            ! ext/B/B/C.pm
14486 ____________________________________________________________________________
14487 [  3643] By: gsar                                  on 1999/07/07  10:08:38
14488         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
14489              (from François Désarménien <desar@club-internet.fr>)
14490      Branch: perl
14491            ! pod/perlsyn.pod
14492 ____________________________________________________________________________
14493 [  3642] By: gsar                                  on 1999/07/07  10:03:24
14494         Log: From: Doug MacEachern <dougm@cp.net>
14495              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
14496              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
14497              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
14498      Branch: perl
14499            ! ext/B/B.xs
14500 ____________________________________________________________________________
14501 [  3641] By: gsar                                  on 1999/07/07  10:00:57
14502         Log: slightly modified version of suggested patch
14503              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
14504              Date: Mon, 28 Jun 1999 14:23:59 -0400
14505              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
14506              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
14507      Branch: perl
14508            ! ext/POSIX/POSIX.xs
14509 ____________________________________________________________________________
14510 [  3640] By: gsar                                  on 1999/07/07  09:45:43
14511         Log: lexical warnings update (warning.t fails one test
14512              due to leaked scalar, investigation pending)
14513              From: paul.marquess@bt.com
14514              Date: Sat, 26 Jun 1999 23:19:52 +0100
14515              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
14516              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
14517      Branch: perl
14518            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
14519            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
14520            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
14521            - README.lexwarn
14522            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
14523            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14524            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
14525            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
14526            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14527            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
14528            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
14529            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
14530            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
14531            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14532            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
14533            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
14534            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
14535            ! warning.h warning.pl win32/win32.c
14536 ____________________________________________________________________________
14537 [  3639] By: gsar                                  on 1999/07/07  08:09:30
14538         Log: From: Brian Jepson <bjepson@home.com>
14539              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
14540              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
14541              Subject: Patch to JPL example program
14542      Branch: perl
14543            ! jpl/JPL_Rolo/JPL_Rolo.jpl
14544 ____________________________________________________________________________
14545 [  3638] By: jhi                                   on 1999/07/07  08:07:58
14546         Log: Integrate with Sarathy.
14547      Branch: cfgperl
14548           !> (integrate 34 files)
14549 ____________________________________________________________________________
14550 [  3637] By: gsar                                  on 1999/07/07  08:07:49
14551         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14552              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
14553              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
14554              Subject: [PATCH _57, long] Eliminate CONDOPs
14555      Branch: perl
14556            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
14557            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
14558            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
14559            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
14560            ! pod/perltoc.pod pp_ctl.c pp_hot.c
14561 ____________________________________________________________________________
14562 [  3636] By: gsar                                  on 1999/07/07  07:50:51
14563         Log: adapted suggested patch for IO-1.20x
14564              From: ian@dial.pipex.com
14565              Date:  Fri, 25 Jun 1999 10:39:42 +0100
14566              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
14567              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
14568      Branch: perl
14569            ! ext/IO/lib/IO/Socket.pm
14570 ____________________________________________________________________________
14571 [  3635] By: gsar                                  on 1999/07/07  07:26:05
14572         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
14573      Branch: perl
14574            ! hints/powerux.sh
14575 ____________________________________________________________________________
14576 [  3634] By: gsar                                  on 1999/07/07  07:20:02
14577         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14578              Date: Wed, 23 Jun 1999 16:16:05 +0100
14579              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
14580              Subject: [PATCH 5.005_57] memleak in optimizer
14581      Branch: perl
14582            ! embed.h embed.pl objXSUB.h op.c proto.h
14583 ____________________________________________________________________________
14584 [  3633] By: gsar                                  on 1999/07/07  07:10:52
14585         Log: add do-not-edit caveats for files generated by opcode.pl
14586              (suggested by Hugo van der Sanden)
14587      Branch: perl
14588            ! opcode.h opcode.pl pp.sym pp_proto.h
14589 ____________________________________________________________________________
14590 [  3632] By: gsar                                  on 1999/07/07  06:41:13
14591         Log: better diagnostics on read operations from write-only
14592              filehandles
14593      Branch: perl
14594            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
14595            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14596 ____________________________________________________________________________
14597 [  3631] By: gsar                                  on 1999/07/07  02:03:34
14598         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
14599              by David Muir Sharnoff <muir@idiom.com>)
14600      Branch: perl
14601            ! lib/Sys/Hostname.pm
14602 ____________________________________________________________________________
14603 [  3630] By: gsar                                  on 1999/07/07  01:57:16
14604         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
14605              Date: Sun, 20 Jun 1999 17:17:17 -0700
14606              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
14607              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
14608      Branch: perl
14609            ! ext/B/B/CC.pm
14610 ____________________________________________________________________________
14611 [  3629] By: gsar                                  on 1999/07/07  01:46:03
14612         Log: installperl should write normal messages to STDOUT, not STDERR
14613      Branch: perl
14614            ! installperl
14615 ____________________________________________________________________________
14616 [  3628] By: gsar                                  on 1999/07/07  01:41:25
14617         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
14618      Branch: perl
14619            ! hints/bsdos.sh
14620 ____________________________________________________________________________
14621 [  3627] By: gsar                                  on 1999/07/07  00:27:10
14622         Log: make diagnostic on C<my $^I> etc., more readable
14623      Branch: perl
14624            ! op.c
14625 ____________________________________________________________________________
14626 [  3626] By: gsar                                  on 1999/07/06  23:47:27
14627         Log: From: Andy Dougherty <doughera@lafayette.edu>
14628              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
14629              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
14630              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
14631      Branch: perl
14632            ! Makefile.SH utils/Makefile
14633 ____________________________________________________________________________
14634 [  3625] By: jhi                                   on 1999/07/06  21:50:46
14635         Log: Some new files of #3624 missing from MANIFEST.
14636      Branch: cfgperl
14637            ! MANIFEST
14638 ____________________________________________________________________________
14639 [  3624] By: jhi                                   on 1999/07/06  21:47:04
14640         Log: POSIX [[:character class:]] support for standard, locale,
14641              and utf8.  If both utf8 and locale are on, utf8 wins.
14642              I don't fully understand why so many tables changed in
14643              lib/unicode because of "make" -- maybe it was just overdue.
14644      Branch: cfgperl
14645            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
14646            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
14647            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
14648            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
14649            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
14650            ! lib/unicode/Block.pl lib/unicode/Category.pl
14651            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14652            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
14653            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
14654            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
14655            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
14656            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
14657            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
14658            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
14659            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14660            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
14661            ! t/pragma/warn/regcomp utf8.c
14662 ____________________________________________________________________________
14663 [  3623] By: gsar                                  on 1999/07/06  20:52:48
14664         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14665              Date: Wed, 16 Jun 1999 14:57:22 -0400
14666              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
14667              Subject: [PATCH 5.00557] Devel::Peek
14668      Branch: perl
14669            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14670 ____________________________________________________________________________
14671 [  3622] By: gsar                                  on 1999/07/06  20:22:59
14672         Log: applied patch after demunging headers with appropriate paths
14673              From: "Vishal Bhatia" <vishalb@my-deja.com>
14674              Date: Sat, 12 Jun 1999 08:23:59 -0700
14675              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
14676              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
14677      Branch: perl
14678            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
14679            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
14680 ____________________________________________________________________________
14681 [  3621] By: gsar                                  on 1999/07/06  20:10:50
14682         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14683              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
14684              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
14685              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
14686      Branch: perl
14687            ! doio.c
14688 ____________________________________________________________________________
14689 [  3620] By: jhi                                   on 1999/07/06  19:16:47
14690         Log: Mention EPOC and SOCKS.
14691      Branch: cfgperl
14692            ! pod/perldelta.pod
14693 ____________________________________________________________________________
14694 [  3619] By: gsar                                  on 1999/07/06  16:52:37
14695         Log: fix int vs STRLEN issue
14696      Branch: perl
14697            ! pp.c
14698 ____________________________________________________________________________
14699 [  3618] By: jhi                                   on 1999/07/06  16:52:20
14700         Log: There ain't Perl_atonv().
14701      Branch: cfgperl
14702            ! ext/ByteLoader/bytecode.h
14703 ____________________________________________________________________________
14704 [  3617] By: jhi                                   on 1999/07/06  15:55:22
14705         Log: Integrate with Sarathy.
14706      Branch: cfgperl
14707           !> Makefile.SH
14708 ____________________________________________________________________________
14709 [  3616] By: jhi                                   on 1999/07/06  15:54:09
14710         Log: Tweak for #3613.
14711      Branch: cfgperl
14712            ! Configure config_h.SH
14713 ____________________________________________________________________________
14714 [  3615] By: gsar                                  on 1999/07/06  11:00:21
14715         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14716              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
14717              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
14718              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
14719      Branch: perl
14720            ! Makefile.SH
14721 ____________________________________________________________________________
14722 [  3614] By: jhi                                   on 1999/07/06  10:44:48
14723         Log: Integrate with Sarathy.
14724      Branch: cfgperl
14725           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
14726           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
14727 ____________________________________________________________________________
14728 [  3613] By: jhi                                   on 1999/07/06  10:43:20
14729         Log: From: Nathan Kurz <nate@valleytel.net>
14730              Subject: [ID 19990612.001 compiling three deep modules within ext/]
14731              ply-To: nate@valleytel.net
14732              erl5-porters@perl.org
14733              Date: Sat, 12 Jun 1999 01:26:04 -0500
14734              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
14735      Branch: cfgperl
14736            ! Configure config_h.SH
14737 ____________________________________________________________________________
14738 [  3612] By: gsar                                  on 1999/07/06  10:17:52
14739         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14740              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
14741              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
14742              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
14743      Branch: perl
14744            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
14745 ____________________________________________________________________________
14746 [  3611] By: gsar                                  on 1999/07/06  09:51:20
14747         Log: From: pvhp@forte.com (Peter Prymmer)
14748              Date: Fri, 11 Jun 99 17:07:19 PDT
14749              Message-Id: <9906120007.AA13802@forte.com>
14750              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
14751      Branch: perl
14752            ! ext/IO/lib/IO/File.pm
14753 ____________________________________________________________________________
14754 [  3610] By: gsar                                  on 1999/07/06  09:37:37
14755         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
14756              tweak)
14757              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14758              Date: Wed, 09 Jun 1999 18:27:51 +0100
14759              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
14760              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
14761      Branch: perl
14762            ! perl.h t/base/rs.t
14763 ____________________________________________________________________________
14764 [  3609] By: jhi                                   on 1999/07/06  09:28:48
14765         Log: Integrate with Sarathy.
14766      Branch: cfgperl
14767           !> (integrate 49 files)
14768 ____________________________________________________________________________
14769 [  3608] By: gsar                                  on 1999/07/06  09:28:21
14770         Log: test tweak
14771      Branch: perl
14772            ! t/pragma/warn/op
14773 ____________________________________________________________________________
14774 [  3607] By: jhi                                   on 1999/07/06  09:22:48
14775         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
14776      Branch: cfgperl
14777            ! Configure config_h.SH
14778 ____________________________________________________________________________
14779 [  3606] By: gsar                                  on 1999/07/06  09:05:02
14780         Log: applied slightly tweaked version of suggested patch for
14781              improved RE API
14782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14783              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
14784              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
14785              Subject: [PATCH 5.005_57] REx engine rehash
14786      Branch: perl
14787            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
14788            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
14789            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
14790            ! util.c
14791 ____________________________________________________________________________
14792 [  3605] By: gsar                                  on 1999/07/06  08:54:03
14793         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
14794      Branch: perl
14795            ! sv.c
14796 ____________________________________________________________________________
14797 [  3604] By: gsar                                  on 1999/07/06  07:08:30
14798         Log: From: paul.marquess@bt.com
14799              Date: Tue, 8 Jun 1999 22:37:58 +0100 
14800              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
14801              Subject: [PATCH 5.005_57] DB_File 1.67
14802      Branch: perl
14803            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14804            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14805 ____________________________________________________________________________
14806 [  3603] By: gsar                                  on 1999/07/06  07:04:50
14807         Log: From: paul.marquess@bt.com
14808              Date: Tue, 8 Jun 1999 22:34:01 +0100 
14809              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
14810              Subject: [PATCH 5.005_57] DBM Filters
14811      Branch: perl
14812            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14813            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
14814            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14815            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14816 ____________________________________________________________________________
14817 [  3602] By: gsar                                  on 1999/07/06  07:00:01
14818         Log: slightly tweaked version of suggested patch
14819              From: Dan Sugalski <sugalskd@ous.edu>
14820              Date: Tue, 08 Jun 1999 14:09:38 -0700
14821              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
14822              Subject: [PATCH 5.005_57]Use NV instead of double in the core
14823      Branch: perl
14824            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
14825            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
14826            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
14827            ! proto.h sv.c sv.h toke.c universal.c util.c
14828 ____________________________________________________________________________
14829 [  3601] By: gsar                                  on 1999/07/06  06:52:57
14830         Log: integrate cfgperl contents into mainline
14831      Branch: perl
14832           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14833           +> epoc/perl.mmp epoc/perl.pkg
14834           !> (integrate 30 files)
14835 ____________________________________________________________________________
14836 [  3598] By: jhi                                   on 1999/07/05  20:02:55
14837         Log: Integrate with mainperl.
14838      Branch: cfgperl
14839           +> lib/CGI/Pretty.pm
14840           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14841           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
14842           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
14843           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
14844           !> vms/vmsish.h
14845 ____________________________________________________________________________
14846 [  3597] By: jhi                                   on 1999/07/05  19:59:48
14847         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
14848              that addresses the notorious "Additional libraries" question.
14849      Branch: cfgperl
14850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14851            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
14852            ! pp_sys.c
14853 ____________________________________________________________________________
14854 [  3596] By: gsar                                  on 1999/07/05  18:30:51
14855         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14856              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
14857              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
14858              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
14859      Branch: perl
14860            ! pp_sys.c t/lib/io_udp.t
14861 ____________________________________________________________________________
14862 [  3595] By: gsar                                  on 1999/07/05  18:29:08
14863         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14864              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
14865              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
14866              Subject: [PATCH 5.00557] Setting $^E wipes out $!
14867      Branch: perl
14868            ! mg.c
14869 ____________________________________________________________________________
14870 [  3594] By: gsar                                  on 1999/07/05  18:24:53
14871         Log: hand-apply whitespace mutiliated patch
14872              From: Dan Sugalski <sugalskd@osshe.edu>
14873              Date: Mon, 07 Jun 1999 14:46:42 -0700
14874              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
14875              Subject: [PATCH 5.005_57]Updated VMS patch
14876      Branch: perl
14877            ! thread.h vms/descrip_mms.template vms/subconfigure.com
14878            ! vms/vms.c vms/vmsish.h
14879 ____________________________________________________________________________
14880 [  3593] By: gsar                                  on 1999/07/05  17:53:04
14881         Log: applied parts not duplicated by previous patches
14882              From: "Vishal Bhatia" <vishalb@my-deja.com>
14883              Date: Sat, 05 Jun 1999 08:42:17 -0700
14884              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
14885              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
14886      Branch: perl
14887            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14888            ! ext/B/B/Stackobj.pm
14889 ____________________________________________________________________________
14890 [  3592] By: jhi                                   on 1999/07/05  17:17:22
14891         Log: AIX threaded build, plus few more on the side.
14892      Branch: cfgperl
14893            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
14894            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
14895            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
14896            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
14897 ____________________________________________________________________________
14898 [  3591] By: gsar                                  on 1999/07/05  16:52:34
14899         Log: "\e" and "\a" didn't produce right escape under EBCDIC
14900              From: pvhp@forte.com (Peter Prymmer)
14901              Date: Fri, 4 Jun 99 12:00:27 PDT
14902              Message-Id: <9906041900.AA28387@forte.com>
14903              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
14904      Branch: perl
14905            ! toke.c
14906 ____________________________________________________________________________
14907 [  3590] By: gsar                                  on 1999/07/05  16:40:01
14908         Log: s/scalar ref constructor/single ref constructor/ (suggested
14909              by Stephen McCamant)
14910      Branch: perl
14911            ! opcode.h opcode.pl
14912 ____________________________________________________________________________
14913 [  3589] By: gsar                                  on 1999/07/05  16:34:06
14914         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
14915      Branch: perl
14916            ! ext/GDBM_File/GDBM_File.xs
14917 ____________________________________________________________________________
14918 [  3588] By: gsar                                  on 1999/07/05  16:29:39
14919         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
14920              is unchanged still)
14921      Branch: perl
14922            ! op.c
14923 ____________________________________________________________________________
14924 [  3587] By: jhi                                   on 1999/07/05  10:31:43
14925         Log: Make perl_exp.SH smarter about what to include and what to exclude.
14926      Branch: cfgperl
14927            ! perl_exp.SH
14928 ____________________________________________________________________________
14929 [  3586] By: jhi                                   on 1999/07/05  09:29:31
14930         Log: Remove unnecessary and extraneous my $i = 0.
14931      Branch: cfgperl
14932            ! bytecode.pl
14933 ____________________________________________________________________________
14934 [  3585] By: jhi                                   on 1999/07/05  07:28:59
14935         Log: Integrate with mainperl.
14936      Branch: cfgperl
14937           !> (integrate 30 files)
14938 ____________________________________________________________________________
14939 [  3584] By: gsar                                  on 1999/07/05  05:36:28
14940         Log: From: Vishal Bhatia <vishalb@hotmail.com>
14941              Date: Thu, 03 Jun 1999 00:57:48 PDT
14942              Message-ID: <19990603075749.86665.qmail@hotmail.com>
14943              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
14944      Branch: perl
14945            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14946 ____________________________________________________________________________
14947 [  3583] By: gsar                                  on 1999/07/05  05:31:19
14948         Log: suppress fancy display when in verbose mode (suggested by
14949              Paul Johnson <pjcj@transeda.com>)
14950      Branch: perl
14951            ! lib/Test/Harness.pm
14952 ____________________________________________________________________________
14953 [  3582] By: gsar                                  on 1999/07/05  05:17:12
14954         Log: cygwin32 update
14955              From: "Fifer, Eric" <EFifer@sanwaint.com>
14956              Date:  Wed, 2 Jun 1999 15:16:05 +0100
14957              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
14958              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
14959      Branch: perl
14960            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
14961            ! cygwin32/build-instructions.READFIRST
14962            ! cygwin32/build-instructions.charles-wilson
14963            ! cygwin32/build-instructions.sebastien-barre
14964            ! cygwin32/build-instructions.steven-morlock
14965            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
14966            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
14967            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
14968            ! t/op/magic.t util.c
14969 ____________________________________________________________________________
14970 [  3581] By: gsar                                  on 1999/07/05  02:46:18
14971         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
14972      Branch: perl
14973            ! util.c
14974 ____________________________________________________________________________
14975 [  3580] By: gsar                                  on 1999/07/05  02:38:03
14976         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
14977              Date: Mon, 31 May 1999 18:18:13 -0600
14978              Message-ID: <19990601001813.AAA17834@csgsystems.com>
14979              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
14980      Branch: perl
14981            ! t/TEST t/UTEST t/harness utils/perlcc.PL
14982 ____________________________________________________________________________
14983 [  3579] By: gsar                                  on 1999/07/05  01:20:58
14984         Log: compatibility tweak for Class::Struct
14985      Branch: perl
14986            ! lib/Class/Struct.pm
14987 ____________________________________________________________________________
14988 [  3578] By: jhi                                   on 1999/07/04  23:26:01
14989         Log: Miscellaneus AIX fixes + SOCKS support.
14990      Branch: cfgperl
14991            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14992            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
14993            ! hints/aix.sh pp_sys.c
14994 ____________________________________________________________________________
14995 [  3577] By: gsar                                  on 1999/07/04  23:07:39
14996         Log: test tweak
14997      Branch: perl
14998            ! t/io/openpid.t
14999 ____________________________________________________________________________
15000 [  3576] By: jhi                                   on 1999/07/04  22:39:23
15001         Log: Integrate with mainperl.
15002      Branch: cfgperl
15003           +> t/io/openpid.t
15004            - win32/perlhost.h
15005           !> (integrate 51 files)
15006 ____________________________________________________________________________
15007 [  3575] By: jhi                                   on 1999/07/04  22:26:48
15008         Log: Added 64-bit support for AIX 4.3 or better
15009              based on Martin H. Rusoff's observations.
15010      Branch: cfgperl
15011            ! Configure config_h.SH hints/aix.sh
15012 ____________________________________________________________________________
15013 [  3574] By: jhi                                   on 1999/07/04  21:34:47
15014         Log: Do not throw away gccvers compilation errors.
15015              From: Andy Dougherty <doughera@lafayette.edu>
15016              To: Ron Seguin <rseguin@on.bell.ca>
15017              Cc: Perl Porters <perl5-porters@perl.org>
15018              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
15019              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
15020              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
15021      Branch: cfgperl
15022            ! Configure config_h.SH
15023 ____________________________________________________________________________
15024 [  3573] By: gsar                                  on 1999/07/04  21:10:32
15025         Log: adapted suggested tests for addition to testsuite
15026              From: RonaldWS@aol.com
15027              Date:  Sun, 30 May 1999 16:27:28 EDT
15028              Message-Id:  <25cd799f.2482f930@aol.com>
15029              Subject: [19990530.007] Open with pipe | does not return pid under win32
15030      Branch: perl
15031            + t/io/openpid.t
15032            ! MANIFEST win32/win32.c
15033 ____________________________________________________________________________
15034 [  3572] By: gsar                                  on 1999/07/04  20:29:32
15035         Log: perl_run() should call my_exit(0) for normal completion
15036      Branch: perl
15037            ! perl.c
15038 ____________________________________________________________________________
15039 [  3571] By: jhi                                   on 1999/07/04  20:10:44
15040         Log: Add test for change #3568 plus general cleanup.
15041      Branch: cfgperl
15042            ! t/pragma/locale.t
15043 ____________________________________________________________________________
15044 [  3570] By: gsar                                  on 1999/07/04  20:03:21
15045         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
15046              overloading
15047      Branch: perl
15048            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15049            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
15050 ____________________________________________________________________________
15051 [  3569] By: gsar                                  on 1999/07/04  18:04:48
15052         Log: make AIX dynaloading work when libperl is shared (and thus under
15053              mod_perl etc.)
15054              From: Jens-Uwe Mager <jum@helios.de>
15055              Date:  Sat, 29 May 1999 17:09:52 +0200
15056              Message-Id:  <199905291509.RAA43978@ans.helios.de>
15057              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
15058      Branch: perl
15059            ! ext/DynaLoader/dl_aix.xs
15060 ____________________________________________________________________________
15061 [  3568] By: jhi                                   on 1999/07/04  14:54:23
15062         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
15063              This resulted for example in the 'o' magic not being cleared by
15064              magic_setcollxfrm(), which resulted in strange cmp results.
15065              The bug was reported originally in the message
15066              Subject: Bug with locale
15067              From: Jan Starzynski <jan@planet.de> 
15068              To: perlbug@perl.com 
15069              Date: Fri, 09 Apr 1999 13:23:07 +0200 
15070              Message-ID: <370DE31B.DAEE1332@planet.de> 
15071      Branch: cfgperl
15072            ! pp.c
15073 ____________________________________________________________________________
15074 [  3567] By: gsar                                  on 1999/07/04  02:38:34
15075         Log: remove misleading info on defined(&func), unclutter deprecation
15076              about defined(@array)
15077      Branch: perl
15078            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15079            ! t/pragma/warn/op
15080 ____________________________________________________________________________
15081 [  3566] By: gsar                                  on 1999/07/04  01:46:31
15082         Log: From: jan.dubois@ibm.net (Jan Dubois)
15083              Date: Wed, 26 May 1999 22:07:17 +0200
15084              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
15085              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
15086      Branch: perl
15087            ! Changes win32/win32.c win32/win32.h
15088 ____________________________________________________________________________
15089 [  3565] By: gsar                                  on 1999/07/04  01:26:02
15090         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
15091              for win32 issues)
15092      Branch: perl
15093            ! pod/perlxstut.pod
15094 ____________________________________________________________________________
15095 [  3564] By: gsar                                  on 1999/07/02  03:09:04
15096         Log: avoid warnings
15097      Branch: perl
15098            ! ext/Thread/Thread/Specific.pm lib/fields.pm
15099 ____________________________________________________________________________
15100 [  3563] By: gsar                                  on 1999/06/28  19:23:47
15101         Log: inc version (for CPAN.pm sanity)
15102      Branch: perl
15103            ! lib/Text/ParseWords.pm
15104 ____________________________________________________________________________
15105 [  3562] By: gsar                                  on 1999/06/28  19:19:01
15106         Log: regen perltoc
15107      Branch: perl
15108            ! pod/perltoc.pod
15109 ____________________________________________________________________________
15110 [  3561] By: gsar                                  on 1999/06/28  19:08:41
15111         Log: From: Damian Conway <damian@cs.monash.edu.au>
15112              Date: Wed, 26 May 1999 00:58:35 -0400
15113              Message-Id: <199905260458.AAA06411@defender.perl.org>
15114              Subject: [19990526.002] Misc. improvements to Class:Struct
15115      Branch: perl
15116            ! MANIFEST lib/Class/Struct.pm
15117 ____________________________________________________________________________
15118 [  3560] By: gsar                                  on 1999/06/28  18:50:52
15119         Log: remove bogus PL_optype_size
15120      Branch: perl
15121            ! bytecode.pl ext/ByteLoader/byterun.h
15122 ____________________________________________________________________________
15123 [  3559] By: gsar                                  on 1999/06/28  18:22:26
15124         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
15125      Branch: perl
15126            + lib/CGI/Pretty.pm
15127            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
15128            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
15129            ! t/lib/cgi-html.t t/lib/cgi-request.t
15130 ____________________________________________________________________________
15131 [  3558] By: jhi                                   on 1999/06/28  07:30:21
15132         Log: Change Olaf Lebbe's email address.
15133      Branch: cfgperl
15134            ! README.epoc
15135 ____________________________________________________________________________
15136 [  3557] By: gsar                                  on 1999/06/28  00:07:33
15137         Log: make autogenerated files writable
15138      Branch: perl
15139            - win32/perlhost.h
15140            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
15141            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15142            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
15143            ! proto.h regnodes.h warning.h win32/config_H.bc
15144            ! win32/config_H.gc win32/config_H.vc
15145 ____________________________________________________________________________
15146 [  3556] By: jhi                                   on 1999/06/27  19:22:53
15147         Log: Update MANIFEST to match #3555.
15148      Branch: cfgperl
15149            ! MANIFEST
15150 ____________________________________________________________________________
15151 [  3555] By: jhi                                   on 1999/06/27  19:16:22
15152         Log: EPOC port to Psion5.
15153              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15154              To: Jarkko Hietaniemi <jhi@iki.fi>
15155              Cc: perl5-porters@perl.org
15156              Subject: Re: Psion5
15157              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
15158              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
15159      Branch: cfgperl
15160            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
15161            + epoc/perl.mmp epoc/perl.pkg
15162            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
15163            ! perl.h sv.c util.c
15164 ____________________________________________________________________________
15165 [  3554] By: jhi                                   on 1999/06/27  18:50:52
15166         Log: Integrate from mainperl.
15167      Branch: cfgperl
15168           !> (integrate 48 files)
15169 ____________________________________________________________________________
15170 [  3553] By: gsar                                  on 1999/06/27  14:28:49
15171         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
15172              gone from the public API); PERL_OBJECT builds again on
15173              windows
15174              
15175              TODO: namespace-clean the typedefs in iperlsys.h and
15176              elsewhere; remove C++ remnants from public headers
15177      Branch: perl
15178            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
15179            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15180            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15181            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
15182            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
15183            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
15184            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
15185            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
15186            ! win32/config.gc win32/config.vc win32/dl_win32.xs
15187            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
15188            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
15189            ! win32/win32sck.c
15190 ____________________________________________________________________________
15191 [  3552] By: gsar                                  on 1999/06/27  13:49:31
15192         Log: integrate cfgperl changes into mainline
15193      Branch: perl
15194           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15195           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15196           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15197           !> util.c
15198 ____________________________________________________________________________
15199 [  3551] By: gsar                                  on 1999/06/27  13:31:11
15200         Log: fix indents
15201      Branch: perl
15202            ! op.c
15203 ____________________________________________________________________________
15204 [  3550] By: gsar                                  on 1999/06/24  22:42:53
15205         Log: update Changes
15206      Branch: perl
15207            ! Changes
15208 ____________________________________________________________________________
15209 [  3549] By: gsar                                  on 1999/06/24  22:41:17
15210         Log: avoid race condition in the CAPI extension bootstrap handler
15211      Branch: perl
15212            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
15213 ____________________________________________________________________________
15214 [  3548] By: gsar                                  on 1999/06/24  22:39:53
15215         Log: sanity check to cover the case when perl is installed into the
15216              X:\ (drive root)
15217      Branch: perl
15218            ! win32/win32.c
15219 ____________________________________________________________________________
15220 [  3547] By: gsar                                  on 1999/06/22  19:30:32
15221         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
15222      Branch: perl
15223            ! lib/Tie/RefHash.pm
15224 ____________________________________________________________________________
15225 [  3544] By: jhi                                   on 1999/06/18  19:24:28
15226         Log: Tidy up #3542 and #3543. 
15227      Branch: cfgperl
15228            ! t/pragma/locale.t util.c
15229 ____________________________________________________________________________
15230 [  3543] By: jhi                                   on 1999/06/18  10:28:45
15231         Log: Spice up locale.t.
15232      Branch: cfgperl
15233            ! t/pragma/locale.t
15234 ____________________________________________________________________________
15235 [  3542] By: jhi                                   on 1999/06/17  22:42:03
15236         Log: Fixed two long-standing locale bugs.
15237              
15238              Both problems were related to numeric locale which
15239              controls the radix character aka the decimal separator.
15240              (1) printf (and sprintf) were resetting the numeric locale to C.
15241              (2) Using locale-numerically formatted floating point
15242              numbers (e.g. "1,23") together with -w caused warnings about
15243              "isn't numeric".  The operations were working fine, though,
15244              because atof() was using the local locale.
15245              Both problems reported by Stefan Vogtner.
15246              
15247              Introduced a wrapper for atof() that attempts to convert
15248              the string both ways.  This helps Perl to understand
15249              numbers like this "4.56" even when using a local locale
15250              makes atof() understand only numbers like this "7,89".
15251              
15252              Remaining related problems, both of which existed before
15253              this patch and continue to exist after this patch:
15254              (a) The behaviour of print() is _not_ as documented by perllocale.
15255              Instead of always using the C locale, print() does use the
15256              local locale, just like the *printf() do.  This may be fixable
15257              now that switching to-and-fro between locales has been made
15258              more consistent, but fixing print() would change existing
15259              behaviour.  perllocale is not changed by this patch.
15260              (b) If a number has been stringified (say, via "$number") under
15261              a local locale, the cached string value persists even under
15262              "no locale".  This may or may not be a problem: operations
15263              work fine because the original number is still there, but
15264              that the string form keeps its locale-ish outlook may be
15265              somewhat confusing.
15266      Branch: cfgperl
15267            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15268            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15269            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15270            ! util.c
15271 ____________________________________________________________________________
15272 [  3541] By: jhi                                   on 1999/06/17  20:00:16
15273         Log: Integrate from mainperl.
15274      Branch: cfgperl
15275           !> ext/Data/Dumper/Dumper.pm op.c
15276 ____________________________________________________________________________
15277 [  3540] By: gsar                                  on 1999/06/16  16:49:55
15278         Log: dump C<0> as such, not C<'0'>
15279      Branch: perl
15280            ! ext/Data/Dumper/Dumper.pm
15281 ____________________________________________________________________________
15282 [  3539] By: gsar                                  on 1999/06/13  04:04:40
15283         Log: fix coredumper in change#3498
15284      Branch: perl
15285            ! op.c
15286 ____________________________________________________________________________
15287 [  3538] By: jhi                                   on 1999/06/12  22:01:26
15288         Log: Integrate from mainperl.
15289      Branch: cfgperl
15290           +> lib/caller.pm
15291           !> (integrate 36 files)
15292 ____________________________________________________________________________
15293 [  3537] By: gsar                                  on 1999/06/12  06:43:03
15294         Log: EXTERN_C declarations for global arrays in various
15295              headers, so perl can be built even in C++ mode; win32
15296              build fixups; regen headers
15297      Branch: perl
15298            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
15299            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
15300 ____________________________________________________________________________
15301 [  3536] By: gsar                                  on 1999/06/12  06:38:21
15302         Log: caller.pm typos
15303      Branch: perl
15304            ! lib/caller.pm
15305 ____________________________________________________________________________
15306 [  3535] By: gsar                                  on 1999/06/11  23:13:54
15307         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
15308              is temporarily gone
15309      Branch: perl
15310            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
15311            ! pod/perldelta.pod proto.h win32/perllib.c
15312 ____________________________________________________________________________
15313 [  3534] By: gsar                                  on 1999/06/11  20:41:51
15314         Log: implement C<use caller 'encoding'>
15315      Branch: perl
15316            + lib/caller.pm
15317            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
15318 ____________________________________________________________________________
15319 [  3533] By: gsar                                  on 1999/06/11  16:51:04
15320         Log: truncate() has a peculiar exemption from strict barewords, even
15321              though it has a non-filehandle prototype
15322      Branch: perl
15323            ! op.c t/io/fs.t
15324 ____________________________________________________________________________
15325 [  3532] By: gsar                                  on 1999/06/11  09:09:16
15326         Log: GDBM tweak
15327      Branch: perl
15328            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
15329 ____________________________________________________________________________
15330 [  3531] By: gsar                                  on 1999/06/10  23:34:19
15331         Log: part of the platform changes for IMPLICIT_CONTEXT
15332      Branch: perl
15333            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
15334            ! jpl/PerlInterpreter/PerlInterpreter.c
15335            ! jpl/PerlInterpreter/PerlInterpreter.h
15336            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
15337            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
15338 ____________________________________________________________________________
15339 [  3530] By: jhi                                   on 1999/06/10  20:55:56
15340         Log: Integrate from mainperl.
15341      Branch: cfgperl
15342           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
15343 ____________________________________________________________________________
15344 [  3529] By: gsar                                  on 1999/06/10  20:40:01
15345         Log: DB_File tweaks for IMPLICIT CONTEXT
15346      Branch: perl
15347            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15348 ____________________________________________________________________________
15349 [  3528] By: jhi                                   on 1999/06/10  10:18:15
15350         Log: Integrate from mainperl.
15351      Branch: cfgperl
15352           !> (integrate 105 files)
15353 ____________________________________________________________________________
15354 [  3527] By: gsar                                  on 1999/06/10  09:30:35
15355         Log: most globals are now interpreter local; locale initialization
15356              was too early, defer it until interpreter is allocated and
15357              initialized; multiple interpreters should now be
15358              concurrency-safe (untested)
15359      Branch: perl
15360            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
15361            ! perlvars.h
15362 ____________________________________________________________________________
15363 [  3526] By: gsar                                  on 1999/06/10  08:38:00
15364         Log: fix small nits
15365      Branch: perl
15366            ! cc_runtime.h ext/B/B/CC.pm run.c
15367 ____________________________________________________________________________
15368 [  3525] By: gsar                                  on 1999/06/10  04:41:38
15369         Log: win32 build fixes
15370      Branch: perl
15371            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
15372            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15373            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
15374            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
15375            ! win32/Makefile win32/config_H.bc win32/config_H.gc
15376            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
15377            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
15378            ! win32/win32.c win32/win32.h win32/win32sck.c
15379            ! win32/win32thread.c win32/win32thread.h
15380 ____________________________________________________________________________
15381 [  3524] By: gsar                                  on 1999/06/09  18:03:01
15382         Log: more complete support for implicit thread/interpreter pointer,
15383              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
15384              without that enabled):
15385              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
15386              is a noop; tests pass on Solaris; should be faster now!
15387              - MULTIPLICITY has been tested with and without
15388              PERL_IMPLICIT_CONTEXT on Solaris
15389              - improved function database now merged with embed.pl
15390              - everything except the varargs functions have foo(a,b,c) macros
15391              to provide compatibility
15392              - varargs functions default to compatibility variants that
15393              get the context pointer using dTHX
15394              - there should be almost no source compatibility issues as a
15395              result of all this
15396              - dl_foo.xs changes other than dl_dlopen.xs untested
15397              - still needs documentation, fixups for win32 etc
15398              Next step: migrate most non-mutex variables from perlvars.h
15399              to intrpvar.h
15400      Branch: perl
15401            - proto.pl
15402            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
15403            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
15404            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15405            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15406            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
15407            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
15408            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
15409            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
15410            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
15411            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
15412            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
15413            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
15414            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
15415            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
15416            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
15417            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
15418            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
15419            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
15420            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
15421            ! util.c win32/Makefile win32/makefile.mk writemain.SH
15422 ____________________________________________________________________________
15423 [  3523] By: gsar                                  on 1999/06/07  05:24:13
15424         Log: missed a file
15425      Branch: perl
15426            + proto.pl
15427            ! MANIFEST
15428 ____________________________________________________________________________
15429 [  3522] By: gsar                                  on 1999/06/07  05:18:34
15430         Log: initial stub implementation of implicit thread/this
15431              pointer    argument; builds/tests on Solaris, win32
15432              hasn't been fixed up yet; proto.h, global.sym and
15433              static function decls are now generated from a common
15434              database in proto.pl; some inconsistently named
15435              perl_foo() things are now Perl_foo(), compatibility
15436              #defines provided; perl_foo() (lowercase 'p') reserved
15437              for functions that take an explicit context argument;
15438              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
15439      Branch: perl
15440            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
15441            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
15442            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
15443            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
15444            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
15445            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
15446            ! universal.c utf8.c util.c
15447 ____________________________________________________________________________
15448 [  3521] By: gsar                                  on 1999/06/04  23:00:22
15449         Log: clean up some stray "global" symbols
15450      Branch: perl
15451            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
15452            ! pp_proto.h proto.h
15453 ____________________________________________________________________________
15454 [  3520] By: jhi                                   on 1999/06/02  21:33:28
15455         Log: Integrate from mainperl.
15456      Branch: cfgperl
15457           !> (integrate 94 files)
15458 ____________________________________________________________________________
15459 [  3519] By: gsar                                  on 1999/06/02  07:16:10
15460         Log: avoid dereferencing null pointer from getpwent() et al
15461      Branch: perl
15462            ! pp_sys.c
15463 ____________________________________________________________________________
15464 [  3518] By: gsar                                  on 1999/06/02  04:47:10
15465         Log: remove _() non-ansism
15466      Branch: perl
15467            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
15468            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
15469            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
15470            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
15471            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
15472            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15473            ! ext/re/re.xs handy.h hv.c iperlsys.h
15474            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
15475            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
15476            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
15477            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
15478            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
15479            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
15480            ! vms/vmsish.h vms/writemain.pl vos/config.h
15481            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
15482            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
15483            ! win32/perllib.c win32/runperl.c win32/win32.h
15484            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
15485            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
15486 ____________________________________________________________________________
15487 [  3517] By: gsar                                  on 1999/06/02  02:17:51
15488         Log: missed a few files
15489      Branch: perl
15490            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
15491 ____________________________________________________________________________
15492 [  3516] By: gsar                                  on 1999/06/02  01:37:33
15493         Log: integrate cfgperl contents into mainline
15494      Branch: perl
15495           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15496           +> ext/ByteLoader/byterun.h
15497            - bytecode.h byterun.c byterun.h
15498            ! Changes
15499           !> (integrate 58 files)
15500 ____________________________________________________________________________
15501 [  3515] By: gsar                                  on 1999/06/02  00:48:50
15502         Log: remove stray K&R-isms
15503      Branch: perl
15504            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15505            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
15506            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
15507            ! toke.c util.c win32/win32.c x2p/hash.c
15508 ____________________________________________________________________________
15509 [  3514] By: gsar                                  on 1999/06/01  15:55:55
15510         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
15511              strict 'subs'
15512      Branch: perl
15513            ! op.c t/pragma/strict-subs
15514 ____________________________________________________________________________
15515 [  3513] By: jhi                                   on 1999/06/01  07:17:05
15516         Log: Patch applying of #3499 had gone awry.
15517      Branch: cfgperl
15518            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
15519 ____________________________________________________________________________
15520 [  3512] By: gsar                                  on 1999/05/31  19:21:30
15521         Log: tighter -help output
15522      Branch: perl
15523            ! perl.c
15524 ____________________________________________________________________________
15525 [  3511] By: gsar                                  on 1999/05/31  17:18:23
15526         Log: fix memory leak in C<eval 'return sub {...}'>
15527      Branch: perl
15528            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
15529 ____________________________________________________________________________
15530 [  3510] By: gsar                                  on 1999/05/31  14:11:46
15531         Log: tweak C++isms
15532      Branch: perl
15533            ! win32/dl_win32.xs win32/win32.c
15534 ____________________________________________________________________________
15535 [  3509] By: jhi                                   on 1999/05/30  13:02:26
15536         Log: Cleanup of #3488.
15537      Branch: cfgperl
15538            ! Configure config_h.SH
15539 ____________________________________________________________________________
15540 [  3508] By: jhi                                   on 1999/05/30  11:16:01
15541         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15542              To: Mailing list Perl5 <perl5-porters@perl.org>
15543              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
15544              Date: Sat, 29 May 1999 20:18:13 -0400
15545              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
15546      Branch: cfgperl
15547            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
15548 ____________________________________________________________________________
15549 [  3507] By: jhi                                   on 1999/05/29  20:05:40
15550         Log: From: Mark-Jason Dominus <mjd@plover.com>
15551              To: perl5-porters@perl.com
15552              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
15553              Date: Sat, 29 May 1999 14:45:10 -0400
15554              Message-ID: <19990529184510.27557.qmail@plover.com>
15555      Branch: cfgperl
15556            ! op.h
15557 ____________________________________________________________________________
15558 [  3506] By: gsar                                  on 1999/05/29  16:49:39
15559         Log: avoid gv_check() recursive pit
15560      Branch: perl
15561            ! gv.c
15562 ____________________________________________________________________________
15563 [  3505] By: jhi                                   on 1999/05/29  11:38:16
15564         Log: From: jan.dubois@ibm.net (Jan Dubois)
15565              To: Gurusamy Sarathy <gsar@activestate.com>
15566              Cc: perl5-porters@perl.org
15567              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
15568              Date: Sat, 29 May 1999 08:46:22 +0200
15569              Message-ID: <374f8007.2016008@smtp1.ibm.net>
15570      Branch: cfgperl
15571            ! t/op/grent.t t/op/pwent.t
15572 ____________________________________________________________________________
15573 [  3504] By: jhi                                   on 1999/05/29  11:07:10
15574         Log: QNX needs <sys/select.h> to define fd_set.
15575              
15576              From: Norton Allen <allen@huarp.harvard.edu>
15577              To: perl5-porters@perl.org
15578              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
15579              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
15580              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
15581      Branch: cfgperl
15582            ! ext/IO/poll.c
15583 ____________________________________________________________________________
15584 [  3503] By: jhi                                   on 1999/05/29  10:53:31
15585         Log: From: jan.dubois@ibm.net (Jan Dubois)
15586              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
15587              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
15588              Date: Fri, 28 May 1999 20:14:35 +0200
15589              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
15590      Branch: cfgperl
15591            ! lib/Math/BigFloat.pm
15592 ____________________________________________________________________________
15593 [  3502] By: jhi                                   on 1999/05/29  10:44:44
15594         Log: Make Configure support the change #3367,
15595              SysV shadow passwords.
15596      Branch: cfgperl
15597            ! Configure config_h.SH pp_sys.c
15598 ____________________________________________________________________________
15599 [  3501] By: gsar                                  on 1999/05/28  21:22:23
15600         Log: add wide versions of win32 system calls (first step in
15601              globalization); delayload winsock for performance if compiling
15602              with VC 6.0
15603      Branch: perl
15604            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
15605            ! win32/win32.c win32/win32.h
15606 ____________________________________________________________________________
15607 [  3500] By: jhi                                   on 1999/05/28  21:17:24
15608         Log: The new t/lib/io_linenum.t was using stricture
15609              before @INC was set up.
15610      Branch: cfgperl
15611            ! t/lib/io_linenum.t
15612 ____________________________________________________________________________
15613 [  3499] By: jhi                                   on 1999/05/28  17:13:23
15614         Log: From: Tom Hughes <tom@compton.nu>
15615              To: perl5-porters@perl.org
15616              Subject: [PATCH 5.005_57] ByteLoader mark 2
15617              Date: Wed, 26 May 1999 23:59:49 +0100
15618              Message-ID: <bf337a0849.tom@compton.compton.nu>
15619              
15620              plus resolve tiny conflict with #3479
15621              plus regen_headers.
15622      Branch: cfgperl
15623            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15624            + ext/ByteLoader/byterun.h
15625            - bytecode.h byterun.c byterun.h
15626            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
15627            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
15628            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
15629            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
15630            ! perl.h perlvars.h proto.h util.c utils/Makefile
15631 ____________________________________________________________________________
15632 [  3498] By: jhi                                   on 1999/05/28  16:53:04
15633         Log: From: Mark-Jason Dominus <mjd@plover.com>
15634              To: perl5-porters@perl.com
15635              Subject: PATCH (5.005_57): defined(@a) now deprecated
15636              Date: Thu, 27 May 1999 16:05:44 -0400
15637              Message-ID: <19990527200544.13330.qmail@plover.com>
15638      Branch: cfgperl
15639            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
15640            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
15641 ____________________________________________________________________________
15642 [  3497] By: jhi                                   on 1999/05/28  16:50:54
15643         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15644              To: perl5-porters@perl.org (Mailing list Perl5)
15645              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
15646              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
15647              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
15648      Branch: cfgperl
15649            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
15650            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
15651 ____________________________________________________________________________
15652 [  3496] By: jhi                                   on 1999/05/28  16:48:39
15653         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15654              To: perl5-porters@perl.org (Mailing list Perl5)
15655              Subject: [PATCH 5.00557] Required OS/2-related patches
15656              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
15657              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
15658      Branch: cfgperl
15659            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
15660            ! t/op/stat.t util.c
15661 ____________________________________________________________________________
15662 [  3495] By: jhi                                   on 1999/05/28  16:45:56
15663         Log: From: Paul Johnson <pjcj@transeda.com>
15664              To: perl5-porters <perl5-porters@perl.org>
15665              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
15666              Date: Fri, 28 May 1999 15:13:54 +0100
15667              Message-ID: <19990528151354.B289@west-tip.transeda.com>
15668      Branch: cfgperl
15669            ! t/TEST
15670 ____________________________________________________________________________
15671 [  3494] By: jhi                                   on 1999/05/28  16:44:34
15672         Log: From: Paul Johnson <pjcj@transeda.com>
15673              To: perl5-porters <perl5-porters@perl.org>
15674              Subject: [PATCH 5.005_57] Fixes related to working local $.
15675              Date: Fri, 28 May 1999 15:11:18 +0100
15676              Message-ID: <19990528151118.A289@west-tip.transeda.com>
15677      Branch: cfgperl
15678            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
15679 ____________________________________________________________________________
15680 [  3493] By: gsar                                  on 1999/05/28  16:37:26
15681         Log: change#3449 wasn't doing enough
15682      Branch: perl
15683            ! op.c t/comp/proto.t
15684 ____________________________________________________________________________
15685 [  3492] By: jhi                                   on 1999/05/28  08:12:23
15686         Log: From: paul.marquess@bt.com
15687              To: doughera@lafayette.edu
15688              Cc: perl5-porters@perl.org
15689              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
15690              Date: Thu, 27 May 1999 23:31:38 +0100
15691              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
15692              
15693              Had to be applied manually; some mailer had munged the patch slightly.
15694      Branch: cfgperl
15695            ! ext/NDBM_File/NDBM_File.xs
15696 ____________________________________________________________________________
15697 [  3491] By: jhi                                   on 1999/05/28  07:51:17
15698         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15699              To: perl5-porters@perl.org
15700              Subject: [PATCH 5.005_57] fixing eval in the compiler
15701              Date: Thu, 27 May 1999 07:56:54 -0700
15702              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
15703      Branch: cfgperl
15704            ! cc_runtime.h scope.h
15705 ____________________________________________________________________________
15706 [  3490] By: jhi                                   on 1999/05/28  07:47:06
15707         Log: From: Andy Dougherty <doughera@lafayette.edu>
15708              To: perlbug@perl.com
15709              Cc: Jarkko Hietaniemi <jhi@iki.fi>
15710              Subject: [PATCH] Configure updates for ISC 4.1
15711              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
15712              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
15713      Branch: cfgperl
15714            ! Configure config_h.SH
15715 ____________________________________________________________________________
15716 [  3489] By: jhi                                   on 1999/05/28  07:39:17
15717         Log: Integrate from mainperl.
15718      Branch: cfgperl
15719           !> malloc.c win32/makedef.pl win32/win32.c
15720 ____________________________________________________________________________
15721 [  3488] By: jhi                                   on 1999/05/27  16:57:19
15722         Log: From: Andy Dougherty <doughera@lafayette.edu>
15723              To: Perl Porters <perl5-porters@perl.org>
15724              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
15725              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
15726              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
15727      Branch: cfgperl
15728            ! Configure config_h.SH hints/sunos_4_1.sh util.c
15729 ____________________________________________________________________________
15730 [  3487] By: gsar                                  on 1999/05/27  03:56:20
15731         Log: make win32_spawnvp() inherit standard handles even when they
15732              may be redirected
15733      Branch: perl
15734            ! win32/win32.c
15735 ____________________________________________________________________________
15736 [  3486] By: jhi                                   on 1999/05/26  19:55:52
15737         Log: From: Andy Dougherty <doughera@lafayette.edu>
15738              To: perl5-porters@perl.org
15739              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
15740              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
15741              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
15742      Branch: cfgperl
15743            ! util.c
15744 ____________________________________________________________________________
15745 [  3485] By: chip                                  on 1999/05/26  17:19:11
15746         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
15747      Branch: maint-5.004/perl
15748            ! Configure
15749 ____________________________________________________________________________
15750 [  3484] By: gsar                                  on 1999/05/26  01:56:28
15751         Log: fix missing exported symbol
15752      Branch: perl
15753            ! malloc.c win32/makedef.pl
15754 ____________________________________________________________________________
15755 [  3483] By: jhi                                   on 1999/05/25  23:08:07
15756         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
15757              
15758              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15759              To: perlbug@perl.com
15760              Subject: OpenBSD hints file update
15761              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
15762              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
15763      Branch: cfgperl
15764            ! hints/openbsd.sh
15765 ____________________________________________________________________________
15766 [  3482] By: jhi                                   on 1999/05/25  23:01:25
15767         Log: From: Tom Hughes <tom@compton.nu>
15768              To: perl5-porters@perl.org
15769              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
15770              Date: Tue, 25 May 1999 23:10:23 +0100
15771              Message-ID: <1ed7f10749.tom@compton.compton.nu>
15772      Branch: cfgperl
15773            ! Configure config_h.SH
15774 ____________________________________________________________________________
15775 [  3481] By: jhi                                   on 1999/05/25  22:31:50
15776         Log: 3479, 3480, 3481 seems logical.
15777      Branch: cfgperl
15778           !> hints/aix.sh
15779 ____________________________________________________________________________
15780 [  3480] By: jhi                                   on 1999/05/25  22:13:39
15781         Log: The change #3479 wasn't perfect.
15782      Branch: perl
15783            ! hints/aix.sh
15784 ____________________________________________________________________________
15785 [  3479] By: jhi                                   on 1999/05/25  21:59:21
15786         Log: Cures for _57 in AIX 4.1.5.0.
15787              (1) The lddlflags lost its -lc by change #3660
15788              (and the politeness of change #3257).
15789              (2) optype_size must end up in perl.exp (as PL_optype_size).
15790              Added it to perlvars.h, fixed bytecode.pl,
15791              regen'ed the relevant headers.
15792      Branch: cfgperl
15793            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
15794            ! perlvars.h
15795      Branch: perl
15796            ! hints/aix.sh
15797 ____________________________________________________________________________
15798 [  3478] By: jhi                                   on 1999/05/25  20:13:47
15799         Log: Integrate from mainperl.
15800      Branch: cfgperl
15801           +> pod/perltootc.pod
15802           !> (integrate 101 files)
15803 ____________________________________________________________________________
15804 [  3477] By: gsar                                  on 1999/05/25  10:43:48
15805         Log: here be 5.005_57
15806      Branch: perl
15807            ! Changes MANIFEST Porting/makerel
15808           !> Changes5.005
15809
15810 ----------------
15811 Version 5.005_57
15812 ----------------
15813
15814 ____________________________________________________________________________
15815 [  3476] By: gsar                                  on 1999/05/25  09:23:43
15816         Log: up patchlevel &c
15817      Branch: perl
15818            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
15819            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15820            ! win32/makefile.mk
15821 ____________________________________________________________________________
15822 [  3475] By: gsar                                  on 1999/05/25  09:14:51
15823         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15824              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
15825              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
15826              Subject: [PATCH 5.005_56] REx engine improvements
15827      Branch: perl
15828            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
15829            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
15830            ! thrdvar.h util.c
15831 ____________________________________________________________________________
15832 [  3474] By: gsar                                  on 1999/05/25  08:39:56
15833         Log: test case for change#3470
15834      Branch: perl
15835            ! t/lib/bigintpm.t
15836 ____________________________________________________________________________
15837 [  3473] By: gsar                                  on 1999/05/25  08:36:52
15838         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
15839      Branch: perl
15840            ! Changes pod/perlport.pod
15841 ____________________________________________________________________________
15842 [  3472] By: gsar                                  on 1999/05/25  08:28:57
15843         Log: assorted tweaks
15844      Branch: perl
15845            ! doio.c iperlsys.h win32/config.bc win32/config.gc
15846            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15847            ! win32/config_H.vc win32/makedef.pl
15848 ____________________________________________________________________________
15849 [  3471] By: gsar                                  on 1999/05/25  06:06:04
15850         Log: perlref update from Tom Christiansen
15851      Branch: perl
15852            ! pod/perlref.pod
15853 ____________________________________________________________________________
15854 [  3470] By: gsar                                  on 1999/05/25  06:03:27
15855         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15856              Date: Mon, 24 May 1999 17:43:56 -0400
15857              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
15858              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
15859      Branch: perl
15860            ! hv.c
15861 ____________________________________________________________________________
15862 [  3469] By: gsar                                  on 1999/05/25  05:59:22
15863         Log: avoid temporary files that have a constant name (from a suggestion
15864              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
15865      Branch: perl
15866            ! lib/ExtUtils/MM_Unix.pm
15867 ____________________________________________________________________________
15868 [  3468] By: gsar                                  on 1999/05/25  05:54:29
15869         Log: From: pvhp@forte.com (Peter Prymmer)
15870              Date: Mon, 24 May 99 11:20:25 PDT
15871              Message-Id: <9905241820.AA28071@forte.com>
15872              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
15873      Branch: perl
15874            ! lib/Pod/Text.pm
15875 ____________________________________________________________________________
15876 [  3467] By: gsar                                  on 1999/05/25  04:08:50
15877         Log: fix glob() bug that resulted in missing symlinks that don't point
15878              anywhere
15879      Branch: perl
15880            ! pp_hot.c
15881 ____________________________________________________________________________
15882 [  3466] By: gsar                                  on 1999/05/25  03:00:00
15883         Log: avoid enumerating @INC contents in diagnostic if @INC was never
15884              searched
15885      Branch: perl
15886            ! pod/perldiag.pod pp_ctl.c
15887 ____________________________________________________________________________
15888 [  3465] By: gsar                                  on 1999/05/25  02:24:08
15889         Log: add caveat about close(PIPE) carelessness
15890      Branch: perl
15891            ! pod/perlfunc.pod
15892 ____________________________________________________________________________
15893 [  3464] By: gsar                                  on 1999/05/24  23:55:53
15894         Log: fix bogus line numbers for void context warnings
15895              (change#2548 was overeager)
15896      Branch: perl
15897            ! op.c
15898 ____________________________________________________________________________
15899 [  3463] By: gsar                                  on 1999/05/24  23:31:58
15900         Log: change#3455 had a typo
15901      Branch: perl
15902            ! pp_ctl.c
15903 ____________________________________________________________________________
15904 [  3462] By: gsar                                  on 1999/05/24  17:32:20
15905         Log: more pod updates from Tom Christiansen; regen perltoc
15906      Branch: perl
15907            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
15908            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
15909 ____________________________________________________________________________
15910 [  3461] By: gsar                                  on 1999/05/24  07:41:32
15911         Log: perlmod notes from Damian Conway (via Tom Christiansen)
15912      Branch: perl
15913            ! pod/perlmod.pod
15914 ____________________________________________________________________________
15915 [  3460] By: gsar                                  on 1999/05/24  07:24:11
15916         Log: major pod update from Tom Christiansen
15917      Branch: perl
15918            + pod/perltootc.pod
15919            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
15920            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
15921            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
15922            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
15923            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
15924            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
15925            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
15926            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
15927            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
15928            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
15929            ! pod/perlxs.pod pod/pod2man.PL
15930 ____________________________________________________________________________
15931 [  3459] By: gsar                                  on 1999/05/24  06:26:48
15932         Log: perlfaq update from Tom Christiansen
15933      Branch: perl
15934            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15935            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15936            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15937            ! pod/perlfaq9.pod
15938 ____________________________________________________________________________
15939 [  3458] By: gsar                                  on 1999/05/24  05:55:11
15940         Log: updated to v1.50 from CPAN
15941      Branch: perl
15942            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15943 ____________________________________________________________________________
15944 [  3457] By: gsar                                  on 1999/05/24  05:46:20
15945         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15946              Date: Sun, 23 May 1999 16:35:07 +0100
15947              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
15948              Subject: [PATCH 5.005_56] name PL_in_eval bits
15949      Branch: perl
15950            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
15951 ____________________________________________________________________________
15952 [  3456] By: gsar                                  on 1999/05/24  05:18:06
15953         Log: make -t mode the default on emacs/dumb terminals
15954      Branch: perl
15955            ! Changes utils/perldoc.PL
15956 ____________________________________________________________________________
15957 [  3455] By: gsar                                  on 1999/05/24  05:05:19
15958         Log: return 0 rather than "" when scalar grep has nothing to iterate
15959              on (brings behavior in line with documentation)
15960      Branch: perl
15961            ! pp_ctl.c
15962 ____________________________________________________________________________
15963 [  3454] By: gsar                                  on 1999/05/24  04:52:52
15964         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
15965              Date: Thu, 20 May 1999 13:27:02 -1000
15966              Message-Id: <E10kcDN-0007TA-00@lapaki>
15967              Subject: Problem with MM_Unix in 5.005_03
15968      Branch: perl
15969            ! lib/ExtUtils/MM_Unix.pm
15970 ____________________________________________________________________________
15971 [  3453] By: gsar                                  on 1999/05/24  04:39:49
15972         Log: avoid removing duplicates in user-generated warnings
15973              From: byron@omix.com (Byron Brummer)
15974              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
15975              Message-Id: <199905201101.EAA91175@thrush.omix.com>
15976              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
15977      Branch: perl
15978            ! lib/diagnostics.pm
15979 ____________________________________________________________________________
15980 [  3452] By: gsar                                  on 1999/05/24  04:23:10
15981         Log: straighten some code to avoid NeXT compiler bugs (from
15982              Geoff Kuenning <geoff@cs.hmc.edu>)
15983      Branch: perl
15984            ! pp_ctl.c
15985 ____________________________________________________________________________
15986 [  3451] By: gsar                                  on 1999/05/24  03:03:05
15987         Log: minor logic tweak for reserved word warning
15988      Branch: perl
15989            ! lib/Test/Harness.pm toke.c
15990 ____________________________________________________________________________
15991 [  3450] By: gsar                                  on 1999/05/24  02:34:20
15992         Log: oops, some files missing in change#3449
15993      Branch: perl
15994            ! op.c op.h toke.c
15995 ____________________________________________________________________________
15996 [  3449] By: gsar                                  on 1999/05/24  02:33:12
15997         Log: allow '*' prototype to autoquote even barewords that happen to be
15998              function names; parens or ampersand continue to force the other
15999              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
16000              do the right thing, for example
16001      Branch: perl
16002            ! t/comp/proto.t
16003 ____________________________________________________________________________
16004 [  3448] By: gsar                                  on 1999/05/24  01:51:24
16005         Log: remove vestiges of PL_last_proto
16006      Branch: perl
16007            ! embedvar.h intrpvar.h objXSUB.h
16008 ____________________________________________________________________________
16009 [  3447] By: gsar                                  on 1999/05/24  01:49:20
16010         Log: redo change#2061 and parts of change#1169 with code in the
16011              parser; PL_last_proto hackery gone, strict 'subs' in now
16012              implemented in the optimizer where specifying the exceptional
16013              cases is much more robust; '*' (bareword) prototype now works
16014              reliably when used in second and subsequent arguments
16015      Branch: perl
16016            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
16017 ____________________________________________________________________________
16018 [  3446] By: gsar                                  on 1999/05/23  05:00:55
16019         Log: remove redundant part of change#1169 superceded by change#2061;
16020              avoid "future reserved word" warning on prototypical bearwords
16021      Branch: perl
16022            ! t/lib/fatal.t toke.c
16023 ____________________________________________________________________________
16024 [  3445] By: gsar                                  on 1999/05/21  23:36:49
16025         Log: s/isspace/isSPACE/g and make sure the CRT version is always
16026              passed an unsigned char (fixes random occurrence of spaces in
16027              arguments containing high-bit chars passed to spawned children,
16028              on win32)
16029      Branch: perl
16030            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
16031 ____________________________________________________________________________
16032 [  3444] By: gsar                                  on 1999/05/21  23:08:55
16033         Log: integrate Configure changes from cfgperl
16034      Branch: perl
16035           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16036           !> config_h.SH
16037 ____________________________________________________________________________
16038 [  3443] By: jhi                                   on 1999/05/21  22:00:56
16039         Log: Integrate from mainperl.
16040      Branch: cfgperl
16041           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
16042           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
16043           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
16044           !> win32/perlhost.h win32/win32.c x2p/walk.c
16045 ____________________________________________________________________________
16046 [  3442] By: jhi                                   on 1999/05/21  21:59:46
16047         Log: fflush.
16048      Branch: cfgperl
16049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16050            ! config_h.SH
16051 ____________________________________________________________________________
16052 [  3441] By: gsar                                  on 1999/05/21  17:48:55
16053         Log: integrate cfgperl changes
16054      Branch: perl
16055           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16056           !> config_h.SH hints/sunos_4_1.sh installperl
16057 ____________________________________________________________________________
16058 [  3440] By: gsar                                  on 1999/05/21  17:42:49
16059         Log: test tweak
16060      Branch: perl
16061            ! t/comp/proto.t
16062 ____________________________________________________________________________
16063 [  3439] By: gsar                                  on 1999/05/21  17:31:26
16064         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
16065              (Configure fflush(NULL) detection seems broken on Solaris, which
16066              is why I hit the problem)
16067      Branch: perl
16068            ! Changes perl.h
16069 ____________________________________________________________________________
16070 [  3438] By: gsar                                  on 1999/05/20  16:41:01
16071         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
16072      Branch: perl
16073            ! pod/perlport.pod
16074 ____________________________________________________________________________
16075 [  3437] By: jhi                                   on 1999/05/20  07:14:39
16076         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
16077              (via private email).
16078      Branch: cfgperl
16079            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16080            ! config_h.SH hints/sunos_4_1.sh
16081 ____________________________________________________________________________
16082 [  3436] By: gsar                                  on 1999/05/20  05:18:26
16083         Log: various little nits
16084      Branch: perl
16085            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
16086            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
16087            ! win32/perlhost.h win32/win32.c x2p/walk.c
16088 ____________________________________________________________________________
16089 [  3435] By: jhi                                   on 1999/05/18  16:25:49
16090         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16091              To: perl5-porters@perl.org
16092              Subject: installperl
16093              Date: Fri, 14 May 1999 21:34:58 +0100
16094              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
16095      Branch: cfgperl
16096            ! installperl
16097 ____________________________________________________________________________
16098 [  3434] By: jhi                                   on 1999/05/17  21:25:54
16099         Log: Integrate from mainperl.
16100      Branch: cfgperl
16101           +> lib/ExtUtils/MM_Cygwin.pm
16102            - cygwin32/impure_ptr.c
16103           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16104           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16105           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
16106           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
16107           !> x2p/find2perl.PL
16108 ____________________________________________________________________________
16109 [  3433] By: gsar                                  on 1999/05/17  09:49:01
16110         Log: integrate cfgperl changes into mainline
16111      Branch: perl
16112           !> Configure INSTALL config_h.SH configure.com embed.h
16113           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
16114           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
16115           !> util.c
16116 ____________________________________________________________________________
16117 [  3432] By: gsar                                  on 1999/05/17  09:06:45
16118         Log: emit more appropriate diagnostic for failed glob (variant
16119              of patch suggested by Graham Barr)
16120      Branch: perl
16121            ! gv.c pod/perldiag.pod pp.c pp_hot.c
16122 ____________________________________________________________________________
16123 [  3431] By: gsar                                  on 1999/05/17  08:38:09
16124         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16125              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
16126              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
16127              Subject: find2perl does not grok the 'c' suffix to the -size argument
16128      Branch: perl
16129            ! x2p/find2perl.PL
16130 ____________________________________________________________________________
16131 [  3430] By: gsar                                  on 1999/05/17  08:26:21
16132         Log: additional cleanups for cygwin32 port
16133              From: "Fifer, Eric" <EFifer@sanwaint.com>
16134              Date: Wed, 12 May 1999 20:25:54 +0100
16135              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
16136              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
16137      Branch: perl
16138            + lib/ExtUtils/MM_Cygwin.pm
16139            - cygwin32/impure_ptr.c
16140            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16141            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16142            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
16143            ! perl.h util.c
16144 ____________________________________________________________________________
16145 [  3429] By: gsar                                  on 1999/05/17  08:01:04
16146         Log: From: Andy Dougherty <doughera@lafayette.edu>
16147              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16148              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16149              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16150      Branch: perl
16151            ! INSTALL
16152 ____________________________________________________________________________
16153 [  3428] By: jhi                                   on 1999/05/17  07:03:26
16154         Log: Integrate from mainperl modulo the Socket.xs change.
16155      Branch: cfgperl
16156           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
16157           !> win32/win32.c win32/win32.h
16158 ____________________________________________________________________________
16159 [  3427] By: jhi                                   on 1999/05/16  22:09:11
16160         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16161              To: perl5-porters@perl.org (Mailing list Perl5)
16162              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
16163              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
16164              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
16165      Branch: cfgperl
16166            ! ext/Devel/Peek/Peek.xs
16167 ____________________________________________________________________________
16168 [  3426] By: jhi                                   on 1999/05/16  22:07:11
16169         Log: From: Mark-Jason Dominus <mjd@plover.com>
16170              To: perl5-porters@perl.com
16171              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
16172              Date: Sat, 15 May 1999 12:43:47 -0400
16173              Message-ID: <19990515164348.7313.qmail@plover.com>
16174      Branch: cfgperl
16175            ! pod/perldiag.pod
16176 ____________________________________________________________________________
16177 [  3425] By: nick                                  on 1999/05/15  15:56:10
16178         Log: Mingw32 + w32api-0.1.5 tweaks
16179              - now more like other Win32 compilers
16180      Branch: perl
16181            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
16182            ! win32/win32.h
16183 ____________________________________________________________________________
16184 [  3424] By: nick                                  on 1999/05/14  21:04:22
16185         Log: Experimental "slab" allocator for ops.
16186              To try it -DPL_OP_SLAB_ALLOC for op.c 
16187              This is for proof of concept only, it leaks memory 
16188              (ops are not free'd) so don't use in embedded apps.
16189              If this minimalist version does not show performance 
16190              gain then whole idea is worthless. 
16191              Nick see's approx 12% speed up vs perlmalloc running
16192              perl -Ilib -MCPAN -e '' 
16193              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
16194      Branch: perl
16195            ! op.c
16196 ____________________________________________________________________________
16197 [  3423] By: gsar                                  on 1999/05/14  19:55:04
16198         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
16199              found (brings sitelib intuition in line with privlib)
16200      Branch: perl
16201            ! win32/win32.c
16202 ____________________________________________________________________________
16203 [  3422] By: jhi                                   on 1999/05/14  08:08:01
16204         Log: From: pvhp@forte.com (Peter Prymmer)
16205              To: perl5-porters@perl.org, vmsperl@perl.org
16206              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
16207              Date: Thu, 13 May 99 15:29:57 PDT
16208              Message-Id: <9905132229.AA15854@forte.com>
16209      Branch: cfgperl
16210            ! configure.com
16211 ____________________________________________________________________________
16212 [  3421] By: jhi                                   on 1999/05/14  07:34:20
16213         Log: Integrate from mainperl.
16214      Branch: cfgperl
16215           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
16216 ____________________________________________________________________________
16217 [  3420] By: jhi                                   on 1999/05/14  07:33:26
16218         Log: Still fflushing.
16219      Branch: cfgperl
16220            ! Configure config_h.SH util.c
16221 ____________________________________________________________________________
16222 [  3419] By: gsar                                  on 1999/05/14  03:08:29
16223         Log: mortalize string allocations by win32_get_{priv,site}lib()
16224              (fixes small memory leak in interpreter)
16225      Branch: perl
16226            ! win32/win32.c
16227 ____________________________________________________________________________
16228 [  3418] By: gsar                                  on 1999/05/14  03:06:50
16229         Log: make win32_longname() preserve kind of slashes in argument
16230      Branch: perl
16231            ! win32/win32.c
16232 ____________________________________________________________________________
16233 [  3417] By: gsar                                  on 1999/05/14  03:04:44
16234         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
16235      Branch: perl
16236            ! lib/ExtUtils/MM_Unix.pm
16237 ____________________________________________________________________________
16238 [  3416] By: jhi                                   on 1999/05/13  21:18:06
16239         Log: Integrate from mainperl.
16240      Branch: cfgperl
16241           !> pp_ctl.c
16242 ____________________________________________________________________________
16243 [  3415] By: jhi                                   on 1999/05/13  21:16:49
16244         Log: Fixes from Andy Dougherty (via private email).
16245      Branch: cfgperl
16246            ! Configure config_h.SH
16247 ____________________________________________________________________________
16248 [  3414] By: nick                                  on 1999/05/13  20:04:26
16249         Log: valist vs va_list typo
16250      Branch: perl
16251            ! pp_ctl.c
16252 ____________________________________________________________________________
16253 [  3413] By: jhi                                   on 1999/05/13  15:04:05
16254         Log: From: Andy Dougherty <doughera@lafayette.edu>
16255              To: perlbug@perl.com
16256              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16257              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16258              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16259      Branch: cfgperl
16260            ! INSTALL
16261 ____________________________________________________________________________
16262 [  3412] By: jhi                                   on 1999/05/13  14:20:17
16263         Log: Integrate from mainperl.
16264      Branch: cfgperl
16265           !> pp_ctl.c
16266 ____________________________________________________________________________
16267 [  3411] By: gsar                                  on 1999/05/13  14:16:56
16268         Log: docatch_body() declaration mismatch
16269      Branch: perl
16270            ! pp_ctl.c
16271 ____________________________________________________________________________
16272 [  3410] By: jhi                                   on 1999/05/13  13:51:44
16273         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
16274      Branch: cfgperl
16275            ! Configure config_h.SH perl.h
16276 ____________________________________________________________________________
16277 [  3409] By: jhi                                   on 1999/05/13  13:31:53
16278         Log: Still fflushing strong.
16279      Branch: cfgperl
16280            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
16281            ! proto.h util.c
16282 ____________________________________________________________________________
16283 [  3408] By: jhi                                   on 1999/05/12  14:30:23
16284         Log: Integrate from mainperl.
16285      Branch: cfgperl
16286           !> (integrate 30 files)
16287 ____________________________________________________________________________
16288 [  3407] By: jhi                                   on 1999/05/12  12:28:31
16289         Log: Be tidier with fflush(NULL) testing.
16290      Branch: cfgperl
16291            ! Configure config_h.SH
16292 ____________________________________________________________________________
16293 [  3406] By: gsar                                  on 1999/05/12  11:26:03
16294         Log: better range-checking on list slices, with test
16295              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16296              Date: Sun, 02 May 1999 17:02:53 +0100
16297              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
16298              Subject: Re: List slice of undefs returns 0 items 
16299      Branch: perl
16300            ! pp.c t/op/list.t
16301 ____________________________________________________________________________
16302 [  3405] By: gsar                                  on 1999/05/12  11:22:27
16303         Log: change#3397 needs test tweak
16304      Branch: perl
16305            ! Changes t/pragma/warn/sv
16306 ____________________________________________________________________________
16307 [  3404] By: gsar                                  on 1999/05/12  11:07:44
16308         Log: typo in change#3397
16309      Branch: perl
16310            ! doop.c
16311 ____________________________________________________________________________
16312 [  3403] By: gsar                                  on 1999/05/12  10:49:01
16313         Log: From: Stephen Zander <gibreel@pobox.com>
16314              Date: 12 May 1999 01:22:31 -0700
16315              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
16316              Subject: Re: Test::Harness runs tainted tests with wrong library path
16317      Branch: perl
16318            ! lib/Test/Harness.pm
16319 ____________________________________________________________________________
16320 [  3402] By: gsar                                  on 1999/05/12  10:42:06
16321         Log: typo in change#3400
16322      Branch: perl
16323            ! ext/B/B/Deparse.pm
16324 ____________________________________________________________________________
16325 [  3401] By: jhi                                   on 1999/05/12  10:40:42
16326         Log: A better, shinier, and possibly even correctly working
16327              reincarnation of #3398.
16328      Branch: cfgperl
16329            ! Configure config_h.SH
16330 ____________________________________________________________________________
16331 [  3400] By: gsar                                  on 1999/05/12  10:40:11
16332         Log: deparse \&func() as \(&func()) for clarity
16333              From: Albert Dvornik <bert@genscan.com>
16334              Date: 11 May 1999 13:32:04 -0400
16335              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
16336              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
16337      Branch: perl
16338            ! ext/B/B/Deparse.pm
16339 ____________________________________________________________________________
16340 [  3399] By: gsar                                  on 1999/05/12  10:36:02
16341         Log: more testsuite smarts (many of them courtesy Ilya)
16342      Branch: perl
16343            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
16344            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
16345            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
16346            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
16347            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
16348            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
16349            ! t/op/pwent.t
16350 ____________________________________________________________________________
16351 [  3398] By: jhi                                   on 1999/05/12  09:33:08
16352         Log: Detect whether fflush(NULL) works as per change #3352.
16353      Branch: cfgperl
16354            ! Configure config_h.SH perl.h
16355 ____________________________________________________________________________
16356 [  3397] By: gsar                                  on 1999/05/12  08:56:03
16357         Log: From: jan.dubois@ibm.net (Jan Dubois)
16358              Date: Wed, 12 May 1999 01:01:00 +0200
16359              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
16360              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
16361      Branch: perl
16362            ! doop.c
16363 ____________________________________________________________________________
16364 [  3396] By: gsar                                  on 1999/05/12  08:23:27
16365         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
16366              stat() behaves similarly
16367      Branch: perl
16368            ! win32/win32.c
16369 ____________________________________________________________________________
16370 [  3395] By: jhi                                   on 1999/05/11  22:21:32
16371         Log: Redo parts of #3341 and #3358 that #3394 undid.
16372      Branch: cfgperl
16373            ! Configure config_h.SH
16374 ____________________________________________________________________________
16375 [  3394] By: jhi                                   on 1999/05/11  22:03:48
16376         Log: Add I_NETINET_TCP to help change #3391.
16377      Branch: cfgperl
16378            ! Configure config_h.SH ext/Socket/Socket.xs
16379 ____________________________________________________________________________
16380 [  3393] By: jhi                                   on 1999/05/11  21:44:59
16381         Log: Integrate from mainperl.
16382      Branch: cfgperl
16383           !> (integrate 55 files)
16384 ____________________________________________________________________________
16385 [  3392] By: gsar                                  on 1999/05/11  20:56:43
16386         Log: update embedvar.h
16387      Branch: perl
16388            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
16389 ____________________________________________________________________________
16390 [  3391] By: gsar                                  on 1999/05/11  16:32:05
16391         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16392              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
16393              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
16394              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
16395      Branch: perl
16396            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
16397 ____________________________________________________________________________
16398 [  3390] By: gsar                                  on 1999/05/11  15:27:40
16399         Log: display more frequent progress messages when STDOUT is a tty
16400      Branch: perl
16401            ! lib/Test/Harness.pm
16402 ____________________________________________________________________________
16403 [  3389] By: gsar                                  on 1999/05/11  14:40:58
16404         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16405              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
16406              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
16407              Subject: [PATCH 5.005_53] Explanations by Test::Harness
16408      Branch: perl
16409            ! lib/Test/Harness.pm
16410 ____________________________________________________________________________
16411 [  3388] By: gsar                                  on 1999/05/11  14:08:14
16412         Log: avoid creating spurious subroutine stubs on failed subroutine
16413              call and other places of sv_2cv() misuse; fixes problems with
16414              failed subroutine calls "hiding" later attempts to lookup methods
16415              in base classes
16416      Branch: perl
16417            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
16418 ____________________________________________________________________________
16419 [  3387] By: gsar                                  on 1999/05/11  09:34:13
16420         Log: various fixes for clean build and test on win32; configpm broken,
16421              needed to open myconfig.SH rather than myconfig; sundry adjustments
16422              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
16423              work under win32; getenv_sv() changed to getenv_len() since SVs
16424              aren't visible in the lower echelons; remove bogus exports from
16425              config.sym; PERL_OBJECT-ness for C++ exception support; null out
16426              IoDIRP in filter_del() or sv_free() will attempt to close it
16427      Branch: perl
16428            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
16429            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
16430            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
16431            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
16432            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
16433            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
16434            ! win32/config.gc win32/config.vc win32/makedef.pl
16435            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
16436            ! win32/win32.c win32/win32.h
16437 ____________________________________________________________________________
16438 [  3386] By: gsar                                  on 1999/05/11  02:49:07
16439         Log: gutsupport for C++ exceptions
16440              From: Chip Salzenberg <chip@perlsupport.com>
16441              Date: Tue, 9 Mar 1999 11:51:57 -0500
16442              Message-ID: <19990309115157.E7911@perlsupport.com>
16443              Subject: [PATCH 5.005] Flexible Exceptions
16444      Branch: perl
16445            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
16446            ! scope.c scope.h thrdvar.h util.c
16447 ____________________________________________________________________________
16448 [  3385] By: gsar                                  on 1999/05/10  19:33:36
16449         Log: "weak" references internals, still needs perlguts documentation
16450              (somewhat modified version of patch suggested by Tuomas J. Lukka
16451              <lukka@fas.harvard.edu>)
16452      Branch: perl
16453            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
16454            ! pod/perldiag.pod proto.h sv.c sv.h util.c
16455 ____________________________________________________________________________
16456 [  3384] By: jhi                                   on 1999/05/10  18:21:43
16457         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
16458              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
16459      Branch: cfgperl
16460            ! INSTALL hints/dec_osf.sh
16461 ____________________________________________________________________________
16462 [  3381] By: jhi                                   on 1999/05/10  14:39:28
16463         Log: Integrate from mainperl.
16464      Branch: cfgperl
16465           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16466           +> cygwin32/build-instructions.charles-wilson
16467           +> cygwin32/build-instructions.sebastien-barre
16468           +> cygwin32/build-instructions.steven-morlock
16469           +> cygwin32/build-instructions.steven-morlock2
16470           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16471           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16472           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
16473           +> t/op/numconvert.t utils/perlbc.PL
16474            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16475            - cygwin32/perlld
16476           !> (integrate 105 files)
16477 ____________________________________________________________________________
16478 [  3380] By: gsar                                  on 1999/05/10  12:27:14
16479         Log: regen regnodes.h
16480      Branch: perl
16481            ! Changes regnodes.h
16482 ____________________________________________________________________________
16483 [  3379] By: gsar                                  on 1999/05/10  12:17:26
16484         Log: From: jan.dubois@ibm.net (Jan Dubois)
16485              Date: Sat, 01 May 1999 22:55:36 +0200
16486              Message-ID: <373067e9.56194713@smtp1.ibm.net>
16487              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
16488      Branch: perl
16489            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
16490            ! win32/config_H.vc
16491 ____________________________________________________________________________
16492 [  3378] By: gsar                                  on 1999/05/10  12:07:13
16493         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16494              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
16495              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
16496              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
16497      Branch: perl
16498            + t/op/numconvert.t
16499            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
16500            ! util.c
16501 ____________________________________________________________________________
16502 [  3377] By: gsar                                  on 1999/05/10  11:39:48
16503         Log: pp_modulo comment tweak from Ilya
16504      Branch: perl
16505            ! pp.c
16506 ____________________________________________________________________________
16507 [  3376] By: gsar                                  on 1999/05/10  11:30:40
16508         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16509              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
16510              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
16511              Subject: Test.pm update [PATCH _56]
16512      Branch: perl
16513            ! lib/Test.pm
16514 ____________________________________________________________________________
16515 [  3375] By: gsar                                  on 1999/05/10  11:28:30
16516         Log: From: jan.dubois@ibm.net (Jan Dubois)
16517              Date: Fri, 07 May 1999 00:59:54 +0200
16518              Message-ID: <373318ae.19292461@smtp1.ibm.net>
16519              Subject: Re: Using existing memory for an SV's PV 
16520      Branch: perl
16521            ! sv.c
16522 ____________________________________________________________________________
16523 [  3374] By: gsar                                  on 1999/05/10  11:23:44
16524         Log: From: jan.dubois@ibm.net (Jan Dubois)
16525              Date: Fri, 07 May 1999 00:59:52 +0200
16526              Message-ID: <37321800.19118320@smtp1.ibm.net>
16527              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
16528      Branch: perl
16529            ! perl.h
16530 ____________________________________________________________________________
16531 [  3373] By: gsar                                  on 1999/05/10  11:22:10
16532         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16533              Date: Thu, 6 May 1999 18:17:28 -0400
16534              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
16535              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
16536      Branch: perl
16537            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
16538            ! util.c
16539 ____________________________________________________________________________
16540 [  3372] By: gsar                                  on 1999/05/10  10:57:49
16541         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16542              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
16543              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
16544              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
16545      Branch: perl
16546            ! regcomp.c regcomp.pl
16547 ____________________________________________________________________________
16548 [  3371] By: gsar                                  on 1999/05/10  10:54:01
16549         Log: From: lane@duphy4.physics.drexel.edu
16550              Date: Tue, 04 May 1999 10:19:25 -0700
16551              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
16552              Subject: [PATCH 5.005.56] pod->html VMS fixes
16553      Branch: perl
16554            ! installhtml lib/Pod/Html.pm
16555 ____________________________________________________________________________
16556 [  3370] By: gsar                                  on 1999/05/10  10:45:52
16557         Log: testsuite nits
16558      Branch: perl
16559            ! t/lib/io_linenum.t t/op/filetest.t
16560 ____________________________________________________________________________
16561 [  3369] By: gsar                                  on 1999/05/10  10:35:22
16562         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16563              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
16564              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
16565              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
16566      Branch: perl
16567            ! os2/os2ish.h os2/os2thread.h
16568 ____________________________________________________________________________
16569 [  3368] By: gsar                                  on 1999/05/10  10:00:11
16570         Log: From: Albert Dvornik <bert@genscan.com>
16571              Date: 03 May 1999 12:20:57 -0400
16572              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
16573              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
16574      Branch: perl
16575            ! dump.c
16576 ____________________________________________________________________________
16577 [  3367] By: gsar                                  on 1999/05/10  09:55:51
16578         Log: shadow password support for Solaris (needs Configure help to
16579              determine HAS_GETSPENT)
16580              From: "Patrick O'Brien" <pdo@cs.umd.edu>
16581              Date: Sat, 01 May 1999 19:41:17 -0400
16582              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
16583              Subject: getpwent() under solaris
16584      Branch: perl
16585            ! pp_sys.c
16586 ____________________________________________________________________________
16587 [  3366] By: gsar                                  on 1999/05/10  09:45:58
16588         Log: From: jan.dubois@ibm.net (Jan Dubois)
16589              Date: Sat, 01 May 1999 23:45:47 +0200
16590              Message-ID: <373373fb.59284266@smtp1.ibm.net>
16591              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
16592      Branch: perl
16593            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16594            ! pod/perldelta.pod
16595 ____________________________________________________________________________
16596 [  3365] By: gsar                                  on 1999/05/10  09:34:22
16597         Log: test suite and fix input_line_number()
16598              From: Paul Johnson <pjcj@transeda.com>
16599              Date: Thu, 29 Apr 1999 06:28:14 +0100
16600              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
16601              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
16602      Branch: perl
16603            + t/lib/io_linenum.t
16604            ! MANIFEST ext/IO/lib/IO/Handle.pm
16605 ____________________________________________________________________________
16606 [  3364] By: gsar                                  on 1999/05/10  09:20:56
16607         Log: fix overeager [:foo:] parsing
16608              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16609              Date: Fri, 30 Apr 1999 09:26:18 +0100
16610              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
16611              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
16612      Branch: perl
16613            ! regcomp.c t/op/re_tests
16614 ____________________________________________________________________________
16615 [  3363] By: gsar                                  on 1999/05/10  09:09:21
16616         Log: documentation for Win32 builtins (somewhat modified)
16617              From: jan.dubois@ibm.net (Jan Dubois)
16618              Date: Tue, 30 Mar 1999 08:05:03 +0200
16619              Message-ID: <37006783.1926460@smtp1.ibm.net>
16620              Subject: Re: Issues with build 509 
16621      Branch: perl
16622            + pod/Win32.pod
16623            ! MANIFEST
16624 ____________________________________________________________________________
16625 [  3362] By: gsar                                  on 1999/05/10  08:22:07
16626         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
16627      Branch: perl
16628            ! lib/File/Copy.pm win32/win32.c
16629 ____________________________________________________________________________
16630 [  3361] By: gsar                                  on 1999/05/10  08:11:29
16631         Log: escape ampersands in <pre> sections
16632      Branch: perl
16633            ! Changes lib/Pod/Html.pm
16634 ____________________________________________________________________________
16635 [  3360] By: gsar                                  on 1999/05/10  08:04:14
16636         Log: AIX hints enhancements (threads build, SOCKS support)
16637              From: "David R. Favor" <dfavor@austin.ibm.com>
16638              Date: Wed, 28 Apr 1999 08:45:28 -0500
16639              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
16640              Subject: Working build for AIX + gcc + threading
16641      Branch: perl
16642            ! hints/aix.sh
16643 ____________________________________________________________________________
16644 [  3359] By: gsar                                  on 1999/05/10  07:49:26
16645         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
16646              Date: Tue, 27 Apr 1999 23:47:24 PDT
16647              Message-ID: <19990428064724.95244.qmail@hotmail.com>
16648              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
16649              --
16650              Date: Thu, 29 Apr 1999 18:21:06 -0700
16651              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
16652              Subject: [PATCH 5.005_56] double constants ( C.pm)
16653              --
16654              Date: Mon, 03 May 1999 20:21:31 PDT
16655              Message-ID: <19990504032131.81113.qmail@hotmail.com>
16656              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
16657              --
16658              Date: Thu, 06 May 1999 17:57:09 -0700
16659              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
16660              Subject: Stash.pm
16661      Branch: perl
16662            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
16663            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
16664 ____________________________________________________________________________
16665 [  3358] By: gsar                                  on 1999/05/10  04:39:15
16666         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
16667              From: alexander smishlajev <als@turnhere.com>
16668              Date: Sun, 25 Apr 1999 14:58:29 +0300
16669              Message-ID: <37230365.5F68B460@turnhere.com>
16670              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
16671      Branch: perl
16672            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16673            + cygwin32/build-instructions.charles-wilson
16674            + cygwin32/build-instructions.sebastien-barre
16675            + cygwin32/build-instructions.steven-morlock
16676            + cygwin32/build-instructions.steven-morlock2
16677            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16678            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16679            - cygwin32/perlld
16680            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
16681            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
16682            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
16683            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
16684            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
16685            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
16686 ____________________________________________________________________________
16687 [  3357] By: gsar                                  on 1999/05/10  04:07:07
16688         Log: applied suggested patch, modulo already applied parts
16689              From: Charles Bailey <BAILEY@newman.upenn.edu>
16690              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
16691              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
16692              Subject: [Patch 5.005_56] VMS consolidated patch #2
16693      Branch: perl
16694            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
16695            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
16696            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
16697            ! vms/subconfigure.com vms/test.com vms/vms.c
16698 ____________________________________________________________________________
16699 [  3356] By: gsar                                  on 1999/05/10  03:48:08
16700         Log: applied suggested patch, with win32 and PERL_OBJECT additions
16701              From: Tom Hughes <tom@compton.nu>
16702              Date: Sat, 24 Apr 1999 18:11:59 +0100
16703              Message-ID: <609bdff748.tom@compton.compton.nu>
16704              Subject: ByteLoader patch
16705      Branch: perl
16706            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16707            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
16708            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
16709            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16710            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
16711            ! utils/Makefile win32/Makefile win32/makefile.mk
16712 ____________________________________________________________________________
16713 [  3355] By: gsar                                  on 1999/05/10  03:22:49
16714         Log: document 'test' attribute (from Andreas Koenig)
16715      Branch: perl
16716            ! lib/ExtUtils/MakeMaker.pm
16717 ____________________________________________________________________________
16718 [  3354] By: gsar                                  on 1999/05/10  03:12:37
16719         Log: From: pmarquess@bfsec.bt.co.uk
16720              Date: Thu, 22 Apr 1999 23:12:08 +0100
16721              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
16722              Subject: PATCH for small bug in scan_bin
16723      Branch: perl
16724            ! util.c
16725 ____________________________________________________________________________
16726 [  3353] By: gsar                                  on 1999/05/10  02:39:33
16727         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
16728              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
16729      Branch: perl
16730            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
16731            ! win32/win32iop.h
16732 ____________________________________________________________________________
16733 [  3352] By: gsar                                  on 1999/05/09  22:47:39
16734         Log: flush all open output buffers before fork(), exec(), system, qx//
16735              and pipe open() operations, simplifying buffering headaches faced
16736              by users; uses fflush(NULL), which may need Configure test
16737      Branch: perl
16738            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
16739            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
16740 ____________________________________________________________________________
16741 [  3351] By: gsar                                  on 1999/05/09  21:11:51
16742         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
16743              Leroy <jll@skynet.be>)
16744      Branch: perl
16745            ! utils/perlcc.PL
16746 ____________________________________________________________________________
16747 [  3350] By: gsar                                  on 1999/05/09  20:39:11
16748         Log: normalize $^X to full pathname on win32
16749      Branch: perl
16750            ! win32/runperl.c
16751 ____________________________________________________________________________
16752 [  3349] By: gsar                                  on 1999/05/09  20:23:07
16753         Log: allow readline($globref), <$globref> already works
16754      Branch: perl
16755            ! pp_hot.c
16756 ____________________________________________________________________________
16757 [  3348] By: gsar                                  on 1999/05/09  20:00:09
16758         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
16759              <lemburg@online-club.de>)
16760      Branch: perl
16761            ! utils/perldoc.PL
16762 ____________________________________________________________________________
16763 [  3347] By: gsar                                  on 1999/05/09  18:47:21
16764         Log: additions to Thread.pm docs from Tuomas J. Lukka
16765              <lukka@fas.harvard.edu>
16766      Branch: perl
16767            ! ext/Thread/Thread.pm
16768 ____________________________________________________________________________
16769 [  3346] By: gsar                                  on 1999/05/09  18:38:00
16770         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16771              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
16772              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
16773              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
16774      Branch: perl
16775            ! ext/B/B/Xref.pm
16776 ____________________________________________________________________________
16777 [  3345] By: gsar                                  on 1999/05/09  18:22:43
16778         Log: work around mangled archname on win32 while finding privlib/sitelib;
16779              normalize lib paths to forward slashes internally
16780      Branch: perl
16781            ! win32/win32.c
16782 ____________________________________________________________________________
16783 [  3344] By: gsar                                  on 1999/05/09  03:20:06
16784         Log: fix typo in dbm filters that caused odbm.t to fail
16785      Branch: perl
16786            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
16787 ____________________________________________________________________________
16788 [  3343] By: gsar                                  on 1999/05/09  02:02:59
16789         Log: tweak test totals
16790      Branch: perl
16791            ! Changes t/lib/tie-stdhandle.t
16792 ____________________________________________________________________________
16793 [  3342] By: gsar                                  on 1999/05/09  01:42:06
16794         Log: import list propagation busted (pointed out by Ton Hospel
16795              <thospel@mail.dma.be>)
16796      Branch: perl
16797            ! lib/autouse.pm
16798 ____________________________________________________________________________
16799 [  3341] By: gsar                                  on 1999/05/09  00:54:18
16800         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
16801              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
16802      Branch: perl
16803            ! Configure Makefile.SH
16804 ____________________________________________________________________________
16805 [  3340] By: gsar                                  on 1999/05/09  00:40:41
16806         Log: generate manpages for newly added utils
16807      Branch: perl
16808            ! installman
16809 ____________________________________________________________________________
16810 [  3339] By: gsar                                  on 1999/05/09  00:33:50
16811         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16812              Date: Sun, 02 May 1999 17:59:24 +0100
16813              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
16814              Subject: [PATCH] Re: ptr to realloced memory in yylex
16815      Branch: perl
16816            ! toke.c
16817 ____________________________________________________________________________
16818 [  3338] By: jhi                                   on 1999/05/08  22:40:29
16819         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
16820      Branch: cfgperl
16821            ! INSTALL
16822 ____________________________________________________________________________
16823 [  3337] By: jhi                                   on 1999/05/08  22:22:26
16824         Log: Integrate from mainperl.
16825      Branch: cfgperl
16826           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
16827           !> (integrate 54 files)
16828 ____________________________________________________________________________
16829 [  3336] By: gsar                                  on 1999/05/08  21:48:22
16830         Log: make perldoc -f grok nested =items
16831      Branch: perl
16832            ! utils/perldoc.PL
16833 ____________________________________________________________________________
16834 [  3335] By: gsar                                  on 1999/05/08  19:48:11
16835         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
16836      Branch: perl
16837            ! op.c t/lib/fields.t
16838 ____________________________________________________________________________
16839 [  3334] By: gsar                                  on 1999/05/08  19:09:41
16840         Log: update test totals
16841      Branch: perl
16842            ! t/lib/bigintpm.t
16843 ____________________________________________________________________________
16844 [  3333] By: gsar                                  on 1999/05/08  16:56:02
16845         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
16846      Branch: perl
16847            ! pod/perlfunc.pod
16848 ____________________________________________________________________________
16849 [  3332] By: gsar                                  on 1999/05/08  16:46:44
16850         Log: applied suggested patch, added tests
16851              From: William Mann <wmann@avici.com>
16852              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
16853              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
16854              Subject: BigInt.pm extensions for logical operations
16855      Branch: perl
16856            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
16857 ____________________________________________________________________________
16858 [  3331] By: gsar                                  on 1999/05/08  16:09:33
16859         Log: avoid temporary files named 'tmp'
16860      Branch: perl
16861            ! Makefile.SH pp.c
16862 ____________________________________________________________________________
16863 [  3330] By: nick                                  on 1999/05/08  14:16:30
16864         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
16865              Provide Tie::StdHandle
16866              Basic update of docs.
16867      Branch: perl
16868            + t/lib/tie-stdhandle.t
16869            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
16870 ____________________________________________________________________________
16871 [  3329] By: nick                                  on 1999/05/08  12:03:45
16872         Log: Tweaks to open(my $fh,...) stuff
16873      Branch: perl
16874            ! op.c pp.c pp_sys.c t/io/open.t
16875 ____________________________________________________________________________
16876 [  3328] By: nick                                  on 1999/05/08  11:18:42
16877         Log: Bring SDBM_File.xs into line with new typemap
16878      Branch: perl
16879            ! ext/SDBM_File/SDBM_File.xs
16880 ____________________________________________________________________________
16881 [  3327] By: gsar                                  on 1999/05/08  00:07:11
16882         Log: add test case for AUTOLOAD reentrancy fix in change#3279
16883      Branch: perl
16884            ! t/lib/autoloader.t
16885 ____________________________________________________________________________
16886 [  3326] By: nick                                  on 1999/05/07  21:24:50
16887         Log: Implement open( my $fh, ...) and similar.
16888              Set flag in op.c for "constructor ops"
16889              In pp_rv2gv, if flag is set and arg is PADSV and uninit
16890              vivify as reference to a detached GV.
16891              (Name of GV is the pad name.)
16892              This scheme should "just work" for pipe/socket etc. too.
16893              
16894              #if 0 out the open(FH,undef) for now.
16895              Change t/io/open.t to test open(my $fh,...)
16896      Branch: perl
16897            ! op.c pp.c pp_sys.c t/io/open.t
16898 ____________________________________________________________________________
16899 [  3325] By: nick                                  on 1999/05/07  21:18:42
16900         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
16901      Branch: perl
16902            ! util.c
16903 ____________________________________________________________________________
16904 [  3324] By: gsar                                  on 1999/05/07  20:28:31
16905         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
16906              intervening code has to allocate SVs)
16907      Branch: perl
16908            ! util.c
16909 ____________________________________________________________________________
16910 [  3323] By: gsar                                  on 1999/05/07  19:45:08
16911         Log: allow line numbers to show in diagnostics during global destruction
16912      Branch: perl
16913            ! util.c
16914 ____________________________________________________________________________
16915 [  3322] By: gsar                                  on 1999/05/07  09:38:11
16916         Log: From: Dan Sugalski <sugalskd@ous.edu>
16917              Date: Fri, 09 Apr 1999 16:16:39 -0700
16918              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
16919              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
16920      Branch: perl
16921            ! lib/ExtUtils/MM_VMS.pm
16922 ____________________________________________________________________________
16923 [  3321] By: gsar                                  on 1999/05/07  09:08:23
16924         Log: From: kwzh@gnu.org (Karl Heuer)
16925              Date: Wed, 7 Apr 1999 23:58:58 -0400
16926              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
16927              Subject: [perl-5.005.02] detect lack of /dev/tty
16928      Branch: perl
16929            ! Makefile.SH
16930 ____________________________________________________________________________
16931 [  3320] By: gsar                                  on 1999/05/07  08:52:14
16932         Log: allow distinct prefix for versioned executables
16933              From: Roderick Schertler <roderick@argon.org>
16934              Date: Wed, 07 Apr 1999 15:34:56 -0400
16935              Message-ID: <3003.923513696@eeyore.ibcinc.com>
16936              Subject: perl55.00503 -> perl5.00503 patch for installperl
16937      Branch: perl
16938            ! INSTALL installperl
16939 ____________________________________________________________________________
16940 [  3319] By: gsar                                  on 1999/05/07  08:07:02
16941         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16942              Date: Mon, 05 Apr 1999 15:38:42 -0700
16943              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
16944              Subject: Re: chomp fails with $/ in fixed-length record mode
16945              --
16946              From: Roderick Schertler <roderick@argon.org>
16947              Date: Tue, 06 Apr 1999 21:11:37 -0400
16948              Message-ID: <2795.923447497@eeyore.ibcinc.com>
16949              Subject: Re: chomp fails with $/ in fixed-length record mode
16950      Branch: perl
16951            ! doop.c pod/perlfunc.pod t/op/chop.t
16952 ____________________________________________________________________________
16953 [  3318] By: gsar                                  on 1999/05/07  07:56:35
16954         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16955              Date: Tue, 6 Apr 1999 01:40:36 -0400
16956              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
16957              Subject: [PATCH 5.005_*] Make % use fmod()
16958      Branch: perl
16959            ! pp.c t/op/arith.t
16960 ____________________________________________________________________________
16961 [  3317] By: gsar                                  on 1999/05/07  04:18:11
16962         Log: DBM Filters (via private mail)
16963              From: pmarquess@bfsec.bt.co.uk
16964              Date: Sun, 18 Apr 1999 21:05:52 +0100
16965              Message-Id: <199904182009.NAA19152@activestate.com>
16966              Subject: DBM Filters
16967      Branch: perl
16968            + pod/perldbmfilter.pod
16969            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
16970            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16971            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16972            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16973            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
16974            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
16975            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16976            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
16977            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
16978            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
16979            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16980            ! t/lib/sdbm.t
16981 ____________________________________________________________________________
16982 [  3316] By: gsar                                  on 1999/05/07  03:28:53
16983         Log: avoid negative return value from Win32::GetTickCount()
16984              From: jan.dubois@ibm.net (Jan Dubois)
16985              Date: Sat, 03 Apr 1999 19:04:18 +0200
16986              Message-ID: <37084742.22824479@smtp1.ibm.net>
16987              Subject: Re: Win32::GetTickCount
16988      Branch: perl
16989            ! win32/win32.c
16990 ____________________________________________________________________________
16991 [  3314] By: gsar                                  on 1999/05/06  08:01:23
16992         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
16993              Date: Tue, 30 Mar 1999 23:40:34 PST
16994              Message-ID: <19990331074034.6117.qmail@hotmail.com>
16995              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
16996              --
16997              Date: Wed, 07 Apr 1999 00:28:23 -0800
16998              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
16999              Subject: [PATCH 5.005_56] function prototypes(B.pm)
17000              --
17001              Date: Thu, 22 Apr 1999 23:40:52 -0700
17002              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
17003              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
17004              --
17005              Date: Tue, 27 Apr 1999 01:14:49 PDT
17006              Message-ID: <19990427081449.28615.qmail@hotmail.com>
17007              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
17008      Branch: perl
17009            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
17010            ! t/op/ref.t
17011 ____________________________________________________________________________
17012 [  3313] By: jhi                                   on 1999/05/06  07:59:52
17013         Log: Integrate from mainperl.
17014      Branch: cfgperl
17015           !> (integrate 33 files)
17016 ____________________________________________________________________________
17017 [  3312] By: gsar                                  on 1999/05/06  07:11:50
17018         Log: add Ethiopic section to unicode master database (from Ken
17019              Whistler <kenw@sybase.com>)
17020      Branch: perl
17021            ! lib/unicode/UnicodeData-Latest.txt
17022 ____________________________________________________________________________
17023 [  3311] By: gsar                                  on 1999/05/06  05:37:55
17024         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
17025              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
17026              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
17027              Subject: Largefiles for Solaris
17028      Branch: perl
17029            ! hints/solaris_2.sh
17030 ____________________________________________________________________________
17031 [  3310] By: gsar                                  on 1999/05/06  05:14:35
17032         Log: emit more accurate diagnostic for syntax errors involving <>
17033              within eval""
17034      Branch: perl
17035            ! toke.c utils/perldoc.PL
17036 ____________________________________________________________________________
17037 [  3309] By: gsar                                  on 1999/05/06  04:36:31
17038         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
17039      Branch: perl
17040            ! t/lib/open3.t
17041 ____________________________________________________________________________
17042 [  3308] By: gsar                                  on 1999/05/06  03:19:16
17043         Log: applied first part of suggested patch (bug described cannot be
17044              reproduced any longer, so the second inconclusive part has not
17045              been applied)
17046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17047              Date: Sun, 28 Mar 1999 04:51:34 +0100
17048              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
17049              Subject: [PATCH 5.005_56] Re: A core dump 
17050      Branch: perl
17051            ! toke.c
17052 ____________________________________________________________________________
17053 [  3307] By: gsar                                  on 1999/05/06  01:56:06
17054         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
17055              change#3180)
17056      Branch: perl
17057            ! op.c
17058 ____________________________________________________________________________
17059 [  3306] By: gsar                                  on 1999/05/05  17:17:34
17060         Log: applied non-conflicting parts of suggested patch
17061              From: Charles Bailey <BAILEY@newman.upenn.edu>
17062              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
17063              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
17064              Subject: [Patch 5.005_56] Revised VMS patch
17065      Branch: perl
17066            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
17067            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
17068 ____________________________________________________________________________
17069 [  3305] By: gsar                                  on 1999/05/05  16:20:19
17070         Log: make perldoc use backslashed pathnames within system() on win32
17071      Branch: perl
17072            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
17073 ____________________________________________________________________________
17074 [  3304] By: gsar                                  on 1999/05/05  07:29:43
17075         Log: upgrade Pod::Parser to v1.081 from CPAN
17076      Branch: perl
17077            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17078            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17079            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
17080 ____________________________________________________________________________
17081 [  3303] By: gsar                                  on 1999/05/05  07:02:07
17082         Log: From: Andy Dougherty <doughera@lafayette.edu>
17083              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
17084              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
17085              Subject: [PATCH 5.005_03-MT3] INSTALL patches
17086      Branch: perl
17087            ! INSTALL
17088 ____________________________________________________________________________
17089 [  3302] By: gsar                                  on 1999/05/05  06:55:21
17090         Log: load base packages based on nonexistent $VERSION
17091              From: andreas.koenig@anima.de (Andreas J. Koenig)
17092              Date: 19 Mar 1999 06:00:28 +0100
17093              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
17094              Subject: Re: base.pm flaw
17095      Branch: perl
17096            ! lib/base.pm lib/locale.pm
17097 ____________________________________________________________________________
17098 [  3301] By: gsar                                  on 1999/05/04  05:41:08
17099         Log: pod2man outputs switched date and revision label (fix suggested by
17100              EthanSasiela@mede.com)
17101      Branch: perl
17102            ! pod/pod2man.PL
17103 ____________________________________________________________________________
17104 [  3300] By: gsar                                  on 1999/05/03  18:48:25
17105         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
17106              (makes opendir(D,"c:") work reliably)
17107      Branch: perl
17108            ! win32/win32.c
17109 ____________________________________________________________________________
17110 [  3299] By: gsar                                  on 1999/05/02  19:39:55
17111         Log: add test case for change#3298
17112      Branch: perl
17113            ! sv.c t/op/readdir.t
17114 ____________________________________________________________________________
17115 [  3298] By: gsar                                  on 1999/05/02  19:24:41
17116         Log: close directory handles properly when localized
17117      Branch: perl
17118            ! sv.c
17119 ____________________________________________________________________________
17120 [  3297] By: jhi                                   on 1999/04/30  11:42:14
17121         Log: Integrate from mainperl.
17122      Branch: cfgperl
17123           !> Changes config_h.SH configure.com lib/AutoLoader.pm
17124           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
17125           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
17126           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
17127           !> vms/subconfigure.com win32/win32.c
17128 ____________________________________________________________________________
17129 [  3293] By: chip                                  on 1999/04/29  18:50:49
17130         Log: Fix shebang lines.
17131      Branch: maint-5.004/perl
17132            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
17133            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
17134            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
17135            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
17136            ! x2p/find2perl.PL x2p/s2p.PL
17137 ____________________________________________________________________________
17138 [  3284] By: gsar                                  on 1999/04/27  00:48:42
17139         Log: integrate change#3279 from maint-5.004
17140      Branch: perl
17141            ! lib/AutoLoader.pm
17142 ____________________________________________________________________________
17143 [  3279] By: chip                                  on 1999/04/26  23:09:26
17144         Log: Make &AutoLoad::AUTOLOAD reentrant.
17145      Branch: maint-5.004/perl
17146            ! lib/AutoLoader.pm
17147 ____________________________________________________________________________
17148 [  3276] By: chip                                  on 1999/04/26  22:34:36
17149         Log: Make porting scripts executable.
17150      Branch: maint-5.004/perl
17151            ! Changes Porting/genlog Porting/makerel Porting/p4desc
17152            ! Porting/patchls
17153 ____________________________________________________________________________
17154 [  3274] By: gsar                                  on 1999/04/26  17:30:31
17155         Log: allow embedded null characters in diagnostics
17156      Branch: perl
17157            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
17158 ____________________________________________________________________________
17159 [  3273] By: gsar                                  on 1999/04/26  08:27:22
17160         Log: hand-applied conflicting parts of suggested patch
17161              From: Charles Bailey <BAILEY@newman.upenn.edu>
17162              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
17163              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
17164              Subject: [PATCH 5.005_56] VMS configuration/build
17165      Branch: perl
17166            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
17167            ! vms/munchconfig.c vms/subconfigure.com
17168 ____________________________________________________________________________
17169 [  3272] By: gsar                                  on 1999/04/26  08:25:41
17170         Log: update Changes; tweak minor regressions
17171      Branch: perl
17172            ! Changes lib/AutoSplit.pm lib/File/Path.pm
17173 ____________________________________________________________________________
17174 [  3271] By: gsar                                  on 1999/04/26  07:52:51
17175         Log: integrate change#3229 from maint-5.004
17176      Branch: perl
17177            ! pp_ctl.c util.c
17178 ____________________________________________________________________________
17179 [  3270] By: gsar                                  on 1999/04/25  22:58:27
17180         Log: fix buggy reference count on refs to SVs with autoviv magic
17181              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
17182              accessing free()d memory)
17183      Branch: perl
17184            ! pp.c t/op/ref.t
17185 ____________________________________________________________________________
17186 [  3269] By: gsar                                  on 1999/04/24  17:07:55
17187         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
17188              on win32)
17189      Branch: perl
17190            ! win32/win32.c
17191 ____________________________________________________________________________
17192 [  3268] By: gsar                                  on 1999/04/24  16:38:25
17193         Log: kill dup hunk
17194      Branch: perl
17195            ! config_h.SH
17196 ____________________________________________________________________________
17197 [  3267] By: gsar                                  on 1999/04/24  16:35:57
17198         Log: integrate cfgperl changes into mainline
17199      Branch: perl
17200           +> myconfig.SH
17201            - myconfig
17202            ! pod/perlre.pod
17203           !> (integrate 38 files)
17204 ____________________________________________________________________________
17205 [  3266] By: jhi                                   on 1999/04/23  18:42:44
17206         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17207              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
17208              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
17209              Cc: Lionel Cons <lionel.cons@cern.ch>,
17210              Ilya Zakharevich <ilya@math.ohio-state.edu>,
17211              David Hayes <david@bdel.com>
17212              Subject: [PATCH] h2ph
17213              Date: Fri, 23 Apr 1999 12:37:23 -0400
17214              Message-ID: <19990423123723.A49550@O2.chapin.edu>
17215      Branch: cfgperl
17216            ! utils/h2ph.PL
17217 ____________________________________________________________________________
17218 [  3265] By: jhi                                   on 1999/04/21  18:17:12
17219         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
17220              To: perlbug@perl.org
17221              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
17222              Date: Wed, 21 Apr 1999 08:17:54 -0700
17223              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
17224      Branch: cfgperl
17225            ! vms/descrip_mms.template
17226 ____________________________________________________________________________
17227 [  3264] By: jhi                                   on 1999/04/20  08:50:54
17228         Log: From: Andy Dougherty <doughera@lafayette.edu>
17229              To: The Perl Porters Mailing List <perl5-porters@perl.org>
17230              Subject: [PATCH 5.005_56] Re: 5.006 Todo
17231              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
17232              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
17233      Branch: cfgperl
17234            ! Porting/pumpkin.pod
17235 ____________________________________________________________________________
17236 [  3263] By: jhi                                   on 1999/04/20  08:05:01
17237         Log: From: Chip Salzenberg <chip@perlsupport.com>
17238              To: Perl 5 Porters <perl5-porters@perl.org>
17239              Subject: [PATCH 5.005_56] Configure: $sig_count
17240              Date: Sun, 18 Apr 1999 17:54:36 -0400
17241              Message-ID: <19990418175436.A27496@perlsupport.com>
17242      Branch: cfgperl
17243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17244            ! config_h.SH
17245 ____________________________________________________________________________
17246 [  3262] By: jhi                                   on 1999/04/19  18:23:50
17247         Log: Subject: PATCH wrong faq reference in perlbook.pod
17248              From: Robin Barker <rmb1@cise.npl.co.uk>
17249              To: perlbug@perl.com
17250              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
17251              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
17252      Branch: cfgperl
17253            ! pod/perlbook.pod
17254 ____________________________________________________________________________
17255 [  3261] By: jhi                                   on 1999/04/15  13:59:04
17256         Log: From: Andy Dougherty <doughera@lafayette.edu>
17257              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
17258              Cc: Perl Porters <perl5-porters@perl.org>
17259              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
17260              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
17261              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
17262      Branch: cfgperl
17263            ! hints/solaris_2.sh
17264 ____________________________________________________________________________
17265 [  3260] By: jhi                                   on 1999/04/15  13:56:53
17266         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17267              To: pumpkings@jhereg.perl.com
17268              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
17269              Date: Thu, 15 Apr 1999 07:13:41 -0600
17270              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
17271      Branch: cfgperl
17272            ! pod/perldata.pod
17273 ____________________________________________________________________________
17274 [  3259] By: jhi                                   on 1999/04/13  23:12:52
17275         Log: LDLIBPTH also on 'clean' targets.
17276      Branch: cfgperl
17277            ! Makefile.SH
17278 ____________________________________________________________________________
17279 [  3258] By: jhi                                   on 1999/04/13  21:38:46
17280         Log: Add information about the two DEC C compiler optimizer bugs
17281              (what patch levels of the compilers fix them).
17282      Branch: cfgperl
17283            ! pp.c t/op/repeat.t
17284 ____________________________________________________________________________
17285 [  3257] By: jhi                                   on 1999/04/13  14:25:08
17286         Log: Be polite about ccdlflags and lddflags, too.
17287              Avoid Perl's malloc only when threaded.
17288      Branch: cfgperl
17289            ! hints/aix.sh
17290 ____________________________________________________________________________
17291 [  3256] By: jhi                                   on 1999/04/13  10:21:33
17292         Log: Croak if no known ways to semctl() (don't assume union semun).
17293      Branch: cfgperl
17294            ! doio.c perl.h
17295 ____________________________________________________________________________
17296 [  3255] By: jhi                                   on 1999/04/13  09:10:26
17297         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17298              To: perl5-porters@perl.org, vmsperl@perl.org
17299              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
17300              Date: Mon, 12 Apr 1999 13:36:48 -0700
17301              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
17302      Branch: cfgperl
17303            ! lib/ExtUtils/MM_VMS.pm
17304 ____________________________________________________________________________
17305 [  3254] By: jhi                                   on 1999/04/13  06:56:26
17306         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17307              To: perlbug@perl.com
17308              Subject: Update for OpenBSD hints
17309              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
17310              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
17311      Branch: cfgperl
17312            ! hints/openbsd.sh
17313 ____________________________________________________________________________
17314 [  3229] By: chip                                  on 1999/04/13  04:04:14
17315         Log: Preserve errno from importunities of sfio.
17316      Branch: maint-5.004/perl
17317            ! pp_ctl.c util.c
17318 ____________________________________________________________________________
17319 [  3226] By: jhi                                   on 1999/04/11  12:52:26
17320         Log: If both ways to call semctl are broken,    skip the tests.
17321      Branch: cfgperl
17322            ! t/lib/ipc_sysv.t
17323 ____________________________________________________________________________
17324 [  3225] By: jhi                                   on 1999/04/10  22:27:28
17325         Log: From: Andy Dougherty <doughera@lafayette.edu>
17326              To: dsembr01@ox.slug.louisville.edu
17327              Cc: perlbug@perl.com
17328              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
17329              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
17330              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
17331      Branch: cfgperl
17332            ! ext/POSIX/POSIX.xs
17333 ____________________________________________________________________________
17334 [  3224] By: jhi                                   on 1999/04/09  18:50:32
17335         Log: From: Andy Dougherty <doughera@lafayette.edu>
17336              To: Perl Porters <perl5-porters@perl.org>
17337              Subject: [PATCH 5.005_56] Re: prefix= in hints
17338              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
17339              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
17340              
17341              (Overrides change #3204 from Kurt)
17342      Branch: cfgperl
17343            ! hints/linux.sh
17344 ____________________________________________________________________________
17345 [  3223] By: jhi                                   on 1999/04/09  18:37:55
17346         Log: Understand Apollo's //node notation.
17347              
17348              From: Johann Klasek <jk@auto.tuwien.ac.at>
17349              To: jhi@iki.fi
17350              Subject: Re: DomainPerl
17351              Date: Fri, 9 Apr 1999 18:21:37 +0200
17352              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
17353      Branch: cfgperl
17354            ! lib/Cwd.pm
17355 ____________________________________________________________________________
17356 [  3220] By: jhi                                   on 1999/04/04  16:33:49
17357         Log: Integrate from mainperl.
17358      Branch: cfgperl
17359           !> (integrate 39 files)
17360 ____________________________________________________________________________
17361 [  3219] By: gsar                                  on 1999/04/04  02:48:17
17362         Log: tweak previous change
17363      Branch: maint-5.005/perl
17364            ! win32/win32.c
17365 ____________________________________________________________________________
17366 [  3218] By: gsar                                  on 1999/04/04  02:44:47
17367         Log: be careful about extending the stack for the Win32:: builtins
17368      Branch: maint-5.005/perl
17369            ! win32/win32.c
17370 ____________________________________________________________________________
17371 [  3217] By: gsar                                  on 1999/04/04  01:59:26
17372         Log: correct places that said newSVpv() when they meant newSVpvn()
17373      Branch: perl
17374            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
17375            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
17376            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17377            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
17378            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
17379            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
17380            ! win32/win32.c
17381 ____________________________________________________________________________
17382 [  3216] By: gsar                                  on 1999/04/03  23:58:27
17383         Log: avoid duplicate code
17384      Branch: perl
17385            ! sv.c
17386 ____________________________________________________________________________
17387 [  3215] By: gsar                                  on 1999/04/03  23:14:34
17388         Log: grow PL_tmps_stack more efficiently; make it more amenable to
17389              STRESS_REALLOC testing
17390      Branch: perl
17391            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
17392            ! sv.c
17393 ____________________________________________________________________________
17394 [  3214] By: gsar                                  on 1999/04/03  21:01:09
17395         Log: scrounge and save three extra branches in pp_entersub()
17396      Branch: perl
17397            ! cv.h pp_ctl.c pp_hot.c
17398 ____________________________________________________________________________
17399 [  3213] By: gsar                                  on 1999/04/03  17:43:23
17400         Log: remove duplicate code and an extra branch in sv_setsv() and
17401              other hot code by making SvTHINKFIRST() think about FAKE SVs
17402      Branch: perl
17403            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
17404            ! proto.h scope.c sv.c sv.h
17405 ____________________________________________________________________________
17406 [  3212] By: jhi                                   on 1999/04/03  16:20:09
17407         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
17408              
17409              From: John Bley <jbb6@acpub.duke.edu>
17410              To: perlbug@perl.org
17411              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
17412              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
17413              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
17414      Branch: cfgperl
17415            ! doio.c pp_sys.c
17416 ____________________________________________________________________________
17417 [  3211] By: jhi                                   on 1999/04/03  13:27:26
17418         Log: Change #3210 was rather unportable.  This is better.
17419      Branch: cfgperl
17420            ! Configure config_h.SH
17421 ____________________________________________________________________________
17422 [  3210] By: jhi                                   on 1999/04/03  13:16:20
17423         Log: Avoid Digital UNIX' ksh.
17424              
17425              From: Jarkko Hietaniemi <jhi@iki.fi> 
17426              To: Henrik Tougaard <ht000@siberut.foa.dk> 
17427              Cc: perlbug@perl.com, ht000@foa.dk 
17428              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
17429              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
17430              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
17431      Branch: cfgperl
17432            ! Configure config_h.SH
17433 ____________________________________________________________________________
17434 [  3209] By: jhi                                   on 1999/04/03  12:49:04
17435         Log: Integrate from mainperl.
17436      Branch: cfgperl
17437           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
17438 ____________________________________________________________________________
17439 [  3208] By: jhi                                   on 1999/04/03  12:27:24
17440         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
17441              
17442              From: Lionel Cons <lionel.cons@cern.ch>
17443              To: jhi@iki.fi
17444              Cc: perlbug@perl.com, kstar@isinet.com,
17445              Philippe Defert <philippe.defert@cern.ch>
17446              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
17447              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
17448              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
17449      Branch: cfgperl
17450            ! hints/irix_6.sh
17451 ____________________________________________________________________________
17452 [  3207] By: jhi                                   on 1999/04/03  12:20:21
17453         Log: Be polite about usemymalloc.
17454      Branch: cfgperl
17455            ! hints/aix.sh
17456 ____________________________________________________________________________
17457 [  3206] By: gsar                                  on 1999/04/02  23:31:59
17458         Log: a typo in change#3205
17459      Branch: perl
17460            ! t/lib/bigfloatpm.t
17461 ____________________________________________________________________________
17462 [  3205] By: gsar                                  on 1999/04/02  23:20:31
17463         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
17464              returns NaNs faithfully)
17465      Branch: perl
17466            ! t/lib/bigfloatpm.t
17467 ____________________________________________________________________________
17468 [  3204] By: jhi                                   on 1999/04/02  22:03:23
17469         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
17470              
17471              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17472              To: perl5-porters@perl.org
17473              Subject: linux hints nit
17474              Date: Fri, 2 Apr 1999 16:49:47 -0500
17475              Message-ID: <19990402164947.E80926@O2.chapin.edu>
17476      Branch: cfgperl
17477            ! hints/linux.sh
17478 ____________________________________________________________________________
17479 [  3203] By: jhi                                   on 1999/04/02  22:00:56
17480         Log: Display exact glibc version in Linux. 
17481              
17482              From: Andy Dougherty <doughera@lafayette.edu>
17483              To: Perl Porters <perl5-porters@perl.org>
17484              Subject: Displaying glibc version on Linux
17485              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
17486              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
17487      Branch: cfgperl
17488            ! hints/linux.sh
17489 ____________________________________________________________________________
17490 [  3202] By: gsar                                  on 1999/04/02  21:23:18
17491         Log: various little goofs
17492      Branch: perl
17493            ! Changes Makefile.SH README installperl
17494 ____________________________________________________________________________
17495 [  3201] By: jhi                                   on 1999/04/02  13:13:39
17496         Log: Configure regen.
17497              
17498              Add llseek + offset_t probing.
17499              Change CONFIG to CONFIGDOTSH.
17500              'unset foo' is unportable, use foo=''.
17501      Branch: cfgperl
17502            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
17503            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
17504            ! perl_exp.SH writemain.SH
17505 ____________________________________________________________________________
17506 [  3200] By: jhi                                   on 1999/04/02  12:06:22
17507         Log: Introduce myconfig.SH.
17508              
17509              From: Andy Dougherty <doughera@lafayette.edu>
17510              To: Jarkko Hietaniemi <jhi@iki.fi>
17511              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
17512              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
17513              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
17514              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
17515      Branch: cfgperl
17516            + myconfig.SH
17517            - myconfig
17518            ! MANIFEST
17519 ____________________________________________________________________________
17520 [  3195] By: jhi                                   on 1999/03/28  16:42:54
17521         Log: Update perlhist on 5_03.
17522      Branch: maint-5.005/perl
17523            ! pod/perlhist.pod
17524 ____________________________________________________________________________
17525 [  3194] By: jhi                                   on 1999/03/28  12:30:01
17526         Log: Integrate from mainperl.
17527      Branch: cfgperl
17528           +> t/op/grep.t
17529            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
17530            ! t/lib/bigintpm.t
17531           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
17532           !> t/lib/thread.t
17533 ____________________________________________________________________________
17534 [  3189] By: gsar                                  on 1999/03/28  08:22:00
17535         Log: various pod niggles
17536      Branch: maint-5.005/perl
17537            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
17538            ! pod/perlfunc.pod pod/perlhist.pod
17539 ____________________________________________________________________________
17540 [  3187] By: gsar                                  on 1999/03/28  07:31:16
17541         Log: regularize CAPI declarations (CAPI extensions now build under
17542              the Borland compiler)
17543      Branch: maint-5.005/perl
17544            ! win32/GenCAPI.pl
17545 ____________________________________________________________________________
17546 [  3186] By: gsar                                  on 1999/03/28  07:26:33
17547         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
17548              -DPERL_CAPI
17549      Branch: maint-5.005/perl
17550            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17551 ____________________________________________________________________________
17552 [  3183] By: gsar                                  on 1999/03/28  06:00:46
17553         Log: update p4 utility to ignore non-text files
17554      Branch: perl
17555            ! Porting/p4desc
17556 ____________________________________________________________________________
17557 [  3181] By: gsar                                  on 1999/03/28  03:37:23
17558         Log: integrate change#3179 from maint-5.005
17559      Branch: perl
17560           !> ext/Thread/Thread.xs t/lib/thread.t
17561 ____________________________________________________________________________
17562 [  3180] By: gsar                                  on 1999/03/28  02:28:20
17563         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
17564              (sometimes caused bizarreness in the BLOCK)
17565      Branch: perl
17566            + t/op/grep.t
17567            ! MANIFEST op.c
17568 ____________________________________________________________________________
17569 [  3179] By: gsar                                  on 1999/03/28  02:14:04
17570         Log: fix thread segfault when passing large number of arguments to child
17571              a la C<Thread->new($foo, 1..1000)>
17572      Branch: maint-5.005/perl
17573            ! ext/Thread/Thread.xs t/lib/thread.t
17574 ____________________________________________________________________________
17575 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
17576         Log: fix $Config{'usethreads'} typo in perlthrtut
17577              
17578              From: Ian Maloney <szhmf9@wsblob.ubs.com>
17579              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
17580              Message-Id: <199903251540.QAA02439@wsblob.>
17581              Subject: perlthrtut documentation error
17582      Branch: maint-5.005/perl
17583            ! pod/perlthrtut.pod
17584 ____________________________________________________________________________
17585 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
17586         Log: Update Test.pm to VERSION 1.122 from CPAN
17587      Branch: maint-5.005/perl
17588            ! lib/Test.pm
17589 ____________________________________________________________________________
17590 [  3171] By: jhi                                   on 1999/03/26  22:38:28
17591         Log: Integrate from mainperl.
17592      Branch: cfgperl
17593           !> (integrate 37 files)
17594 ____________________________________________________________________________
17595 [  3170] By: gsar                                  on 1999/03/26  01:30:25
17596         Log: specify type of bracket in "Unmatched bracket" diagnostic;
17597              prefer 'brace' or 'curly bracket' over 'curly brace'
17598      Branch: perl
17599            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
17600            ! t/op/misc.t t/op/re_tests toke.c
17601 ____________________________________________________________________________
17602 [  3169] By: gsar                                  on 1999/03/26  00:50:51
17603         Log: better description of "Integer overflow" diagnostic
17604      Branch: perl
17605            ! pod/perldiag.pod
17606 ____________________________________________________________________________
17607 [  3168] By: gsar                                  on 1999/03/25  11:02:46
17608         Log: applied needful parts of suggested patch
17609              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
17610              Date: Tue, 23 Mar 1999 16:21:43 -0800
17611              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
17612              Subject: [PATCH 5.005_56] pp_formline correction
17613      Branch: perl
17614            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
17615 ____________________________________________________________________________
17616 [  3167] By: gsar                                  on 1999/03/25  10:39:02
17617         Log: clarify what a "comment" means (due to Mark-Jason Dominus
17618              <mjd@plover.com>)
17619      Branch: perl
17620            ! pod/perlsyn.pod
17621 ____________________________________________________________________________
17622 [  3166] By: gsar                                  on 1999/03/25  10:33:18
17623         Log: describe current behavior on local($foo{nothere}) (suggested by
17624              Lionel Cons <lionel.cons@cern.ch>)
17625      Branch: perl
17626            ! pod/perlsub.pod
17627 ____________________________________________________________________________
17628 [  3165] By: gsar                                  on 1999/03/25  06:21:05
17629         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
17630              <vishalb@hotmail.com>)
17631      Branch: perl
17632            ! ext/B/B/C.pm
17633 ____________________________________________________________________________
17634 [  3164] By: gsar                                  on 1999/03/25  06:17:27
17635         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17636              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
17637              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
17638              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
17639      Branch: perl
17640            ! ext/B/B.xs op.h opcode.pl
17641 ____________________________________________________________________________
17642 [  3163] By: gsar                                  on 1999/03/25  06:15:49
17643         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
17644              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
17645              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
17646              Subject: [PATCH _56] B::Deparse 0.57
17647              --
17648              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
17649              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
17650              Subject: Re: [PATCH _56] B::Deparse 0.57 
17651      Branch: perl
17652            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
17653 ____________________________________________________________________________
17654 [  3162] By: gsar                                  on 1999/03/25  06:11:46
17655         Log: fix a few places that said 'int', but meant 'STRLEN'
17656      Branch: perl
17657            ! pod/perlguts.pod proto.h sv.c
17658 ____________________________________________________________________________
17659 [  3161] By: gsar                                  on 1999/03/25  06:01:18
17660         Log: From: Russ Allbery <rra@stanford.edu>
17661              Date: 22 Mar 1999 04:26:26 -0800
17662              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
17663              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
17664      Branch: perl
17665            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
17666            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
17667            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
17668            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
17669 ____________________________________________________________________________
17670 [  3160] By: gsar                                  on 1999/03/25  02:26:31
17671         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
17672      Branch: perl
17673            ! opcode.h opcode.pl
17674 ____________________________________________________________________________
17675 [  3159] By: gsar                                  on 1999/03/25  02:18:17
17676         Log: add statement-modifier loops to :base_loop class
17677      Branch: perl
17678            ! ext/Opcode/Opcode.pm
17679 ____________________________________________________________________________
17680 [  3158] By: gsar                                  on 1999/03/25  00:36:57
17681         Log: integrate changes#3105,3130,3154 from maint-5.005
17682      Branch: perl
17683           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
17684 ____________________________________________________________________________
17685 [  3157] By: gsar                                  on 1999/03/25  00:24:17
17686         Log: remove bogus panic()
17687      Branch: perl
17688            ! Changes lib/Math/BigFloat.pm
17689 ____________________________________________________________________________
17690 [  3156] By: jhi                                   on 1999/03/24  22:43:43
17691         Log: Integrate from mainperl.
17692      Branch: cfgperl
17693           +> (branch 38 files)
17694           !> (integrate 68 files)
17695 ____________________________________________________________________________
17696 [  3155] By: jhi                                   on 1999/03/24  22:12:17
17697         Log: Configure regenerated because of changes #3130/#3154 and #3147.
17698      Branch: cfgperl
17699            ! Configure config_h.SH
17700 ____________________________________________________________________________
17701 [  3154] By: jhi                                   on 1999/03/24  21:40:51
17702         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
17703              based on suggestions from Andy Dougherty.
17704      Branch: maint-5.005/perl
17705            ! INSTALL
17706 ____________________________________________________________________________
17707 [  3153] By: gsar                                  on 1999/03/24  10:38:05
17708         Log: applied suggested patch, modulo superceded parts
17709              From: Charles Bailey <BAILEY@newman.upenn.edu>
17710              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
17711              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
17712              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
17713      Branch: perl
17714            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17715            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
17716            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
17717            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
17718 ____________________________________________________________________________
17719 [  3152] By: gsar                                  on 1999/03/24  10:30:51
17720         Log: applied suggested patch, modulo superceded parts
17721              From: Charles Bailey <BAILEY@newman.upenn.edu>
17722              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
17723              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
17724              Subject: [PATCH 5.005_56] Miscellaneous small fixes
17725      Branch: perl
17726            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
17727            ! lib/File/Basename.pm
17728 ____________________________________________________________________________
17729 [  3151] By: gsar                                  on 1999/03/24  10:15:00
17730         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
17731      Branch: perl
17732            ! pod/perlop.pod
17733 ____________________________________________________________________________
17734 [  3150] By: gsar                                  on 1999/03/24  10:09:13
17735         Log: missing integration in previous change
17736      Branch: perl
17737           !> README.apollo
17738 ____________________________________________________________________________
17739 [  3149] By: gsar                                  on 1999/03/24  10:06:44
17740         Log: integrate changes#3116,3119 from maint-5.005
17741      Branch: perl
17742            + README.apollo
17743           +> apollo/netinet/in.h
17744           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
17745 ____________________________________________________________________________
17746 [  3148] By: gsar                                  on 1999/03/24  10:01:56
17747         Log: integrate changes#3091-3094 from maint-5.005
17748      Branch: perl
17749           !> README.hurd vms/subconfigure.com vos/config.h
17750           !> vos/config_h.SH_orig
17751 ____________________________________________________________________________
17752 [  3147] By: gsar                                  on 1999/03/24  09:31:49
17753         Log: warn about newfangled vfork() caveats
17754      Branch: perl
17755            ! Configure
17756 ____________________________________________________________________________
17757 [  3146] By: jhi                                   on 1999/03/24  09:20:14
17758         Log: Bring in changes #2808 and #2812 (from mainline perl)
17759              that enhance the perlbug checklist.
17760      Branch: maint-5.005/perl
17761            ! utils/perlbug.PL
17762 ____________________________________________________________________________
17763 [  3145] By: gsar                                  on 1999/03/24  08:37:02
17764         Log: integrate change#3115 from maint-5.005
17765      Branch: perl
17766           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17767           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
17768 ____________________________________________________________________________
17769 [  3144] By: gsar                                  on 1999/03/24  08:33:59
17770         Log: add note about map in scalar context
17771      Branch: perl
17772            ! pod/perlfunc.pod
17773 ____________________________________________________________________________
17774 [  3143] By: gsar                                  on 1999/03/24  08:25:59
17775         Log: doc tweak
17776      Branch: perl
17777            ! lib/Time/Local.pm
17778 ____________________________________________________________________________
17779 [  3142] By: gsar                                  on 1999/03/24  08:20:37
17780         Log: applied suggested patch, modulo bogus hunk
17781              From: "Vishal Bhatia" <vishalb@hotmail.com>
17782              Date: Thu, 11 Mar 1999 07:40:27 PST
17783              Message-ID: <19990311154027.25891.qmail@hotmail.com>
17784              Subject: [PATCH 5.005_56] Minor fixes in perlcc
17785      Branch: perl
17786            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
17787 ____________________________________________________________________________
17788 [  3141] By: gsar                                  on 1999/03/24  08:06:12
17789         Log: integrate change#3104 from maint-5.005
17790      Branch: perl
17791           !> README.os390 t/lib/posix.t
17792 ____________________________________________________________________________
17793 [  3140] By: gsar                                  on 1999/03/24  06:34:56
17794         Log: fix failure of C<&locked_sub;> under -Dusethreads
17795      Branch: perl
17796            ! pp_hot.c t/lib/thread.t
17797 ____________________________________________________________________________
17798 [  3139] By: gsar                                  on 1999/03/24  05:52:00
17799         Log: debugger tweak (wasn't printing a newline after recalled commands)
17800      Branch: perl
17801            ! lib/perl5db.pl
17802 ____________________________________________________________________________
17803 [  3138] By: gsar                                  on 1999/03/24  05:33:28
17804         Log: document OO exceptions (based on a suggestion by Andreas Koenig
17805              <andreas.koenig@anima.de>)
17806      Branch: perl
17807            ! pod/perlfunc.pod
17808 ____________________________________________________________________________
17809 [  3137] By: gsar                                  on 1999/03/24  02:50:20
17810         Log: better "Illegal %s digit ignored" warnings
17811      Branch: perl
17812            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
17813            ! toke.c util.c
17814 ____________________________________________________________________________
17815 [  3136] By: gsar                                  on 1999/03/24  02:26:38
17816         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
17817      Branch: perl
17818            + t/pragma/utf8.t
17819            ! regcomp.c
17820 ____________________________________________________________________________
17821 [  3135] By: gsar                                  on 1999/03/24  01:29:09
17822         Log: flip release & version in win32_uname()
17823      Branch: perl
17824            ! win32/win32.c
17825 ____________________________________________________________________________
17826 [  3134] By: gsar                                  on 1999/03/24  01:08:33
17827         Log: support POSIX::uname() via win32_uname()
17828      Branch: perl
17829            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
17830            ! win32/config.gc win32/config.vc win32/config_H.bc
17831            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
17832            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17833 ____________________________________________________________________________
17834 [  3133] By: gsar                                  on 1999/03/23  22:20:10
17835         Log: From: jan.dubois@ibm.net (Jan Dubois)
17836              Date: Sat, 06 Mar 1999 21:42:56 +0100
17837              Message-ID: <36e49281.50337171@smtp1.ibm.net>
17838              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
17839      Branch: perl
17840            ! pod/perldelta.pod
17841 ____________________________________________________________________________
17842 [  3132] By: gsar                                  on 1999/03/23  22:17:45
17843         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
17844              Date: Sat, 06 Mar 1999 17:50:49 +0100
17845              Message-ID: <36e25209.33833760@smtp1.ibm.net>
17846              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
17847              --
17848              Date: Sat, 06 Mar 1999 18:15:00 +0100
17849              Message-ID: <36e36222.37954195@smtp1.ibm.net>
17850              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
17851      Branch: perl
17852            + t/lib/filefunc.t
17853            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
17854            ! pod/perldelta.pod pod/perlmodlib.pod
17855 ____________________________________________________________________________
17856 [  3131] By: gsar                                  on 1999/03/23  22:07:59
17857         Log: integrate cfgperl changes into mainline
17858      Branch: perl
17859           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17860           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
17861           !> installperl malloc.c perl.c perl.h pod/perl.pod
17862           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
17863 ____________________________________________________________________________
17864 [  3130] By: jhi                                   on 1999/03/23  22:02:23
17865         Log: Don't use config.msg to remind about the
17866              LD_LIBRARY_PATH because Makefile.SH takes
17867              care of that.
17868              
17869              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
17870              This used to be the default but in some MT or another it
17871              was dropped because of some transient error or another.
17872      Branch: maint-5.005/perl
17873            ! Configure hints/dec_osf.sh
17874 ____________________________________________________________________________
17875 [  3129] By: gsar                                  on 1999/03/23  21:38:03
17876         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
17877              to size    and better maintainability)
17878      Branch: perl
17879            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17880            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17881            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
17882            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
17883            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
17884            + t/pod/include.xr t/pod/included.t t/pod/included.xr
17885            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
17886            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
17887            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
17888            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
17889            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
17890            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
17891            ! win32/Makefile win32/makefile.mk win32/pod.mak
17892 ____________________________________________________________________________
17893 [  3128] By: jhi                                   on 1999/03/23  10:14:54
17894         Log: Integrate from mainperl.
17895      Branch: cfgperl
17896           !> (integrate 46 files)
17897 ____________________________________________________________________________
17898 [  3127] By: gsar                                  on 1999/03/23  06:57:30
17899         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
17900              Date: Thu, 4 Mar 1999 10:54:01 -0800
17901              Message-Id: <9903041854.AA46868@frc0000>
17902              Subject: patch for useless Math::BigInt warnings
17903      Branch: perl
17904            ! lib/Math/BigInt.pm
17905 ____________________________________________________________________________
17906 [  3126] By: gsar                                  on 1999/03/23  05:54:37
17907         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
17908              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17909              Date: Fri, 19 Feb 1999 15:47:59 -0500
17910              Message-ID: <19990219154759.A32350@O2.chapin.edu>
17911              Subject: [PATCH] OSF/1 hints
17912      Branch: perl
17913            ! hints/dec_osf.sh
17914 ____________________________________________________________________________
17915 [  3125] By: gsar                                  on 1999/03/23  00:56:38
17916         Log: avoid typeglob persistence in pp_readline()
17917      Branch: perl
17918            ! sv.c t/op/gv.t
17919 ____________________________________________________________________________
17920 [  3124] By: gsar                                  on 1999/03/22  21:12:23
17921         Log: update copyright years
17922      Branch: perl
17923            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
17924            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
17925            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
17926            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17927            ! sv.c sv.h toke.c utf8.c utf8.h util.c
17928 ____________________________________________________________________________
17929 [  3123] By: gsar                                  on 1999/03/22  07:07:06
17930         Log: implement win32_spawnvp() internally, making it return true PIDs
17931              for asynchronous spawns; fix win32_kill() to always deal with
17932              PIDs
17933      Branch: perl
17934            ! win32/win32.c win32/win32.h
17935 ____________________________________________________________________________
17936 [  3122] By: jhi                                   on 1999/03/19  21:12:14
17937         Log: Describe the new Benchmark feature in more detail.
17938      Branch: cfgperl
17939            ! pod/perldelta.pod
17940      Branch: maint-5.005/perl
17941            ! pod/perldelta.pod
17942 ____________________________________________________________________________
17943 [  3121] By: jhi                                   on 1999/03/19  08:16:12
17944         Log: AVAILABILITY tuning.
17945      Branch: cfgperl
17946            ! pod/perl.pod
17947      Branch: maint-5.005/perl
17948            ! pod/perl.pod
17949 ____________________________________________________________________________
17950 [  3120] By: jhi                                   on 1999/03/17  14:52:17
17951         Log: Rhapsody change assumed too much.
17952      Branch: cfgperl
17953            ! t/op/stat.t
17954 ____________________________________________________________________________
17955 [  3119] By: jhi                                   on 1999/03/17  14:33:43
17956         Log: More Apollo fixes.
17957      Branch: maint-5.005/perl
17958            ! README.apollo hints/apollo.sh t/lib/io_udp.t
17959 ____________________________________________________________________________
17960 [  3118] By: jhi                                   on 1999/03/16  17:23:39
17961         Log: Nada.
17962      Branch: maint-5.005/perl
17963            ! README.apollo
17964 ____________________________________________________________________________
17965 [  3117] By: jhi                                   on 1999/03/16  17:18:49
17966         Log: Apollo DomainOS AVAILABILITY.
17967      Branch: cfgperl
17968            ! pod/perl.pod
17969      Branch: maint-5.005/perl
17970            ! pod/perl.pod
17971 ____________________________________________________________________________
17972 [  3116] By: jhi                                   on 1999/03/16  17:14:00
17973         Log: Apollo DomainOS patch
17974              From: Johann Klasek <jk@auto.tuwien.ac.at>
17975              Subject: Re: DomainPerl
17976              Date: Tue, 16 Mar 1999 17:46:32 +0100
17977              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
17978      Branch: maint-5.005/perl
17979            + README.apollo apollo/netinet/in.h
17980            ! MANIFEST hints/apollo.sh
17981 ____________________________________________________________________________
17982 [  3115] By: jhi                                   on 1999/03/16  14:23:54
17983         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
17984              To: Gurusamy Sarathy <gsar@activestate.com>,
17985              Graham Barr <gbarr@pobox.com>
17986              Cc: Perl5 Porters <perl5-porters@perl.org>,
17987              "Paul.Marquess" <Paul.Marquess@btinternet.com>
17988              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
17989              Date: Sun, 14 Mar 1999 14:43:57 -0000
17990              Message-Id: <199903141841.NAA17040@defender.perl.org>
17991      Branch: maint-5.005/perl
17992            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17993            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17994 ____________________________________________________________________________
17995 [  3114] By: jhi                                   on 1999/03/16  12:42:20
17996         Log: Mention Rhapsody in 5.005_5X perldelta,
17997              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
17998              *planned* AVAILABILITY.
17999      Branch: cfgperl
18000            ! pod/perl.pod pod/perldelta.pod
18001      Branch: maint-5.005/perl
18002            ! pod/perl.pod
18003 ____________________________________________________________________________
18004 [  3113] By: jhi                                   on 1999/03/16  10:38:53
18005         Log: perldelta niggling.
18006      Branch: cfgperl
18007            ! pod/perldelta.pod
18008      Branch: maint-5.005/perl
18009            ! pod/perldelta.pod
18010 ____________________________________________________________________________
18011 [  3112] By: jhi                                   on 1999/03/16  10:35:21
18012         Log: Integrate from mainperl.
18013      Branch: cfgperl
18014           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18015           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18016 ____________________________________________________________________________
18017 [  3111] By: jhi                                   on 1999/03/16  10:28:10
18018         Log: AVAILABILITY update: still mention PowerUX,
18019              Novell Netware now has sources available.
18020      Branch: cfgperl
18021            ! pod/perl.pod
18022      Branch: maint-5.005/perl
18023            ! pod/perl.pod
18024 ____________________________________________________________________________
18025 [  3110] By: gsar                                  on 1999/03/16  04:34:23
18026         Log: sundry pod niggles
18027      Branch: perl
18028            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18029            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18030 ____________________________________________________________________________
18031 [  3109] By: jhi                                   on 1999/03/15  17:00:11
18032         Log: Integrate from mainperl.
18033      Branch: cfgperl
18034           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18035           +> lib/unicode/Is/Syllable.pl
18036           +> lib/unicode/MakeEthiopicSyllables.PL
18037           +> lib/unicode/README.Ethiopic
18038           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18039           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18040           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18041           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18042           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18043           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18044           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18045           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
18046 ____________________________________________________________________________
18047 [  3108] By: jhi                                   on 1999/03/15  16:58:12
18048         Log: First pass of integrating the Rhapsody port,
18049              
18050              From: Wilfredo Sanchez <wsanchez@apple.com> 
18051              Subject: Keeping the world in sync.
18052              Reply-To: wsanchez@apple.com 
18053              To: perlbug@perl.com 
18054              Date: Fri, 13 Nov 1998 17:11:30 -0800 
18055              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
18056      Branch: cfgperl
18057            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
18058            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
18059            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
18060            ! x2p/util.c
18061 ____________________________________________________________________________
18062 [  3107] By: gsar                                  on 1999/03/15  03:22:10
18063         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
18064              From: Daniel Yacob <dmulholl@cs.indiana.edu>
18065              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
18066              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
18067              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
18068      Branch: perl
18069            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18070            + lib/unicode/Is/Syllable.pl
18071            + lib/unicode/MakeEthiopicSyllables.PL
18072            + lib/unicode/README.Ethiopic
18073            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18074            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18075            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18076            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18077            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18078            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18079            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18080            ! lib/unicode/Name.pl lib/unicode/Number.pl
18081 ____________________________________________________________________________
18082 [  3106] By: gsar                                  on 1999/03/12  20:35:36
18083         Log: change#3067 failed package.t due to needless creation of $a and $b;
18084              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
18085      Branch: perl
18086            ! op.c
18087 ____________________________________________________________________________
18088 [  3105] By: jhi                                   on 1999/03/12  15:54:57
18089         Log: Recognize the NetBSD packages collection.
18090      Branch: maint-5.005/perl
18091            ! hints/netbsd.sh
18092 ____________________________________________________________________________
18093 [  3104] By: jhi                                   on 1999/03/12  09:07:04
18094         Log: From: pvhp@forte.com (Peter Prymmer)
18095              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
18096              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
18097              Date: Thu, 11 Mar 99 14:24:54 PST
18098              Message-Id: <9903112224.AA24346@forte.com>
18099      Branch: maint-5.005/perl
18100            ! README.os390 t/lib/posix.t
18101 ____________________________________________________________________________
18102 [  3103] By: jhi                                   on 1999/03/10  11:07:46
18103         Log: Integrate from mainperl.
18104      Branch: cfgperl
18105           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
18106           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
18107           !> t/pragma/warn/1global toke.c win32/makedef.pl
18108 ____________________________________________________________________________
18109 [  3102] By: jhi                                   on 1999/03/10  11:01:20
18110         Log: From: pvhp@forte.com (Peter Prymmer)
18111              To: perl5-porters@perl.org
18112              Subject: [5.005_03-MT6]Patch: time passes
18113              Date: Tue, 9 Mar 99 18:42:17 PST
18114              Message-Id: <9903100242.AA29057@forte.com>
18115      Branch: maint-5.005/perl
18116            ! perl.c
18117 ____________________________________________________________________________
18118 [  3101] By: jhi                                   on 1999/03/10  10:30:15
18119         Log: From: Mark-Jason Dominus <mjd@plover.com>
18120              To: perl5-porters@perl.com
18121              Subject: Minor fix to perlfunc.pod
18122              Date: Mon, 08 Mar 1999 20:05:53 -0500
18123              Message-ID: <19990309010553.13757.qmail@plover.com>
18124      Branch: maint-5.005/perl
18125            ! pod/perlfunc.pod
18126 ____________________________________________________________________________
18127 [  3100] By: gsar                                  on 1999/03/09  23:04:44
18128         Log: change#3060 had the wrong quotes
18129      Branch: perl
18130            ! pod/pod2man.PL
18131 ____________________________________________________________________________
18132 [  3099] By: jhi                                   on 1999/03/09  12:52:21
18133         Log: d_uname was broken (probably since _53), reported by
18134              
18135              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18136              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
18137              cpan-testers@perl.org
18138              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
18139              Date: Mon, 08 Mar 1999 13:22:31 +0000
18140              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
18141              
18142              and
18143              
18144              From: lvirden@cas.org (Larry W. Virden)
18145              To: perlbug@perl.com
18146              Subject: configure not correctly identifying uname posix compatibility
18147              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
18148              Message-Id: <199903081136.GAA23682@cas.org>
18149      Branch: cfgperl
18150            ! Configure config_h.SH
18151 ____________________________________________________________________________
18152 [  3098] By: gsar                                  on 1999/03/09  03:16:07
18153         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
18154      Branch: perl
18155            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
18156 ____________________________________________________________________________
18157 [  3097] By: gsar                                  on 1999/03/09  02:50:43
18158         Log: use yyerror() instead of croak() so that compile-time failures in
18159              my(LIST) don't confuse globals with lexicals
18160      Branch: perl
18161            ! op.c toke.c
18162 ____________________________________________________________________________
18163 [  3096] By: gsar                                  on 1999/03/09  02:47:36
18164         Log: adjust testsuite for change#3067
18165      Branch: perl
18166            ! t/pragma/warn/1global
18167 ____________________________________________________________________________
18168 [  3095] By: gsar                                  on 1999/03/08  21:04:48
18169         Log: remove bogus symbols from global.sym
18170      Branch: perl
18171            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
18172            ! perl.h win32/makedef.pl
18173 ____________________________________________________________________________
18174 [  3094] By: jhi                                   on 1999/03/06  16:16:15
18175         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18176              To: jhi@iki.fi
18177              Subject: Oops
18178              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
18179              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
18180      Branch: maint-5.005/perl
18181            ! README.hurd
18182 ____________________________________________________________________________
18183 [  3093] By: jhi                                   on 1999/03/06  15:59:46
18184         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18185              To: jhi@iki.fi
18186              Subject: New Hurd README
18187              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
18188              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
18189      Branch: maint-5.005/perl
18190            ! README.hurd
18191 ____________________________________________________________________________
18192 [  3092] By: jhi                                   on 1999/03/06  12:52:06
18193         Log: From: Paul_Green@stratus.com
18194              To: perl5-porters@perl.org
18195              Cc: jhi@iki.fi, Paul_Green@stratus.com
18196              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
18197              Date: Fri, 5 Mar 1999 18:08:49 -0500 
18198              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
18199      Branch: maint-5.005/perl
18200            ! vos/config.h vos/config_h.SH_orig
18201 ____________________________________________________________________________
18202 [  3091] By: jhi                                   on 1999/03/06  12:42:21
18203         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18204              To: perl5-porters@perl.org, vmsperl@perl.org
18205              Subject: [PATCH 5.005_03-MT6]VMS build patch
18206              Date: Fri, 05 Mar 1999 12:36:19 -0800
18207              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
18208      Branch: maint-5.005/perl
18209            ! vms/subconfigure.com
18210 ____________________________________________________________________________
18211 [  3090] By: gsar                                  on 1999/03/06  04:40:03
18212         Log: integrate change#3089 from mainline
18213              
18214              tolerate CRs after options
18215      Branch: maint-5.005/perl
18216           !> perl.c
18217 ____________________________________________________________________________
18218 [  3089] By: gsar                                  on 1999/03/06  04:30:40
18219         Log: tolerate CRs after options
18220      Branch: perl
18221            ! perl.c
18222 ____________________________________________________________________________
18223 [  3088] By: jhi                                   on 1999/03/05  12:49:01
18224         Log: Integrate from mainperl.
18225      Branch: cfgperl
18226           +> README.hurd
18227           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
18228 ____________________________________________________________________________
18229 [  3087] By: gsar                                  on 1999/03/05  06:41:16
18230         Log: adjust timeouts to accomodate slow/busy systems
18231      Branch: perl
18232            ! t/lib/io_sock.t
18233 ____________________________________________________________________________
18234 [  3083] By: gsar                                  on 1999/03/05  01:32:47
18235         Log: integrate change#3081 from maint-5.005
18236      Branch: perl
18237           !> ext/Errno/Errno_pm.PL
18238 ____________________________________________________________________________
18239 [  3082] By: gsar                                  on 1999/03/05  01:31:06
18240         Log: integrate change#2904 from maint-5.005
18241      Branch: perl
18242           +> README.hurd
18243           !> MANIFEST
18244 ____________________________________________________________________________
18245 [  3081] By: gsar                                  on 1999/03/05  00:14:33
18246         Log: protect against doubled backslashes
18247      Branch: maint-5.005/perl
18248            ! ext/Errno/Errno_pm.PL
18249 ____________________________________________________________________________
18250 [  3077] By: jhi                                   on 1999/03/04  08:10:13
18251         Log: Integrate from mainperl.
18252      Branch: cfgperl
18253           +> ext/B/B/Stash.pm
18254           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
18255           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
18256           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
18257           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
18258 ____________________________________________________________________________
18259 [  3076] By: jhi                                   on 1999/03/04  08:07:59
18260         Log: Regen config_h.SH once more because of *size, 
18261              noticed by
18262              
18263              From: Hans Mulder <hansm@icgned.icgroup.nl>
18264              To: Jarkko Hietaniemi <jhi@iki.fi>
18265              Cc: perl5-porters@perl.org
18266              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18267              Date: Thu,  4 Mar 99 00:10:45 +0100
18268              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18269      Branch: cfgperl
18270            ! Configure config_h.SH
18271 ____________________________________________________________________________
18272 [  3068] By: gsar                                  on 1999/03/04  05:48:03
18273         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
18274              Date: Thu,  4 Mar 99 00:10:45 +0100
18275              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18276              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18277      Branch: perl
18278            ! config_h.SH
18279 ____________________________________________________________________________
18280 [  3067] By: gsar                                  on 1999/03/04  05:44:32
18281         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
18282              From: Graham Barr <gbarr@ti.com>
18283              Date: Wed, 3 Mar 1999 17:23:56 -0600
18284              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
18285              Subject: Re: 'use strict' doesn't work for one-letter variables
18286      Branch: perl
18287            ! gv.c op.c
18288 ____________________________________________________________________________
18289 [  3066] By: gsar                                  on 1999/03/04  05:20:50
18290         Log: updates to compiler modules
18291              From: "Vishal Bhatia" <vishalb@hotmail.com>
18292              Date: Tue, 02 Mar 1999 23:27:25 PST
18293              Message-ID: <19990303072725.779.qmail@hotmail.com>
18294              Subject: PATCH 5.005_56 + Test procedure
18295      Branch: perl
18296            + ext/B/B/Stash.pm
18297            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
18298            ! lib/Test/Harness.pm utils/perlcc.PL
18299 ____________________________________________________________________________
18300 [  3065] By: gsar                                  on 1999/03/04  05:03:30
18301         Log: more s/s_/s!/ etc.
18302      Branch: perl
18303            ! pod/perldelta.pod pod/perlfunc.pod
18304 ____________________________________________________________________________
18305 [  3064] By: gsar                                  on 1999/03/04  04:50:45
18306         Log: integrate cfgperl contents into mainline
18307      Branch: perl
18308           !> Configure README.vms bytecode.h config_h.SH configure.com
18309           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
18310           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
18311           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
18312 ____________________________________________________________________________
18313 [  3063] By: gsar                                  on 1999/03/04  04:44:13
18314         Log: HP-UX has yet another spelling for /NaNQ?/
18315      Branch: perl
18316            ! t/lib/bigfloatpm.t
18317 ____________________________________________________________________________
18318 [  3062] By: gsar                                  on 1999/03/04  04:36:08
18319         Log: error-check for accept() test
18320      Branch: perl
18321            ! t/lib/io_sock.t
18322 ____________________________________________________________________________
18323 [  3061] By: gsar                                  on 1999/03/04  03:40:25
18324         Log: allow custom comparison function in File::Compare::compare_text()
18325              From: jan.dubois@ibm.net (Jan Dubois)
18326              Date: Fri, 26 Feb 1999 21:56:09 +0100
18327              Message-ID: <36db0838.8805651@smtp1.ibm.net>
18328              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
18329      Branch: perl
18330            ! lib/File/Compare.pm
18331 ____________________________________________________________________________
18332 [  3060] By: gsar                                  on 1999/03/04  03:37:38
18333         Log: better version of change#3038
18334              From: abigail@fnx.com
18335              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
18336              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
18337              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
18338      Branch: perl
18339            ! pod/pod2man.PL
18340 ____________________________________________________________________________
18341 [  3058] By: jhi                                   on 1999/03/03  22:30:40
18342         Log: Configure regen to
18343              (1) match maint-5.005 patches #3056 and #3057
18344              (2) better version of PHOSTNAME of #3050
18345              (3) the crosscompile/multiarch config_h.SH trouble solved for now
18346      Branch: cfgperl
18347            ! Configure config_h.SH
18348 ____________________________________________________________________________
18349 [  3054] By: jhi                                   on 1999/03/03  09:57:59
18350         Log: Change #3053 missed perldelta.
18351      Branch: cfgperl
18352            ! pod/perldelta.pod
18353 ____________________________________________________________________________
18354 [  3053] By: jhi                                   on 1999/03/03  08:29:43
18355         Log: Use '!' to mark native integer packings instead of '_'.
18356      Branch: cfgperl
18357            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
18358 ____________________________________________________________________________
18359 [  3052] By: jhi                                   on 1999/03/02  23:12:36
18360         Log: The HP-UX threads patch (change #3028) is needed also here.
18361      Branch: cfgperl
18362            ! hints/hpux.sh thread.h
18363 ____________________________________________________________________________
18364 [  3051] By: jhi                                   on 1999/03/02  08:24:52
18365         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18366              To: perl5-porters@perl.org, vmsperl@perl.org
18367              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
18368              Date: Mon, 01 Mar 1999 16:10:57 -0800
18369              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
18370      Branch: cfgperl
18371            ! README.vms
18372      Branch: maint-5.005/perl
18373            ! README.vms
18374 ____________________________________________________________________________
18375 [  3050] By: jhi                                   on 1999/03/02  08:22:29
18376         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18377              To: perl5-porters@perl.org, vmsperl@perl.org
18378              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
18379              Date: Mon, 01 Mar 1999 16:06:29 -0800
18380              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
18381              
18382              From: Dan Sugalski <sugalskd@osshe.edu>
18383              To: perl5-porters@perl.org, vmsperl@perl.org
18384              Subject: [PATCH 5.005_56]vmsish.pm patch
18385              Date: Mon, 01 Mar 1999 20:19:04 -0800
18386              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
18387              
18388              plus Configure regen containing a "solution" to the
18389              crosscompile/multiarch problem.
18390      Branch: cfgperl
18391            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
18392            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
18393 ____________________________________________________________________________
18394 [  3049] By: jhi                                   on 1999/03/02  07:34:21
18395         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
18396              To: perl5-porters@perl.org
18397              Subject: [PATCH] Eliminate (valid) warning in byterun.c
18398              Date: Mon, 01 Mar 1999 17:27:59 -0500
18399              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
18400      Branch: cfgperl
18401            ! bytecode.h
18402      Branch: maint-5.005/perl
18403            ! bytecode.h
18404 ____________________________________________________________________________
18405 [  3048] By: gsar                                  on 1999/03/02  06:41:21
18406         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18407      Branch: perl
18408            ! MANIFEST README.hpux
18409 ____________________________________________________________________________
18410 [  3047] By: jhi                                   on 1999/03/01  06:34:43
18411         Log: Integrate from mainperl.
18412      Branch: cfgperl
18413           +> README.hpux lib/File/Spec/Functions.pm
18414           !> (integrate 28 files)
18415 ____________________________________________________________________________
18416 [  3046] By: gsar                                  on 1999/03/01  05:34:28
18417         Log: this is 5.005_56
18418      Branch: perl
18419            ! Changes
18420
18421 ----------------
18422 Version 5.005_56
18423 ----------------
18424
18425 ____________________________________________________________________________
18426 [  3045] By: gsar                                  on 1999/03/01  03:32:30
18427         Log: destroy PL_svref_mutex in perl_destruct()
18428      Branch: perl
18429            ! perl.c
18430 ____________________________________________________________________________
18431 [  3044] By: gsar                                  on 1999/03/01  00:38:50
18432         Log: up patchlevel &c.
18433      Branch: perl
18434            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
18435            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18436            ! win32/makefile.mk
18437 ____________________________________________________________________________
18438 [  3043] By: gsar                                  on 1999/03/01  00:14:15
18439         Log: integrate cfgperl contents into mainline
18440      Branch: perl
18441            ! pod/perldelta.pod
18442           !> Configure config_h.SH
18443 ____________________________________________________________________________
18444 [  3042] By: gsar                                  on 1999/02/28  23:55:08
18445         Log: slightly edited version of suggested patch
18446              From: jan.dubois@ibm.net (Jan Dubois)
18447              Date: Mon, 01 Mar 1999 00:32:05 +0100
18448              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
18449              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
18450      Branch: perl
18451            + lib/File/Spec/Functions.pm
18452            ! MANIFEST lib/File/Spec.pm
18453 ____________________________________________________________________________
18454 [  3041] By: gsar                                  on 1999/02/28  22:47:19
18455         Log: fix subtle bug in eval'' testsuite
18456      Branch: perl
18457            ! t/op/eval.t
18458 ____________________________________________________________________________
18459 [  3040] By: gsar                                  on 1999/02/28  22:46:24
18460         Log: avoid literal control characters in change#3039
18461      Branch: perl
18462            ! t/base/lex.t
18463 ____________________________________________________________________________
18464 [  3039] By: gsar                                  on 1999/02/28  21:47:18
18465         Log: todo item: permit extended control variables a la ${^Foo} (patch
18466              courtesy Mark-Jason Dominus <mjd@plover.com>)
18467      Branch: perl
18468            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
18469            ! t/base/lex.t toke.c
18470 ____________________________________________________________________________
18471 [  3038] By: gsar                                  on 1999/02/28  21:21:05
18472         Log: From: abigail@fnx.com
18473              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
18474              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
18475              Subject: Recognize -> and => inside [A-Z]<> sequences.
18476      Branch: perl
18477            ! pod/pod2man.PL
18478 ____________________________________________________________________________
18479 [  3037] By: gsar                                  on 1999/02/28  21:12:22
18480         Log: fix longstanding bug: searches for lexicals originating within eval''
18481              weren't stopping at the subroutine boundary correctly
18482      Branch: perl
18483            ! op.c proto.h t/op/eval.t
18484 ____________________________________________________________________________
18485 [  3036] By: gsar                                  on 1999/02/28  20:02:29
18486         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
18487              as stacked list values
18488              From: jan.dubois@ibm.net (Jan Dubois)
18489              Date: Sat, 27 Feb 1999 18:24:17 +0100
18490              Message-ID: <36e22849.36531259@smtp1.ibm.net>
18491              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
18492      Branch: perl
18493            ! win32/win32.c
18494 ____________________________________________________________________________
18495 [  3035] By: gsar                                  on 1999/02/28  19:48:54
18496         Log: remove superfluous stack_sp decl
18497      Branch: perl
18498            ! jpl/JNI/JNI.xs
18499 ____________________________________________________________________________
18500 [  3034] By: gsar                                  on 1999/02/28  19:34:58
18501         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
18502      Branch: perl
18503            ! lib/Getopt/Std.pm
18504 ____________________________________________________________________________
18505 [  3033] By: gsar                                  on 1999/02/28  19:23:41
18506         Log: add File::Compare::compare_text()
18507              From: jan.dubois@ibm.net (Jan Dubois)
18508              Date: Fri, 26 Feb 1999 00:20:41 +0100
18509              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
18510              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
18511      Branch: perl
18512            ! lib/File/Compare.pm pod/perltodo.pod
18513 ____________________________________________________________________________
18514 [  3032] By: gsar                                  on 1999/02/28  19:01:33
18515         Log: add README.hpux
18516      Branch: perl
18517            + README.hpux
18518            ! MAINTAIN MANIFEST
18519 ____________________________________________________________________________
18520 [  3031] By: gsar                                  on 1999/02/28  18:49:08
18521         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
18522              James Cromie <jcromie@fossil.uswc.uswest.com>
18523      Branch: perl
18524            ! lib/Pod/Html.pm
18525 ____________________________________________________________________________
18526 [  3030] By: gsar                                  on 1999/02/28  18:35:09
18527         Log: From: jan.dubois@ibm.net (Jan Dubois)
18528              Date: Wed, 24 Feb 1999 22:34:56 +0100
18529              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
18530              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
18531      Branch: perl
18532            ! lib/Test/Harness.pm
18533 ____________________________________________________________________________
18534 [  3029] By: gsar                                  on 1999/02/28  18:28:18
18535         Log: add note about env pollution
18536      Branch: perl
18537            ! INSTALL pod/perltodo.pod
18538 ____________________________________________________________________________
18539 [  3028] By: jhi                                   on 1999/02/26  14:40:00
18540         Log: HP-UX 11 threads.
18541              
18542              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18543              To: perl5-porters@perl.org
18544              Cc: jhi@cc.hut.fi
18545              Subject: Maint 5 and _54 with threading on HP-UX 11.00
18546              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
18547              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
18548              
18549              NOTE from jhi: the hpux hints could still be more robust by
18550              disabling gdbm when necessary.
18551              
18552              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
18553              linking -lgdbm -lpthread creates an executable that instantly
18554              core dumps on a pthreads internal panic:
18555              
18556              ./gdpt
18557              
18558              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
18559              Return Pointer is 0xc082bf33
18560              17639 quit (core dumped)  ./gdpt
18561              
18562              You don't have to *use* either gdbm or pthreads in the executable,
18563              just linking them together is enough.  Workaround is to recompile
18564              the GDBM under HP-UX 11, that makes the problem go away.
18565      Branch: maint-5.005/perl
18566            ! hints/hpux.sh thread.h
18567 ____________________________________________________________________________
18568 [  3025] By: jhi                                   on 1999/02/25  20:41:07
18569         Log: Temporary workaround for the config_h.SH versus
18570              crosscompile and multiarch plus introduce 'rt'
18571              to $libswanted: in UNIX98 sched_yield() lives there.
18572      Branch: cfgperl
18573            ! Configure config_h.SH
18574 ____________________________________________________________________________
18575 [  3024] By: jhi                                   on 1999/02/24  12:54:59
18576         Log: Integrate from mainperl.
18577      Branch: cfgperl
18578           +> t/lib/fatal.t
18579           !> (integrate 44 files)
18580 ____________________________________________________________________________
18581 [  3023] By: gsar                                  on 1999/02/24  07:02:12
18582         Log: integrate cfgperl contents
18583      Branch: perl
18584           !> (integrate 30 files)
18585 ____________________________________________________________________________
18586 [  3022] By: gsar                                  on 1999/02/24  05:59:47
18587         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
18588              Date: 23 Feb 1999 17:53:22 -0700
18589              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
18590              Subject: [PATCH: _55] perldoc -q broken
18591      Branch: perl
18592            ! utils/perldoc.PL
18593 ____________________________________________________________________________
18594 [  3021] By: gsar                                  on 1999/02/24  05:51:53
18595         Log: ansify perlio.c, fix PerlIO-ish typos
18596      Branch: perl
18597            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
18598            ! iperlsys.h perlio.c
18599 ____________________________________________________________________________
18600 [  3020] By: gsar                                  on 1999/02/24  05:28:06
18601         Log: adjust a Perl_malloc() flag for NeXT
18602              From: Hans Mulder <hansm@icgned.icgroup.nl>
18603              Date: Tue, 23 Feb 99 00:26:25 +0100
18604              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
18605              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
18606      Branch: perl
18607            ! perl.h
18608 ____________________________________________________________________________
18609 [  3019] By: gsar                                  on 1999/02/24  05:19:42
18610         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
18611      Branch: perl
18612            ! pod/perltodo.pod
18613 ____________________________________________________________________________
18614 [  3018] By: gsar                                  on 1999/02/24  04:15:18
18615         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18616              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
18617              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
18618              Subject: improved error message [PATCH _55] [RESEND]
18619      Branch: perl
18620            ! sv.c
18621 ____________________________________________________________________________
18622 [  3017] By: gsar                                  on 1999/02/24  03:50:34
18623         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18624              Date: Sun, 21 Feb 1999 20:02:18 -0700
18625              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
18626              Subject: perlfunc updates (against 55)
18627      Branch: perl
18628            ! pod/perlfunc.pod
18629 ____________________________________________________________________________
18630 [  3016] By: gsar                                  on 1999/02/24  03:17:05
18631         Log: testsuite adjustments
18632              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18633              Date: Sat, 20 Feb 1999 15:24:57 +0000
18634              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
18635              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
18636      Branch: perl
18637            ! t/lib/io_sock.t t/op/lex_assign.t
18638 ____________________________________________________________________________
18639 [  3015] By: gsar                                  on 1999/02/24  02:54:47
18640         Log: avoid modifying readonly values from qw()
18641      Branch: perl
18642            ! lib/ExtUtils/MM_Unix.pm
18643 ____________________________________________________________________________
18644 [  3014] By: gsar                                  on 1999/02/24  02:49:04
18645         Log: more "correct" utbuf for utime()
18646      Branch: perl
18647            ! doio.c
18648 ____________________________________________________________________________
18649 [  3013] By: jhi                                   on 1999/02/22  19:27:44
18650         Log: Fix MacPerl version, change PowerUX to PowerMAX.
18651              
18652              From: Chris Nandor <pudge@pobox.com>
18653              To: jhi@iki.fi
18654              Cc: perl5-porters@perl.org
18655              Subject: Re: perl current availability as documented by perl.pod
18656              Date: Sun, 21 Feb 1999 11:06:03 -0500
18657              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
18658              
18659              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18660              To: jhi@iki.fi
18661              Cc: perl5-porters@perl.org
18662              Subject: Re: perl current availability as documented by perl.pod
18663              Date: Mon, 22 Feb 1999 13:08:30 GMT
18664              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
18665      Branch: cfgperl
18666            ! pod/perl.pod
18667      Branch: maint-5.005/perl
18668            ! pod/perl.pod
18669 ____________________________________________________________________________
18670 [  3012] By: jhi                                   on 1999/02/22  10:26:11
18671         Log: Snapshot the cross-compilation/multiarchitecture stuff
18672              (currently broken in next)
18673      Branch: cfgperl
18674            ! Configure config_h.SH pp.c
18675 ____________________________________________________________________________
18676 [  3011] By: jhi                                   on 1999/02/22  10:24:51
18677         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18678              To: gsar@activestate.com (Gurusamy Sarathy)
18679              Cc: perl5-porters@perl.org (Perl5 Porters)
18680              Subject: [PATCH 5.005_55] DB_File 1.64 patch
18681              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
18682              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
18683      Branch: cfgperl
18684            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18685            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
18686 ____________________________________________________________________________
18687 [  3009] By: jhi                                   on 1999/02/22  09:14:26
18688         Log: Scratch #3008 and introduce $crosscompile and $multiarch
18689              also in non-Configure lands.
18690      Branch: cfgperl
18691            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
18692            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
18693            ! win32/config.gc win32/config.vc win32/config_H.bc
18694            ! win32/config_H.gc win32/config_H.vc
18695 ____________________________________________________________________________
18696 [  3008] By: jhi                                   on 1999/02/22  08:58:04
18697         Log: Add -DMULTIARCH (see change #3006).
18698      Branch: cfgperl
18699            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
18700 ____________________________________________________________________________
18701 [  3007] By: jhi                                   on 1999/02/22  08:54:06
18702         Log: Undo the references to local{lib,arch} introduced by #3006.
18703      Branch: cfgperl
18704            ! Configure config_h.SH
18705 ____________________________________________________________________________
18706 [  3006] By: jhi                                   on 1999/02/22  08:43:50
18707         Log: From: hansm@icgned.icgroup.nl
18708              To: perlbug@perl.com
18709              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
18710              Date: Sun, 21 Feb 1999 22:58:55 +0100
18711              Reply-To: hansmu@xs4all.nl
18712              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
18713              
18714              plus other Configure changes: prepare for cross-compilation/
18715              multiarchitecture builds.
18716      Branch: cfgperl
18717            ! Configure config_h.SH
18718 ____________________________________________________________________________
18719 [  3005] By: jhi                                   on 1999/02/22  08:35:30
18720         Log: Configure/Perl knew how to look for use Mach cthreads
18721              but Configure didn't let them to be used ($osname 'next').
18722      Branch: cfgperl
18723            ! Configure config_h.SH
18724      Branch: maint-5.005/perl
18725            ! Configure
18726 ____________________________________________________________________________
18727 [  3004] By: jhi                                   on 1999/02/21  15:46:02
18728         Log: Update Acorn AVAILABILITY.
18729      Branch: cfgperl
18730            ! pod/perl.pod
18731      Branch: maint-5.005/perl
18732            ! pod/perl.pod
18733 ____________________________________________________________________________
18734 [  3003] By: jhi                                   on 1999/02/21  14:50:42
18735         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18736              To: perl5-porters@perl.org (Perl 5 Porters)
18737              Subject: PATCH: perlref.pod - symbolic ref example
18738              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
18739              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
18740      Branch: cfgperl
18741            ! pod/perlref.pod
18742      Branch: maint-5.005/perl
18743            ! pod/perlref.pod
18744 ____________________________________________________________________________
18745 [  3002] By: jhi                                   on 1999/02/21  14:35:22
18746         Log: Sync cfgperl with maint-5.005 change #3000.
18747      Branch: cfgperl
18748            ! pod/perlfunc.pod t/op/pack.t
18749 ____________________________________________________________________________
18750 [  2999] By: gsar                                  on 1999/02/20  22:48:30
18751         Log: From:    John Bley <jbb6@acpub.duke.edu>
18752              Date:    Sat, 20 Feb 1999 16:02:34 EST
18753              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
18754              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
18755      Branch: perl
18756            ! regcomp.c
18757 ____________________________________________________________________________
18758 [  2998] By: jhi                                   on 1999/02/20  14:13:06
18759         Log: Enhanced the endianness description.
18760      Branch: cfgperl
18761            ! pod/perlfunc.pod
18762 ____________________________________________________________________________
18763 [  2996] By: jhi                                   on 1999/02/20  13:55:41
18764         Log: Glossary now mostly fixed.
18765      Branch: cfgperl
18766            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18767            ! config_h.SH
18768 ____________________________________________________________________________
18769 [  2994] By: jhi                                   on 1999/02/20  11:58:33
18770         Log: Perldeltify GNU/Hurd.
18771      Branch: cfgperl
18772            ! pod/perldelta.pod
18773 ____________________________________________________________________________
18774 [  2993] By: gsar                                  on 1999/02/20  00:59:10
18775         Log: fix typo in Perl_sbrk()
18776              From: hansm@icgned.icgroup.nl
18777              Date: Fri, 19 Feb 1999 23:19:31 +0100
18778              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
18779              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
18780      Branch: perl
18781            ! malloc.c
18782 ____________________________________________________________________________
18783 [  2992] By: gsar                                  on 1999/02/20  00:51:08
18784         Log: integrate change#2980 from maint-5.005
18785      Branch: perl
18786           !> utils/h2xs.PL
18787 ____________________________________________________________________________
18788 [  2991] By: gsar                                  on 1999/02/20  00:34:01
18789         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18790              Date: Thu, 18 Feb 1999 18:51:38 +0000
18791              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
18792              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
18793      Branch: perl
18794            ! pp_hot.c t/op/pat.t
18795 ____________________________________________________________________________
18796 [  2990] By: gsar                                  on 1999/02/20  00:30:48
18797         Log: From: jan.dubois@ibm.net (Jan Dubois)
18798              Date: Thu, 18 Feb 1999 19:14:07 +0100
18799              Message-ID: <36d15809.40853323@smtp1.ibm.net>
18800              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
18801      Branch: perl
18802            ! win32/win32.c
18803 ____________________________________________________________________________
18804 [  2989] By: gsar                                  on 1999/02/20  00:27:01
18805         Log: do poll() emulation unless HAS_POLL && I_POLL
18806      Branch: perl
18807            ! ext/IO/poll.h
18808 ____________________________________________________________________________
18809 [  2988] By: gsar                                  on 1999/02/19  23:52:12
18810         Log: tweak RE for NaNQ? recognition
18811      Branch: perl
18812            ! t/lib/bigfloatpm.t
18813 ____________________________________________________________________________
18814 [  2987] By: gsar                                  on 1999/02/19  23:29:59
18815         Log: mention C<use utf8> and C<use warning> in perldelta
18816      Branch: perl
18817            ! pod/perldelta.pod
18818 ____________________________________________________________________________
18819 [  2985] By: jhi                                   on 1999/02/19  20:43:19
18820         Log: pack/unpack better in (network-)short-non-16-bits and
18821              (network-)long-non-32-bits systems such as Cray C90.
18822      Branch: cfgperl
18823            ! perl.h pp.c t/op/pack.t
18824 ____________________________________________________________________________
18825 [  2984] By: jhi                                   on 1999/02/19  20:38:54
18826         Log: Regen Configure.
18827      Branch: cfgperl
18828            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18829            ! perl.c
18830 ____________________________________________________________________________
18831 [  2982] By: jhi                                   on 1999/02/19  19:51:49
18832         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
18833              not probed for and         
18834              
18835              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18836              To: Chaim Frenkel <chaimf@pobox.com>,
18837              Russ Allbery <rra@stanford.edu>,
18838              Jarkko Hietaniemi <jhi@iki.fi>,
18839              Gurusamy Sarathy <gsar@activestate.com>,
18840              Graham Barr <gbarr@pobox.com>
18841              Cc: bdensch@ameritech.net, perlbug@perl.com
18842              Subject: [PATCH] Re: Solaris 7 for Intel
18843              Message-ID: <19990219124404.A30182@O2.chapin.edu>
18844              
18845              Glossary is still missing some terms because
18846              mkglossary is misbehaving (change #2981 updated
18847              Glossary manually)
18848      Branch: cfgperl
18849            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18850            ! Porting/config_H
18851 ____________________________________________________________________________
18852 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
18853         Log: Make result of h2xs work when user adds C<use strict>
18854      Branch: maint-5.005/perl
18855            ! utils/h2xs.PL
18856 ____________________________________________________________________________
18857 [  2979] By: gsar                                  on 1999/02/19  05:24:29
18858         Log: doc for change#2978
18859      Branch: perl
18860            ! pod/perlsub.pod
18861 ____________________________________________________________________________
18862 [  2978] By: gsar                                  on 1999/02/19  05:08:29
18863         Log: bring '*' prototype closer to how it behaves internally
18864      Branch: perl
18865            + t/lib/fatal.t
18866            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
18867 ____________________________________________________________________________
18868 [  2977] By: gsar                                  on 1999/02/19  02:50:31
18869         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
18870      Branch: perl
18871            ! perly.h
18872 ____________________________________________________________________________
18873 [  2975] By: gsar                                  on 1999/02/18  21:41:57
18874         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
18875              of lexical searches in BEGIN|INIT|END)
18876      Branch: perl
18877            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
18878            ! vms/perly_c.vms
18879 ____________________________________________________________________________
18880 [  2974] By: gsar                                  on 1999/02/18  21:03:06
18881         Log: missing PERL_POLLUTE_MALLOC
18882      Branch: perl
18883            ! ext/SDBM_File/sdbm/sdbm.h
18884 ____________________________________________________________________________
18885 [  2973] By: gsar                                  on 1999/02/18  17:10:49
18886         Log: From:    Andy Dougherty <doughera@lafayette.edu>
18887              Date:    Wed, 17 Feb 1999 17:22:50 EST
18888              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
18889              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
18890      Branch: perl
18891            ! lib/dotsh.pl
18892 ____________________________________________________________________________
18893 [  2972] By: gsar                                  on 1999/02/18  17:04:12
18894         Log: s/#defined/#define/
18895      Branch: perl
18896            ! ext/Data/Dumper/Dumper.xs
18897 ____________________________________________________________________________
18898 [  2970] By: gsar                                  on 1999/02/18  03:26:43
18899         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
18900      Branch: perl
18901            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18902            ! ext/GDBM_File/typemap
18903 ____________________________________________________________________________
18904 [  2969] By: gsar                                  on 1999/02/17  23:30:47
18905         Log: correct slurp mode doc
18906      Branch: perl
18907            ! pod/perlfunc.pod pod/perlop.pod
18908 ____________________________________________________________________________
18909 [  2968] By: jhi                                   on 1999/02/17  23:15:49
18910         Log: Ultrix hints update.
18911              
18912              From: Spider Boardman <spider@zk3.dec.com>
18913              To: perlbug@perl.com
18914              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
18915              Date: Tue, 16 Feb 1999 23:04:28 -0500
18916              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
18917      Branch: cfgperl
18918            ! hints/ultrix_4.sh
18919 ____________________________________________________________________________
18920 [  2966] By: jhi                                   on 1999/02/17  23:09:21
18921         Log: Change #2965 wiped out some Sarathy's _55 changes.
18922              Now unwiped.
18923      Branch: cfgperl
18924            ! Configure pp.c t/op/pack.t
18925 ____________________________________________________________________________
18926 [  2965] By: jhi                                   on 1999/02/17  23:00:04
18927         Log: Configure tweaks.
18928              
18929              Fix the Unixware/SCO uname scan:
18930              
18931              From: Tom Hughes <thh@cyberscience.com>
18932              To: perlbug@perl.com
18933              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
18934              Date: 17 Feb 1999 15:34:15 +0000    
18935              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
18936              
18937              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
18938              
18939              From: Joe Buehler <jhpb@hekimian.com>
18940              To: perl5-porters@perl.org
18941              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
18942              Date: 12 Feb 1999 11:25:21 -0500
18943              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
18944              
18945              Make the pthreads joinable constant scan to output to fd 4, not 2.
18946      Branch: cfgperl
18947            ! Configure
18948 ____________________________________________________________________________
18949 [  2964] By: gsar                                  on 1999/02/17  21:30:07
18950         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18951              Date: Wed, 17 Feb 1999 06:53:13 -0700
18952              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
18953              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
18954      Branch: perl
18955            ! lib/Pod/Functions.pm
18956 ____________________________________________________________________________
18957 [  2963] By: gsar                                  on 1999/02/17  21:18:21
18958         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
18959              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18960              Date: Wed, 17 Feb 1999 10:06:01 +0000
18961              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
18962              Subject: Re: [5.005_53] panic: pad_free curpad 
18963      Branch: perl
18964            ! regcomp.c regexec.c t/op/misc.t
18965 ____________________________________________________________________________
18966 [  2962] By: gsar                                  on 1999/02/16  21:26:28
18967         Log: NaNQ? tweak
18968      Branch: perl
18969            ! t/lib/bigfloatpm.t
18970 ____________________________________________________________________________
18971 [  2961] By: jhi                                   on 1999/02/16  19:26:38
18972         Log: Integrate from mainperl.
18973      Branch: cfgperl
18974           !> (integrate 37 files)
18975 ____________________________________________________________________________
18976 [  2960] By: gsar                                  on 1999/02/16  18:04:29
18977         Log: undo change#2465 (qw[] is a real list now)
18978      Branch: perl
18979            ! pod/perlop.pod
18980 ____________________________________________________________________________
18981 [  2959] By: gsar                                  on 1999/02/16  07:09:33
18982         Log: this was 5.005_55
18983      Branch: perl
18984            ! Changes
18985
18986 ----------------
18987 Version 5.005_55
18988 ----------------
18989
18990 ____________________________________________________________________________
18991 [  2958] By: gsar                                  on 1999/02/16  06:18:27
18992         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
18993              elide dups and non-dependents from Changes
18994      Branch: perl
18995            ! Changes pod/perlhist.pod
18996           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
18997           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
18998           !> pod/perlport.pod pp.c t/op/pack.t
18999 ____________________________________________________________________________
19000 [  2957] By: gsar                                  on 1999/02/16  04:09:47
19001         Log: propagate PERL_VERSION everywhere, add to pod
19002      Branch: perl
19003            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
19004            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
19005            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
19006            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
19007            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
19008            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
19009            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
19010            ! win32/config.gc win32/config.vc win32/config_sh.PL
19011            ! win32/win32.c x2p/a2py.c
19012 ____________________________________________________________________________
19013 [  2955] By: jhi                                   on 1999/02/15  16:15:03
19014         Log: The pack tests now better in C90 (after the packnative patches).
19015      Branch: cfgperl
19016            ! t/op/pack.t
19017 ____________________________________________________________________________
19018 [  2954] By: gsar                                  on 1999/02/15  14:11:50
19019         Log: tweak Configure to follow new PERL_VERSION etc.
19020      Branch: perl
19021            ! Configure patchlevel.h pod/perlhist.pod
19022 ____________________________________________________________________________
19023 [  2953] By: jhi                                   on 1999/02/15  14:02:21
19024         Log: Integrate from mainperl.
19025      Branch: cfgperl
19026           !> MANIFEST Porting/makerel
19027 ____________________________________________________________________________
19028 [  2952] By: jhi                                   on 1999/02/15  13:50:07
19029         Log: Enhance the packnative patch: use the packnative code
19030              only if required.  Also added hefty testing (hopefully
19031              I didn't assume too much...).  Tested on alpha, ix86, sparc.
19032      Branch: cfgperl
19033            ! pod/perlfunc.pod pp.c t/op/pack.t
19034 ____________________________________________________________________________
19035 [  2951] By: jhi                                   on 1999/02/15  13:46:56
19036         Log: AVAILABILITY from 5.005_03-tobe, will of course
19037              require updating when 5.006 comes out.
19038      Branch: cfgperl
19039            ! pod/perl.pod
19040 ____________________________________________________________________________
19041 [  2949] By: gsar                                  on 1999/02/15  13:28:51
19042         Log: will this be it for 5.005_55?
19043      Branch: perl
19044            ! MANIFEST Porting/makerel
19045 ____________________________________________________________________________
19046 [  2948] By: jhi                                   on 1999/02/15  13:23:52
19047         Log: Integrate from mainperl.
19048      Branch: cfgperl
19049           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
19050           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19051           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19052           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
19053           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
19054           !> win32/config.gc win32/config.vc win32/config_H.bc
19055           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
19056 ____________________________________________________________________________
19057 [  2947] By: jhi                                   on 1999/02/15  13:20:41
19058         Log: perlport.pod 1.39 from Chris.
19059      Branch: cfgperl
19060            ! pod/perlport.pod
19061 ____________________________________________________________________________
19062 [  2946] By: jhi                                   on 1999/02/15  13:09:58
19063         Log: Import Ultrix update, change #2864, 
19064              
19065              From: Spider Boardman <spider@zk3.dec.com>
19066              To: perlbug@perl.com
19067              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
19068              Date: Wed, 10 Feb 1999 23:33:31 -0500
19069              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
19070      Branch: cfgperl
19071            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
19072 ____________________________________________________________________________
19073 [  2945] By: jhi                                   on 1999/02/15  13:04:50
19074         Log: OpenBSD sparc SHMLBA.
19075      Branch: cfgperl
19076            ! ext/IPC/SysV/SysV.xs
19077 ____________________________________________________________________________
19078 [  2944] By: gsar                                  on 1999/02/15  12:09:52
19079         Log: update win32/config* stuff, Changes
19080      Branch: perl
19081            ! Changes win32/Makefile win32/config.bc win32/config.gc
19082            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19083            ! win32/config_H.vc win32/makefile.mk
19084 ____________________________________________________________________________
19085 [  2943] By: gsar                                  on 1999/02/15  11:54:08
19086         Log: #include patchlevel.h by default, provide
19087              PERL_{REVISION,VERSION,SUBVERSION}
19088      Branch: perl
19089            ! patchlevel.h perl.h
19090 ____________________________________________________________________________
19091 [  2942] By: gsar                                  on 1999/02/15  10:26:59
19092         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
19093              misc fixes
19094      Branch: perl
19095            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
19096 ____________________________________________________________________________
19097 [  2941] By: gsar                                  on 1999/02/15  10:24:37
19098         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
19099              Message-ID: <19990207002851.B9185@toldyouso.com>
19100              Message-ID: <19990207212152.A9765@toldyouso.com>
19101              Message-ID: <19990207212041.A9622@toldyouso.com>
19102              Message-ID: <19990207213127.A10244@toldyouso.com>
19103              Message-ID: <19990207212559.A9950@toldyouso.com>
19104              Message-ID: <19990207212842.A9994@toldyouso.com>
19105              Message-ID: <19990207212500.A9860@toldyouso.com>
19106              Message-ID: <19990207213013.A10105@toldyouso.com>
19107      Branch: perl
19108            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19109            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19110            ! pod/perlmodlib.pod pod/perltoc.pod
19111 ____________________________________________________________________________
19112 [  2940] By: gsar                                  on 1999/02/15  10:07:08
19113         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
19114              of suggested patch)
19115              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
19116              Date: Mon, 08 Feb 1999 01:14:41 -0000
19117              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
19118              Subject: [PATCH 5.005_54] some pending C.pm stuff 
19119      Branch: perl
19120            ! ext/B/B/C.pm
19121 ____________________________________________________________________________
19122 [  2939] By: jhi                                   on 1999/02/15  08:40:18
19123         Log: Integrate from mainperl.
19124      Branch: cfgperl
19125           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
19126            - lib/File/PathConvert.pm
19127           !> (integrate 81 files)
19128 ____________________________________________________________________________
19129 [  2938] By: gsar                                  on 1999/02/15  06:56:39
19130         Log: change#2839 was bogus, redo
19131      Branch: perl
19132           !> t/lib/h2ph.pht
19133 ____________________________________________________________________________
19134 [  2937] By: gsar                                  on 1999/02/15  06:38:15
19135         Log: support Win32::GetFullPathName() and Win32::SetLastError()
19136              From: jan.dubois@ibm.net (Jan Dubois)
19137              Date: Tue, 09 Feb 1999 22:27:31 +0100
19138              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
19139              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
19140      Branch: perl
19141            ! win32/win32.c
19142 ____________________________________________________________________________
19143 [  2936] By: gsar                                  on 1999/02/15  06:26:39
19144         Log: support native integers, pack("L_",...) etc. (via private mail)
19145              From: Jarkko Hietaniemi <jhi@iki.fi>
19146              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
19147              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
19148              Subject: the "packnative" patch
19149      Branch: perl
19150            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
19151            ! t/lib/ipc_sysv.t t/op/pack.t
19152 ____________________________________________________________________________
19153 [  2935] By: gsar                                  on 1999/02/15  06:04:02
19154         Log: From: Michael G Schwern <schwern@pobox.com>
19155              Date: Tue, 9 Feb 1999 04:13:12 -0500
19156              Message-ID: <19990209041312.A15788@toldyouso.com>
19157              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
19158      Branch: perl
19159            ! utils/h2xs.PL
19160 ____________________________________________________________________________
19161 [  2934] By: gsar                                  on 1999/02/15  05:30:13
19162         Log: fix bugs in the handling of negative numbers, among other things
19163              From: Steven Knight <knight@theopera.baldmt.citilink.com>
19164              Date: Mon, 8 Feb 1999 01:16:24 -0600
19165              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
19166              Subject: Math::BigFloat and Math::BigInt
19167      Branch: perl
19168            + t/lib/bigfloat.t t/lib/bigfloatpm.t
19169            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
19170            ! t/lib/bigintpm.t
19171 ____________________________________________________________________________
19172 [  2933] By: gsar                                  on 1999/02/15  04:57:52
19173         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
19174              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
19175              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
19176              Subject: s2p incorrectly handles hold space commands
19177      Branch: perl
19178            ! x2p/s2p.PL
19179 ____________________________________________________________________________
19180 [  2932] By: gsar                                  on 1999/02/15  04:45:55
19181         Log: clarify what a "line" is
19182      Branch: perl
19183            ! pod/perlfunc.pod pod/perlvar.pod
19184 ____________________________________________________________________________
19185 [  2931] By: gsar                                  on 1999/02/15  04:23:29
19186         Log: backout change#2811 and add newer version based on File::Spec
19187              From: Barrie Slaymaker <rbs@telerama.com>
19188              Date: Thu, 11 Feb 1999 16:29:24 -0500
19189              Message-ID: <36C34BB4.A62090E0@telerama.com>
19190              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
19191      Branch: perl
19192            - lib/File/PathConvert.pm
19193            ! MANIFEST installhtml lib/Pod/Html.pm
19194 ____________________________________________________________________________
19195 [  2930] By: gsar                                  on 1999/02/15  04:16:25
19196         Log: From: Barrie Slaymaker <rbs@telerama.com>
19197              Date: Thu, 11 Feb 1999 19:39:48 -0500
19198              Message-ID: <36C37854.707D139@telerama.com>
19199              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
19200      Branch: perl
19201            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19202 ____________________________________________________________________________
19203 [  2929] By: gsar                                  on 1999/02/15  04:06:50
19204         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
19205              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
19206              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
19207              Subject: [PATCH]5.005_54 (DOC) fix many typos
19208              --
19209              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
19210              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
19211              Subject: [PATCH]5.005_54 (DOC) typos
19212      Branch: perl
19213            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
19214            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
19215            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19216            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19217            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
19218            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
19219            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
19220            ! pod/perlvar.pod pod/perlxs.pod
19221 ____________________________________________________________________________
19222 [  2928] By: gsar                                  on 1999/02/15  03:39:53
19223         Log: allow the Carp routines to pass through exception objects
19224      Branch: perl
19225            ! lib/Carp.pm
19226 ____________________________________________________________________________
19227 [  2927] By: gsar                                  on 1999/02/15  03:22:57
19228         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
19229      Branch: perl
19230            ! pod/perlfaq8.pod
19231 ____________________________________________________________________________
19232 [  2926] By: gsar                                  on 1999/02/15  03:19:39
19233         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
19234              have done that, but didn't)
19235      Branch: perl
19236           !> utils/h2ph.PL
19237 ____________________________________________________________________________
19238 [  2925] By: gsar                                  on 1999/02/15  03:17:01
19239         Log: integrate cfgperl changes into mainline
19240      Branch: perl
19241            ! Changes
19242           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19243           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
19244           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
19245           !> vms/subconfigure.com
19246 ____________________________________________________________________________
19247 [  2924] By: gsar                                  on 1999/02/15  03:07:08
19248         Log: add const qualifier to most char* prototypes, handle ripple effect
19249      Branch: perl
19250            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
19251            ! universal.c util.c
19252 ____________________________________________________________________________
19253 [  2923] By: gsar                                  on 1999/02/15  01:04:30
19254         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19255              Date: Thu, 04 Feb 1999 02:37:31 +0000
19256              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
19257              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
19258      Branch: perl
19259            ! pp_ctl.c t/op/range.t
19260 ____________________________________________________________________________
19261 [  2922] By: gsar                                  on 1999/02/15  00:24:34
19262         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19263              Date: Sun, 31 Jan 1999 01:50:06 +0000
19264              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
19265              Subject: [PATCH 5.005_03t4] regexp flags bug
19266      Branch: perl
19267            ! regcomp.c t/op/re_tests
19268 ____________________________________________________________________________
19269 [  2921] By: gsar                                  on 1999/02/15  00:13:02
19270         Log: use New() et al., rather than safemalloc() et al.
19271              From: jan.dubois@ibm.net (Jan Dubois)
19272              Date: Fri, 29 Jan 1999 23:27:22 +0100
19273              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
19274              Subject: [PATCH _03-MT5] POSIX.xs memory API
19275      Branch: perl
19276            ! ext/POSIX/POSIX.xs
19277 ____________________________________________________________________________
19278 [  2920] By: gsar                                  on 1999/02/15  00:05:33
19279         Log: tweak READ() docs to mention $buffer must be altered by reference
19280      Branch: perl
19281            ! pod/perltie.pod
19282 ____________________________________________________________________________
19283 [  2919] By: gsar                                  on 1999/02/14  23:50:39
19284         Log: applied suggested patch, with several language/readability tweaks
19285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19286              Date: Fri, 29 Jan 1999 00:25:02 -0500
19287              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
19288              Subject: Re: [PATCH 5.005_*] Better parsing docs
19289      Branch: perl
19290            ! pod/perlop.pod
19291 ____________________________________________________________________________
19292 [  2918] By: gsar                                  on 1999/02/14  23:20:42
19293         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
19294              of silently returning bogus values)
19295              From: Peter Chines <pchines@nhgri.nih.gov>
19296              Date: Wed, 27 Jan 1999 16:11:31 -0500
19297              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
19298              Subject: Time::Local
19299      Branch: perl
19300            ! lib/Time/Local.pm pod/perldelta.pod
19301 ____________________________________________________________________________
19302 [  2917] By: gsar                                  on 1999/02/14  11:21:43
19303         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19304              Date: Thu, 28 Jan 1999 10:02:20 -0500
19305              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
19306              Subject: Re: [PATCH 5.005_53] Better perldoc
19307      Branch: perl
19308            ! utils/perldoc.PL
19309 ____________________________________________________________________________
19310 [  2916] By: gsar                                  on 1999/02/14  10:59:38
19311         Log: back out change#2751, apply updated version 
19312              From: jan.dubois@ibm.net (Jan Dubois)
19313              Date: Sat, 06 Feb 1999 01:06:29 +0100
19314              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
19315              Subject: [PATCH] Cleanup of File::Spec module
19316      Branch: perl
19317            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19318            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19319            ! lib/File/Spec/Win32.pm
19320 ____________________________________________________________________________
19321 [  2915] By: gsar                                  on 1999/02/14  10:48:01
19322         Log: tweak select() test
19323      Branch: perl
19324            ! pod/perlipc.pod t/op/fh.t
19325 ____________________________________________________________________________
19326 [  2914] By: gsar                                  on 1999/02/14  10:25:55
19327         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
19328      Branch: perl
19329            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
19330 ____________________________________________________________________________
19331 [  2913] By: gsar                                  on 1999/02/14  10:03:51
19332         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
19333              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
19334              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
19335              Subject: Re: SvOPV() or SvPV_nolen() or ...
19336      Branch: perl
19337            ! pod/perlguts.pod
19338 ____________________________________________________________________________
19339 [  2912] By: gsar                                  on 1999/02/14  09:57:29
19340         Log: provide SvPV_nolen(sv) to avoid use of PL_na
19341              From: jan.dubois@ibm.net (Jan Dubois)
19342              Date: Sun, 24 Jan 1999 02:45:32 +0100
19343              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
19344              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
19345      Branch: perl
19346            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
19347            ! sv.h
19348 ____________________________________________________________________________
19349 [  2911] By: gsar                                  on 1999/02/14  06:51:05
19350         Log: elide stray effluvium
19351      Branch: perl
19352            ! pod/perldelta.pod
19353 ____________________________________________________________________________
19354 [  2910] By: gsar                                  on 1999/02/14  05:51:56
19355         Log: slurping an empty file should return '' rather than undef, with
19356              commensurate effects on ARGV processing
19357      Branch: perl
19358            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
19359            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
19360 ____________________________________________________________________________
19361 [  2909] By: gsar                                  on 1999/02/14  00:02:11
19362         Log: perly_c.diff typo
19363      Branch: perl
19364            ! perly.c perly_c.diff vms/perly_c.vms
19365 ____________________________________________________________________________
19366 [  2908] By: gsar                                  on 1999/02/13  18:20:13
19367         Log: From: jan.dubois@ibm.net (Jan Dubois)
19368              Date: Sat, 13 Feb 1999 13:25:53 +0100
19369              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
19370              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
19371      Branch: perl
19372            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
19373 ____________________________________________________________________________
19374 [  2907] By: jhi                                   on 1999/02/13  15:07:26
19375         Log: Integrate from mainperl.
19376      Branch: cfgperl
19377           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
19378           !> (integrate 150 files)
19379 ____________________________________________________________________________
19380 [  2903] By: gsar                                  on 1999/02/12  13:25:59
19381         Log: From: jan.dubois@ibm.net (Jan Dubois)
19382              Date: Sun, 24 Jan 1999 01:12:00 +0100
19383              Message-ID: <36b66479.62756298@smtp1.ibm.net>
19384              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
19385      Branch: perl
19386            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
19387            ! proto.h sv.c sv.h
19388 ____________________________________________________________________________
19389 [  2902] By: gsar                                  on 1999/02/12  12:55:11
19390         Log: script to generate ctags from etags
19391              From: Colin Kuskie <ckuskie@cadence.com>
19392              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
19393              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
19394              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
19395      Branch: perl
19396            + emacs/e2ctags.pl
19397            ! Makefile.SH pod/perlfaq3.pod
19398 ____________________________________________________________________________
19399 [  2901] By: gsar                                  on 1999/02/12  12:40:17
19400         Log: allow boolean assign ops to be lvalues
19401              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19402              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
19403              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
19404              --
19405              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19406              Date: Mon, 18 Jan 1999 10:04:00 +0000
19407              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
19408              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
19409      Branch: perl
19410            + t/op/lop.t
19411            ! MANIFEST op.c
19412 ____________________________________________________________________________
19413 [  2899] By: jhi                                   on 1999/02/12  12:03:48
19414         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
19415      Branch: cfgperl
19416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19417            ! config_h.SH hints/openbsd.sh
19418 ____________________________________________________________________________
19419 [  2898] By: gsar                                  on 1999/02/12  11:49:25
19420         Log: support win32_putenv()
19421      Branch: perl
19422            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
19423            ! win32/win32.c win32/win32iop.h
19424 ____________________________________________________________________________
19425 [  2894] By: gsar                                  on 1999/02/12  11:09:27
19426         Log: add missing hunk in change#2657
19427      Branch: perl
19428            ! ext/B/B/CC.pm
19429 ____________________________________________________________________________
19430 [  2893] By: gsar                                  on 1999/02/12  11:00:13
19431         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19432              Date: Tue, 19 Jan 1999 20:13:15 -0500
19433              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
19434              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
19435      Branch: perl
19436            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
19437            ! t/pragma/subs.t t/pragma/warning.t
19438 ____________________________________________________________________________
19439 [  2892] By: gsar                                  on 1999/02/12  10:44:38
19440         Log: update change#2670 to later version
19441              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19442              Date: Sun, 31 Jan 1999 16:16:14 +0000
19443              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
19444              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
19445      Branch: perl
19446            ! t/op/subst.t toke.c
19447 ____________________________________________________________________________
19448 [  2891] By: gsar                                  on 1999/02/12  10:31:17
19449         Log: make testsuite somewhat location independent
19450      Branch: perl
19451            ! (edit 117 files)
19452 ____________________________________________________________________________
19453 [  2890] By: gsar                                  on 1999/02/12  10:00:30
19454         Log: add $AutoLoader::VERSION
19455      Branch: perl
19456            ! lib/AutoLoader.pm
19457 ____________________________________________________________________________
19458 [  2889] By: gsar                                  on 1999/02/12  09:55:48
19459         Log: tweak PERL_STRICT_CR notes
19460      Branch: perl
19461            ! pod/perl5005delta.pod
19462 ____________________________________________________________________________
19463 [  2888] By: gsar                                  on 1999/02/12  09:41:45
19464         Log: add note about test-notty target
19465      Branch: perl
19466            ! README.win32
19467 ____________________________________________________________________________
19468 [  2887] By: gsar                                  on 1999/02/12  09:37:37
19469         Log: add perltodo.pod
19470      Branch: perl
19471            + pod/perltodo.pod
19472            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
19473            ! win32/pod.mak
19474 ____________________________________________________________________________
19475 [  2886] By: jhi                                   on 1999/02/12  08:52:14
19476         Log: Integrate from mainperl.
19477      Branch: cfgperl
19478           +> t/op/fh.t
19479           !> (integrate 30 files)
19480 ____________________________________________________________________________
19481 [  2885] By: gsar                                  on 1999/02/12  08:42:10
19482         Log: note how to find REG_INFTY limit
19483      Branch: perl
19484            ! pod/perlre.pod
19485 ____________________________________________________________________________
19486 [  2884] By: jhi                                   on 1999/02/12  08:36:14
19487         Log: OpenBSD pthreads awareness, thanks to
19488              David Leonard <david.leonard@csee.uq.edu.au>
19489      Branch: maint-5.005/perl
19490            ! Configure hints/openbsd.sh
19491 ____________________________________________________________________________
19492 [  2882] By: gsar                                  on 1999/02/12  08:05:20
19493         Log: IO is maintained by p5p (per Graham Barr's wishes)
19494      Branch: perl
19495            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
19496            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
19497            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
19498            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19499 ____________________________________________________________________________
19500 [  2881] By: gsar                                  on 1999/02/12  07:57:13
19501         Log: fh.t typo
19502      Branch: perl
19503            ! t/op/fh.t
19504 ____________________________________________________________________________
19505 [  2880] By: gsar                                  on 1999/02/12  07:38:16
19506         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
19507      Branch: perl
19508            ! perl.c pod/perlrun.pod
19509 ____________________________________________________________________________
19510 [  2879] By: gsar                                  on 1999/02/12  05:39:29
19511         Log: fix ops that are not filehandle constructors to not create GV if it
19512              doesn't already exist (avoids leaks); extend semantics of defined()
19513              so that defined(*{$foo}) works (experimental)
19514      Branch: perl
19515            + t/op/fh.t
19516            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
19517            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
19518 ____________________________________________________________________________
19519 [  2877] By: jhi                                   on 1999/02/11  20:44:00
19520         Log: From: Chris Nandor <pudge@pobox.com>
19521              To: perl5-porters@perl.org
19522              Subject: [PATCH] perlport.pod 1.39
19523              Date: Thu, 11 Feb 1999 12:28:35 -0500
19524              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
19525      Branch: cfgperl
19526            ! pod/perlport.pod
19527 ____________________________________________________________________________
19528 [  2870] By: gsar                                  on 1999/02/11  11:17:08
19529         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
19530      Branch: perl
19531            ! ext/IO/lib/IO/Pipe.pm
19532 ____________________________________________________________________________
19533 [  2869] By: gsar                                  on 1999/02/11  11:00:56
19534         Log: update win32/pod.mak
19535      Branch: perl
19536            ! win32/pod.mak
19537 ____________________________________________________________________________
19538 [  2868] By: gsar                                  on 1999/02/11  10:42:44
19539         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
19540              Date: Fri, 08 Jan 1999 14:36:53 +1100
19541              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
19542              Subject: Re: [Fwd: IO::Socket::connect and blocking]
19543      Branch: perl
19544            ! ext/IO/lib/IO/Socket.pm
19545 ____________________________________________________________________________
19546 [  2867] By: gsar                                  on 1999/02/11  09:43:03
19547         Log: av_extend() doc tweak from Jan Dubois
19548      Branch: perl
19549            ! pod/perlguts.pod
19550 ____________________________________________________________________________
19551 [  2866] By: gsar                                  on 1999/02/11  09:27:17
19552         Log: display full pathname of unreadable files
19553      Branch: perl
19554            ! utils/perldoc.PL
19555 ____________________________________________________________________________
19556 [  2865] By: gsar                                  on 1999/02/11  09:02:31
19557         Log: missing patch in change#2522
19558      Branch: perl
19559            ! lib/Pod/Text.pm
19560 ____________________________________________________________________________
19561 [  2864] By: jhi                                   on 1999/02/11  08:45:00
19562         Log: From: Spider Boardman <spider@zk3.dec.com>
19563              To: perlbug@perl.com
19564              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
19565              Date: Wed, 10 Feb 1999 23:33:31 -0500
19566              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
19567      Branch: maint-5.005/perl
19568            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
19569 ____________________________________________________________________________
19570 [  2862] By: gsar                                  on 1999/02/11  08:14:34
19571         Log: integrate changes#2738,2740 from maint-5.005
19572      Branch: perl
19573           !> lib/ExtUtils/MakeMaker.pm
19574 ____________________________________________________________________________
19575 [  2861] By: jhi                                   on 1999/02/11  08:04:25
19576         Log: Integrate from mainperl.
19577      Branch: cfgperl
19578           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
19579           !> t/op/range.t win32/config.gc
19580 ____________________________________________________________________________
19581 [  2860] By: gsar                                  on 1999/02/11  07:30:08
19582         Log: binmode() support for cygwin32 (suggested by Steven Morlock
19583              <newspost@morlock.net>)
19584      Branch: perl
19585            ! perl.h
19586 ____________________________________________________________________________
19587 [  2859] By: gsar                                  on 1999/02/11  07:14:21
19588         Log: update Changes
19589      Branch: perl
19590            ! Changes
19591           !> pod/perl5005delta.pod
19592 ____________________________________________________________________________
19593 [  2856] By: gsar                                  on 1999/02/11  07:07:39
19594         Log: integrate perldelta changes from maint-5.005
19595      Branch: perl
19596           !> pod/perl5005delta.pod
19597 ____________________________________________________________________________
19598 [  2855] By: gsar                                  on 1999/02/11  06:31:50
19599         Log: applied suggested patch; added tests
19600              From: Adam Krolnik <adamk@gypsy.cyrix.com>
19601              Date: Sat, 12 Dec 98 15:30:18 -0600
19602              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
19603              Subject: Range operation doesn't handle IV_MAX
19604      Branch: perl
19605            ! pp_ctl.c t/op/range.t
19606 ____________________________________________________________________________
19607 [  2854] By: gsar                                  on 1999/02/11  05:00:55
19608         Log: compatibility fix: magic non-propagation in foreach implicit localization
19609      Branch: perl
19610            ! pp_ctl.c t/op/local.t win32/config.gc
19611 ____________________________________________________________________________
19612 [  2852] By: gsar                                  on 1999/02/10  23:17:49
19613         Log: fair warning about -Dusethreads
19614      Branch: maint-5.005/perl
19615            ! Configure INSTALL README.threads
19616 ____________________________________________________________________________
19617 [  2847] By: jhi                                   on 1999/02/09  19:13:28
19618         Log: Integrate from mainperl.
19619      Branch: cfgperl
19620           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
19621           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
19622 ____________________________________________________________________________
19623 [  2846] By: gsar                                  on 1999/02/09  13:53:28
19624         Log: a modified version of suggested patch for pack template 'Z'; added docs
19625              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
19626              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
19627              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
19628              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
19629      Branch: perl
19630            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
19631 ____________________________________________________________________________
19632 [  2845] By: gsar                                  on 1999/02/09  00:03:26
19633         Log: clarify docs for change#2835
19634      Branch: perl
19635            ! pod/perldelta.pod pod/perlop.pod
19636 ____________________________________________________________________________
19637 [  2844] By: gsar                                  on 1999/02/08  23:40:57
19638         Log: addendum to change#2823
19639              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19640              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
19641              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
19642              Subject: [PATCH] Docs and tests for method-call syntax
19643      Branch: perl
19644            ! pod/perlobj.pod t/op/method.t
19645 ____________________________________________________________________________
19646 [  2843] By: jhi                                   on 1999/02/08  21:06:28
19647         Log: Ultrix mmap tidbit.
19648      Branch: cfgperl
19649            ! hints/ultrix_4.sh
19650 ____________________________________________________________________________
19651 [  2842] By: jhi                                   on 1999/02/08  20:22:55
19652         Log: Integrate from mainperl.
19653      Branch: cfgperl
19654           +> t/op/subst_wamp.t
19655           !> (integrate 35 files)
19656 ____________________________________________________________________________
19657 [  2841] By: jhi                                   on 1999/02/08  18:23:26
19658         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19659              To: Mailing list Perl5 <perl5-porters@perl.org>
19660              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19661              Date: Sun, 7 Feb 1999 17:25:22 -0500
19662              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19663      Branch: cfgperl
19664            + t/op/subst_amp.t
19665            ! MANIFEST regcomp.c t/op/subst.t
19666 ____________________________________________________________________________
19667 [  2840] By: jhi                                   on 1999/02/08  18:16:54
19668         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19669              To: Mailing list Perl5 <perl5-porters@perl.org>
19670              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19671              Date: Sun, 7 Feb 1999 17:00:10 -0500
19672              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19673      Branch: cfgperl
19674            ! pp_hot.c t/op/pat.t
19675 ____________________________________________________________________________
19676 [  2839] By: jhi                                   on 1999/02/08  17:25:30
19677         Log: A require was missing.
19678      Branch: cfgperl
19679            ! t/lib/h2ph.pht
19680 ____________________________________________________________________________
19681 [  2838] By: jhi                                   on 1999/02/08  16:38:41
19682         Log: Bring in the change #2809 (the Configure part has been
19683              modified rather a lot since the #2809, though.)
19684      Branch: cfgperl
19685            ! Configure utils/h2ph.PL
19686 ____________________________________________________________________________
19687 [  2835] By: gsar                                  on 1999/02/08  14:40:23
19688         Log: make qw() into a true list at compile time (slightly modified
19689              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
19690      Branch: perl
19691            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
19692 ____________________________________________________________________________
19693 [  2834] By: gsar                                  on 1999/02/08  13:23:16
19694         Log: make safesysmalloc() etc., always available; safemalloc() et al are
19695              now macros that point to the right malloc; fix various places in
19696              sources that need to always use safesysmalloc() et al
19697      Branch: perl
19698            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
19699            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
19700 ____________________________________________________________________________
19701 [  2833] By: gsar                                  on 1999/02/08  10:56:16
19702         Log: remove spurious #endif in last change
19703      Branch: perl
19704            ! perl.h
19705 ____________________________________________________________________________
19706 [  2832] By: gsar                                  on 1999/02/08  10:34:55
19707         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
19708              them ask for insanity (untested)
19709      Branch: perl
19710            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
19711            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
19712            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
19713 ____________________________________________________________________________
19714 [  2831] By: jhi                                   on 1999/02/08  08:33:33
19715         Log: Update vms/subconfigure.com along the lines of change #2829.
19716      Branch: cfgperl
19717            ! vms/subconfigure.com
19718 ____________________________________________________________________________
19719 [  2830] By: gsar                                  on 1999/02/08  00:19:46
19720         Log: integrate cfgperl changes into mainline
19721      Branch: perl
19722           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
19723           +> lib/File/PathConvert.pm pod/perlthrtut.pod
19724            ! Changes
19725           !> (integrate 93 files)
19726 ____________________________________________________________________________
19727 [  2829] By: jhi                                   on 1999/02/07  23:49:46
19728         Log: Configure update.
19729              
19730              Probe for mmap() et alia.
19731              The *cc*symbols patch (just Configure, no h2ph).
19732      Branch: cfgperl
19733            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19734            ! config_h.SH perl.h
19735 ____________________________________________________________________________
19736 [  2828] By: gsar                                  on 1999/02/07  23:38:47
19737         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19738              Date: Sun, 7 Feb 1999 17:25:22 -0500
19739              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19740              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19741      Branch: perl
19742            + t/op/subst_amp.t t/op/subst_wamp.t
19743            ! MANIFEST regcomp.c t/op/subst.t
19744 ____________________________________________________________________________
19745 [  2827] By: gsar                                  on 1999/02/07  23:27:32
19746         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19747              Date: Sun, 7 Feb 1999 17:00:10 -0500
19748              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19749              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19750      Branch: perl
19751            ! pp_hot.c t/op/pat.t
19752 ____________________________________________________________________________
19753 [  2826] By: gsar                                  on 1999/02/07  23:26:04
19754         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
19755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19756              Date: Sun, 7 Feb 1999 15:07:27 -0500
19757              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
19758              Subject: Re: fixing memory leaks in REx compilation
19759      Branch: perl
19760            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
19761            ! regexec.c
19762 ____________________________________________________________________________
19763 [  2825] By: jhi                                   on 1999/02/07  18:05:13
19764         Log: Integrate from mainperl.
19765      Branch: cfgperl
19766           +> lib/DB.pm t/comp/bproto.t
19767           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
19768           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
19769           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
19770           !> toke.c vms/perly_c.vms
19771 ____________________________________________________________________________
19772 [  2824] By: gsar                                  on 1999/02/07  14:21:48
19773         Log: tweak doc on bitwise ops
19774      Branch: perl
19775            ! pod/perlop.pod
19776 ____________________________________________________________________________
19777 [  2823] By: gsar                                  on 1999/02/07  13:38:31
19778         Log: applied suggested patch; regen perly* and vms/perly*
19779              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19780              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
19781              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
19782              Subject: [PATCH] Re: Suggestion for perlobj man page
19783      Branch: perl
19784            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
19785 ____________________________________________________________________________
19786 [  2822] By: gsar                                  on 1999/02/07  12:39:09
19787         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
19788              disabled, fails tests)
19789      Branch: perl
19790            ! regcomp.h
19791 ____________________________________________________________________________
19792 [  2821] By: gsar                                  on 1999/02/07  11:09:39
19793         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
19794              <Alexander.Barilo@aexp.com>)
19795      Branch: perl
19796            ! lib/Pod/Html.pm
19797 ____________________________________________________________________________
19798 [  2820] By: gsar                                  on 1999/02/07  10:20:35
19799         Log: add draft debugging API implementation
19800      Branch: perl
19801            + lib/DB.pm
19802            ! MANIFEST
19803 ____________________________________________________________________________
19804 [  2819] By: gsar                                  on 1999/02/07  09:58:45
19805         Log: avoid garbage in db->dirbuf
19806              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
19807              Date: Sat, 05 Dec 1998 14:14:54 +0900
19808              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
19809              Subject: SDBM bug
19810      Branch: perl
19811            ! ext/SDBM_File/sdbm/sdbm.c
19812 ____________________________________________________________________________
19813 [  2818] By: gsar                                  on 1999/02/07  09:32:24
19814         Log: missing entry
19815      Branch: perl
19816            ! MANIFEST
19817 ____________________________________________________________________________
19818 [  2817] By: gsar                                  on 1999/02/07  09:30:47
19819         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
19820      Branch: perl
19821            + t/comp/bproto.t
19822            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
19823 ____________________________________________________________________________
19824 [  2816] By: gsar                                  on 1999/02/06  00:14:29
19825         Log: minor bug in dumping blessed subrefs
19826      Branch: perl
19827            ! ext/Data/Dumper/Dumper.pm
19828 ____________________________________________________________________________
19829 [  2812] By: jhi                                   on 1999/02/03  22:02:24
19830         Log: Enhance change #2808.
19831              
19832              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19833              To: perl5-porters@perl.org
19834              Subject: Re: [PATCH 5.00*]: perlbug checklist
19835              Date: Wed, 3 Feb 1999 19:02:27 +0000
19836              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
19837      Branch: cfgperl
19838            ! utils/perlbug.PL
19839 ____________________________________________________________________________
19840 [  2811] By: jhi                                   on 1999/02/03  21:53:23
19841         Log: From: Barrie Slaymaker <rbs@telerama.com>
19842              To: perl5-porters@perl.org
19843              CC: pod-people@perl.org
19844              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
19845              Date: Wed, 03 Feb 1999 10:34:18 -0500
19846              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
19847              
19848              Add File::PathConvert.pm.
19849              Fix Pod::Html and installhtml to understand relative urls.
19850      Branch: cfgperl
19851            + lib/File/PathConvert.pm
19852            ! MANIFEST installhtml lib/Pod/Html.pm
19853 ____________________________________________________________________________
19854 [  2810] By: jhi                                   on 1999/02/03  20:25:10
19855         Log: From: Francois Desarmenien <desar@club-internet.fr>
19856              To: Mailing list Perl5 <perl5-porters@perl.org>
19857              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
19858              Date: Wed, 03 Feb 1999 13:13:24 +0000
19859              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
19860              
19861              (note: this patch completely overrides Tom Wolfe's patch,
19862              change #2604)
19863      Branch: cfgperl
19864            + ext/GDBM_File/hints/sco.pl
19865            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
19866 ____________________________________________________________________________
19867 [  2809] By: jhi                                   on 1999/02/03  19:54:16
19868         Log: h2ph fixes + Configure patch to support them.
19869              
19870              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19871              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
19872              Gurusamy Sarathy <gsar@engin.umich.edu>
19873              Cc: perl5-porters@perl.org
19874              Subject: [PATCH 5.00503_MT5] h2ph.PL
19875              Date: Tue, 2 Feb 1999 19:48:06 -0500
19876              Message-ID: <19990202194806.E10647@O2.chapin.edu>
19877      Branch: maint-5.005/perl
19878            ! Configure utils/h2ph.PL
19879 ____________________________________________________________________________
19880 [  2808] By: jhi                                   on 1999/02/03  16:59:55
19881         Log: Enhance the perlbug checklist.
19882      Branch: cfgperl
19883            ! utils/perlbug.PL
19884 ____________________________________________________________________________
19885 [  2807] By: jhi                                   on 1999/02/03  14:01:37
19886         Log: Document the standard strftime %formats.
19887              
19888              From: Dominic Dunlop <domo@vo.lu>
19889              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
19890              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
19891              Date: Tue, 2 Feb 1999 15:55:29 +0100
19892              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
19893      Branch: cfgperl
19894            ! ext/POSIX/POSIX.pod
19895 ____________________________________________________________________________
19896 [  2806] By: jhi                                   on 1999/02/03  13:58:00
19897         Log: Integrate from mainperl.
19898      Branch: cfgperl
19899           !> perl.h
19900 ____________________________________________________________________________
19901 [  2805] By: gsar                                  on 1999/02/03  03:32:31
19902         Log: PL_uuemap[] init needs help for sizeof()
19903      Branch: perl
19904            ! perl.h
19905 ____________________________________________________________________________
19906 [  2804] By: jhi                                   on 1999/02/02  20:44:30
19907         Log: These should've been already in #2803.
19908      Branch: cfgperl
19909            ! Configure config_h.SH vms/subconfigure.com
19910 ____________________________________________________________________________
19911 [  2803] By: jhi                                   on 1999/02/02  20:38:45
19912         Log: telldir prototype issue, from mists of time...
19913      Branch: cfgperl
19914            ! hints/netbsd.sh pp_sys.c
19915 ____________________________________________________________________________
19916 [  2801] By: jhi                                   on 1999/02/02  17:40:14
19917         Log: From: John Bley <jbb6@acpub.duke.edu>
19918              To: perlbug@perl.org
19919              Subject: [PATCH]5.005_54 (DOC) fix minor typos
19920              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
19921              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
19922      Branch: cfgperl
19923            ! pod/perlre.pod
19924 ____________________________________________________________________________
19925 [  2800] By: jhi                                   on 1999/02/02  17:26:49
19926         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
19927      Branch: cfgperl
19928            ! Todo-5.005
19929 ____________________________________________________________________________
19930 [  2799] By: jhi                                   on 1999/02/02  17:18:51
19931         Log: Update FindBin from maint-5.005.
19932      Branch: cfgperl
19933            ! lib/FindBin.pm
19934 ____________________________________________________________________________
19935 [  2798] By: jhi                                   on 1999/02/02  17:16:07
19936         Log: Fix typecasts in #2797
19937              
19938              From: "G. Del Merritt" <del@intranetics.com>
19939              Date: Fri, 29 Jan 1999 11:47:25 -0700
19940              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
19941              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
19942      Branch: cfgperl
19943            ! ext/POSIX/POSIX.xs
19944 ____________________________________________________________________________
19945 [  2797] By: jhi                                   on 1999/02/02  17:14:37
19946         Log: From: Ted Law <tedlaw@cibcwg.com>
19947              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
19948              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
19949              Subject: POSIX::strftime buffer overflow problem
19950      Branch: cfgperl
19951            ! ext/POSIX/POSIX.xs
19952 ____________________________________________________________________________
19953 [  2796] By: jhi                                   on 1999/02/02  17:13:23
19954         Log: Do not use File::Slurp.
19955      Branch: cfgperl
19956            ! t/lib/textfill.t
19957 ____________________________________________________________________________
19958 [  2795] By: jhi                                   on 1999/02/02  17:11:48
19959         Log: perlhist update from maint-5.005.
19960      Branch: cfgperl
19961            ! pod/perlhist.pod
19962 ____________________________________________________________________________
19963 [  2794] By: jhi                                   on 1999/02/02  17:10:33
19964         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
19965      Branch: cfgperl
19966            ! ext/POSIX/POSIX.pm
19967 ____________________________________________________________________________
19968 [  2793] By: jhi                                   on 1999/02/02  17:08:39
19969         Log: Missed the html test from change #2787. 
19970      Branch: cfgperl
19971            ! t/lib/cgi-html.t
19972 ____________________________________________________________________________
19973 [  2792] By: jhi                                   on 1999/02/02  17:01:24
19974         Log: Update Getopt::Long to 2.19.
19975      Branch: cfgperl
19976            ! lib/Getopt/Long.pm
19977 ____________________________________________________________________________
19978 [  2791] By: jhi                                   on 1999/02/02  16:59:13
19979         Log: overload syntax is no longer experimental
19980      Branch: cfgperl
19981            ! lib/overload.pm
19982 ____________________________________________________________________________
19983 [  2789] By: jhi                                   on 1999/02/02  16:47:50
19984         Log: Still doc fixes.
19985      Branch: cfgperl
19986            ! lib/diagnostics.pm
19987 ____________________________________________________________________________
19988 [  2788] By: jhi                                   on 1999/02/02  16:47:07
19989         Log: Doc fixes.
19990      Branch: cfgperl
19991            ! lib/CGI.pm lib/diagnostics.pm
19992 ____________________________________________________________________________
19993 [  2787] By: jhi                                   on 1999/02/02  16:38:55
19994         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
19995              where applicable).
19996      Branch: cfgperl
19997            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
19998            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19999            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20000            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
20001            ! eg/cgi/frameset.cgi eg/cgi/index.html
20002            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20003            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20004            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20005            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
20006            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20007            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
20008 ____________________________________________________________________________
20009 [  2786] By: jhi                                   on 1999/02/02  16:17:52
20010         Log: Update CPAN to 1.47.
20011      Branch: cfgperl
20012            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
20013 ____________________________________________________________________________
20014 [  2785] By: jhi                                   on 1999/02/02  16:09:03
20015         Log: From: Mark-Jason Dominus <mjd@plover.com>
20016              Date: Sat, 16 Jan 1999 17:22:06 -0500
20017              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
20018              Message-ID: <19990116222206.3674.qmail@plover.com>
20019      Branch: cfgperl
20020            ! pod/perlsub.pod
20021 ____________________________________________________________________________
20022 [  2784] By: jhi                                   on 1999/02/02  16:01:31
20023         Log: Fix incorrect "used only once" warnings
20024              
20025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20026              Date: Fri, 8 Jan 1999 04:37:10 -0500
20027              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
20028              Subject: Re: change#965 flakiness
20029      Branch: cfgperl
20030            ! gv.c
20031 ____________________________________________________________________________
20032 [  2783] By: jhi                                   on 1999/02/02  15:50:38
20033         Log: perldelta updates.
20034      Branch: cfgperl
20035            ! pod/perldelta.pod
20036 ____________________________________________________________________________
20037 [  2782] By: jhi                                   on 1999/02/02  14:28:26
20038         Log: Mirror change #2781.
20039      Branch: cfgperl
20040            ! hints/linux.sh
20041 ____________________________________________________________________________
20042 [  2781] By: jhi                                   on 1999/02/02  14:27:01
20043         Log: Update the MkLinux note.
20044      Branch: maint-5.005/perl
20045            ! hints/linux.sh
20046 ____________________________________________________________________________
20047 [  2780] By: jhi                                   on 1999/02/02  14:10:59
20048         Log: Update todo.
20049      Branch: cfgperl
20050            ! Todo-5.005
20051 ____________________________________________________________________________
20052 [  2779] By: jhi                                   on 1999/02/02  14:00:25
20053         Log: Integrate from mainperl.
20054      Branch: cfgperl
20055            ! t/lib/textfill.t t/lib/textwrap.t
20056           !> (integrate 32 files)
20057 ____________________________________________________________________________
20058 [  2778] By: jhi                                   on 1999/02/02  13:56:23
20059         Log: VMS update, applicable parts of
20060              
20061              From: Dan Sugalski <sugalskd@osshe.edu>
20062              To: perl5-porters@perl.org
20063              Subject: [PATCH 5.005_03MT3]VMS configure tweak
20064              Date: Wed, 20 Jan 1999 12:05:18 -0800
20065              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
20066              
20067              From: Dan Sugalski <sugalskd@osshe.edu>
20068              To: perlbug@perl.com, vmsperl@perl.org
20069              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
20070              Date: Tue, 26 Jan 1999 14:40:38 -0800
20071              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
20072              
20073              From: Dan Sugalski <sugalskd@osshe.edu>
20074              To: perl5-porters@perl.org, vmsperl@perl.org
20075              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
20076              Date: Tue, 26 Jan 1999 14:55:29 -0800
20077              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
20078      Branch: cfgperl
20079            ! vms/ext/Stdio/test.pl vms/subconfigure.com
20080 ____________________________________________________________________________
20081 [  2777] By: jhi                                   on 1999/02/02  13:43:24
20082         Log: Synch usethreads parts from maint-5.005.
20083      Branch: cfgperl
20084            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
20085            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
20086            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20087            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20088 ____________________________________________________________________________
20089 [  2776] By: jhi                                   on 1999/02/02  13:17:16
20090         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
20091      Branch: cfgperl
20092            ! Makefile.SH hints/freebsd.sh
20093 ____________________________________________________________________________
20094 [  2774] By: jhi                                   on 1999/02/02  13:10:39
20095         Log: Add perlthrtut, update pod/* machinery.
20096              (a pod/Makefile.SH is sorely needed)
20097      Branch: cfgperl
20098            + pod/perlthrtut.pod
20099            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
20100 ____________________________________________________________________________
20101 [  2773] By: jhi                                   on 1999/02/02  12:54:24
20102         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20103              To: perl5-porters@perl.org
20104              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
20105              Date: Tue, 26 Jan 1999 22:25:07 +0000
20106              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
20107      Branch: cfgperl
20108            ! pod/perlguts.pod
20109 ____________________________________________________________________________
20110 [  2771] By: jhi                                   on 1999/02/02  12:47:34
20111         Log: Use perlbug instead of personal email address.
20112      Branch: cfgperl
20113            ! Configure
20114 ____________________________________________________________________________
20115 [  2770] By: jhi                                   on 1999/02/02  12:42:06
20116         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
20117              
20118              From: "G. Del Merritt" <del@intranetics.com>
20119              To: perlbug@perl.com
20120              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
20121              Date: Tue, 26 Jan 1999 12:09:09 -0700
20122              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
20123      Branch: cfgperl
20124            ! iperlsys.h
20125 ____________________________________________________________________________
20126 [  2769] By: jhi                                   on 1999/02/02  12:37:57
20127         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20128              To: Mailing list Perl5 <perl5-porters@perl.org>
20129              Subject: [PATCH 5.005_*] OS/2 threads
20130              Date: Tue, 26 Jan 1999 13:39:46 -0500
20131              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
20132      Branch: cfgperl
20133            ! os2/os2ish.h
20134 ____________________________________________________________________________
20135 [  2768] By: jhi                                   on 1999/02/02  12:36:16
20136         Log: Apply change #2711 from maint-5.005:
20137              
20138              make ok", "make okfile", and "make nok" were broken
20139              with -Duseshrplib, because of a shared typo.
20140              
20141              From: Spider Boardman <spider@web.zk3.dec.com>
20142              To: perlbug@perl.com
20143              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20144              Date: Wed, 27 Jan 1999 12:27:15 -0500
20145              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
20146      Branch: cfgperl
20147            ! Makefile.SH
20148 ____________________________________________________________________________
20149 [  2766] By: jhi                                   on 1999/02/02  12:27:08
20150         Log: Make Configure use "int main()" instead of bare "main()".
20151              Like maint-5.005 change #2703 but now via metaconfig.
20152      Branch: cfgperl
20153            ! Configure
20154 ____________________________________________________________________________
20155 [  2765] By: jhi                                   on 1999/02/02  11:59:30
20156         Log: Undo part of change #2562.
20157      Branch: cfgperl
20158            ! Configure
20159 ____________________________________________________________________________
20160 [  2764] By: jhi                                   on 1999/02/02  11:52:39
20161         Log: NetBSD synch with maint-5.005.
20162      Branch: cfgperl
20163            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20164 ____________________________________________________________________________
20165 [  2763] By: jhi                                   on 1999/02/02  11:44:07
20166         Log: $Config{installusrbinperl}
20167              (maint-5.005 changes #2614 and #2709)
20168      Branch: cfgperl
20169            ! Configure installperl
20170 ____________________________________________________________________________
20171 [  2762] By: jhi                                   on 1999/02/02  11:29:13
20172         Log: Errno update from maint-5.005 (changes #2583, #2710).
20173      Branch: cfgperl
20174            ! Configure ext/Errno/Errno_pm.PL
20175 ____________________________________________________________________________
20176 [  2759] By: jhi                                   on 1999/02/02  10:53:20
20177         Log: Update Trig.pm from maint-5.005.
20178      Branch: cfgperl
20179            ! lib/Math/Trig.pm
20180 ____________________________________________________________________________
20181 [  2757] By: jhi                                   on 1999/02/02  10:41:26
20182         Log: MPE/iX update (mirror maint-5.005 change #2715)
20183      Branch: cfgperl
20184            ! hints/mpeix.sh mpeix/relink
20185 ____________________________________________________________________________
20186 [  2756] By: jhi                                   on 1999/02/02  10:38:08
20187         Log: BeOS update (Mirror maint-5.005 change #2727).
20188      Branch: cfgperl
20189            + ext/DynaLoader/dl_beos.xs
20190            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
20191            ! lib/ExtUtils/MM_Unix.pm
20192 ____________________________________________________________________________
20193 [  2754] By: gsar                                  on 1999/02/02  08:52:13
20194         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
20195      Branch: perl
20196            ! Porting/pumpkin.pod Todo Todo-5.005
20197 ____________________________________________________________________________
20198 [  2753] By: gsar                                  on 1999/02/02  08:46:21
20199         Log: Todo tweaks
20200      Branch: perl
20201            ! Todo Todo-5.005
20202 ____________________________________________________________________________
20203 [  2752] By: jhi                                   on 1999/02/01  22:15:12
20204         Log: Add perlthrtut.pod.
20205              
20206              From: Dan Sugalski <sugalskd@osshe.edu>
20207              To: perl5-porters@perl.org
20208              Subject: perlthrtut.pod
20209              Date: Mon, 01 Feb 1999 10:57:11 -0800
20210              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
20211      Branch: maint-5.005/perl
20212            + pod/perlthrtut.pod
20213            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
20214            ! pod/roffitall
20215 ____________________________________________________________________________
20216 [  2751] By: gsar                                  on 1999/02/01  07:28:05
20217         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
20218      Branch: perl
20219            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20220            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20221 ____________________________________________________________________________
20222 [  2750] By: gsar                                  on 1999/02/01  07:09:20
20223         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20224              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
20225              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
20226              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
20227      Branch: perl
20228            ! regexec.c
20229 ____________________________________________________________________________
20230 [  2749] By: gsar                                  on 1999/02/01  07:07:59
20231         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20232              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
20233              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
20234              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
20235      Branch: perl
20236            ! regexec.c
20237 ____________________________________________________________________________
20238 [  2748] By: gsar                                  on 1999/02/01  06:47:06
20239         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
20240              Date: Thu, 3 Dec 1998 15:10:17 -0500
20241              Message-Id: <199812032010.PAA09692@jik.shore.net>
20242              Subject: sample checksum code in "perlfunc" man page is wrong
20243      Branch: perl
20244            ! pod/perlfunc.pod
20245 ____________________________________________________________________________
20246 [  2747] By: gsar                                  on 1999/02/01  06:35:13
20247         Log: typos in Pod/Text.pm
20248              From: "Greg Chapman" <glc@well.com>
20249              Date: Tue, 1 Dec 1998 10:50:18 -0800
20250              Message-Id: <199812011849.KAA08816@smtp.well.com>
20251              Subject: Glitch in Pod::Text
20252      Branch: perl
20253            ! lib/Pod/Text.pm
20254 ____________________________________________________________________________
20255 [  2746] By: gsar                                  on 1999/02/01  06:27:35
20256         Log: various win32-ish changes merged from maint-5.005
20257      Branch: perl
20258            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
20259            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
20260            ! win32/Makefile win32/config.bc win32/config.vc
20261            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
20262            ! win32/win32.c
20263 ____________________________________________________________________________
20264 [  2745] By: gsar                                  on 1999/02/01  04:51:54
20265         Log: integrate cfgperl changes into mainline
20266      Branch: perl
20267           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
20268 ____________________________________________________________________________
20269 [  2744] By: gsar                                  on 1999/02/01  04:31:09
20270         Log: improved diagnostic on syntax errors at EOL
20271      Branch: perl
20272            ! toke.c
20273 ____________________________________________________________________________
20274 [  2743] By: gsar                                  on 1999/02/01  03:59:13
20275         Log: don't attempt connect() to bogus IP addresses
20276              From:    Graham Barr <gbarr@pobox.com>
20277              Date:    Sun, 31 Jan 1999 21:50:45 CST
20278              Message-Id: <19990131215045.A633@pobox.com>
20279      Branch: perl
20280            ! t/lib/io_multihomed.t
20281 ____________________________________________________________________________
20282 [  2742] By: gsar                                  on 1999/02/01  03:08:58
20283         Log: update Changes
20284      Branch: perl
20285            ! Changes pod/perldelta.pod
20286 ____________________________________________________________________________
20287 [  2740] By: gsar                                  on 1999/02/01  02:43:07
20288         Log: CAPI inheritance tweak and doc
20289      Branch: maint-5.005/perl
20290            ! lib/ExtUtils/MakeMaker.pm
20291 ____________________________________________________________________________
20292 [  2739] By: jhi                                   on 1999/01/31  18:31:54
20293         Log: Undo changes #2730 and #2731 and replace them
20294              with an extensively tested patch from
20295              Anton Berezin <tobez@plab.ku.dk> (via private email).
20296      Branch: maint-5.005/perl
20297            ! Makefile.SH hints/freebsd.sh
20298 ____________________________________________________________________________
20299 [  2738] By: gsar                                  on 1999/01/31  05:04:32
20300         Log: fix bogus CAPI inheritance from change#2541
20301      Branch: maint-5.005/perl
20302            ! lib/ExtUtils/MakeMaker.pm
20303 ____________________________________________________________________________
20304 [  2731] By: jhi                                   on 1999/01/29  14:33:12
20305         Log: FreeBSD version numbers can be like "2.2.8-release".
20306      Branch: maint-5.005/perl
20307            ! hints/freebsd.sh
20308 ____________________________________________________________________________
20309 [  2730] By: jhi                                   on 1999/01/29  12:40:38
20310         Log: FreeBSD hints iteration (hopefully convergent).
20311              usethreads: require at least FreeBSD 2.2.8.
20312              signal type: mirror change #2429 in cfgperl.
20313      Branch: maint-5.005/perl
20314            ! hints/freebsd.sh
20315 ____________________________________________________________________________
20316 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
20317         Log: From: Tom Spindler <dogcow@isi.net>
20318              Date: Thu, 28 Jan 1999 17:15:11 -0800
20319              Message-ID: <19990128171510.A11778@isi.net>
20320              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
20321      Branch: maint-5.005/perl
20322            + ext/DynaLoader/dl_beos.xs
20323            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
20324            ! lib/ExtUtils/MM_Unix.pm
20325 ____________________________________________________________________________
20326 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
20327         Log: Remove use of File::Slurp in t/lib/textfill.t
20328      Branch: maint-5.005/perl
20329            ! t/lib/textfill.t
20330 ____________________________________________________________________________
20331 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
20332         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
20333              Date: Wed, 27 Jan 1999 23:14:33 -0800
20334              Message-Id: <199901280714.XAA10176@activestate.com>
20335              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
20336      Branch: maint-5.005/perl
20337            ! win32/Makefile win32/makefile.mk
20338 ____________________________________________________________________________
20339 [  2720] By: gsar                                  on 1999/01/27  21:54:42
20340         Log: missing space while munging CCFLAGS for PERL_CAPI
20341      Branch: perl
20342            ! lib/ExtUtils/MM_Unix.pm
20343 ____________________________________________________________________________
20344 [  2718] By: jhi                                   on 1999/01/27  19:46:04
20345         Log: io/fs.t fails test #18 (sense of tests appears to have been
20346              changed incompletely; this patch just skips the test attached,
20347              a la test #17 preceding it).
20348              
20349              From: "G. Del Merritt" <del@intranetics.com>
20350              To: perlbug@perl.com
20351              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
20352              Date: Tue, 26 Jan 1999 12:09:09 -0700
20353              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
20354      Branch: maint-5.005/perl
20355            ! t/io/fs.t
20356 ____________________________________________________________________________
20357 [  2717] By: jhi                                   on 1999/01/27  19:44:46
20358         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
20359              
20360              From: "G. Del Merritt" <del@intranetics.com>
20361              To: perlbug@perl.com
20362              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
20363              Date: Tue, 26 Jan 1999 12:09:09 -0700
20364              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
20365      Branch: maint-5.005/perl
20366            ! iperlsys.h
20367 ____________________________________________________________________________
20368 [  2715] By: jhi                                   on 1999/01/27  19:34:28
20369         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
20370              To: perl5-porters@perl.org
20371              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
20372              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
20373              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
20374      Branch: maint-5.005/perl
20375            ! hints/mpeix.sh mpeix/relink
20376 ____________________________________________________________________________
20377 [  2710] By: jhi                                   on 1999/01/27  19:22:23
20378         Log: Errno fixes:
20379              
20380              From: Spider Boardman <spider@web.zk3.dec.com>
20381              To: perlbug@perl.com
20382              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20383              Date: Wed, 27 Jan 1999 12:27:15 -0500
20384              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
20385              
20386              From: Spider Boardman <spider@web.zk3.dec.com>
20387              To: perlbug@perl.com
20388              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20389              Date: Wed, 27 Jan 1999 13:31:16 -0500
20390              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
20391      Branch: maint-5.005/perl
20392            ! Configure ext/Errno/Errno_pm.PL
20393 ____________________________________________________________________________
20394 [  2709] By: jhi                                   on 1999/01/27  19:17:35
20395         Log: Fix Configure installusrbinperl:
20396              
20397              From: Spider Boardman <spider@web.zk3.dec.com>
20398              To: jhi@iki.fi
20399              cc: perl5-porters@perl.org
20400              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20401              Date: Wed, 27 Jan 1999 13:03:35 -0500
20402              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
20403      Branch: maint-5.005/perl
20404            ! Configure
20405 ____________________________________________________________________________
20406 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
20407         Log: Add redef IO::Handle::* for setv?buf()
20408      Branch: maint-5.005/perl
20409            ! ext/POSIX/POSIX.pm
20410 ____________________________________________________________________________
20411 [  2705] By: jhi                                   on 1999/01/24  15:14:30
20412         Log: Mention year-1900 and month 0..11.
20413      Branch: cfgperl
20414            ! lib/Time/Local.pm
20415 ____________________________________________________________________________
20416 [  2704] By: jhi                                   on 1999/01/24  15:13:36
20417         Log: Document Configure -Uinstallusrbinperl.
20418      Branch: cfgperl
20419            ! INSTALL pod/perldelta.pod
20420 ____________________________________________________________________________
20421 [  2698] By: jhi                                   on 1999/01/24  12:46:00
20422         Log: Use only xlc_r for usethreads.
20423      Branch: cfgperl
20424            ! hints/aix.sh
20425 ____________________________________________________________________________
20426 [  2695] By: gsar                                  on 1999/01/24  07:09:05
20427         Log: integrate cfgperl changes into mainline
20428      Branch: perl
20429           +> lib/Exporter/Heavy.pm
20430           !> (integrate 65 files)
20431 ____________________________________________________________________________
20432 [  2694] By: gsar                                  on 1999/01/24  01:28:49
20433         Log: better notes on 'make' on win32
20434      Branch: perl
20435            ! README.win32
20436 ____________________________________________________________________________
20437 [  2683] By: jhi                                   on 1999/01/22  15:41:00
20438         Log: More de-cut-and-pastos.
20439      Branch: cfgperl
20440            ! hints/irix_6.sh hints/os2.sh
20441 ____________________________________________________________________________
20442 [  2682] By: jhi                                   on 1999/01/22  15:30:51
20443         Log: usethreads.cbu cut-and-pasto.
20444      Branch: cfgperl
20445            ! hints/solaris_2.sh
20446 ____________________________________________________________________________
20447 [  2681] By: jhi                                   on 1999/01/22  14:54:55
20448         Log: Better (I hope) LANGUAGE documentation.
20449      Branch: cfgperl
20450            ! pod/perllocale.pod
20451 ____________________________________________________________________________
20452 [  2680] By: jhi                                   on 1999/01/22  09:20:29
20453         Log: From: Dan Sugalski <sugalskd@osshe.edu>
20454              To: perl5-porters@perl.org
20455              Subject: [PATCH 5.005_03MT3]VMS configure tweak
20456              Date: Wed, 20 Jan 1999 12:05:18 -0800
20457              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
20458      Branch: cfgperl
20459            ! vms/subconfigure.com
20460 ____________________________________________________________________________
20461 [  2679] By: jhi                                   on 1999/01/22  09:13:18
20462         Log: nosuid getmntent() branch.
20463      Branch: cfgperl
20464            ! perl.c perl.h
20465 ____________________________________________________________________________
20466 [  2678] By: jhi                                   on 1999/01/22  08:54:19
20467         Log: nosuid patch continued: *BSD needs <sys/param.h>.
20468      Branch: cfgperl
20469            ! Configure config_h.SH
20470 ____________________________________________________________________________
20471 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
20472         Log: Fixup FindBin to use File::Spec
20473              
20474              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
20475              Date: Wed, 20 Jan 1999 18:51:57 +0000
20476              From: Paul Johnson <pjcj@transeda.com>
20477              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
20478      Branch: maint-5.005/perl
20479            ! lib/FindBin.pm
20480 ____________________________________________________________________________
20481 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
20482         Log: Fix win32 for Borland compiler and spaces in paths
20483              
20484              From: Gurusamy Sarathy <gsar@activestate.com>
20485              Date: Mon, 18 Jan 1999 20:33:17 -0800
20486              Message-Id: <199901190433.UAA03656@activestate.com>
20487              Subject: [PATCH] 5.005_03-trial3 win32 issues
20488      Branch: maint-5.005/perl
20489            ! README.win32 win32/Makefile win32/config_sh.PL
20490            ! win32/makefile.mk win32/runperl.c
20491 ____________________________________________________________________________
20492 [  2670] By: jhi                                   on 1999/01/21  16:12:38
20493         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20494              To: perl5-porters@perl.org
20495              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
20496              Date: Thu, 21 Jan 1999 12:08:01 +0000
20497              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
20498      Branch: cfgperl
20499            ! pod/perldiag.pod t/op/subst.t toke.c
20500 ____________________________________________________________________________
20501 [  2669] By: jhi                                   on 1999/01/21  16:11:46
20502         Log: To: perl5-porters@perl.org
20503              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
20504              From: Anton Berezin <tobez@plab.ku.dk>
20505              Date: 21 Jan 1999 17:07:28 +0100
20506              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
20507      Branch: cfgperl
20508            ! hints/freebsd.sh
20509 ____________________________________________________________________________
20510 [  2668] By: jhi                                   on 1999/01/21  15:38:34
20511         Log: Add Daniel Grisinger <dgris@dimensional.com>.
20512      Branch: cfgperl
20513            ! AUTHORS MAINTAIN
20514 ____________________________________________________________________________
20515 [  2667] By: jhi                                   on 1999/01/21  15:32:28
20516         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20517              To: Mailing list Perl5 <perl5-porters@perl.org>
20518              Subject: [PATCH 5.005_53] Lean Exporter.pm
20519              Date: Thu, 21 Jan 1999 03:25:23 -0500
20520              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
20521      Branch: cfgperl
20522            + lib/Exporter/Heavy.pm
20523            ! MANIFEST lib/Exporter.pm
20524 ____________________________________________________________________________
20525 [  2666] By: jhi                                   on 1999/01/21  15:24:10
20526         Log: From: "W. Phillip Moore" <wpm@ms.com>
20527              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
20528              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
20529              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
20530              Message-ID: <13988.46383.298992.97303@zappa>
20531      Branch: cfgperl
20532            ! lib/File/Path.pm
20533 ____________________________________________________________________________
20534 [  2665] By: jhi                                   on 1999/01/21  15:20:48
20535         Log: CPAN update (CPAN-1.44_54) from Andreas and
20536              jumbo doc patch from Abigail.
20537              
20538              From: abigail@fnx.com
20539              To: perl5-porters@perl.org (Perl Porters)
20540              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
20541              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
20542              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
20543              
20544              From: abigail@fnx.com
20545              To: perl5-porters@perl.org (Perl Porters)
20546              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
20547              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
20548              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
20549              
20550              From: abigail@fnx.com
20551              To: perl5-porters@perl.org (Perl Porters)
20552              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
20553              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
20554              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
20555              
20556              From: abigail@fnx.com
20557              To: perl5-porters@perl.org (Perl Porters)
20558              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
20559              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
20560              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
20561              
20562              From: abigail@fnx.com
20563              To: perl5-porters@perl.org (Perl Porters)
20564              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
20565              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
20566              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
20567              
20568              From: abigail@fnx.com
20569              To: perl5-porters@perl.org (Perl Porters)
20570              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
20571              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
20572              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
20573              
20574              From: abigail@fnx.com
20575              To: perl5-porters@perl.org (Perl Porters)
20576              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
20577              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
20578              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
20579              
20580              From: abigail@fnx.com
20581              To: perl5-porters@perl.org (Perl Porters)
20582              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
20583              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
20584              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
20585              
20586              From: abigail@fnx.com
20587              To: perl5-porters@perl.org (Perl Porters)
20588              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
20589              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
20590              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
20591              
20592              From: abigail@fnx.com
20593              To: perl5-porters@perl.org (Perl Porters)
20594              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
20595              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
20596              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
20597              
20598              From: abigail@fnx.com
20599              To: perl5-porters@perl.org (Perl Porters)
20600              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
20601              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
20602              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
20603              
20604              From: abigail@fnx.com
20605              To: perl5-porters@perl.org (Perl Porters)
20606              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
20607              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
20608              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
20609              
20610              From: abigail@fnx.com
20611              To: perl5-porters@perl.org (Perl Porters)
20612              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
20613              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
20614              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
20615      Branch: cfgperl
20616            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
20617            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
20618            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
20619            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
20620 ____________________________________________________________________________
20621 [  2664] By: jhi                                   on 1999/01/21  14:47:43
20622         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20623              To: Mailing list Perl5 <perl5-porters@perl.org>
20624              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
20625              Date: Thu, 21 Jan 1999 03:58:29 -0500
20626              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
20627      Branch: cfgperl
20628            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
20629 ____________________________________________________________________________
20630 [  2663] By: jhi                                   on 1999/01/21  14:43:58
20631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20632              To: Mailing list Perl5 <perl5-porters@perl.org>
20633              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
20634              Date: Thu, 21 Jan 1999 02:46:34 -0500
20635              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
20636      Branch: cfgperl
20637            ! ext/Errno/Errno_pm.PL
20638 ____________________________________________________________________________
20639 [  2662] By: jhi                                   on 1999/01/21  14:42:42
20640         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
20641              To: Francois Desarmenien <desar@club-internet.fr>
20642              Cc: Gurusamy Sarathy <gsar@activestate.com>,
20643              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
20644              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
20645              Date: 21 Jan 1999 00:17:35 -0700
20646              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
20647      Branch: cfgperl
20648            ! Porting/patching.pod
20649 ____________________________________________________________________________
20650 [  2661] By: jhi                                   on 1999/01/21  14:41:13
20651         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20652              To: Mailing list Perl5 <perl5-porters@perl.org>
20653              Subject: [PATCH 5.00*] makedepend
20654              Date: Thu, 21 Jan 1999 02:08:27 -0500
20655              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
20656      Branch: cfgperl
20657            ! makedepend.SH
20658 ____________________________________________________________________________
20659 [  2660] By: jhi                                   on 1999/01/21  14:36:45
20660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20661              To: Mailing list Perl5 <perl5-porters@perl.org>
20662              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
20663              Date: Tue, 19 Jan 1999 20:06:45 -0500
20664              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
20665      Branch: cfgperl
20666            ! os2/Changes os2/os2.c
20667 ____________________________________________________________________________
20668 [  2657] By: jhi                                   on 1999/01/21  11:40:35
20669         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20670              To: perl5-porters@perl.org
20671              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
20672              Date: Mon, 18 Jan 1999 01:32:31 PST
20673              Message-ID: <19990118093231.18443.qmail@hotmail.com>
20674      Branch: cfgperl
20675            ! ext/B/B/CC.pm
20676 ____________________________________________________________________________
20677 [  2656] By: jhi                                   on 1999/01/21  11:35:34
20678         Log: From: Achim Bohnet <ach@mpe.mpg.de>
20679              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
20680              Date: Wed, 20 Jan 1999 20:25:53 +0100
20681              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
20682      Branch: cfgperl
20683            ! pp.c
20684 ____________________________________________________________________________
20685 [  2655] By: jhi                                   on 1999/01/21  10:46:01
20686         Log: Handle NIS (and NetInfo) more robustly.
20687      Branch: cfgperl
20688            ! t/op/grent.t t/op/pwent.t
20689 ____________________________________________________________________________
20690 [  2654] By: jhi                                   on 1999/01/21  10:17:20
20691         Log: Two-argument eaccess() of SCO.
20692      Branch: cfgperl
20693            ! pp_sys.c
20694 ____________________________________________________________________________
20695 [  2653] By: jhi                                   on 1999/01/21  08:53:14
20696         Log: -DNO_NOSUID_CHECK for those platforms which have no way
20697              of checking for nosuid but still want suidperl.
20698      Branch: cfgperl
20699            ! perl.c
20700 ____________________________________________________________________________
20701 [  2652] By: jhi                                   on 1999/01/21  08:22:50
20702         Log: The LANGUAGE mirrors LC_ALL usage.
20703      Branch: cfgperl
20704            ! Configure config_h.SH
20705 ____________________________________________________________________________
20706 [  2651] By: jhi                                   on 1999/01/20  22:01:21
20707         Log: I_MNTENT was missing.
20708      Branch: cfgperl
20709            ! Configure config_h.SH
20710 ____________________________________________________________________________
20711 [  2650] By: jhi                                   on 1999/01/19  13:42:03
20712         Log: NetBSD update, based on patches from the NetBSD packages system.
20713      Branch: cfgperl
20714            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20715 ____________________________________________________________________________
20716 [  2649] By: jhi                                   on 1999/01/19  12:44:02
20717         Log: Jumbo Configure update.
20718              * -Uinstallusrbinperl: disable /usr/bin/perl installation
20719              by installperl
20720              * usethreads.cbu
20721              * use64bits.cbu
20722              * "nosuid"
20723      Branch: cfgperl
20724            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
20725            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20726            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
20727            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
20728            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
20729            ! pod/perldiag.pod
20730 ____________________________________________________________________________
20731 [  2648] By: jhi                                   on 1999/01/19  09:16:44
20732         Log: Mention /usr/share/locale.
20733      Branch: cfgperl
20734            ! pod/perllocale.pod
20735 ____________________________________________________________________________
20736 [  2647] By: jhi                                   on 1999/01/19  09:11:11
20737         Log: SHMLBA strikes back in NetBSD/sparc.
20738              
20739              From: Dave Nelson <David.Nelson@bellcow.com>
20740              To: jhi@iki.fi
20741              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
20742              Date: Mon, 18 Jan 1999 22:07:56 -0600
20743              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
20744      Branch: cfgperl
20745            ! ext/IPC/SysV/SysV.xs
20746 ____________________________________________________________________________
20747 [  2646] By: jhi                                   on 1999/01/19  08:58:17
20748         Log: Show LANGUAGE env var when needed. (Augment change #2645).
20749      Branch: cfgperl
20750            ! util.c utils/perlbug.PL
20751 ____________________________________________________________________________
20752 [  2645] By: jhi                                   on 1999/01/19  08:52:15
20753         Log: Document the GNU LANGUAGE env var.
20754      Branch: cfgperl
20755            ! pod/perllocale.pod
20756 ____________________________________________________________________________
20757 [  2644] By: jhi                                   on 1999/01/19  08:42:25
20758         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20759              To: Mailing list Perl5 <perl5-porters@perl.org>
20760              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
20761              Date: Mon, 18 Jan 1999 20:57:02 -0500
20762              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
20763      Branch: cfgperl
20764            ! pp_hot.c t/op/pat.t
20765 ____________________________________________________________________________
20766 [  2643] By: jhi                                   on 1999/01/18  11:23:41
20767         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
20768      Branch: cfgperl
20769            ! Makefile.SH
20770 ____________________________________________________________________________
20771 [  2642] By: jhi                                   on 1999/01/18  11:03:38
20772         Log: GNU libc locale system has LANGUAGE env var that partly
20773              overrides even LC_ALL.
20774      Branch: cfgperl
20775            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
20776 ____________________________________________________________________________
20777 [  2641] By: jhi                                   on 1999/01/18  10:55:04
20778         Log: Integrate from mainperl.
20779      Branch: cfgperl
20780           +> ext/B/defsubs.h.PL
20781            ! t/op/groups.t
20782           !> (integrate 38 files)
20783 ____________________________________________________________________________
20784 [  2640] By: gsar                                  on 1999/01/18  10:06:29
20785         Log: a few random cleanups
20786      Branch: perl
20787            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
20788 ____________________________________________________________________________
20789 [  2639] By: gsar                                  on 1999/01/18  05:56:21
20790         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
20791              Date:    Sun, 17 Jan 1999 16:41:10 PST
20792              Message-Id: <19990118004111.29667.qmail@hotmail.com>
20793              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
20794      Branch: perl
20795            ! ext/B/B/C.pm
20796 ____________________________________________________________________________
20797 [  2638] By: gsar                                  on 1999/01/18  05:41:21
20798         Log: From:    jan.dubois@ibm.net (Jan Dubois)
20799              Date:    Mon, 18 Jan 1999 00:37:41 +0100
20800              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
20801              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
20802      Branch: perl
20803            ! dump.c
20804 ____________________________________________________________________________
20805 [  2633] By: gsar                                  on 1999/01/17  13:39:59
20806         Log: bogus assert()
20807      Branch: perl
20808            ! pp.c t/op/groups.t
20809 ____________________________________________________________________________
20810 [  2632] By: gsar                                  on 1999/01/17  13:22:04
20811         Log: various tweaks for clean build and test on win32
20812      Branch: perl
20813            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
20814            ! op.c t/pragma/warn/doio
20815 ____________________________________________________________________________
20816 [  2631] By: gsar                                  on 1999/01/17  12:28:06
20817         Log: undo change#2336, and add clarification about subversive
20818              CPAN distributions from Andreas Koenig
20819      Branch: perl
20820            ! Porting/pumpkin.pod lib/CPAN.pm
20821 ____________________________________________________________________________
20822 [  2630] By: gsar                                  on 1999/01/17  12:04:06
20823         Log: fix silent taint failures under -U
20824      Branch: perl
20825            ! doio.c
20826 ____________________________________________________________________________
20827 [  2629] By: gsar                                  on 1999/01/17  12:00:23
20828         Log: sanity check piped opens (tweaked version of patch suggested
20829              by Mark-Jason Dominus)
20830      Branch: perl
20831            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
20832            ! t/op/taint.t t/pragma/warn/doio
20833 ____________________________________________________________________________
20834 [  2628] By: gsar                                  on 1999/01/17  11:26:21
20835         Log: regen headers
20836      Branch: perl
20837            ! embed.h embedvar.h objXSUB.h
20838 ____________________________________________________________________________
20839 [  2627] By: gsar                                  on 1999/01/17  11:23:37
20840         Log: PERL_OBJECTness for change#2595
20841      Branch: perl
20842            ! embed.pl op.c pod/perlport.pod proto.h
20843 ____________________________________________________________________________
20844 [  2626] By: gsar                                  on 1999/01/17  09:47:07
20845         Log: PERL_OBJECT tweaks for change#2426
20846      Branch: perl
20847            ! embed.pl proto.h regcomp.c
20848 ____________________________________________________________________________
20849 [  2625] By: gsar                                  on 1999/01/17  09:37:58
20850         Log: documentation in change#2596 is not quite right; fix it
20851      Branch: perl
20852            ! lib/Math/BigFloat.pm pod/perlguts.pod
20853 ____________________________________________________________________________
20854 [  2624] By: gsar                                  on 1999/01/17  09:28:34
20855         Log: undo change#2571; C<use File::Spec> instead
20856      Branch: perl
20857            ! lib/FindBin.pm
20858 ____________________________________________________________________________
20859 [  2623] By: gsar                                  on 1999/01/17  09:20:42
20860         Log: change#2572 is not applicable; undo, retaining scan_bin addition
20861              to global.sym
20862      Branch: perl
20863            ! global.sym perl.c proto.h
20864 ____________________________________________________________________________
20865 [  2622] By: gsar                                  on 1999/01/17  09:17:42
20866         Log: change#2576 is based on a wrong premise; undo it
20867      Branch: perl
20868            ! pp_ctl.c
20869 ____________________________________________________________________________
20870 [  2621] By: gsar                                  on 1999/01/17  09:12:42
20871         Log: fix change#2602 to not used hard coded constants
20872      Branch: perl
20873            ! ext/B/B/C.pm ext/B/defsubs.h.PL
20874 ____________________________________________________________________________
20875 [  2620] By: gsar                                  on 1999/01/17  09:02:07
20876         Log: integrate cfgperl changes into mainline, fix conflicts
20877      Branch: perl
20878           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
20879           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
20880           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
20881           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
20882           +> pod/perlopentut.pod
20883           !> (integrate 162 files)
20884 ____________________________________________________________________________
20885 [  2619] By: gsar                                  on 1999/01/17  08:42:04
20886         Log: a few doc typos
20887      Branch: perl
20888            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
20889 ____________________________________________________________________________
20890 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
20891         Log: Win32 changes from Jan
20892              
20893              From: jan.dubois@ibm.net (Jan Dubois)
20894              Date: Fri, 15 Jan 1999 23:38:35 +0100
20895              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
20896              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
20897              
20898              From: jan.dubois@ibm.net (Jan Dubois)
20899              Date: Sat, 16 Jan 1999 13:02:45 +0100
20900              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
20901              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
20902      Branch: maint-5.005/perl
20903            ! README.win32 win32/Makefile win32/makefile.mk
20904 ____________________________________________________________________________
20905 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
20906         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
20907              
20908              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20909              Date: Thu, 07 Jan 1999 00:12:00 -0500
20910              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
20911              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20912              
20913              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20914              Date: Thu, 14 Jan 1999 19:21:46 -0500
20915              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
20916              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20917      Branch: maint-5.005/perl
20918            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
20919            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
20920            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
20921            ! win32/makedef.pl win32/runperl.c win32/win32.c
20922 ____________________________________________________________________________
20923 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
20924         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20925              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
20926              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
20927              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
20928              
20929              From: Jarkko Hietaniemi <jhi@iki.fi>
20930              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
20931              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
20932              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
20933              
20934              From: Jarkko Hietaniemi <jhi@iki.fi>
20935              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
20936              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
20937              Subject: the promised "installusrbinperl + NetBSD" fix
20938      Branch: maint-5.005/perl
20939            ! Configure Makefile.SH hints/netbsd.sh installperl
20940            ! makedepend.SH unixish.h
20941 ____________________________________________________________________________
20942 [  2611] By: jhi                                   on 1999/01/14  12:16:14
20943         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
20944              To: pumpkings@jhereg.perl.com
20945              Subject: perlopentut.pod
20946              Date: Sat, 09 Jan 1999 08:13:18 -0700
20947              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
20948      Branch: cfgperl
20949            + pod/perlopentut.pod
20950            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
20951 ____________________________________________________________________________
20952 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
20953         Log: Added Carp::cluck to perldelta.pod
20954      Branch: maint-5.005/perl
20955            ! pod/perldelta.pod
20956 ____________________________________________________________________________
20957 [  2605] By: jhi                                   on 1999/01/13  18:26:19
20958         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
20959              To: "'cpan@perl.org'" <cpan@perl.org>
20960              Subject: "Bug" fix for File::Find.pm
20961              Date:   Thu, 31 Dec 1998 13:01:50 -0500
20962              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
20963      Branch: cfgperl
20964            ! lib/File/Find.pm
20965 ____________________________________________________________________________
20966 [  2604] By: jhi                                   on 1999/01/13  18:08:45
20967         Log: From: Peter Wolfe <wolfe@teloseng.com>
20968              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
20969              To: perlbug@perl.com
20970              Date: 11 Jan 1999 23:00:05 +0200
20971              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
20972      Branch: cfgperl
20973            ! hints/sco.sh
20974 ____________________________________________________________________________
20975 [  2603] By: jhi                                   on 1999/01/13  18:06:56
20976         Log: From: hans@icgroup.nl (Hans Mulder)
20977              Subject: [Patch for 5.005_54] re::debugcolors dumps core
20978              To: perlbug@perl.com
20979              Cc: hansmu@xs4all.nl
20980              Date: 11 Jan 1999 22:22:45 +0200
20981              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
20982      Branch: cfgperl
20983            ! ext/re/re.pm regcomp.c
20984 ____________________________________________________________________________
20985 [  2602] By: jhi                                   on 1999/01/13  18:05:43
20986         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20987              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
20988              Date: 11 Jan 1999 08:02:41 +0200
20989              Lines: 134
20990              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
20991      Branch: cfgperl
20992            ! ext/B/B.xs ext/B/B/C.pm
20993 ____________________________________________________________________________
20994 [  2601] By: jhi                                   on 1999/01/13  18:01:53
20995         Log: From: James FitzGibbon <james@ican.net>
20996              Subject: Trivial patch for HP-UX 11 and shared libperl
20997              To: perl5-porters@perl.org
20998              Date: 8 Jan 1999 19:13:23 +0200
20999              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
21000      Branch: cfgperl
21001            ! Makefile.SH
21002 ____________________________________________________________________________
21003 [  2600] By: jhi                                   on 1999/01/13  17:59:45
21004         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21005              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
21006              To: perl5-porters@perl.org
21007              Date: 8 Jan 1999 12:43:36 +0200
21008              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
21009      Branch: cfgperl
21010            ! ext/B/B/CC.pm
21011 ____________________________________________________________________________
21012 [  2599] By: jhi                                   on 1999/01/13  17:50:11
21013         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
21014              Subject: PATCH to installperl
21015              To: perl5-porters@perl.org
21016              Date: 4 Jan 1999 16:15:18 +0200
21017              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
21018      Branch: cfgperl
21019            ! installperl
21020 ____________________________________________________________________________
21021 [  2598] By: jhi                                   on 1999/01/13  17:34:51
21022         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21023              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
21024              Cc: perl5-porters@perl.org
21025              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
21026              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
21027              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
21028      Branch: cfgperl
21029            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21030            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
21031 ____________________________________________________________________________
21032 [  2597] By: jhi                                   on 1999/01/13  17:30:33
21033         Log: From: David Dyck <dcd@tc.fluke.com>
21034              To: Perl Porters <perl5-porters@perl.org>,
21035              Gurusamy Sarathy <gsar@engin.umich.edu>
21036              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
21037              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
21038              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
21039      Branch: cfgperl
21040            ! pod/perldsc.pod
21041 ____________________________________________________________________________
21042 [  2596] By: jhi                                   on 1999/01/13  17:26:44
21043         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21044              To: perl5-porters@perl.org
21045              Subject: [PATCH] modglobal w/ spelling fixes
21046              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
21047              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
21048      Branch: cfgperl
21049            ! pod/perlguts.pod
21050 ____________________________________________________________________________
21051 [  2595] By: jhi                                   on 1999/01/13  17:24:59
21052         Log: From: Hans Mulder <hansm@icgroup.nl>
21053              Optimize common sort routines.  Thread started by the message
21054              
21055              From: Hans Mulder <hansm@icgroup.nl>
21056              Sender: owner-perl5-porters@perl.org
21057              To: perl5-porters@perl.org
21058              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
21059              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
21060              
21061              and the patch from the message
21062              
21063              From: Hans Mulder <hans@icgroup.nl>
21064              To: jhi@iki.fi
21065              Cc: perl5-porters@perl.org
21066              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
21067              $b }
21068              Date: Wed, 13 Jan 1999 17:39:35 +0100
21069              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
21070      Branch: cfgperl
21071            ! Todo op.c op.h pp_ctl.c t/op/sort.t
21072 ____________________________________________________________________________
21073 [  2594] By: jhi                                   on 1999/01/13  16:50:17
21074         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
21075              (the diffs were based on 5.004_02).  Tested by Guido
21076              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
21077      Branch: cfgperl
21078            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
21079            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
21080            + mint/sys/time.h mint/time.h
21081            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
21082            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
21083 ____________________________________________________________________________
21084 [  2593] By: jhi                                   on 1999/01/09  16:54:26
21085         Log: Detypo.
21086      Branch: cfgperl
21087            ! hints/dec_osf.sh
21088 ____________________________________________________________________________
21089 [  2592] By: jhi                                   on 1999/01/09  16:17:13
21090         Log: Move usethreads and use64bits logic from hints to Configure.
21091      Branch: cfgperl
21092            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
21093            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
21094            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
21095            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
21096 ____________________________________________________________________________
21097 [  2591] By: jhi                                   on 1999/01/09  14:45:24
21098         Log: Missing dTHRs added.
21099      Branch: cfgperl
21100            ! regcomp.c toke.c
21101 ____________________________________________________________________________
21102 [  2590] By: jhi                                   on 1999/01/08  15:27:17
21103         Log: Finalize change #2589 and add better AIX nm scanning from:
21104              
21105              Message-Id: <m0zyNW0-00017VC@gentoo.com>
21106              From: bll@gentoo.com (Brad Lanam)
21107              Subject: Re: mailhelp returned a non-zero status
21108              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
21109              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
21110      Branch: cfgperl
21111            ! Configure hints/freebsd.sh hints/linux.sh
21112 ____________________________________________________________________________
21113 [  2589] By: jhi                                   on 1999/01/08  15:14:54
21114         Log: Undo change #2581.
21115      Branch: cfgperl
21116            ! Configure hints/freebsd.sh hints/linux.sh
21117 ____________________________________________________________________________
21118 [  2588] By: jhi                                   on 1999/01/08  11:51:52
21119         Log: FAQ jumbo patch from tchrist.
21120              
21121              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
21122              From: Tom Christiansen <tchrist@jhereg.perl.com>
21123              To: pumpkings@jhereg.perl.com
21124              Subject: newest version of perlfaq.pod
21125              Date: Thu, 7 Jan 1999 23:05:02 -0700
21126              
21127              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
21128              From: Tom Christiansen <tchrist@jhereg.perl.com>
21129              To: pumpkings@jhereg.perl.com
21130              Subject: newest version of perlfaq1.pod
21131              Date: Thu, 7 Jan 1999 23:05:02 -0700
21132              
21133              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
21134              From: Tom Christiansen <tchrist@jhereg.perl.com>
21135              To: pumpkings@jhereg.perl.com
21136              Subject: newest version of perlfaq2.pod
21137              Date: Thu, 7 Jan 1999 23:05:02 -0700
21138              
21139              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
21140              From: Tom Christiansen <tchrist@jhereg.perl.com>
21141              To: pumpkings@jhereg.perl.com
21142              Subject: newest version of perlfaq3.pod
21143              Date: Thu, 7 Jan 1999 23:05:02 -0700
21144              
21145              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
21146              From: Tom Christiansen <tchrist@jhereg.perl.com>
21147              To: pumpkings@jhereg.perl.com
21148              Subject: newest version of perlfaq4.pod
21149              Date: Thu, 7 Jan 1999 23:05:02 -0700
21150              
21151              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
21152              From: Tom Christiansen <tchrist@jhereg.perl.com>
21153              To: pumpkings@jhereg.perl.com
21154              Subject: newest version of perlfaq5.pod
21155              Date: Thu, 7 Jan 1999 23:05:02 -0700
21156              
21157              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
21158              From: Tom Christiansen <tchrist@jhereg.perl.com>
21159              To: pumpkings@jhereg.perl.com
21160              Subject: newest version of perlfaq6.pod
21161              Date: Thu, 7 Jan 1999 23:05:02 -0700
21162              
21163              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
21164              From: Tom Christiansen <tchrist@jhereg.perl.com>
21165              To: pumpkings@jhereg.perl.com
21166              Subject: newest version of perlfaq7.pod
21167              Date: Thu, 7 Jan 1999 23:05:03 -0700
21168              
21169              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
21170              From: Tom Christiansen <tchrist@jhereg.perl.com>
21171              To: pumpkings@jhereg.perl.com
21172              Subject: newest version of perlfaq8.pod
21173              Date: Thu, 7 Jan 1999 23:05:03 -0700
21174              
21175              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
21176              From: Tom Christiansen <tchrist@jhereg.perl.com>
21177              To: pumpkings@jhereg.perl.com
21178              Subject: newest version of perlfaq9.pod
21179              Date: Thu, 7 Jan 1999 23:05:03 -0700
21180      Branch: cfgperl
21181            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21182            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21183            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21184            ! pod/perlfaq9.pod
21185 ____________________________________________________________________________
21186 [  2587] By: jhi                                   on 1999/01/08  11:17:43
21187         Log: More doc fixes from Abigail.
21188      Branch: cfgperl
21189            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
21190            ! lib/User/pwent.pm
21191 ____________________________________________________________________________
21192 [  2585] By: jhi                                   on 1999/01/08  08:31:02
21193         Log: Change #2584 from maint-5.005:
21194              
21195              implemented Ilya's suggested fix, and added a testcase
21196              
21197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21198              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
21199              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
21200              Subject: Re: Text::ParseWords: regex fix
21201      Branch: cfgperl
21202            ! lib/Text/ParseWords.pm t/lib/parsewords.t
21203 ____________________________________________________________________________
21204 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
21205         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21206              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
21207              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
21208              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
21209      Branch: maint-5.005/perl
21210            ! ext/Errno/Errno_pm.PL
21211 ____________________________________________________________________________
21212 [  2581] By: jhi                                   on 1999/01/07  16:38:03
21213         Log: Configure update:
21214              - usethreads, use64bits, and usemultiplicity
21215              are no more interactively asked by Configure
21216              - "int main()" (vs bare "main()") enforced in test programs
21217      Branch: cfgperl
21218            ! Configure hints/freebsd.sh hints/linux.sh
21219 ____________________________________________________________________________
21220 [  2580] By: jhi                                   on 1999/01/07  11:19:12
21221         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21222              Date: Wed, 06 Jan 1999 13:47:34 -0800
21223              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
21224              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
21225      Branch: cfgperl
21226            ! vms/vms.c
21227 ____________________________________________________________________________
21228 [  2579] By: jhi                                   on 1999/01/07  09:08:36
21229         Log: Another set of doc patches from Abigail
21230              
21231              From: abigail@fnx.com
21232              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
21233              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
21234              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
21235              
21236              From: abigail@fnx.com
21237              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
21238              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
21239              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
21240              
21241              From: abigail@fnx.com
21242              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
21243              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
21244              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
21245              
21246              From: abigail@fnx.com
21247              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
21248              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
21249              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
21250              
21251              From: abigail@fnx.com
21252              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
21253              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
21254              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
21255              
21256              From: abigail@fnx.com
21257              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
21258              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
21259              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
21260              
21261              From: abigail@fnx.com
21262              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
21263              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
21264              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
21265              
21266              From: abigail@fnx.com
21267              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
21268              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
21269              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
21270              
21271              From: abigail@fnx.com
21272              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
21273              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
21274              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
21275              
21276              From: abigail@fnx.com
21277              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
21278              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
21279              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
21280              
21281              From: abigail@fnx.com
21282              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
21283              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
21284              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
21285              
21286              From: abigail@fnx.com
21287              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
21288              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
21289              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
21290              
21291              From: abigail@fnx.com
21292              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
21293              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
21294              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
21295              
21296              From: abigail@fnx.com
21297              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
21298              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
21299              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
21300      Branch: cfgperl
21301            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
21302            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
21303            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
21304            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
21305            ! lib/Tie/Array.pm lib/Tie/Hash.pm
21306 ____________________________________________________________________________
21307 [  2576] By: jhi                                   on 1999/01/06  17:05:20
21308         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
21309      Branch: cfgperl
21310            ! pp_ctl.c
21311 ____________________________________________________________________________
21312 [  2575] By: jhi                                   on 1999/01/06  13:18:56
21313         Log: Enhance the great_circle_distance() documentation.
21314      Branch: cfgperl
21315            ! lib/Math/Trig.pm
21316 ____________________________________________________________________________
21317 [  2574] By: jhi                                   on 1999/01/06  12:58:03
21318         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21319              To: perlbug@perl.com
21320              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
21321              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
21322              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
21323      Branch: cfgperl
21324            ! t/op/sysio.t
21325 ____________________________________________________________________________
21326 [  2573] By: jhi                                   on 1999/01/06  12:40:19
21327         Log: From: "W. Phillip Moore" <wpm@ms.com>
21328              To: perlbug@perl.org
21329              Subject: [PATCH] POSIX getpgrp is not -w clean
21330              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
21331              Message-ID: <13970.20107.190314.549471@zappa>
21332      Branch: cfgperl
21333            ! ext/POSIX/POSIX.pm
21334 ____________________________________________________________________________
21335 [  2572] By: jhi                                   on 1999/01/06  12:25:24
21336         Log: Based on
21337              From: jan.dubois@ibm.net (Jan Dubois)
21338              To: perl5-porters@perl.org
21339              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21340              Date: Wed, 06 Jan 1999 01:24:09 +0100
21341              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
21342              except that
21343              - objXSUB.h was already okay
21344              - embed.h patching is futile, global.sym patched instead
21345              - objpp.h does not exist
21346              - proto.h addition applied manually
21347              - win32/GenCAPI.pl was already okay
21348              - win32/makedef.pl was already okay
21349      Branch: cfgperl
21350            ! global.sym perl.c proto.h
21351 ____________________________________________________________________________
21352 [  2571] By: jhi                                   on 1999/01/06  11:25:48
21353         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
21354              To: perlbug@perl.com
21355              Subject: FindBin.pm on Win32 systems
21356              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
21357              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
21358      Branch: cfgperl
21359            ! lib/FindBin.pm
21360 ____________________________________________________________________________
21361 [  2570] By: jhi                                   on 1999/01/06  11:21:48
21362         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21363              To: perl5-porters@perl.org, vmsperl@perl.org
21364              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
21365              Date: Tue, 05 Jan 1999 16:47:31 -0800
21366              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
21367              
21368              (the ext/IO/lib/IO/Socket.pm was not really changed here;
21369              it was a leftover from #2569)
21370      Branch: cfgperl
21371            ! ext/IO/lib/IO/Socket.pm taint.c
21372 ____________________________________________________________________________
21373 [  2569] By: jhi                                   on 1999/01/06  11:18:22
21374         Log: Jumbo doc patch from Abigail (almost identical to
21375              the 5.005-maint change #2562 except for the
21376              ext/IO/lib/IO/Socket.pm patch which was not
21377              applicable because the IO version of 5.005-devel
21378              is somewhat different (why?))
21379              
21380              From: abigail@fnx.com
21381              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
21382              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
21383              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
21384              
21385              From: abigail@fnx.com
21386              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
21387              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
21388              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
21389              
21390              From: abigail@fnx.com
21391              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
21392              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
21393              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
21394              
21395              From: abigail@fnx.com
21396              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
21397              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
21398              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
21399              
21400              From: abigail@fnx.com
21401              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
21402              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
21403              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
21404              
21405              From: abigail@fnx.com
21406              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
21407              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
21408              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
21409              
21410              From: abigail@fnx.com
21411              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
21412              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
21413              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
21414              
21415              From: abigail@fnx.com
21416              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
21417              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
21418              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
21419              
21420              From: abigail@fnx.com
21421              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
21422              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
21423              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
21424              
21425              From: abigail@fnx.com
21426              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
21427              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
21428              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
21429      Branch: cfgperl
21430            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
21431            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
21432            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
21433            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21434            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
21435 ____________________________________________________________________________
21436 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
21437         Log: From: jan.dubois@ibm.net (Jan Dubois)
21438              Date: Wed, 06 Jan 1999 01:24:09 +0100
21439              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
21440              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21441      Branch: maint-5.005/perl
21442            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
21443            ! win32/GenCAPI.pl win32/makedef.pl
21444 ____________________________________________________________________________
21445 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
21446         Log: From: "W. Phillip Moore" <wpm@ms.com>
21447              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
21448              Message-ID: <13970.20107.190314.549471@zappa>
21449              Subject: [PATCH] POSIX getpgrp is not -w clean
21450      Branch: maint-5.005/perl
21451            ! ext/POSIX/POSIX.pm
21452 ____________________________________________________________________________
21453 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
21454         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
21455              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
21456              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
21457              Subject: FindBin.pm on Win32 systems
21458      Branch: maint-5.005/perl
21459            ! lib/FindBin.pm
21460 ____________________________________________________________________________
21461 [  2561] By: jhi                                   on 1999/01/05  10:49:10
21462         Log: Reword the setlocale() 1-arg case better.
21463      Branch: cfgperl
21464            ! ext/POSIX/POSIX.pod
21465 ____________________________________________________________________________
21466 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
21467         Log: From: Blair Zajac <bzajac@geostaff.com>
21468              Date: Wed, 23 Dec 1998 17:13:32 -0800
21469              Message-ID: <3681953C.8B6A90AA@geostaff.com>
21470              Subject: Tie::SubstrHash patch
21471      Branch: maint-5.005/perl
21472            ! lib/Tie/SubstrHash.pm
21473 ____________________________________________________________________________
21474 [  2554] By: jhi                                   on 1999/01/02  14:55:06
21475         Log: Object destruction order testing.
21476      Branch: cfgperl
21477            ! t/op/misc.t
21478 ____________________________________________________________________________
21479 [  2553] By: jhi                                   on 1999/01/02  14:49:40
21480         Log: perldelta the Dumpvalue.pm of change #2513.
21481      Branch: cfgperl
21482            ! lib/Dumpvalue.pm pod/perldelta.pod
21483 ____________________________________________________________________________
21484 [  2552] By: nick                                  on 1999/01/02  14:45:38
21485         Log: Tone down Makefile.PL so it works on Win32
21486      Branch: perl
21487            ! ext/B/Makefile.PL
21488 ____________________________________________________________________________
21489 [  2551] By: nick                                  on 1999/01/02  14:06:30
21490         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
21491              Use them in various B::* rather than have local defs.
21492      Branch: perl
21493            + ext/B/defsubs.h.PL
21494            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
21495            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
21496            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
21497 ____________________________________________________________________________
21498 [  2550] By: nick                                  on 1999/01/02  10:04:02
21499         Log: Integrate ext/B changes from //depot/cfgperl
21500      Branch: perl
21501           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21502 ____________________________________________________________________________
21503 [  2549] By: jhi                                   on 1999/01/01  13:54:16
21504         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
21505              To: perlbug@perl.com
21506              Subject: op/groups.t fails test 1 on HP-UX 10.20
21507              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
21508              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
21509      Branch: cfgperl
21510            ! t/op/groups.t
21511 ____________________________________________________________________________
21512 [  2548] By: jhi                                   on 1999/01/01  13:53:31
21513         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21514              To: perl5-porters@perl.org
21515              cc: hv@crypt0.demon.co.uk
21516              Subject: [bug 5.004_54] duplicate error message
21517              Date: Thu, 31 Dec 1998 04:05:25 +0000
21518              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
21519              
21520              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
21521              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21522              To: hv@crypt0.demon.co.uk
21523              Cc: perl5-porters@perl.org
21524              Subject: [PATCH _54] Re: duplicate error message
21525              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
21526              
21527              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
21528              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21529              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
21530              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
21531              Subject: [TEST PATCH _54] Re: duplicate error message 
21532              Date: Fri, 01 Jan 1999 07:32:14 +0000
21533      Branch: cfgperl
21534            ! op.c t/pragma/warn/op
21535 ____________________________________________________________________________
21536 [  2547] By: jhi                                   on 1998/12/31  14:15:04
21537         Log: From: Chris Nandor <pudge@pobox.com>
21538              To: jhi@iki.fi
21539              Cc: perl5-porters@perl.org
21540              Subject: Re: [PATCH] perlport.pod 1.38
21541              Date: Thu, 31 Dec 1998 09:06:48 -0500
21542              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
21543      Branch: cfgperl
21544            ! pod/perlport.pod
21545 ____________________________________________________________________________
21546 [  2546] By: jhi                                   on 1998/12/31  11:18:17
21547         Log: From: Wilson P. Snyder II
21548              To: perl5-porters@perl.org
21549              Subject: [PATCH v5.5.53] REV2: Binary number support
21550              Date: 1998/11/30
21551              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
21552      Branch: cfgperl
21553            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
21554            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
21555            ! toke.c util.c
21556 ____________________________________________________________________________
21557 [  2545] By: jhi                                   on 1998/12/31  09:27:40
21558         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21559              To: perlbug@perl.com
21560              Subject: "perl -T -P" dumps core on OpenBSD and Linux
21561              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
21562              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
21563      Branch: cfgperl
21564            ! taint.c
21565 ____________________________________________________________________________
21566 [  2544] By: jhi                                   on 1998/12/31  09:21:45
21567         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
21568              To: perlbug@perl.com 
21569              Subject: bug in pod2man search for perl binary [5.005_5x]
21570              Date: Sat, 12 Dec 1998 23:08:51 +0000 
21571              Message-ID: <19981212230851.A20578@ig.co.uk> 
21572      Branch: cfgperl
21573            ! pod/pod2man.PL
21574 ____________________________________________________________________________
21575 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
21576         Log: From: jan.dubois@ibm.net (Jan Dubois)
21577              Date: Wed, 23 Dec 1998 21:26:38 +0100
21578              Message-ID: <36895086.8849224@smtp1.ibm.net>
21579              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21580      Branch: maint-5.005/perl
21581            ! lib/ExtUtils/MakeMaker.pm
21582 ____________________________________________________________________________
21583 [  2540] By: jhi                                   on 1998/12/30  08:42:04
21584         Log: Evermore AUTHORS and MAINTAIN.
21585      Branch: cfgperl
21586            ! AUTHORS MAINTAIN
21587 ____________________________________________________________________________
21588 [  2539] By: jhi                                   on 1998/12/29  15:10:34
21589         Log: More AUTHORS and MAINTAIN.
21590      Branch: cfgperl
21591            ! AUTHORS MAINTAIN
21592 ____________________________________________________________________________
21593 [  2537] By: jhi                                   on 1998/12/29  14:34:47
21594         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
21595              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
21596              Message-ID: <13942.32480.700000.640927@utensil>
21597              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
21598              (mirror change#2531 in the 5.005-maint)
21599      Branch: cfgperl
21600            ! lib/AutoSplit.pm
21601 ____________________________________________________________________________
21602 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
21603         Log: change in_pod pattern to /^=\w/ from /^=/
21604              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
21605              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
21606              Message-ID: <13942.32480.700000.640927@utensil>
21607              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
21608      Branch: maint-5.005/perl
21609            ! lib/AutoSplit.pm
21610 ____________________________________________________________________________
21611 [  2525] By: jhi                                   on 1998/12/29  13:06:26
21612         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21613              To: perl5-porters@perl.org
21614              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
21615              Date: 16 Dec 1998 03:17:03 +0200
21616              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
21617      Branch: cfgperl
21618            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21619 ____________________________________________________________________________
21620 [  2524] By: jhi                                   on 1998/12/29  13:00:06
21621         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21622              To: perl5-porters@perl.org
21623              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
21624              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
21625              Date: 10 Dec 1998 08:30:02 +0200
21626              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
21627              
21628              (Nick's part was applied earlier, in change #2460)
21629      Branch: cfgperl
21630            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21631 ____________________________________________________________________________
21632 [  2523] By: jhi                                   on 1998/12/29  12:41:31
21633         Log: From: "vishal bhatia" <vishalb@hotmail.com>
21634              To: nick@ni-s.u-net.com
21635              Cc: perl5-porters@perl.org
21636              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
21637              Date: 9 Dec 1998 06:50:30 +0200
21638              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
21639      Branch: cfgperl
21640            ! ext/B/B/CC.pm
21641 ____________________________________________________________________________
21642 [  2522] By: jhi                                   on 1998/12/29  12:15:18
21643         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
21644              To: perl5-porters@perl.org (Perl 5 Porters)
21645              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
21646              Date: 25 Dec 1998 23:02:28 +0200
21647              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
21648      Branch: cfgperl
21649            ! lib/Pod/Text.pm
21650 ____________________________________________________________________________
21651 [  2521] By: jhi                                   on 1998/12/29  12:07:54
21652         Log: Undo #2519 (breaks universal.c).
21653      Branch: cfgperl
21654            ! XSUB.h
21655 ____________________________________________________________________________
21656 [  2519] By: jhi                                   on 1998/12/29  11:41:10
21657         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21658              To: perl5-porters@perl.org
21659              Cc: perl-xs@perl.org
21660              Subject: XSUB.h refinement [PATCH]
21661              Date: 18 Dec 1998 03:58:44 +0200
21662              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
21663      Branch: cfgperl
21664            ! XSUB.h
21665 ____________________________________________________________________________
21666 [  2518] By: jhi                                   on 1998/12/29  11:36:19
21667         Log: From: abigail@fnx.com
21668              To: perl5-porters@perl.org (Perl Porters)
21669              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
21670              Date: 28 Dec 1998 21:39:15 +0200
21671              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
21672      Branch: cfgperl
21673            ! lib/fields.pm
21674 ____________________________________________________________________________
21675 [  2517] By: jhi                                   on 1998/12/29  11:35:03
21676         Log: Document change #2516.
21677      Branch: cfgperl
21678            ! pod/perldelta.pod
21679 ____________________________________________________________________________
21680 [  2516] By: jhi                                   on 1998/12/29  11:32:26
21681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21682              To: perl5-porters@perl.org (Mailing list Perl5)
21683              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
21684              Date: 9 Dec 1998 10:39:31 +0200
21685              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
21686      Branch: cfgperl
21687            ! pod/perldiag.pod regcomp.c toke.c
21688 ____________________________________________________________________________
21689 [  2515] By: jhi                                   on 1998/12/29  11:27:11
21690         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21691              To: perl5-porters@perl.org (Mailing list Perl5)
21692              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
21693              Date: 8 Dec 1998 09:02:04 +0200
21694              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
21695              
21696              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
21697      Branch: cfgperl
21698            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
21699 ____________________________________________________________________________
21700 [  2514] By: jhi                                   on 1998/12/29  11:21:31
21701         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21702              To: perl5-porters@perl.org (Mailing list Perl5)
21703              Subject: [PATCH 5.005_53] Regexp tests and UTF8
21704              Date: 8 Dec 1998 07:02:01 +0200
21705              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
21706      Branch: cfgperl
21707            ! regcomp.c
21708 ____________________________________________________________________________
21709 [  2513] By: jhi                                   on 1998/12/29  11:18:34
21710         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21711              Subject: [PATCH 5.005_*] Dumpvar.pm
21712              To: perl5-porters@perl.org (Mailing list Perl5)
21713              Date: 7 Dec 1998 10:17:35 +0200
21714              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
21715      Branch: cfgperl
21716            + lib/Dumpvalue.pm
21717            ! MANIFEST
21718 ____________________________________________________________________________
21719 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
21720         Log: From: jan.dubois@ibm.net (Jan Dubois)
21721              Date: Tue, 01 Dec 1998 00:07:33 +0100
21722              Message-ID: <366921b5.14512598@smtp1.ibm.net>
21723              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
21724              
21725              From: jan.dubois@ibm.net (Jan Dubois)
21726              Date: Wed, 02 Dec 1998 00:24:54 +0100
21727              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
21728              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
21729      Branch: maint-5.005/perl
21730            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
21731            ! win32/config.bc win32/config.gc win32/config.vc
21732            ! win32/config_sh.PL win32/makedef.pl
21733 ____________________________________________________________________________
21734 [  2509] By: jhi                                   on 1998/12/28  13:00:31
21735     Log: Kickstart AUTHORS and MAINTAIN.
21736  Branch: cfgperl
21737        + AUTHORS MAINTAIN
21738        ! MANIFEST
21739 ____________________________________________________________________________
21740 [  2508] By: jhi                                   on 1998/12/28  08:04:00
21741     Log: From: Nathan Torkington <gnat@frii.com>
21742          To: perlbug@perl.com
21743          Subject: [PATCH] perlxstut.pod fix
21744          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
21745          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
21746  Branch: cfgperl
21747        ! pod/perlxstut.pod
21748 ____________________________________________________________________________
21749 [  2507] By: jhi                                   on 1998/12/28  07:59:00
21750     Log: From: abigail@fnx.com
21751          To: perlbug@perl.com
21752          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
21753          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
21754          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
21755          (slightly modified, a part of the patch was rejected)
21756          (strange, I thought I had already submitted this one
21757          but Perforce disagrees with me...)
21758  Branch: cfgperl
21759        ! pod/perlop.pod
21760 ____________________________________________________________________________
21761 [  2506] By: jhi                                   on 1998/12/28  07:56:59
21762     Log: From: Artur <artur@vogon-solutions.com>
21763          To: perlbug@perl.com
21764          Subject: PATCH: perlmodlib.pod
21765          Date: Fri, 25 Dec 1998 00:48:39 +0000
21766          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
21767  Branch: cfgperl
21768        ! pod/perlmodlib.pod pod/perlop.pod
21769 ____________________________________________________________________________
21770 [  2505] By: jhi                                   on 1998/12/28  07:46:06
21771     Log: From: abigail@fnx.com
21772          To: perl5-porters@perl.org (Perl Porters)
21773          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
21774          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
21775          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
21776  Branch: cfgperl
21777        ! pod/pod2html.PL
21778 ____________________________________________________________________________
21779 [  2504] By: jhi                                   on 1998/12/28  07:44:35
21780     Log: From: Jim Avera <avera@fjst.com>
21781          To: perlbug@perl.com
21782          Subject: perlbug bug - shows dates reversed
21783          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
21784          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
21785  Branch: cfgperl
21786        ! utils/perlbug.PL
21787 ____________________________________________________________________________
21788 [  2503] By: jhi                                   on 1998/12/28  07:41:39
21789     Log: From: jan.dubois@ibm.net (Jan Dubois)
21790          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
21791          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21792          Date: Wed, 23 Dec 1998 21:26:38 +0100
21793          Message-ID: <36895086.8849224@smtp1.ibm.net>
21794  Branch: cfgperl
21795        ! lib/ExtUtils/MakeMaker.pm
21796 ____________________________________________________________________________
21797 [  2502] By: jhi                                   on 1998/12/28  07:39:20
21798     Log: From: Blair Zajac <bzajac@geostaff.com>
21799          To: perl5-porters@perl.org
21800          Subject: Tie::SubstrHash patch
21801          Date: Wed, 23 Dec 1998 17:13:32 -0800
21802          Message-ID: <3681953C.8B6A90AA@geostaff.com>
21803  Branch: cfgperl
21804        ! lib/Tie/SubstrHash.pm
21805 ____________________________________________________________________________
21806 [  2501] By: jhi                                   on 1998/12/28  07:37:16
21807     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
21808          To: perlbug@perl.com
21809          Subject: perlfaq9 minor error
21810          Date: Wed, 23 Dec 1998 14:54:19 -0800
21811          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
21812  Branch: cfgperl
21813        ! pod/perlfaq9.pod
21814 ____________________________________________________________________________
21815 [  2500] By: jhi                                   on 1998/12/23  10:38:18
21816     Log: More porting notes about filesystems, AmigaOS, and MiNT.
21817  Branch: cfgperl
21818        ! pod/perlport.pod
21819 ____________________________________________________________________________
21820 [  2499] By: jhi                                   on 1998/12/22  09:26:49
21821     Log: Add few MSG_ and uio constants.
21822  Branch: cfgperl
21823        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
21824 ____________________________________________________________________________
21825 [  2498] By: jhi                                   on 1998/12/22  08:39:30
21826     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
21827          a Digital C compiler optimizer bug that broke the 'x'
21828          operator under certain circumstances.  See t/op/repeat.t
21829          test #20 for graphic details.  Reported in
21830          
21831          From: Gisle Aas <gisle@aas.no>
21832          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
21833          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
21834          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
21835          Date: 18 Dec 1998 14:27:40 +0100
21836          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
21837          
21838          and discussed further in the thread
21839          
21840          From: Jarkko Hietaniemi <jhi@iki.fi>
21841          To: Gisle Aas <gisle@aas.no>
21842          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
21843          cpan-testers@perl.org, perl5-porters@perl.org
21844          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
21845          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
21846          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
21847  Branch: cfgperl
21848        ! t/op/repeat.t util.c
21849 ____________________________________________________________________________
21850 [  2497] By: jhi                                   on 1998/12/21  14:18:57
21851     Log: Change #2483 update.
21852  Branch: cfgperl
21853        ! t/op/tr.t
21854 ____________________________________________________________________________
21855 [  2496] By: jhi                                   on 1998/12/21  14:07:41
21856     Log: Update on change #2493.
21857  Branch: cfgperl
21858        ! t/pragma/warn/op
21859 ____________________________________________________________________________
21860 [  2495] By: jhi                                   on 1998/12/21  13:52:00
21861     Log: Change #2487 aftershock.
21862  Branch: cfgperl
21863        ! warning.pl
21864 ____________________________________________________________________________
21865 [  2494] By: jhi                                   on 1998/12/21  12:35:00
21866     Log: From: Chris Nandor <pudge@pobox.com>
21867          To: perl5-porters@perl.org
21868          Subject: [PATCH] perlport.pod v1.37
21869          Date: Sat, 19 Dec 1998 12:54:34 -0500
21870          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
21871  Branch: cfgperl
21872        ! pod/perlport.pod
21873 ____________________________________________________________________________
21874 [  2493] By: jhi                                   on 1998/12/21  12:22:44
21875     Log: From: Mark-Jason Dominus <mjd@plover.com>
21876          To: perl5-porters@perl.com
21877          Subject: PATCH (5.005_02): Dejargonizing
21878          Date: Sun, 20 Dec 1998 14:35:20 -0500
21879          Message-ID: <19981220193520.11230.qmail@plover.com>
21880          
21881          From: Mark-Jason Dominus <mjd@plover.com>
21882          To: perl5-porters@perl.com
21883          Subject: PATCH (5.005_02): Spelling correction in warning message
21884          Date: Sun, 20 Dec 1998 13:51:30 -0500
21885          Message-ID: <19981220185130.11067.qmail@plover.com>
21886  Branch: cfgperl
21887        ! doio.c op.c
21888 ____________________________________________________________________________
21889 [  2492] By: jhi                                   on 1998/12/21  09:00:05
21890     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21891          To: perl5-porters@perl.org
21892          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
21893          Date: Sun, 20 Dec 1998 19:03:25 PST
21894          Message-ID: <19981221030326.27660.qmail@hotmail.com>
21895          
21896          (slightly reformatted)
21897  Branch: cfgperl
21898        ! ext/B/B/CC.pm
21899 ____________________________________________________________________________
21900 [  2491] By: nick                                  on 1998/12/20  14:21:29
21901     Log: Save _all_ GV's which have SV, AV or HV set.
21902  Branch: perl
21903        ! ext/B/B/C.pm
21904 ____________________________________________________________________________
21905 [  2490] By: jhi                                   on 1998/12/18  15:13:19
21906     Log: Add idea about generalising cpp symbol probing of Errno.
21907  Branch: cfgperl
21908        ! Todo
21909 ____________________________________________________________________________
21910 [  2489] By: jhi                                   on 1998/12/18  14:47:57
21911     Log: Address some of the issues of:
21912          
21913          From: Tom Christiansen <tchrist@jhereg.perl.com>
21914          To: perl-porters-active@jhereg.perl.com
21915          Subject: Undocumentation Issues for 5.005
21916          Date: Thu, 17 Dec 1998 14:46:24 -0700
21917          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
21918  Branch: cfgperl
21919        ! pod/perl5005delta.pod
21920 ____________________________________________________________________________
21921 [  2488] By: jhi                                   on 1998/12/18  11:26:32
21922     Log: From: root <root@dubravka.in-berlin.de>
21923          To: perlbug@perl.com
21924          Cc: k@dubravka.in-berlin.de
21925          Subject: Please add no_modify to PERL_POLLUTE
21926          Date: Fri, 18 Dec 1998 10:45:52 +0100
21927          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
21928          
21929          (Really from Andreas König)
21930  Branch: cfgperl
21931        ! embed.pl
21932 ____________________________________________________________________________
21933 [  2487] By: jhi                                   on 1998/12/17  14:05:52
21934     Log: Some (by far not all) issues of the below message addressed.
21935          
21936          From: Tom Christiansen <tchrist@jhereg.perl.com>
21937          To: The Perl Porters Mailing List <perl5-porters@perl.org>
21938          Subject: important UNDOC issues for 5.005_54
21939          Date: Wed, 16 Dec 1998 21:14:53 -0700
21940          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
21941  Branch: cfgperl
21942        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
21943 ____________________________________________________________________________
21944 [  2486] By: jhi                                   on 1998/12/17  12:47:15
21945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21946          To: domo@computer.org
21947          Cc: jhi@iki.fi, perl5-porters@perl.org
21948          Subject: Re: stuff related to malloc.c
21949          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
21950          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
21951  Branch: cfgperl
21952        ! malloc.c
21953 ____________________________________________________________________________
21954 [  2485] By: jhi                                   on 1998/12/17  12:17:19
21955     Log: More porting notes.
21956  Branch: cfgperl
21957        ! Porting/pumpkin.pod
21958 ____________________________________________________________________________
21959 [  2484] By: jhi                                   on 1998/12/15  08:38:05
21960     Log: Undo #2386 and #2205.
21961  Branch: cfgperl
21962        ! pod/perlfunc.pod
21963 ____________________________________________________________________________
21964 [  2483] By: jhi                                   on 1998/12/14  17:58:35
21965     Log: lib was missing from @INC.
21966  Branch: cfgperl
21967        ! t/op/tr.t
21968 ____________________________________________________________________________
21969 [  2482] By: jhi                                   on 1998/12/14  17:52:42
21970     Log: Was missing use Text::Wrap.
21971  Branch: cfgperl
21972        ! t/lib/textfill.t
21973 ____________________________________________________________________________
21974 [  2481] By: jhi                                   on 1998/12/14  16:00:22
21975     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
21976          
21977          From: Jonathan Roy <roy@idle.com>
21978          To: perl5-porters@perl.org
21979          Subject: nlist.h add to Configure checks?
21980          Date: Sun, 13 Dec 1998 22:22:49 -0500
21981          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
21982  Branch: cfgperl
21983        + ext/DynaLoader/hints/linux.pl
21984        ! MANIFEST
21985 ____________________________________________________________________________
21986 [  2480] By: jhi                                   on 1998/12/14  15:02:44
21987     Log: Give up completely using nm in AIX.
21988          
21989          From: "Kurt D. Starsinic" <kstar@chapin.edu>
21990          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
21991          Cc: perl5-porters@perl.org
21992          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
21993          Date: Thu, 10 Dec 1998 00:51:46 -0500
21994          Message-ID: <19981210005146.B29986@O2.chapin.edu>
21995  Branch: cfgperl
21996        ! hints/aix.sh
21997 ____________________________________________________________________________
21998 [  2479] By: jhi                                   on 1998/12/14  14:39:52
21999     Log: AIX' error messages are different.
22000          
22001          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22002          To: Gurusamy Sarathy <gsar@engin.umich.edu>
22003          Cc: perl5-porters@perl.org
22004          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
22005          Date: Thu, 10 Dec 1998 00:42:36 -0500
22006          Message-ID: <19981210004236.A29986@O2.chapin.edu>
22007          
22008          From: Michael Engel <engel@nms1.cc.huji.ac.il>
22009          To: perlbug@perl.com
22010          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
22011          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
22012          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
22013  Branch: cfgperl
22014        ! t/pragma/warn/doio
22015 ____________________________________________________________________________
22016 [  2475] By: jhi                                   on 1998/12/13  12:35:55
22017     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22018          To: jhi@iki.fi
22019          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
22020          Subject: Re: stuff related to malloc.c
22021          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
22022          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
22023  Branch: cfgperl
22024        ! malloc.c
22025 ____________________________________________________________________________
22026 [  2474] By: jhi                                   on 1998/12/13  12:32:42
22027     Log: Some notes about porting issues.
22028  Branch: cfgperl
22029        ! Porting/pumpkin.pod
22030 ____________________________________________________________________________
22031 [  2473] By: jhi                                   on 1998/12/13  12:03:58
22032     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
22033          To: Perl 5 Porters <perl5-porters@perl.org>
22034          Subject: [patch 5.005_02] dos-djgpp update
22035          Date: Sun, 13 Dec 1998 00:08:44 +0100
22036          Message-ID: <19981213000844.C264@beeblebrox>
22037  Branch: cfgperl
22038        ! djgpp/config.over
22039 ____________________________________________________________________________
22040 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
22041     Log: undo changes to Exporter.pm from #2312
22042  Branch: maint-5.005/perl
22043        ! lib/Exporter.pm
22044 ____________________________________________________________________________
22045 [  2465] By: jhi                                   on 1998/12/12  12:31:21
22046     Log: Document that qw() taints.
22047          
22048          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
22049          To: perlbug@perl.com 
22050          Subject: taint problems
22051          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
22052          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
22053  Branch: cfgperl
22054        ! pod/perlop.pod
22055 ____________________________________________________________________________
22056 [  2464] By: jhi                                   on 1998/12/11  14:09:51
22057     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
22058          To: dist-users@foretune.co.jp
22059          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
22060          Date: Mon, 07 Dec 1998 20:13:04 -0400
22061          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
22062  Branch: cfgperl
22063        ! Configure
22064 ____________________________________________________________________________
22065 [  2463] By: jhi                                   on 1998/12/11  13:29:54
22066     Log: MAXPATHLEN.
22067  Branch: cfgperl
22068        ! perl.h
22069 ____________________________________________________________________________
22070 [  2462] By: jhi                                   on 1998/12/11  08:37:58
22071     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
22072          To: perl5-porters@perl.org
22073          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
22074          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
22075          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
22076  Branch: cfgperl
22077        + hints/gnu.sh
22078 ____________________________________________________________________________
22079 [  2461] By: nick                                  on 1998/12/10  21:00:50
22080     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
22081          From: Vishal Bhatia <vishalb@hotmail.com>
22082          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
22083          2. Fixes the bug  regarding return value of c-functions generated out 
22084          of perl subs. ( Just includes the patch I sent earlier)
22085          3. Incorporates the other changes that need to be done to get CC.pm
22086          use ISA search for packages and methods on the same lines as C.pm
22087          
22088          Vishal would appreciate comments about B::Stackobj changes from 
22089          someone knowing that module well.
22090  Branch: perl
22091        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22092 ____________________________________________________________________________
22093 [  2460] By: jhi                                   on 1998/12/08  08:11:27
22094     Log: Integrate from mainperl.
22095  Branch: cfgperl
22096       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22097       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
22098       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
22099       !> toke.c util.c
22100 ____________________________________________________________________________
22101 [  2459] By: jhi                                   on 1998/12/07  07:50:11
22102     Log: From: hansm@icgroup.nl 
22103          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22104          Reply-To: hansmu@xs4all.nl 
22105          To: perlbug@perl.com 
22106          Date: Sun, 6 Dec 98 22:19:54 +0100 
22107          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
22108  Branch: cfgperl
22109        ! util.c
22110 ____________________________________________________________________________
22111 [  2458] By: gsar                                  on 1998/12/07  06:00:55
22112     Log: fix dup lexical
22113  Branch: perl
22114        ! ext/B/B/Deparse.pm t/lib/io_unix.t
22115 ____________________________________________________________________________
22116 [  2457] By: gsar                                  on 1998/12/06  14:38:59
22117     Log: mention limit on line numbers reported by diagnostics
22118  Branch: perl
22119        ! pod/perl.pod toke.c
22120 ____________________________________________________________________________
22121 [  2456] By: gsar                                  on 1998/12/06  13:49:02
22122     Log: branch perldelta.pod
22123  Branch: maint-5.005/perl
22124       +> pod/perldelta.pod
22125 ____________________________________________________________________________
22126 [  2455] By: gsar                                  on 1998/12/06  13:47:21
22127     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
22128  Branch: maint-5.005/perl
22129        - pod/perldelta.pod
22130 ____________________________________________________________________________
22131 [  2454] By: gsar                                  on 1998/12/06  13:35:31
22132     Log: fix outdated/incorrect info about arbitrary limits
22133  Branch: perl
22134        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
22135        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
22136 ____________________________________________________________________________
22137 [  2453] By: nick                                  on 1998/12/05  16:14:42
22138     Log: Avoid hard-coding op numbers
22139          Update CC.pm to save %INC, and to co-exist with new C.pm
22140  Branch: perl
22141        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22142 ____________________________________________________________________________
22143 [  2452] By: nick                                  on 1998/12/05  10:44:28
22144     Log: B.xs had its own code to calculate hash() which differed from
22145          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
22146          which meant that run-time require was re-done.
22147          Removed some debug from C.pm
22148  Branch: perl
22149        ! ext/B/B.xs ext/B/B/C.pm
22150 ____________________________________________________________________________
22151 [  2451] By: nick                                  on 1998/12/04  21:58:49
22152     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
22153          well as _54, but with pre-scan for classes and save the ISA scheme.
22154  Branch: perl
22155        ! ext/B/B/C.pm
22156 ____________________________________________________________________________
22157 [  2450] By: nick                                  on 1998/12/04  17:58:44
22158     Log: Vishal Bhatia's patch as a basis.
22159  Branch: perl
22160        ! ext/B/B/C.pm ext/B/B/CC.pm
22161 ____________________________________________________________________________
22162 [  2449] By: jhi                                   on 1998/12/04  16:39:21
22163     Log: Integrate from mainperl.
22164  Branch: cfgperl
22165       !> t/op/goto.t t/op/tr.t
22166 ____________________________________________________________________________
22167 [  2448] By: gsar                                  on 1998/12/04  06:06:49
22168     Log: tweak test for UTEST
22169  Branch: perl
22170        ! t/op/tr.t
22171 ____________________________________________________________________________
22172 [  2444] By: jhi                                   on 1998/12/03  14:37:22
22173     Log: s/\bthe the\b/the/g *.pod
22174  Branch: cfgperl
22175        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
22176 ____________________________________________________________________________
22177 [  2443] By: jhi                                   on 1998/12/03  13:39:53
22178     Log: Change#2441 aftermath.
22179  Branch: cfgperl
22180        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22181        ! config_h.SH thread.h vms/subconfigure.com
22182 ____________________________________________________________________________
22183 [  2441] By: jhi                                   on 1998/12/03  08:15:13
22184     Log: From: Dan Sugalski <sugalskd@osshe.edu>
22185          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
22186          Subject: [PATCH 5.005_54]Initial VMS patches
22187          Date: 3 Dec 1998 01:05:55 +0200
22188          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
22189          
22190          The patch to config_h.SH requires more study because
22191          metaconfig needs to agree.
22192  Branch: cfgperl
22193        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
22194        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
22195        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
22196 ____________________________________________________________________________
22197 [  2440] By: gsar                                  on 1998/12/03  01:32:16
22198     Log: add failed check-in of goto.t from change#1867
22199  Branch: perl
22200        ! t/op/goto.t
22201 ____________________________________________________________________________
22202 [  2437] By: jhi                                   on 1998/12/02  18:03:51
22203     Log: Fix most of the bad L<> links of
22204          
22205          From: Tom Christiansen <tchrist@jhereg.perl.com> 
22206          Subject: bad L<> links
22207          Reply-to: tchrist@perl.com 
22208          To: perlbug@jhereg.perl.com 
22209          Date: Tue, 11 Aug 1998 10:58:07 -0500 
22210          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
22211          
22212          The ones not fixed may require darker Pod::HTML magic,
22213          for example the perlguts.html#tags should work fine, IMHO.
22214  Branch: cfgperl
22215        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
22216        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
22217        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
22218        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
22219        ! pod/perlvar.pod
22220 ____________________________________________________________________________
22221 [  2436] By: jhi                                   on 1998/12/02  16:35:04
22222     Log: One paste too many in #2345.
22223  Branch: cfgperl
22224        ! lib/Pod/Html.pm
22225 ____________________________________________________________________________
22226 [  2435] By: jhi                                   on 1998/12/02  16:32:33
22227     Log: Pod::Html and Pod::Text were not locale-savvy:
22228          for example in =head1 all non-ASCII-\w-runs were
22229          turned into underscores in NAME tags.  This could
22230          result in several NAME tags becoming identical.
22231          Reported by:
22232          
22233          From: Fyodor Krasnov <fyodor@aha.ru> 
22234          Subject: pod2html vs Russian Characters
22235          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
22236          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
22237          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
22238  Branch: cfgperl
22239        ! lib/Pod/Html.pm lib/Pod/Text.pm
22240 ____________________________________________________________________________
22241 [  2434] By: jhi                                   on 1998/12/02  10:29:00
22242     Log: The real Mc5_54 integration.
22243  Branch: cfgperl
22244       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
22245 ____________________________________________________________________________
22246 [  2433] By: jhi                                   on 1998/12/02  08:52:13
22247     Log: From: Andy Dougherty <doughera@lafayette.edu>
22248          To: Perl Porters <perl5-porters@perl.org>
22249          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
22250          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
22251          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
22252  Branch: cfgperl
22253        ! Configure
22254 ____________________________________________________________________________
22255 [  2432] By: jhi                                   on 1998/12/02  08:49:47
22256     Log: From: Andy Dougherty <doughera@lafayette.edu>
22257          To: Perl Porters <perl5-porters@perl.org>
22258          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
22259          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
22260          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
22261  Branch: cfgperl
22262        ! Configure
22263 ____________________________________________________________________________
22264 [  2431] By: jhi                                   on 1998/12/01  16:11:50
22265     Log: From: achampio@lehman.com (Alan Champion)
22266          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
22267          To: perlbug@perl.com
22268          Date: 1 Dec 1998 17:36:33 +0200
22269          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
22270          
22271          Skip NIS includes.
22272  Branch: cfgperl
22273        ! t/op/pwent.t
22274 ____________________________________________________________________________
22275 [  2430] By: gsar                                  on 1998/12/01  12:12:50
22276     Log: 5.005_54, as released
22277  Branch: perl
22278        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
22279 ____________________________________________________________________________
22280 [  2429] By: jhi                                   on 1998/12/01  11:28:39
22281     Log: From: Anton Berezin <tobez@plab.ku.dk>
22282          To: perl5-porters@perl.org
22283          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
22284          Date: 30 Nov 1998 19:46:24 +0100
22285          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
22286  Branch: cfgperl
22287        ! hints/freebsd.sh
22288 ____________________________________________________________________________
22289 [  2428] By: jhi                                   on 1998/12/01  11:08:16
22290     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
22291  Branch: cfgperl
22292       +> (branch 30 files)
22293       !> (integrate 71 files)
22294 ____________________________________________________________________________
22295 [  2427] By: jhi                                   on 1998/12/01  10:51:37
22296     Log: Default to accepting a hinted $randfunc even when $csym
22297          does not find it.  (the previous defaylt behaviour was not
22298          to accept).
22299  Branch: cfgperl
22300        ! Configure
22301 ____________________________________________________________________________
22302 [  2426] By: jhi                                   on 1998/12/01  10:13:03
22303     Log: Separated the [:foo:] parsing to its own function.
22304          Passes all tests.
22305  Branch: cfgperl
22306        ! regcomp.c
22307 ____________________________________________________________________________
22308 [  2425] By: jhi                                   on 1998/12/01  08:22:49
22309     Log: Typo in comments.
22310  Branch: cfgperl
22311        ! regexec.c
22312 ____________________________________________________________________________
22313 [  2424] By: jhi                                   on 1998/12/01  08:21:38
22314     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22315          Subject: [PATCH 5.005_*] Debugger 'v' command
22316          To: perl5-porters@perl.org (Mailing list Perl5)
22317          Date: 1 Dec 1998 07:55:11 +0200
22318          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
22319  Branch: cfgperl
22320        ! lib/perl5db.pl
22321 ____________________________________________________________________________
22322 [  2423] By: jhi                                   on 1998/12/01  08:19:08
22323     Log: From: pvhp@forte.com (Peter Prymmer)
22324          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
22325          To: perl5-porters@perl.org
22326          Date: 1 Dec 1998 07:27:11 +0200
22327          Message-ID: <MLIST_9812010508.AA07791@forte.com>
22328  Branch: cfgperl
22329        ! hints/os390.sh
22330 ____________________________________________________________________________
22331 [  2417] By: jhi                                   on 1998/11/30  08:14:00
22332     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
22333  Branch: cfgperl
22334        ! ext/Socket/Socket.xs
22335 ____________________________________________________________________________
22336 [  2416] By: jhi                                   on 1998/11/30  08:00:15
22337     Log: Undo #2395, seems more like a problem in netbsd-current.
22338  Branch: cfgperl
22339        ! util.c
22340
22341 ----------------
22342 Version 5.005_54
22343 ----------------
22344
22345 ____________________________________________________________________________
22346 [  2414] By: gsar                                  on 1998/11/30  02:23:55
22347     Log: more JPL tweaks
22348  Branch: perl
22349        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
22350        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
22351 ____________________________________________________________________________
22352 [  2413] By: gsar                                  on 1998/11/30  01:35:56
22353     Log: stub bin/jpl that just runs JPL::Compile::files()
22354  Branch: perl
22355        + jpl/bin/jpl
22356 ____________________________________________________________________________
22357 [  2412] By: gsar                                  on 1998/11/30  01:32:14
22358     Log: delete symlink
22359  Branch: perl
22360        - jpl/bin/jpl
22361 ____________________________________________________________________________
22362 [  2410] By: gsar                                  on 1998/11/30  01:30:44
22363     Log: branch jpl from perlext to perl
22364  Branch: perl
22365       +> (branch 30 files)
22366 ____________________________________________________________________________
22367 [  2407] By: gsar                                  on 1998/11/30  01:24:53
22368     Log: JPL tweaks to build with 5.005
22369  Branch: perlext
22370        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
22371        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
22372 ____________________________________________________________________________
22373 [  2406] By: gsar                                  on 1998/11/30  00:55:54
22374     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
22375  Branch: perl
22376        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
22377 ____________________________________________________________________________
22378 [  2405] By: gsar                                  on 1998/11/30  00:28:55
22379     Log: patchlevel up to 54
22380  Branch: perl
22381        ! patchlevel.h win32/Makefile win32/config_H.bc
22382        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22383 ____________________________________________________________________________
22384 [  2403] By: gsar                                  on 1998/11/29  23:35:50
22385     Log: integrate cfgperl changes into mainline
22386  Branch: perl
22387       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22388       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
22389 ____________________________________________________________________________
22390 [  2402] By: gsar                                  on 1998/11/29  23:08:42
22391     Log: sync Text::Wrap version number
22392  Branch: perl
22393        ! lib/Text/Wrap.pm
22394 ____________________________________________________________________________
22395 [  2401] By: gsar                                  on 1998/11/29  22:56:21
22396     Log: textfill.t tweak
22397  Branch: perl
22398        ! t/lib/textfill.t
22399 ____________________________________________________________________________
22400 [  2400] By: gsar                                  on 1998/11/29  22:50:41
22401     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
22402          <muir@idiom.com>
22403  Branch: perl
22404        + t/lib/textfill.t
22405        ! MANIFEST lib/Text/Wrap.pm
22406 ____________________________________________________________________________
22407 [  2399] By: gsar                                  on 1998/11/29  22:28:05
22408     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
22409          has happened without the authors knowledge or consent; the subversive
22410          version (which is in 5.00502) breaks one of the tests in the
22411          authors testsuite; attempts are being made to find a fix that
22412          avoids breaking code already running with the 5.005_02 version
22413          From:    David Muir Sharnoff <muir@idiom.com>
22414          Date:    Sat, 28 Nov 1998 04:34:17 PST
22415          Message-Id: <199811281234.EAA03082@idiom.com>
22416          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
22417  Branch: perl
22418        ! lib/Text/Wrap.pm t/lib/textwrap.t
22419 ____________________________________________________________________________
22420 [  2397] By: nick                                  on 1998/11/29  20:13:58
22421     Log: Update docs and English.pm for $^C
22422  Branch: perl
22423        ! lib/English.pm pod/perlvar.pod
22424 ____________________________________________________________________________
22425 [  2396] By: jhi                                   on 1998/11/29  20:13:03
22426     Log: Mirror #2384.
22427  Branch: cfgperl
22428        ! t/op/pwent.t
22429 ____________________________________________________________________________
22430 [  2395] By: jhi                                   on 1998/11/29  19:59:12
22431     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
22432  Branch: cfgperl
22433        ! util.c
22434 ____________________________________________________________________________
22435 [  2394] By: gsar                                  on 1998/11/29  19:49:08
22436     Log: updated perlreftut.pod
22437  Branch: perl
22438        ! pod/perlreftut.pod
22439 ____________________________________________________________________________
22440 [  2393] By: gsar                                  on 1998/11/29  19:31:56
22441     Log: misc tweaks
22442  Branch: perl
22443        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
22444 ____________________________________________________________________________
22445 [  2392] By: gsar                                  on 1998/11/29  19:31:18
22446     Log: notes about -DPERL_POLLUTE
22447  Branch: perl
22448        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
22449 ____________________________________________________________________________
22450 [  2391] By: gsar                                  on 1998/11/29  19:13:52
22451     Log: explain various win32 build caveats more clearly
22452  Branch: perl
22453        ! README.win32 win32/Makefile win32/makefile.mk
22454 ____________________________________________________________________________
22455 [  2390] By: gsar                                  on 1998/11/29  16:51:59
22456     Log: remove I_POLL detection (Configure will do that now)
22457  Branch: perl
22458        ! ext/IO/Makefile.PL
22459 ____________________________________________________________________________
22460 [  2389] By: jhi                                   on 1998/11/29  16:39:16
22461     Log: Add I_POLL for IO 1.20.
22462  Branch: cfgperl
22463        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22464        ! config_h.SH
22465 ____________________________________________________________________________
22466 [  2388] By: gsar                                  on 1998/11/29  16:23:30
22467     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
22468  Branch: perl
22469        + Porting/p4desc
22470        ! MANIFEST
22471 ____________________________________________________________________________
22472 [  2387] By: gsar                                  on 1998/11/29  16:08:03
22473     Log: another threads reliability fix: serialize writes to thr->threadsv
22474          avoid most uses of PL_na (which is much more inefficient than a
22475          simple local); update docs to suit; PL_na now being thr->Tna may
22476          be a minor compatibility issue for extensions--will require dTHR
22477          outside of XSUBs (those get automatic dTHR)
22478  Branch: perl
22479        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
22480        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
22481        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
22482        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
22483        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
22484        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
22485        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
22486        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
22487        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
22488 ____________________________________________________________________________
22489 [  2386] By: jhi                                   on 1998/11/29  15:40:42
22490     Log: Tune the "if" entry.
22491  Branch: cfgperl
22492        ! pod/perlfunc.pod
22493 ____________________________________________________________________________
22494 [  2385] By: gsar                                  on 1998/11/29  12:40:28
22495     Log: various fixes for race conditions under threads: mutex locks based
22496          on PL_threadnum were seriously flawed, since it means more than one
22497          thread could enter the critical region; PL_na was global instead of
22498          thread-local; child thread could finish and free thr structures
22499          before Thread->new() got around to creating the Thread object;
22500          cv_clone() needed locking, as it mucks with PL_comppad and other
22501          global data; new_struct_thread() needed to lock template-thread's
22502          mutex while copying its data
22503  Branch: perl
22504        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
22505        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
22506 ____________________________________________________________________________
22507 [  2384] By: gsar                                  on 1998/11/29  10:54:38
22508     Log: s/warn/print/ on multiply defined groups
22509  Branch: perl
22510        ! t/op/grent.t
22511 ____________________________________________________________________________
22512 [  2383] By: gsar                                  on 1998/11/29  10:48:39
22513     Log: backout change#2334
22514  Branch: perl
22515        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
22516 ____________________________________________________________________________
22517 [  2382] By: jhi                                   on 1998/11/29  10:33:40
22518     Log: Better NetInfo behaviour.
22519  Branch: cfgperl
22520        ! t/op/grent.t t/op/pwent.t
22521 ____________________________________________________________________________
22522 [  2381] By: jhi                                   on 1998/11/29  10:08:15
22523     Log: Integrate from mainperl.
22524  Branch: cfgperl
22525       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22526       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22527       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
22528       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
22529       +> t/lib/io_poll.t t/lib/io_unix.t
22530       !> (integrate 58 files)
22531 ____________________________________________________________________________
22532 [  2380] By: gsar                                  on 1998/11/29  08:22:49
22533     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
22534          Tim Bunce)
22535  Branch: perl
22536        ! gv.c
22537 ____________________________________________________________________________
22538 [  2379] By: gsar                                  on 1998/11/29  07:06:43
22539     Log: fix for pat.t failure under USE_THREADS
22540  Branch: perl
22541        ! pp_ctl.c regexec.c
22542 ____________________________________________________________________________
22543 [  2378] By: nick                                  on 1998/11/28  22:46:57
22544     Log: More C.pm tweaks
22545          Save globs even if we have saved cv itself before - may be imported.
22546          
22547          While we don't save "bootstrap" CV we need to provide a stub,
22548          so that if we require it later we don't fall through and attempt
22549          to DynaLoad module again.
22550          
22551          Attempt to save %INC so that "require" does not reload things
22552          we have compiled-in (does not work right yet - seems to be due
22553          to PL_incgv being created in perl_parse() current scheme setting 
22554          GvHV() is "better" than saving the glob, but still does not 
22555          work as I expect). 
22556  Branch: perl
22557        ! ext/B/B/C.pm
22558 ____________________________________________________________________________
22559 [  2377] By: gsar                                  on 1998/11/28  22:30:38
22560     Log: various tweaks; result passes all tests for normal build on Solaris;
22561          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
22562          win32 due to lack of select() that works on non-socket fds
22563  Branch: perl
22564        ! ext/IO/poll.c regcomp.c regexec.c scope.c
22565        ! t/lib/io_multihomed.t win32/makefile.mk
22566 ____________________________________________________________________________
22567 [  2376] By: gsar                                  on 1998/11/28  20:44:39
22568     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
22569  Branch: perl
22570        ! myconfig
22571 ____________________________________________________________________________
22572 [  2375] By: gsar                                  on 1998/11/28  20:42:58
22573     Log: integrate cfgperl changes into mainline
22574  Branch: perl
22575       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
22576       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
22577 ____________________________________________________________________________
22578 [  2374] By: gsar                                  on 1998/11/28  20:02:03
22579     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22580          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
22581          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
22582          Subject: [PATCH 5.00553] Yet another OS/2 patch
22583  Branch: perl
22584        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
22585 ____________________________________________________________________________
22586 [  2373] By: gsar                                  on 1998/11/28  19:30:06
22587     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22588          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
22589          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
22590          Subject: [PATCH 5.005_53] Change $#+
22591  Branch: perl
22592        ! mg.c pod/perlvar.pod t/op/pat.t
22593 ____________________________________________________________________________
22594 [  2372] By: gsar                                  on 1998/11/28  19:28:00
22595     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22596          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
22597          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
22598          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
22599  Branch: perl
22600        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
22601        ! thrdvar.h
22602 ____________________________________________________________________________
22603 [  2371] By: gsar                                  on 1998/11/28  19:23:53
22604     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22605          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
22606          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
22607          Subject: [PATCH 5.005_53] better -Mre=debugcolor
22608  Branch: perl
22609        ! embedvar.h objXSUB.h regexec.c thrdvar.h
22610 ____________________________________________________________________________
22611 [  2370] By: gsar                                  on 1998/11/28  19:21:17
22612     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22613          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
22614          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
22615          Subject: [PATCH 5.005_*] regcolors
22616  Branch: perl
22617        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
22618 ____________________________________________________________________________
22619 [  2369] By: gsar                                  on 1998/11/28  19:00:15
22620     Log: allow final period in a file (not followed by a newline) to
22621          terminate format spec
22622  Branch: perl
22623        ! toke.c
22624 ____________________________________________________________________________
22625 [  2368] By: gsar                                  on 1998/11/28  18:58:25
22626     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
22627          add C<$Config{installarchlib}/CORE> to the default locations searched
22628          on win32
22629  Branch: perl
22630        ! lib/ExtUtils/Liblist.pm
22631 ____________________________________________________________________________
22632 [  2367] By: gsar                                  on 1998/11/28  18:46:05
22633     Log: applied suggested patch with PERL_OBJECT tweaks
22634          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22635          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
22636          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
22637          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
22638  Branch: perl
22639        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
22640        ! regexec.c t/op/pat.t thrdvar.h
22641 ____________________________________________________________________________
22642 [  2366] By: gsar                                  on 1998/11/28  18:38:34
22643     Log: additional documentation for qr//
22644          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22645          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
22646          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
22647          Subject: [PATCH 5.005_*] Documentation (fwd)
22648  Branch: perl
22649        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
22650 ____________________________________________________________________________
22651 [  2365] By: gsar                                  on 1998/11/28  18:35:35
22652     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22653          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
22654          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
22655          Subject: [PATCH 5.005_*] Fix \G in REx without //g
22656  Branch: perl
22657        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
22658        ! regexp.h t/op/pat.t thrdvar.h
22659 ____________________________________________________________________________
22660 [  2364] By: gsar                                  on 1998/11/28  18:24:20
22661     Log: update Test.pm to Test-1.12; tweak 're' detection
22662  Branch: perl
22663        ! lib/Test.pm
22664 ____________________________________________________________________________
22665 [  2363] By: gsar                                  on 1998/11/28  18:12:04
22666     Log: avoid command-line quoting portability problems in lex_assign.t
22667  Branch: perl
22668        ! t/op/lex_assign.t
22669 ____________________________________________________________________________
22670 [  2362] By: gsar                                  on 1998/11/28  18:08:50
22671     Log: From: John Tobey <jtobey@channel1.com>
22672          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
22673          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
22674          Subject: PATCH: document English.pm sawampersand and thread issues
22675  Branch: perl
22676        ! lib/English.pm pod/perlvar.pod
22677 ____________________________________________________________________________
22678 [  2361] By: gsar                                  on 1998/11/28  18:03:04
22679     Log: fix uninitialized warnings
22680          From: Brian Callaghan <callagh@itginc.com>
22681          Date: Thu, 19 Nov 1998 17:49:10 -0800
22682          Message-Id: <3654CA96.B64FCAEB@itginc.com>
22683          Subject: Complete.pm patch (version 1.1)
22684  Branch: perl
22685        ! lib/Term/Complete.pm
22686 ____________________________________________________________________________
22687 [  2360] By: gsar                                  on 1998/11/28  17:59:16
22688     Log: s/Array/List/ suggested by John Tobey
22689  Branch: perl
22690        ! pod/perldata.pod
22691 ____________________________________________________________________________
22692 [  2359] By: gsar                                  on 1998/11/28  17:47:48
22693     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
22694  Branch: perl
22695        ! lib/Tie/Handle.pm pod/perlfunc.pod
22696 ____________________________________________________________________________
22697 [  2358] By: jhi                                   on 1998/11/28  17:23:15
22698     Log: Revamp the locale tests.
22699          (0) Instead of rewiring a few locales scan for them.
22700          (1) Bogus test #101 removed.
22701          (2) All the locales are checked, the lists of failed
22702          and non-failed ones are displayed.
22703          (3) The test #103 is again 'active' so that it may fail.
22704          (4) To balance (3) a hopefully pacifying message is shown
22705          if the #103 fails.
22706  Branch: cfgperl
22707        ! t/pragma/locale.t
22708 ____________________________________________________________________________
22709 [  2357] By: gsar                                  on 1998/11/28  17:21:07
22710     Log: add perlreftut.pod
22711  Branch: perl
22712        + pod/perlreftut.pod
22713        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
22714        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
22715        ! win32/pod.mak
22716 ____________________________________________________________________________
22717 [  2356] By: jhi                                   on 1998/11/28  16:58:01
22718     Log: Change #2346 fallout.
22719  Branch: cfgperl
22720        ! t/op/undef.t
22721 ____________________________________________________________________________
22722 [  2355] By: gsar                                  on 1998/11/28  16:46:43
22723     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
22724          ANSI prototypes
22725  Branch: perl
22726        ! ext/IO/IO.xs
22727 ____________________________________________________________________________
22728 [  2354] By: gsar                                  on 1998/11/28  16:08:07
22729     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
22730          keep platform hacks that aren't in the 1.20 dist; add new files
22731          to MANIFEST; hack Makefile.PL; result hasn't been tested
22732          anywhere
22733  Branch: perl
22734        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22735        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22736        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
22737        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
22738        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
22739        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22740        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22741        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
22742        ! t/lib/io_sock.t t/lib/io_udp.t
22743 ____________________________________________________________________________
22744 [  2353] By: jhi                                   on 1998/11/28  15:51:03
22745     Log: Locale collation, ctype, and numeric, were initialized wrong
22746          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
22747          as reported by
22748          
22749          From: Ilya.Sandler@etak.com (Ilya Sandler)
22750          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
22751          To: perlbug@perl.com
22752          Date: 25 Nov 1998 04:53:52 +0200
22753          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
22754  Branch: cfgperl
22755        ! util.c
22756 ____________________________________________________________________________
22757 [  2352] By: nick                                  on 1998/11/28  15:21:59
22758     Log: Implement $^C to allow perl access to -c flag - I think this 
22759          was agreed once...
22760  Branch: perl
22761        ! gv.c mg.c
22762 ____________________________________________________________________________
22763 [  2351] By: jhi                                   on 1998/11/28  15:14:24
22764     Log: Change #2251 fixup.
22765  Branch: cfgperl
22766        ! myconfig
22767 ____________________________________________________________________________
22768 [  2350] By: jhi                                   on 1998/11/28  14:58:19
22769     Log: Integrate from mainperl.
22770  Branch: cfgperl
22771       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22772       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22773       +> pod/perl5005delta.pod
22774       !> (integrate 49 files)
22775 ____________________________________________________________________________
22776 [  2349] By: jhi                                   on 1998/11/28  14:27:36
22777     Log: Passwd and group file groveling.
22778  Branch: cfgperl
22779        ! t/op/grent.t t/op/pwent.t
22780 ____________________________________________________________________________
22781 [  2348] By: gsar                                  on 1998/11/28  14:09:50
22782     Log: more conservative version of changes#2345,2346,2347; those break
22783          C<defined(@{"foo::ISA"})> which seems to be extensively used in
22784          the libs :-(
22785  Branch: perl
22786        ! pp.c t/op/method.t
22787 ____________________________________________________________________________
22788 [  2347] By: gsar                                  on 1998/11/28  13:36:08
22789     Log: tweak bogus test
22790  Branch: perl
22791        ! t/op/method.t
22792 ____________________________________________________________________________
22793 [  2346] By: gsar                                  on 1998/11/28  13:20:34
22794     Log: test cases for previous change
22795  Branch: perl
22796        ! t/op/undef.t
22797 ____________________________________________________________________________
22798 [  2345] By: gsar                                  on 1998/11/28  13:07:17
22799     Log: fix typo in pp_defined() causing C<defined %tied> to fail
22800  Branch: perl
22801        ! pp.c
22802 ____________________________________________________________________________
22803 [  2344] By: gsar                                  on 1998/11/28  13:03:29
22804     Log: s/comment/comment_t/ tweak (suggested by John Gorman
22805          <jgorman@webbysoft.com>)
22806  Branch: perl
22807        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22808 ____________________________________________________________________________
22809 [  2343] By: gsar                                  on 1998/11/28  12:52:40
22810     Log: add (stub) perldelta.pod
22811  Branch: perl
22812        + pod/perldelta.pod
22813 ____________________________________________________________________________
22814 [  2342] By: gsar                                  on 1998/11/28  12:49:26
22815     Log: rename perldelta.pod to perl5005delta.pod in preparation for
22816          starting a new one
22817  Branch: perl
22818       +> pod/perl5005delta.pod
22819        - pod/perldelta.pod
22820        ! MANIFEST pod/perl.pod
22821 ____________________________________________________________________________
22822 [  2341] By: gsar                                  on 1998/11/28  12:41:55
22823     Log: fix MALLOC_LOCK #define
22824  Branch: perl
22825        ! malloc.c
22826 ____________________________________________________________________________
22827 [  2340] By: gsar                                  on 1998/11/28  12:18:23
22828     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22829          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
22830          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
22831          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
22832  Branch: perl
22833        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
22834 ____________________________________________________________________________
22835 [  2339] By: jhi                                   on 1998/11/28  11:59:01
22836     Log: Add -lm to dynix/ptx POSIX hints.
22837          From: "Martin J. Bligh" <mbligh@sequent.com>
22838          To: jhi@iki.fi
22839          Subject: Re: Making Perl work on DYNIX/ptx
22840          Date: Wed, 25 Nov 1998 10:34:41 -0800
22841          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
22842  Branch: cfgperl
22843        ! ext/POSIX/hints/dynixptx.pl
22844 ____________________________________________________________________________
22845 [  2338] By: jhi                                   on 1998/11/28  11:57:19
22846     Log: Detypo.
22847  Branch: cfgperl
22848        ! lib/filetest.pm
22849 ____________________________________________________________________________
22850 [  2337] By: jhi                                   on 1998/11/28  11:56:29
22851     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
22852  Branch: cfgperl
22853        ! Configure
22854 ____________________________________________________________________________
22855 [  2336] By: gsar                                  on 1998/11/28  11:41:14
22856     Log: teach CPAN.pm to ignore beta perl distributions when looking for
22857          modules
22858          From: root@dogberry.rutgers.edu (root)
22859          Date: Thu, 12 Nov 1998 23:08:39 -0500
22860          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
22861          Subject: recompile tries getting a perl distribution
22862  Branch: perl
22863        ! lib/CPAN.pm
22864 ____________________________________________________________________________
22865 [  2335] By: gsar                                  on 1998/11/28  11:27:46
22866     Log: make $1 et al readonly under threads; make C<undef $1> fail like
22867          C<$1 = undef> does
22868  Branch: perl
22869        ! op.c pp.c t/op/undef.t
22870 ____________________________________________________________________________
22871 [  2334] By: gsar                                  on 1998/11/28  10:24:52
22872     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
22873  Branch: perl
22874        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
22875 ____________________________________________________________________________
22876 [  2333] By: gsar                                  on 1998/11/28  09:36:40
22877     Log: document changed PERL_HASH()
22878  Branch: perl
22879        ! pod/perlfunc.pod pod/perlguts.pod
22880 ____________________________________________________________________________
22881 [  2332] By: nick                                  on 1998/11/27  21:10:27
22882     Log: Handle INIT list in C.pm
22883          1. Provide init_av() from B.xs
22884          2. Export it in B.pm
22885          3. Use it in C.pm
22886          Also disable some pruning in savecv() which seems to undo
22887          my previous patch.
22888          Experimental feature - save pathnames of .so files in easily 
22889          grep-able form for use in wrapper to feed to linker.  
22890  Branch: perl
22891        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22892 ____________________________________________________________________________
22893 [  2327] By: gsar                                  on 1998/11/27  15:12:01
22894     Log: integrate change#2315 from maint-5.005
22895  Branch: perl
22896        ! t/op/sort.t
22897       !> op.c sv.c
22898 ____________________________________________________________________________
22899 [  2326] By: gsar                                  on 1998/11/27  15:00:42
22900     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
22901  Branch: perl
22902       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
22903       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22904       !> lib/ExtUtils/typemap
22905 ____________________________________________________________________________
22906 [  2325] By: gsar                                  on 1998/11/27  14:46:18
22907     Log: malloc bugfix and documentation from Ilya Zakharevich
22908          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
22909          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
22910          Subject: [PATCH 5.005_*] Re: Internal coredump
22911          --
22912          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
22913          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
22914          Subject: [PATCH 5.005_*] malloc.c documentation
22915  Branch: perl
22916        ! malloc.c
22917 ____________________________________________________________________________
22918 [  2324] By: gsar                                  on 1998/11/27  14:41:38
22919     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
22920  Branch: perl
22921        ! ext/B/B/C.pm
22922 ____________________________________________________________________________
22923 [  2323] By: gsar                                  on 1998/11/27  14:33:44
22924     Log: From: maeda@src.ricoh.co.jp
22925          Date: Tue, 24 Nov 1998 10:37:45 +0900
22926          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
22927          Subject: format "..." bug
22928  Branch: perl
22929        ! pp_ctl.c t/op/write.t
22930 ____________________________________________________________________________
22931 [  2322] By: gsar                                  on 1998/11/27  14:20:12
22932     Log: add ext/Devel/Peek
22933          From: jan.dubois@ibm.net (Jan Dubois)
22934          Date: Mon, 23 Nov 1998 00:48:11 +0100
22935          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
22936          Subject: [PATCH 5.005_53] Devel::Peek integration
22937  Branch: perl
22938        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22939        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22940        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
22941        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
22942        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
22943 ____________________________________________________________________________
22944 [  2321] By: gsar                                  on 1998/11/27  13:03:08
22945     Log: ensure 'make regen_headers' even without perl installed
22946          (suggested by Ilya Zakharevich)
22947  Branch: perl
22948        ! bytecode.pl warning.pl
22949 ____________________________________________________________________________
22950 [  2320] By: gsar                                  on 1998/11/27  12:58:36
22951     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22952          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
22953          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
22954          Subject: [PATCH 5.005_*] Cosmetic malloc patch
22955  Branch: perl
22956        ! malloc.c
22957 ____________________________________________________________________________
22958 [  2319] By: gsar                                  on 1998/11/27  12:56:13
22959     Log: eliminate dup hunk from integration
22960  Branch: perl
22961        ! lib/filetest.pm perl.h
22962 ____________________________________________________________________________
22963 [  2318] By: gsar                                  on 1998/11/27  12:50:08
22964     Log: integrate cfgperl changes into mainline
22965  Branch: perl
22966       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
22967        ! pod/perlfaq4.pod
22968       !> (integrate 30 files)
22969 ____________________________________________________________________________
22970 [  2317] By: jhi                                   on 1998/11/27  11:38:13
22971     Log: C<-x>.
22972  Branch: cfgperl
22973        ! lib/filetest.pm
22974 ____________________________________________________________________________
22975 [  2316] By: jhi                                   on 1998/11/27  11:10:22
22976     Log: Integrate from mainperl.
22977  Branch: cfgperl
22978       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
22979       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
22980       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
22981       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
22982       !> win32/win32sck.c
22983 ____________________________________________________________________________
22984 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
22985     Log: integrate change#2246 from mainline, while still allowing
22986          C<sort $globref @foo>
22987          
22988          allow C<sort $coderef @foo>
22989  Branch: maint-5.005/perl
22990        ! op.c sv.c
22991       !> t/op/sort.t
22992 ____________________________________________________________________________
22993 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
22994     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
22995          forwarded by Jarkko Hietaniemi from Mark Bixby
22996  Branch: maint-5.005/perl
22997        ! ext/DynaLoader/dl_mpeix.xs installperl
22998 ____________________________________________________________________________
22999 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
23000     Log: Allow PL_FILES to have multiple targets from one source by allowing
23001          an array ref as the value in the hash
23002  Branch: maint-5.005/perl
23003        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23004        ! lib/ExtUtils/MakeMaker.pm
23005 ____________________________________________________________________________
23006 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
23007     Log: fix unsigned variables to use SvUV and sv_setuv
23008  Branch: maint-5.005/perl
23009        ! lib/ExtUtils/typemap
23010 ____________________________________________________________________________
23011 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
23012     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
23013  Branch: maint-5.005/perl
23014        ! lib/ExtUtils/MM_Unix.pm
23015 ____________________________________________________________________________
23016 [  2301] By: gsar                                  on 1998/11/26  10:16:54
23017     Log: fix PL_defoutgv leak under threads
23018  Branch: perl
23019        ! ext/Thread/Thread.xs
23020 ____________________________________________________________________________
23021 [  2300] By: gsar                                  on 1998/11/26  09:04:44
23022     Log: properly free temporaries created by threads
23023  Branch: perl
23024        ! ext/Thread/Thread.xs
23025 ____________________________________________________________________________
23026 [  2299] By: gsar                                  on 1998/11/26  06:51:16
23027     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
23028          to set the package for the block properly
23029  Branch: perl
23030        ! op.c t/comp/package.t t/lib/dumper.t
23031 ____________________________________________________________________________
23032 [  2298] By: nick                                  on 1998/11/24  22:04:20
23033     Log: Part-1 of tweaks to allow Tk to be "compiled"
23034          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
23035          (May also need attention to exports etc. - to follow.)
23036  Branch: perl
23037        ! universal.c
23038 ____________________________________________________________________________
23039 [  2294] By: jhi                                   on 1998/11/23  10:44:26
23040     Log: The new socket tests need in some platforms
23041          to #include <sys/types.h>.
23042  Branch: cfgperl
23043        ! Configure
23044 ____________________________________________________________________________
23045 [  2293] By: jhi                                   on 1998/11/23  10:33:42
23046     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23047          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
23048          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23049          Date: Mon, 23 Nov 1998 10:07:04 +0100
23050          Message-Id: <9811230907.AA06484@AWT.nl>
23051          
23052          NeXTstep NetInfo uses nidump to get the user/group databases.
23053  Branch: cfgperl
23054        ! t/op/grent.t t/op/pwent.t
23055 ____________________________________________________________________________
23056 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
23057     Log: Updated Porting/patchls utility.
23058  Branch: maint-5.004/perl
23059        ! Porting/patchls
23060 ____________________________________________________________________________
23061 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
23062     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
23063          From:  Henrik Tougaard <ht.000@foa.dk>
23064          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
23065          Files:  lib/Sys/Syslog.pm
23066  Branch: maint-5.004/perl
23067        ! lib/Sys/Syslog.pm
23068 ____________________________________________________________________________
23069 [  2286] By: jhi                                   on 1998/11/22  19:08:42
23070     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
23071  Branch: cfgperl
23072        ! ext/Socket/Socket.xs
23073 ____________________________________________________________________________
23074 [  2285] By: jhi                                   on 1998/11/22  18:21:07
23075     Log: MSG_PROXY for GNU/Hurd (previously we believed that
23076          all GNU libc platforms have MSG_PROXY.  Untrue).
23077          In fact this ended up as a major MSG_* and SCM_*
23078          update.  The MSG_XXX known to be enums in some
23079          versions of the glibc are now probed for and respective
23080          HAS_MSG_XXX are defined.  While I was at it I noticed
23081          SCM_RIGHTS being similarly an enum.  This reminded me of
23082          an ancient discussion in perl5-porters:
23083          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
23084          The BSD socket interface has a nifty feature for passing
23085          file descriptors and credentials--via sockets.  It may be
23086          too late to add this functionality to the CORE but
23087          at least Configure now probes for the functions,
23088          structs, and includes, defining the appropriate
23089          HAS_YYY and I_ZZZ, and the Socket extension exports
23090          the constants, in case somebody wants to write an
23091          extension for this interface.
23092  Branch: cfgperl
23093        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23094        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
23095        ! iperlsys.h
23096 ____________________________________________________________________________
23097 [  2284] By: jhi                                   on 1998/11/22  18:13:21
23098     Log: perlhist.pod 1.54, containing 5_53.
23099  Branch: cfgperl
23100        ! pod/perlhist.pod
23101 ____________________________________________________________________________
23102 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
23103     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
23104  Branch: maint-5.004/perl
23105        ! doio.c
23106 ____________________________________________________________________________
23107 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
23108     Log: Improve op/die_exit.t test for implicit close changing $!
23109  Branch: maint-5.004/perl
23110        ! t/op/die_exit.t
23111 ____________________________________________________________________________
23112 [  2268] By: jhi                                   on 1998/11/22  14:44:11
23113     Log: Fix thinko.
23114  Branch: cfgperl
23115        ! hints/dynixptx.sh
23116 ____________________________________________________________________________
23117 [  2267] By: jhi                                   on 1998/11/22  13:19:41
23118     Log: Document the d_socket override.
23119  Branch: cfgperl
23120        ! hints/dynixptx.sh
23121 ____________________________________________________________________________
23122 [  2266] By: jhi                                   on 1998/11/22  12:12:29
23123     Log: From: John Tobey <jtobey@channel1.com>
23124          Subject: [PATCH] perlfaq typos
23125          To: perl5-porters@perl.com
23126          Date: 22 Nov 1998 04:25:15 +0200
23127          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
23128  Branch: cfgperl
23129        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23130        ! pod/perlfaq7.pod pod/perlfaq8.pod
23131 ____________________________________________________________________________
23132 [  2265] By: jhi                                   on 1998/11/22  12:06:29
23133     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
23134          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
23135          Newsgroups: hut.lists.perl5-porters
23136          To: gsar@engin.umich.edu (Gurusamy Sarathy)
23137          Cc: perl5-porters@perl.org (Perl5 Porters)
23138          Date: 20 Nov 1998 12:20:41 +0200
23139  Branch: cfgperl
23140        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23141        ! ext/DB_File/DB_File.xs
23142 ____________________________________________________________________________
23143 [  2264] By: jhi                                   on 1998/11/22  11:55:09
23144     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
23145          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23146          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23147          To: perlbug@perl.com
23148          Date: 20 Nov 1998 18:39:06 +0200
23149          Lines: 47
23150          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23151  Branch: cfgperl
23152        ! t/op/grent.t t/op/pwent.t
23153 ____________________________________________________________________________
23154 [  2263] By: jhi                                   on 1998/11/22  11:42:59
23155     Log: Permission testing is tricky when we have too much power.
23156          Problem reported in
23157          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23158          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23159          To: perlbug@perl.com
23160          Date: 20 Nov 1998 18:39:06 +0200
23161          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23162  Branch: cfgperl
23163        ! t/op/filetest.t
23164 ____________________________________________________________________________
23165 [  2262] By: gsar                                  on 1998/11/22  11:37:02
23166     Log: fix broken CAPI generation
23167  Branch: perl
23168        ! win32/GenCAPI.pl
23169 ____________________________________________________________________________
23170 [  2261] By: jhi                                   on 1998/11/22  11:17:00
23171     Log: -x should be C<-x>, reported by Gerben Wierda.
23172  Branch: cfgperl
23173        ! pod/perlfunc.pod
23174 ____________________________________________________________________________
23175 [  2260] By: gsar                                  on 1998/11/22  11:12:02
23176     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
23177  Branch: perl
23178        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
23179        ! proto.h
23180 ____________________________________________________________________________
23181 [  2259] By: jhi                                   on 1998/11/22  11:06:40
23182     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
23183          Subject: Re: [PATCH] Re: pod2man bug in date generated line
23184          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
23185          Cc: perlbug@perl.com
23186          Date: 20 Nov 1998 21:30:17 +0200
23187          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
23188  Branch: cfgperl
23189        ! pod/pod2man.PL
23190 ____________________________________________________________________________
23191 [  2256] By: jhi                                   on 1998/11/21  10:44:01
23192     Log: From: Thomas Bowditch <bowditch@inmet.com>
23193          Subject: Benchmark.pm suggestion
23194          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
23195          Date: Fri, 20 Nov 1998 17:43:46 -0500
23196          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
23197          
23198          Added timesum().
23199  Branch: cfgperl
23200        ! lib/Benchmark.pm
23201 ____________________________________________________________________________
23202 [  2255] By: gsar                                  on 1998/11/21  08:45:06
23203     Log: another win32 portability fix: make sysread() and syswrite()
23204          work on sockets
23205  Branch: perl
23206        ! pp_sys.c win32/win32.h
23207 ____________________________________________________________________________
23208 [  2254] By: gsar                                  on 1998/11/21  07:49:06
23209     Log: win32_recvfrom() compatibility fix
23210  Branch: perl
23211        ! win32/win32sck.c
23212 ____________________________________________________________________________
23213 [  2253] By: jhi                                   on 1998/11/20  08:22:06
23214     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
23215          To: jhi@iki.fi
23216          Subject: MPE/iX Perl 5.005_02 oops
23217          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
23218          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
23219  Branch: cfgperl
23220        ! ext/DynaLoader/dl_mpeix.xs installperl
23221 ____________________________________________________________________________
23222 [  2252] By: gsar                                  on 1998/11/19  17:38:03
23223     Log: mess_sv tweak for change#2249
23224  Branch: perl
23225        ! util.c
23226 ____________________________________________________________________________
23227 [  2251] By: jhi                                   on 1998/11/18  12:32:19
23228     Log: Display use64bits and usemultiplicity but only if necessary.
23229  Branch: cfgperl
23230        ! myconfig
23231 ____________________________________________________________________________
23232 [  2250] By: jhi                                   on 1998/11/18  12:26:50
23233     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
23234          Subject: pp.c uses 'unsigned Quad_t'
23235          To: perlbug@perl.com 
23236          Date: Sun, 15 Nov 1998 20:57:05 -0300 
23237          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
23238  Branch: cfgperl
23239        ! perl.h pp.c
23240 ____________________________________________________________________________
23241 [  2249] By: gsar                                  on 1998/11/18  05:43:11
23242     Log: use PL_mess_sv only during global destruction (fixes problems with
23243          overlapping invocations of form()/warn()/die()/croak() trampling on
23244          each other's messages)
23245  Branch: perl
23246        ! mg.c util.c
23247 ____________________________________________________________________________
23248 [  2248] By: gsar                                  on 1998/11/18  05:39:36
23249     Log: tweak change#2245 to skip previous message if any
23250  Branch: perl
23251        ! pp_ctl.c t/pragma/warn/pp_ctl
23252 ____________________________________________________________________________
23253 [  2247] By: jhi                                   on 1998/11/17  11:46:56
23254     Log: Integrate from mainperl.
23255  Branch: cfgperl
23256       !> (integrate 26 files)
23257 ____________________________________________________________________________
23258 [  2246] By: gsar                                  on 1998/11/17  09:41:10
23259     Log: allow C<sort $coderef @foo>
23260  Branch: perl
23261        ! op.c t/op/sort.t t/pragma/overload.t
23262 ____________________________________________________________________________
23263 [  2245] By: gsar                                  on 1998/11/17  08:28:26
23264     Log: propagate failures in DESTROY() as (optional) warnings
23265  Branch: perl
23266        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
23267 ____________________________________________________________________________
23268 [  2244] By: gsar                                  on 1998/11/17  07:43:08
23269     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
23270  Branch: perl
23271        ! perl.c thrdvar.h
23272 ____________________________________________________________________________
23273 [  2243] By: gsar                                  on 1998/11/17  07:40:09
23274     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
23275  Branch: perl
23276        ! lib/warning.pm warning.h warning.pl
23277 ____________________________________________________________________________
23278 [  2242] By: gsar                                  on 1998/11/17  06:32:39
23279     Log: fix skipspace() to properly account for newlines in eval''-ed
23280          strings (caused bogus line numbers in diagnostics and debugger)
23281  Branch: perl
23282        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
23283 ____________________________________________________________________________
23284 [  2241] By: gsar                                  on 1998/11/17  03:48:12
23285     Log: s/Perl_utf8skip/PL_utf8skip/g
23286  Branch: perl
23287        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
23288 ____________________________________________________________________________
23289 [  2240] By: gsar                                  on 1998/11/14  06:09:06
23290     Log: rework op/groups.t
23291  Branch: perl
23292        ! t/op/filetest.t t/op/groups.t
23293 ____________________________________________________________________________
23294 [  2235] By: gsar                                  on 1998/11/14  00:17:05
23295     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
23296  Branch: perl
23297        ! op.c
23298 ____________________________________________________________________________
23299 [  2234] By: gsar                                  on 1998/11/14  00:14:02
23300     Log: update Changes
23301  Branch: perl
23302        ! Changes win32/config.bc win32/config.gc win32/config.vc
23303 ____________________________________________________________________________
23304 [  2233] By: gsar                                  on 1998/11/13  09:43:03
23305     Log: doc tweak
23306  Branch: perl
23307        ! README.win32
23308 ____________________________________________________________________________
23309 [  2230] By: jhi                                   on 1998/11/12  17:07:45
23310     Log: Allow hints file override for d_socket
23311          (based on Sequent-induced change #2229).
23312  Branch: cfgperl
23313        ! Configure
23314 ____________________________________________________________________________
23315 [  2229] By: jhi                                   on 1998/11/12  16:32:33
23316     Log: 
23317          From: "Martin J. Bligh" <mbligh@sequent.com>
23318          To: jhi@iki.fi
23319          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
23320          Subject: Re: Making Perl work on DYNIX/ptx
23321          Date: Tue, 10 Nov 1998 16:24:26 -0800
23322          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
23323  Branch: cfgperl
23324        ! hints/dynixptx.sh
23325 ____________________________________________________________________________
23326 [  2228] By: jhi                                   on 1998/11/12  11:40:37
23327     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
23328          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
23329          To: jhi@iki.fi
23330          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
23331          Subject: Re: Making Perl work on DYNIX/ptx
23332          Date: Tue, 10 Nov 1998 18:01:10 -0800
23333  Branch: cfgperl
23334        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
23335 ____________________________________________________________________________
23336 [  2227] By: jhi                                   on 1998/11/12  11:17:42
23337     Log: Integrate from mainperl.
23338  Branch: cfgperl
23339       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
23340       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
23341       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
23342       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
23343       !> win32/win32.c x2p/s2p.PL
23344 ____________________________________________________________________________
23345 [  2226] By: gsar                                  on 1998/11/11  21:05:42
23346     Log: provide -DPERL_POLLUTE
23347  Branch: perl
23348        ! embed.pl embedvar.h
23349 ____________________________________________________________________________
23350 [  2225] By: jhi                                   on 1998/11/09  07:45:12
23351     Log: From: Hans Mulder <hansm@icgroup.nl>
23352          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
23353          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
23354          perl5-porters@perl.org
23355          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
23356          (UNINSTALLED)
23357          Date: Sun,  8 Nov 98 22:20:23 +0100
23358          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
23359  Branch: cfgperl
23360        ! malloc.c perl.h
23361 ____________________________________________________________________________
23362 [  2224] By: gsar                                  on 1998/11/09  03:13:14
23363     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
23364          Christoph <lupe@alanya.m.isar.de>)
23365  Branch: perl
23366        ! lib/Text/Wrap.pm
23367 ____________________________________________________________________________
23368 [  2223] By: gsar                                  on 1998/11/09  02:09:06
23369     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
23370          <lionel.fourquaux@wanadoo.fr>)
23371  Branch: perl
23372        ! x2p/s2p.PL
23373 ____________________________________________________________________________
23374 [  2222] By: gsar                                  on 1998/11/09  01:56:24
23375     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
23376          Date: Wed, 04 Nov 1998 12:19:44 +0000
23377          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
23378          Subject: [PATCH] Re: [5.005_53] read overflow? 
23379          --
23380          Date: Wed, 04 Nov 1998 13:15:18 +0000
23381          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
23382          Subject: [PATCH 5.005_53] perl -V fix
23383  Branch: perl
23384        ! perl.c regexec.c
23385 ____________________________________________________________________________
23386 [  2221] By: gsar                                  on 1998/11/09  01:34:56
23387     Log: From: jan.dubois@ibm.net (Jan Dubois)
23388          Date: Sun, 01 Nov 1998 00:05:01 +0100
23389          Message-ID: <364294bd.18052307@smtp1.ibm.net>
23390          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
23391  Branch: perl
23392        ! Changes win32/makedef.pl
23393 ____________________________________________________________________________
23394 [  2220] By: gsar                                  on 1998/11/08  21:13:07
23395     Log: integrate changes#2120,2168,2218 from maint-5.005;
23396          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
23397          enum; make regen_headers
23398  Branch: perl
23399        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
23400        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
23401 ____________________________________________________________________________
23402 [  2219] By: gsar                                  on 1998/11/08  19:42:57
23403     Log: integrate cfgperl changes into mainline
23404  Branch: perl
23405       +> README.vmesa
23406       !> Configure MANIFEST Porting/Glossary Porting/config.sh
23407       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
23408       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
23409       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
23410       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
23411       !> thread.h vms/subconfigure.com vos/config.h
23412 ____________________________________________________________________________
23413 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
23414     Log: From: Graham Barr <gbarr@ti.com>
23415          Date: Mon, 2 Nov 1998 07:38:52 -0600
23416          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
23417          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
23418  Branch: maint-5.005/perl
23419        ! ext/IPC/SysV/Msg.pm
23420 ____________________________________________________________________________
23421 [  2215] By: gsar                                  on 1998/11/08  02:52:52
23422     Log: set close-on-exec bit on pipe() FDs
23423  Branch: perl
23424        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
23425 ____________________________________________________________________________
23426 [  2214] By: gsar                                  on 1998/11/08  02:27:57
23427     Log: typo in newHVhv()
23428  Branch: perl
23429        ! hv.c
23430 ____________________________________________________________________________
23431 [  2211] By: jhi                                   on 1998/11/07  21:14:18
23432     Log: Finalize the Mach CThreads support.
23433          
23434          From: Hans Mulder <hansm@icgroup.nl>
23435          Date: Sat,  7 Nov 98 22:06:20 +0100
23436          To: Gurusamy Sarathy <gsar@engin.umich.edu>
23437          Cc: jhi@iki.fi, perl5-porters@perl.org
23438          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
23439          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
23440  Branch: cfgperl
23441        ! malloc.c perl.h
23442 ____________________________________________________________________________
23443 [  2210] By: gsar                                  on 1998/11/06  20:36:50
23444     Log: fix AvREALISH bogusness
23445  Branch: perl
23446        ! av.c t/op/array.t
23447 ____________________________________________________________________________
23448 [  2209] By: jhi                                   on 1998/11/06  08:05:31
23449     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
23450          ASSERT() causes problems in {NeXTStep,OpenStep}.
23451          
23452          From: Hans Mulder <hansm@icgroup.nl>
23453          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
23454          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
23455          Date: Fri,  6 Nov 98 01:27:41 +0100
23456          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
23457          
23458          and
23459          
23460          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23461          Subject: Re: ASSERT() in malloc.c
23462          To: jhi@iki.fi
23463          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
23464          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
23465  Branch: cfgperl
23466        ! malloc.c
23467 ____________________________________________________________________________
23468 [  2208] By: jhi                                   on 1998/11/06  07:55:38
23469     Log: Mach CThreads needs #include <mach/cthreads.h>.
23470  Branch: cfgperl
23471        ! perl.h
23472 ____________________________________________________________________________
23473 [  2206] By: jhi                                   on 1998/11/05  14:54:52
23474     Log: PERL_BADLANG wrongly documented.
23475          
23476          From: ts <decoux@moulon.inra.fr>
23477          To: jhi@cc.hut.fi
23478          Subject: Re: Locale warning messages
23479          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
23480          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
23481          
23482          and
23483          
23484          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23485          Subject: Re: PERL_BADLANG
23486          To: jhi@iki.fi
23487          Subject: Re: PERL_BADLANG
23488          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
23489          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
23490  Branch: cfgperl
23491        ! pod/perllocale.pod
23492 ____________________________________________________________________________
23493 [  2205] By: jhi                                   on 1998/11/05  14:24:33
23494     Log: Document all the control flow keywords in perlfunc
23495          so that "perlfunc -f while" works.
23496  Branch: cfgperl
23497        ! pod/perlfunc.pod
23498 ____________________________________________________________________________
23499 [  2204] By: jhi                                   on 1998/11/05  12:46:02
23500     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
23501          (from vos/config.h).  Update Porting/{Glossary,config*}.
23502  Branch: cfgperl
23503        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23504        ! config_h.SH vos/config.h
23505 ____________________________________________________________________________
23506 [  2203] By: jhi                                   on 1998/11/05  08:34:39
23507     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
23508  Branch: cfgperl
23509        ! hints/vmesa.sh vms/subconfigure.com
23510 ____________________________________________________________________________
23511 [  2202] By: jhi                                   on 1998/11/05  08:03:20
23512     Log: Integrate from mainperl.
23513  Branch: cfgperl
23514       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
23515       !> win32/Makefile win32/makefile.mk win32/win32.c
23516 ____________________________________________________________________________
23517 [  2201] By: gsar                                  on 1998/11/05  04:40:44
23518     Log: another POPSTACK victim
23519  Branch: perl
23520        ! cop.h sv.c
23521 ____________________________________________________________________________
23522 [  2196] By: gsar                                  on 1998/11/05  02:07:54
23523     Log: fix a location affected by change#2191, add note about POPSTACK
23524  Branch: perl
23525        ! cop.h gv.c pp_ctl.c
23526 ____________________________________________________________________________
23527 [  2195] By: gsar                                  on 1998/11/05  02:04:45
23528     Log: makefile notes
23529  Branch: perl
23530        ! win32/Makefile win32/makefile.mk
23531 ____________________________________________________________________________
23532 [  2192] By: gsar                                  on 1998/11/04  23:48:53
23533     Log: indeterminate order-of-evaluation fixes
23534  Branch: perl
23535        ! mg.c
23536 ____________________________________________________________________________
23537 [  2191] By: gsar                                  on 1998/11/04  23:02:16
23538     Log: refetch local stack pointer in POPSTACK
23539  Branch: perl
23540        ! cop.h perl.c
23541 ____________________________________________________________________________
23542 [  2190] By: jhi                                   on 1998/11/04  08:50:40
23543     Log: Configure update.
23544          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
23545          
23546          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23547          To: Martin Bligh <mbligh@sequent.com>
23548          Cc: Jarkko Hietaniemi <jhi@iki.fi>
23549          Subject: Re: Perl 5's configure on DYNIX/ptx
23550          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
23551          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
23552          
23553          find sockets also from libsocket, not just libnet.
23554          OS390: $compile_ok instead of $compile for <inttypes.h>,
23555          
23556          From: pvhp@forte.com (Peter Prymmer)
23557          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
23558          Subject: _53 not OK on os390 but looking better than ever
23559          Date: Tue, 3 Nov 98 17:33:22 PST
23560          Message-Id: <9811040133.AA09450@forte.com>
23561  Branch: cfgperl
23562        ! Configure
23563 ____________________________________________________________________________
23564 [  2189] By: jhi                                   on 1998/11/04  07:43:58
23565     Log: sysio.t failure: fix undefined order of evaluation, from
23566          
23567          From: Spider Boardman <spider@web.zk3.dec.com>
23568          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
23569          To: perlbug@perl.com
23570          Date: 4 Nov 1998 01:22:30 +0200
23571          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
23572  Branch: cfgperl
23573        ! pp_sys.c
23574 ____________________________________________________________________________
23575 [  2188] By: gsar                                  on 1998/11/04  02:59:16
23576     Log: fix return value of win32_pclose()
23577  Branch: perl
23578        ! win32/win32.c
23579 ____________________________________________________________________________
23580 [  2187] By: gsar                                  on 1998/11/04  02:56:34
23581     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
23582  Branch: perl
23583        ! Changes doop.c gv.c util.c
23584 ____________________________________________________________________________
23585 [  2186] By: jhi                                   on 1998/11/03  08:17:52
23586     Log: Document quads in pack.
23587  Branch: cfgperl
23588        ! pod/perlfunc.pod
23589 ____________________________________________________________________________
23590 [  2185] By: jhi                                   on 1998/11/03  07:49:35
23591     Log: (IV) vs (I32) vs I_V()
23592          
23593          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
23594          From: Anton Berezin <tobez@plab.ku.dk> 
23595          To: "p5p" <perl5-porters@perl.org> 
23596          Date: 01 Nov 1998 15:09:11 +0100 
23597          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
23598          
23599          and
23600          
23601          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
23602          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
23603          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
23604  Branch: cfgperl
23605        ! sv.c
23606 ____________________________________________________________________________
23607 [  2184] By: jhi                                   on 1998/11/03  07:42:46
23608     Log: VM/ESA updates.
23609  Branch: cfgperl
23610        + README.vmesa
23611        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
23612 ____________________________________________________________________________
23613 [  2183] By: jhi                                   on 1998/11/02  12:58:13
23614     Log: The id(1)-parsing is real fun.
23615  Branch: cfgperl
23616        ! t/op/groups.t
23617 ____________________________________________________________________________
23618 [  2182] By: jhi                                   on 1998/11/02  12:07:43
23619     Log: Decommission the symlink test.
23620  Branch: cfgperl
23621        ! t/op/lex_assign.t
23622 ____________________________________________________________________________
23623 [  2181] By: jhi                                   on 1998/11/02  12:03:08
23624     Log: Replace ATTR_JOINABLE with true Configure probe
23625          for PTHREAD_CREATE_JOINABLE (or equivalent:
23626          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
23627          Remove ATTR_JOINABLE itself: Thread.xs uses
23628          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
23629          
23630          Really scan for <mach/cthreads.h> only if usethreads.
23631  Branch: cfgperl
23632        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
23633 ____________________________________________________________________________
23634 [  2180] By: jhi                                   on 1998/11/02  11:07:34
23635     Log: In HP-UX 10.X usethreads only if the required files are present.
23636  Branch: cfgperl
23637        ! hints/hpux.sh
23638 ____________________________________________________________________________
23639 [  2179] By: jhi                                   on 1998/11/02  09:10:33
23640     Log: Prefer groups(1).
23641          id -Gn can be broken.
23642          id -a can save the day.
23643  Branch: cfgperl
23644        ! t/op/groups.t
23645 ____________________________________________________________________________
23646 [  2178] By: jhi                                   on 1998/11/02  08:35:29
23647     Log: Detrail enum comma.
23648  Branch: cfgperl
23649        ! perl.h
23650 ____________________________________________________________________________
23651 [  2177] By: jhi                                   on 1998/11/02  08:24:12
23652     Log: 0**0 = 1, from
23653          
23654          From: d-lewart@uiuc.edu (Daniel S. Lewart)
23655          Subject: Math::Complex 0**0 patches
23656          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
23657          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
23658          To: jhi@iki.fi (Jarkko Hietaniemi),
23659          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
23660  Branch: cfgperl
23661        ! lib/Math/Complex.pm t/lib/complex.t
23662 ____________________________________________________________________________
23663 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
23664     Log: From: jan.dubois@ibm.net (Jan Dubois)   
23665          Date: Fri, 09 Oct 1998 23:28:31 +0200
23666          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
23667          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
23668  Branch: maint-5.005/perl
23669        ! XSUB.h
23670 ____________________________________________________________________________
23671 [  2164] By: jhi                                   on 1998/10/31  15:50:02
23672     Log: Integrate from mainperl.
23673  Branch: cfgperl
23674       +> t/op/lex_assign.t
23675       !> (integrate 45 files)
23676
23677 ----------------
23678 Version 5.005_53
23679 ----------------
23680
23681 ____________________________________________________________________________
23682 [  2163] By: gsar                                  on 1998/10/31  11:31:12
23683     Log: bump patchlevel; other minor fixes for clean build and test on
23684          Solaris and win32
23685  Branch: perl
23686        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
23687        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
23688        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
23689        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23690        ! x2p/a2p.c
23691 ____________________________________________________________________________
23692 [  2162] By: gsar                                  on 1998/10/31  09:40:31
23693     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23694          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
23695          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
23696          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
23697  Branch: perl
23698        ! pp.h
23699 ____________________________________________________________________________
23700 [  2161] By: gsar                                  on 1998/10/31  09:39:13
23701     Log: From: Albert Dvornik <bert@genscan.com>
23702          Date: 30 Oct 1998 17:50:04 -0500
23703          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
23704          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
23705  Branch: perl
23706        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
23707 ____________________________________________________________________________
23708 [  2160] By: gsar                                  on 1998/10/31  09:35:03
23709     Log: fix for bugs in -x mode
23710          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23711          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
23712          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
23713          Subject: [PATCH 5.00552] Fix h2xs
23714  Branch: perl
23715        ! utils/h2xs.PL
23716 ____________________________________________________________________________
23717 [  2159] By: gsar                                  on 1998/10/31  09:31:36
23718     Log: Data::Dumper update
23719  Branch: perl
23720        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
23721        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
23722 ____________________________________________________________________________
23723 [  2153] By: gsar                                  on 1998/10/30  21:40:09
23724     Log: add testsuite portion of patch
23725          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23726          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
23727          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
23728          Subject: [PATCH 5.00321 ;-)] 87% speedup
23729  Branch: perl
23730        + t/op/lex_assign.t
23731        ! MANIFEST
23732 ____________________________________________________________________________
23733 [  2152] By: gsar                                  on 1998/10/30  21:08:11
23734     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
23735  Branch: perl
23736        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
23737 ____________________________________________________________________________
23738 [  2151] By: gsar                                  on 1998/10/30  20:18:09
23739     Log: From: Mark-Jason Dominus <mjd@plover.com>
23740          Date: Fri, 30 Oct 1998 14:24:23 EST
23741          Message-Id: <19981030192423.27276.qmail@plover.com>
23742          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
23743  Branch: perl
23744        ! x2p/walk.c
23745 ____________________________________________________________________________
23746 [  2150] By: gsar                                  on 1998/10/30  20:08:57
23747     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23748          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
23749          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
23750          Subject: [PATCH 5.00552] Overloaded <> and deref again
23751  Branch: perl
23752        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
23753        ! t/pragma/overload.t toke.c
23754 ____________________________________________________________________________
23755 [  2149] By: gsar                                  on 1998/10/30  19:38:15
23756     Log: From: Roderick Schertler <roderick@argon.org>
23757          Date: Thu, 29 Oct 1998 14:50:18 -0500
23758          Message-ID: <17625.909690618@eeyore.ibcinc.com>
23759          Subject: patch for daemonization docs in perlipc
23760  Branch: perl
23761        ! pod/perlipc.pod
23762 ____________________________________________________________________________
23763 [  2148] By: gsar                                  on 1998/10/30  19:36:07
23764     Log: From: Anton Berezin <tobez@plab.ku.dk>
23765          Date: 29 Oct 1998 17:06:25 +0100
23766          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
23767          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
23768  Branch: perl
23769        ! win32/win32.c
23770 ____________________________________________________________________________
23771 [  2147] By: gsar                                  on 1998/10/30  19:31:37
23772     Log: tweaked version of suggested patch
23773          From: Anton Berezin <tobez@plab.ku.dk>
23774          Date: 29 Oct 1998 14:48:54 +0100
23775          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
23776          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
23777  Branch: perl
23778        ! win32/win32.c
23779 ____________________________________________________________________________
23780 [  2146] By: gsar                                  on 1998/10/30  19:03:50
23781     Log: hand-apply whitespace-mutiliated patch
23782          From: "vishal bhatia" <vishalb@hotmail.com>
23783          Date: Wed, 28 Oct 1998 23:45:32 PST
23784          Message-ID: <19981029074534.2334.qmail@hotmail.com>
23785          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
23786  Branch: perl
23787        ! ext/B/B/C.pm ext/B/B/CC.pm
23788 ____________________________________________________________________________
23789 [  2145] By: gsar                                  on 1998/10/30  18:46:58
23790     Log: remaining PL_foo stragglers
23791  Branch: perl
23792        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
23793        ! op.h os2/os2.c vms/gen_shrfls.pl
23794 ____________________________________________________________________________
23795 [  2144] By: gsar                                  on 1998/10/30  17:38:36
23796     Log: integrate cfgperl tweaks into mainline
23797  Branch: perl
23798       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
23799       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23800 ____________________________________________________________________________
23801 [  2143] By: jhi                                   on 1998/10/30  13:27:39
23802     Log: There can be multiple yacc/bison errors.
23803  Branch: cfgperl
23804        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23805 ____________________________________________________________________________
23806 [  2142] By: jhi                                   on 1998/10/30  13:18:43
23807     Log: README.posix-bc update.
23808  Branch: cfgperl
23809        ! README.posix-bc
23810 ____________________________________________________________________________
23811 [  2141] By: jhi                                   on 1998/10/30  09:12:59
23812     Log: #2133 fallout.
23813  Branch: cfgperl
23814        ! doio.c ext/POSIX/POSIX.xs
23815 ____________________________________________________________________________
23816 [  2140] By: jhi                                   on 1998/10/30  08:43:18
23817     Log: Integrate from mainperl.
23818  Branch: cfgperl
23819       +> globvar.sym pp.sym
23820        - objpp.h thread.sym
23821       !> (integrate 61 files)
23822 ____________________________________________________________________________
23823 [  2133] By: gsar                                  on 1998/10/30  02:51:39
23824     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
23825          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
23826          should soon be automated also; the global variables that
23827          escaped the PL_foo conversion are now reined in; renamed
23828          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
23829          type of same name; duplicated lists of pp_things in various
23830          places is now gone; result has only been tested on win32
23831  Branch: perl
23832        + globvar.sym pp.sym
23833        - objpp.h thread.sym
23834        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
23835        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
23836        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
23837        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
23838        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
23839        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
23840        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
23841        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
23842        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23843        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23844        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
23845 ____________________________________________________________________________
23846 [  2130] By: jhi                                   on 1998/10/29  15:31:26
23847     Log: Pure bison yylex() proto was broken.
23848  Branch: cfgperl
23849        ! proto.h
23850 ____________________________________________________________________________
23851 [  2126] By: jhi                                   on 1998/10/29  08:35:54
23852     Log: Integrate mainperl.
23853  Branch: cfgperl
23854       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23855       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
23856       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
23857       !> t/pragma/warn/doio toke.c win32/makefile.mk
23858 ____________________________________________________________________________
23859 [  2125] By: jhi                                   on 1998/10/29  08:32:38
23860     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
23861  Branch: cfgperl
23862        ! Makefile.SH
23863 ____________________________________________________________________________
23864 [  2124] By: jhi                                   on 1998/10/29  08:06:44
23865     Log: EBCDIC Makefile.SH tuneup.
23866  Branch: cfgperl
23867        ! Makefile.SH
23868 ____________________________________________________________________________
23869 [  2119] By: gsar                                  on 1998/10/28  23:24:04
23870     Log: remove doubled hunk from integration
23871  Branch: perl
23872        ! pp.c
23873 ____________________________________________________________________________
23874 [  2118] By: gsar                                  on 1998/10/28  22:03:31
23875     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23876          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
23877          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
23878          Subject: [PATCH 5.00552] Minor debugger tweaks
23879  Branch: perl
23880        ! lib/perl5db.pl
23881 ____________________________________________________________________________
23882 [  2117] By: gsar                                  on 1998/10/28  22:02:30
23883     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23884          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
23885          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
23886          Subject: [PATCH 5.00552] Make sort respect overloading
23887  Branch: perl
23888        ! pp_ctl.c proto.h t/pragma/overload.t
23889 ____________________________________________________________________________
23890 [  2116] By: gsar                                  on 1998/10/28  21:51:11
23891     Log: MM patches from Ilya Zakharevich
23892          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
23893          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
23894          Subject: [PATCH 5.00552] Make MakeMaker more verbose
23895          --
23896          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
23897          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
23898          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
23899  Branch: perl
23900        ! lib/ExtUtils/MakeMaker.pm
23901 ____________________________________________________________________________
23902 [  2115] By: gsar                                  on 1998/10/28  21:46:19
23903     Log: add explicit references to perl source path in ld2 and gcc2
23904  Branch: perl
23905        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23906 ____________________________________________________________________________
23907 [  2114] By: gsar                                  on 1998/10/28  21:39:56
23908     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23909          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
23910          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
23911          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
23912  Branch: perl
23913        ! INSTALL
23914 ____________________________________________________________________________
23915 [  2113] By: gsar                                  on 1998/10/28  21:21:16
23916     Log: integrate cfgperl into mainline
23917  Branch: perl
23918       +> t/op/filetest.t
23919       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
23920       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
23921       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23922       !> thread.h toke.c vmesa/Makefile
23923 ____________________________________________________________________________
23924 [  2112] By: gsar                                  on 1998/10/28  21:14:18
23925     Log: minor cleanup
23926  Branch: perl
23927        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
23928 ____________________________________________________________________________
23929 [  2111] By: gsar                                  on 1998/10/28  18:52:10
23930     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
23931  Branch: perl
23932        ! toke.c
23933 ____________________________________________________________________________
23934 [  2110] By: jhi                                   on 1998/10/28  15:07:54
23935     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
23936  Branch: cfgperl
23937        ! Makefile.SH
23938 ____________________________________________________________________________
23939 [  2109] By: jhi                                   on 1998/10/28  13:39:54
23940     Log: a2p.y needs to generate also y.tab.h.
23941  Branch: cfgperl
23942        ! Makefile.SH
23943 ____________________________________________________________________________
23944 [  2108] By: jhi                                   on 1998/10/28  10:33:36
23945     Log: The "parse error" must be converted to "syntax error",
23946          just matching it aint' enough.
23947  Branch: cfgperl
23948        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23949        ! t/pragma/warning.t
23950 ____________________________________________________________________________
23951 [  2107] By: jhi                                   on 1998/10/28  10:23:05
23952     Log: Regen sig_n{ame,umber}* if slightest doubt.
23953  Branch: cfgperl
23954        ! Configure
23955 ____________________________________________________________________________
23956 [  2106] By: jhi                                   on 1998/10/28  08:44:49
23957     Log: Bison says 'parse error', not 'parser error'.
23958  Branch: cfgperl
23959        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23960        ! t/pragma/warning.t
23961 ____________________________________________________________________________
23962 [  2105] By: jhi                                   on 1998/10/28  08:42:09
23963     Log: yylex() parametrization.
23964  Branch: cfgperl
23965        ! proto.h toke.c
23966 ____________________________________________________________________________
23967 [  2104] By: jhi                                   on 1998/10/28  08:25:09
23968     Log: Bring in #2102.
23969  Branch: cfgperl
23970        ! pp.c
23971 ____________________________________________________________________________
23972 [  2103] By: jhi                                   on 1998/10/28  08:22:04
23973     Log: From: Dominic Dunlop <domo@vo.lu>
23974          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
23975          Date: 27 Oct 1998 20:47:25 +0200
23976          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
23977  Branch: cfgperl
23978        ! t/op/groups.t
23979 ____________________________________________________________________________
23980 [  2102] By: larry                                 on 1998/10/27  18:58:55
23981     Log: utf8 change to quotemeta broke EBCDIC
23982  Branch: perl
23983        ! pp.c
23984 ____________________________________________________________________________
23985 [  2101] By: jhi                                   on 1998/10/27  12:55:34
23986     Log: $Config{sig_num_init}.
23987          Also, a new approach to the 'pthreads-created-joinable': drop
23988          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
23989          directly. (See also #2096).
23990  Branch: cfgperl
23991        ! Configure config_h.SH
23992 ____________________________________________________________________________
23993 [  2100] By: jhi                                   on 1998/10/27  10:48:55
23994     Log: Regenerated perly_c.diff.
23995  Branch: cfgperl
23996        ! perly_c.diff
23997 ____________________________________________________________________________
23998 [  2099] By: jhi                                   on 1998/10/27  08:42:25
23999     Log: First the mangler was Netscape, then it was me.
24000  Branch: cfgperl
24001        ! vmesa/Makefile
24002 ____________________________________________________________________________
24003 [  2098] By: jhi                                   on 1998/10/27  08:34:40
24004     Log: `id -Gn` might be available where `groups` is not.
24005  Branch: cfgperl
24006        ! t/op/groups.t
24007 ____________________________________________________________________________
24008 [  2097] By: jhi                                   on 1998/10/27  08:05:17
24009     Log: Netscape had mangled the tabs.
24010  Branch: cfgperl
24011        ! vmesa/Makefile
24012 ____________________________________________________________________________
24013 [  2096] By: jhi                                   on 1998/10/27  08:03:05
24014     Log: ATTR_JOINABLE logic, based on (private email)
24015          
24016          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24017          Subject: Some little diffs
24018          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
24019          Date: Tue, 27 Oct 1998 13:44:42 +1300
24020  Branch: cfgperl
24021        ! thread.h
24022 ____________________________________________________________________________
24023 [  2095] By: jhi                                   on 1998/10/27  07:56:57
24024     Log: Mach cthreads support based on:
24025          
24026          From: brie@corp.home.net (Brian Harrison)
24027          Subject: perl5.005_02 patch for mthreads
24028          To: perl5-porters@perl.org
24029          Date: 24 Oct 1998 01:01:55 +0300
24030          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
24031          
24032          Pthread yield probe (dejavu)
24033          Cosmetic nanochange for the union semun output.
24034          Better inttypes.h probe.
24035          Undo the 'void *' $selecttype probe from #1971 because
24036          it breaks the $selectminbits test.
24037  Branch: cfgperl
24038        ! Configure config_h.SH perl.h thread.h
24039 ____________________________________________________________________________
24040 [  2094] By: jhi                                   on 1998/10/26  13:02:07
24041     Log: Also posix-bc wants to reyacc.
24042  Branch: cfgperl
24043        ! Makefile.SH
24044 ____________________________________________________________________________
24045 [  2093] By: jhi                                   on 1998/10/26  10:17:21
24046     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
24047          5_02 and really breaking things in non-ASCII worlds.
24048  Branch: cfgperl
24049        ! pp.c
24050 ____________________________________________________________________________
24051 [  2092] By: jhi                                   on 1998/10/26  09:08:00
24052     Log: More robustness.
24053  Branch: cfgperl
24054        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24055        ! t/pragma/warning.t
24056 ____________________________________________________________________________
24057 [  2091] By: jhi                                   on 1998/10/26  08:47:32
24058     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
24059          Bison really wants YYLEX_PARAM.
24060  Branch: cfgperl
24061        ! perly.y proto.h toke.c
24062 ____________________________________________________________________________
24063 [  2090] By: jhi                                   on 1998/10/26  08:21:25
24064     Log: s/YYLEX_PARAM/YYLEXPARAM/
24065  Branch: cfgperl
24066        ! perly.y
24067 ____________________________________________________________________________
24068 [  2089] By: jhi                                   on 1998/10/26  08:17:33
24069     Log: Indicate skipped subtests.
24070  Branch: cfgperl
24071        ! t/io/pipe.t
24072 ____________________________________________________________________________
24073 [  2088] By: jhi                                   on 1998/10/26  08:11:36
24074     Log: Integrate from mainperl.
24075  Branch: cfgperl
24076       !> (integrate 54 files)
24077 ____________________________________________________________________________
24078 [  2087] By: jhi                                   on 1998/10/26  08:08:02
24079     Log: Add test for filetests.
24080  Branch: cfgperl
24081        + t/op/filetest.t
24082        ! MANIFEST
24083 ____________________________________________________________________________
24084 [  2086] By: gsar                                  on 1998/10/26  02:44:44
24085     Log: various win32 tweaks; disable new xs_cpp section (it creates
24086          ambiguous inference graph for %.xs --> %.o)
24087  Branch: perl
24088        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
24089        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
24090        ! win32/config.gc win32/config_H.gc win32/makedef.pl
24091        ! win32/makefile.mk win32/win32.h
24092 ____________________________________________________________________________
24093 [  2085] By: gsar                                  on 1998/10/26  00:50:02
24094     Log: sanity-check $Config{drand01} in rand.t
24095  Branch: perl
24096        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
24097        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24098 ____________________________________________________________________________
24099 [  2078] By: gsar                                  on 1998/10/25  10:22:04
24100     Log: update win32/config*.?c
24101  Branch: perl
24102        ! Changes win32/config.bc win32/config.gc win32/config.vc
24103        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24104 ____________________________________________________________________________
24105 [  2077] By: gsar                                  on 1998/10/25  08:39:25
24106     Log: From: Graham Barr <gbarr@pobox.com>
24107          Date: Sat, 24 Oct 1998 21:45:50 -0500
24108          Message-ID: <19981024214550.C508@pobox.com>
24109          Subject: Re: die with a reference  should use overload "" operator
24110  Branch: perl
24111        ! pp_ctl.c
24112 ____________________________________________________________________________
24113 [  2076] By: gsar                                  on 1998/10/25  08:37:49
24114     Log: From: Graham Barr <gbarr@pobox.com>
24115          Date: Sat, 24 Oct 1998 12:45:21 -0500
24116          Message-ID: <19981024124521.C512@pobox.com>
24117          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
24118  Branch: perl
24119        ! sv.c
24120 ____________________________________________________________________________
24121 [  2075] By: gsar                                  on 1998/10/25  08:24:09
24122     Log: fix C<print $n += 5;> etc.
24123  Branch: perl
24124        ! toke.c
24125 ____________________________________________________________________________
24126 [  2074] By: gsar                                  on 1998/10/25  08:12:28
24127     Log: list builtins with portability caveats
24128          From: Jarkko Hietaniemi <jhi@iki.fi>
24129          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
24130          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
24131          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
24132  Branch: perl
24133        ! pod/perlfunc.pod
24134 ____________________________________________________________________________
24135 [  2073] By: gsar                                  on 1998/10/25  07:55:43
24136     Log: fix stack overrun in file test operators
24137  Branch: perl
24138        ! pp_sys.c
24139 ____________________________________________________________________________
24140 [  2072] By: gsar                                  on 1998/10/25  07:29:45
24141     Log: implement C<goto &func> and other fixes (via private mail)
24142          From:    "vishal bhatia" <vishalb@hotmail.com>
24143          Date:    Wed, 21 Oct 1998 22:59:03 PDT
24144          Message-Id: <19981022055904.20083.qmail@hotmail.com>
24145          Subject: [PATCH 5.005_52] More fixes for B
24146  Branch: perl
24147        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
24148 ____________________________________________________________________________
24149 [  2071] By: gsar                                  on 1998/10/25  07:14:41
24150     Log: From: Graham Barr <gbarr@pobox.com>
24151          Date: Sat, 17 Oct 1998 20:42:41 -0500
24152          Message-ID: <19981017204241.G510@pobox.com>
24153          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
24154  Branch: perl
24155        ! pp_ctl.c
24156 ____________________________________________________________________________
24157 [  2070] By: gsar                                  on 1998/10/25  07:07:29
24158     Log: avoid bogus line number in XSUB redefined warnings
24159  Branch: perl
24160        ! op.c
24161 ____________________________________________________________________________
24162 [  2069] By: gsar                                  on 1998/10/25  06:59:03
24163     Log: From: Martijn Koster <mak@excitecorp.com>
24164          Date: Wed, 21 Oct 1998 13:12:03 +0100
24165          Message-ID: <19981021131203.A15661@excitecorp.com>
24166          Subject: File::Path::mkpath reports the wrong error
24167  Branch: perl
24168        ! lib/File/Path.pm
24169 ____________________________________________________________________________
24170 [  2068] By: gsar                                  on 1998/10/25  06:54:43
24171     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
24172          Date: Tue, 20 Oct 1998 20:52:20 -0500
24173          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
24174          Subject: Exporter.pm's export_to_level() argument handling buggy
24175  Branch: perl
24176        ! lib/Exporter.pm
24177 ____________________________________________________________________________
24178 [  2067] By: gsar                                  on 1998/10/25  06:50:19
24179     Log: From: jan.dubois@ibm.net (Jan Dubois)
24180          Date: Wed, 21 Oct 1998 00:55:51 +0200
24181          Message-ID: <36380269.55370608@smtp1.ibm.net>
24182          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
24183  Branch: perl
24184        ! ext/DynaLoader/DynaLoader_pm.PL
24185 ____________________________________________________________________________
24186 [  2066] By: gsar                                  on 1998/10/25  06:48:19
24187     Log: recognize '%' as a shell metachar for win32
24188          From: jan.dubois@ibm.net (Jan Dubois)
24189          Date: Tue, 20 Oct 1998 21:57:35 +0200
24190          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
24191          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
24192  Branch: perl
24193        ! win32/win32.c
24194 ____________________________________________________________________________
24195 [  2065] By: gsar                                  on 1998/10/25  06:46:30
24196     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
24197  Branch: perl
24198        ! sv.c
24199 ____________________________________________________________________________
24200 [  2064] By: gsar                                  on 1998/10/25  06:45:09
24201     Log: From: Gisle Aas <gisle@aas.no>
24202          Date: 20 Oct 1998 14:24:44 +0200
24203          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
24204          Subject: ord() and unpack("U*",...) should not be negative
24205  Branch: perl
24206        ! pp.c
24207 ____________________________________________________________________________
24208 [  2063] By: gsar                                  on 1998/10/25  06:42:29
24209     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24210          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
24211          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
24212          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
24213  Branch: perl
24214        ! os2/os2.c
24215 ____________________________________________________________________________
24216 [  2062] By: gsar                                  on 1998/10/25  06:41:26
24217     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24218          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
24219          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
24220          Subject: [PATCH 5.005_*] Speed up aassign
24221  Branch: perl
24222        ! pp_hot.c
24223 ____________________________________________________________________________
24224 [  2061] By: gsar                                  on 1998/10/25  06:39:04
24225     Log: From: Graham Barr <gbarr@pobox.com>
24226          Date: Sat, 17 Oct 1998 22:22:02 -0500
24227          Message-ID: <19981017222202.J510@pobox.com>
24228          Subject: Re: '*' prototype does not allow bareword with strict
24229  Branch: perl
24230        ! toke.c
24231 ____________________________________________________________________________
24232 [  2060] By: gsar                                  on 1998/10/25  06:37:34
24233     Log: handle '::' in section names properly
24234          From: Graham Barr <gbarr@pobox.com>
24235          Date: Sat, 17 Oct 1998 12:57:54 -0500
24236          Message-ID: <19981017125754.C510@pobox.com>
24237          Subject: Re: pod2html
24238  Branch: perl
24239        ! lib/Pod/Html.pm
24240 ____________________________________________________________________________
24241 [  2059] By: gsar                                  on 1998/10/25  06:33:43
24242     Log: integrate changes#1982,2014,2021 (from maint-5.005)
24243  Branch: perl
24244       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
24245       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
24246 ____________________________________________________________________________
24247 [  2058] By: gsar                                  on 1998/10/25  05:44:17
24248     Log: allow more win32 symbol exports (suggested by Jan Dubois)
24249  Branch: perl
24250        ! win32/makedef.pl
24251 ____________________________________________________________________________
24252 [  2057] By: gsar                                  on 1998/10/25  05:40:40
24253     Log: integrate change#2053 from maint-5.005
24254  Branch: perl
24255       !> cop.h t/cmd/while.t
24256 ____________________________________________________________________________
24257 [  2056] By: gsar                                  on 1998/10/25  05:16:41
24258     Log: commented version of a patch suggested by Drago Goricanec
24259          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24260          Date: 16 Oct 1998 15:24:45 +0300
24261          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
24262          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
24263  Branch: perl
24264        ! pp_sys.c
24265 ____________________________________________________________________________
24266 [  2055] By: gsar                                  on 1998/10/25  05:11:03
24267     Log: include eof() in description of buffering caveats
24268          From: Anton Berezin <tobez@plab.ku.dk>
24269          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
24270          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
24271          Subject: [DOCPATCH] pod/perlfunc.pod
24272  Branch: perl
24273        ! pod/perlfunc.pod
24274 ____________________________________________________________________________
24275 [  2054] By: gsar                                  on 1998/10/25  05:07:42
24276     Log: disallow 'x' in hex numbers (except leading '0x')
24277          From: Gisle Aas <gisle@aas.no>
24278          Date: 16 Oct 1998 16:33:12 +0200
24279          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
24280          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
24281  Branch: perl
24282        ! perlvars.h t/op/oct.t util.c
24283 ____________________________________________________________________________
24284 [  2052] By: gsar                                  on 1998/10/25  04:49:04
24285     Log: avoid the circular refcnt logic in magic_mutexfree()
24286  Branch: perl
24287        ! mg.c pp.c pp_hot.c
24288 ____________________________________________________________________________
24289 [  2051] By: gsar                                  on 1998/10/25  04:35:07
24290     Log: properly restore PL_rsfp_filters after require
24291  Branch: perl
24292        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
24293        ! scope.h
24294 ____________________________________________________________________________
24295 [  2050] By: gsar                                  on 1998/10/25  02:42:32
24296     Log: integrate cfgperl changes back into mainline
24297  Branch: perl
24298       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
24299       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
24300       !> (integrate 33 files)
24301 ____________________________________________________________________________
24302 [  2049] By: gsar                                  on 1998/10/25  01:30:48
24303     Log: avoid "mysterious" compile-time failures without messages
24304  Branch: perl
24305        ! gv.c
24306 ____________________________________________________________________________
24307 [  2041] By: gsar                                  on 1998/10/23  21:11:56
24308     Log: checkin jpl under //depot/perlext/jpl/...
24309  Branch: perlext
24310        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
24311        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
24312        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
24313        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
24314        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
24315        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
24316        + jpl/PerlInterpreter/Makefile.PL
24317        + jpl/PerlInterpreter/PerlInterpreter.c
24318        + jpl/PerlInterpreter/PerlInterpreter.h
24319        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
24320        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
24321        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
24322        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
24323        + jpl/get_jdk/jdk_hosts jpl/install-jpl
24324 ____________________________________________________________________________
24325 [  2040] By: larry                                 on 1998/10/23  19:31:42
24326     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
24327  Branch: perl
24328        ! pp.c
24329 ____________________________________________________________________________
24330 [  2039] By: larry                                 on 1998/10/23  18:48:34
24331     Log: tr///d does not seem to work
24332  Branch: perl
24333        ! lib/utf8_heavy.pl
24334 ____________________________________________________________________________
24335 [  2038] By: larry                                 on 1998/10/23  18:00:41
24336     Log: Program with utf8 identifiers fails to compile
24337  Branch: perl
24338        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
24339 ____________________________________________________________________________
24340 [  2037] By: jhi                                   on 1998/10/23  14:04:51
24341     Log: Test suite portability:
24342          - posix-bc does not write to broken pipes
24343          - filehand #11 only iff we have fork
24344          - warning.t can now match $expected using regular expressions
24345  Branch: cfgperl
24346        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
24347        ! t/pragma/warning.t
24348 ____________________________________________________________________________
24349 [  2036] By: jhi                                   on 1998/10/23  12:12:07
24350     Log: yacc clarification.
24351  Branch: cfgperl
24352        ! README.posix-bc
24353 ____________________________________________________________________________
24354 [  2035] By: jhi                                   on 1998/10/23  12:09:59
24355     Log: Some C compilers get upset about 8-bit characters in /* comments. */
24356  Branch: cfgperl
24357        ! mg.c
24358 ____________________________________________________________________________
24359 [  2034] By: jhi                                   on 1998/10/22  09:11:52
24360     Log: Configure update: both for pthread_yield more robust
24361          testing (all variants of pthread_attr_getdetachstate()) --
24362          and because Configure was broken in major way! About 1000
24363          last lines were truncated.
24364  Branch: cfgperl
24365        ! Configure
24366 ____________________________________________________________________________
24367 [  2033] By: jhi                                   on 1998/10/22  07:47:10
24368     Log: DJGPP feedback for #2028.
24369  Branch: cfgperl
24370        ! thread.h
24371 ____________________________________________________________________________
24372 [  2032] By: jhi                                   on 1998/10/21  13:03:57
24373     Log: yielding, the saga continues.
24374  Branch: cfgperl
24375        ! Configure config_h.SH
24376       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
24377       !> t/op/goto.t t/pragma/constant.t
24378 ____________________________________________________________________________
24379 [  2031] By: jhi                                   on 1998/10/21  09:15:42
24380     Log: VM/ESA feedback for #2028.
24381  Branch: cfgperl
24382        ! Configure config_h.SH thread.h
24383 ____________________________________________________________________________
24384 [  2030] By: gsar                                  on 1998/10/21  04:22:53
24385     Log: fix handling of mayhaps-extended @_ in goto &sub
24386  Branch: perl
24387        ! av.c pp_ctl.c t/op/goto.t
24388 ____________________________________________________________________________
24389 [  2029] By: gsar                                  on 1998/10/21  00:54:14
24390     Log: restore sanity to "constant" references
24391  Branch: perl
24392        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
24393 ____________________________________________________________________________
24394 [  2028] By: jhi                                   on 1998/10/20  15:01:20
24395     Log: OLD_PTHREADS_API reorganizing.
24396  Branch: cfgperl
24397        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
24398        ! vmesa/vmesaish.h
24399 ____________________________________________________________________________
24400 [  2027] By: jhi                                   on 1998/10/20  14:14:51
24401     Log: #2026 fallout.
24402  Branch: cfgperl
24403        ! Makefile.SH
24404 ____________________________________________________________________________
24405 [  2026] By: jhi                                   on 1998/10/20  11:47:21
24406     Log: VM/ESA update.
24407  Branch: cfgperl
24408        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
24409 ____________________________________________________________________________
24410 [  2025] By: jhi                                   on 1998/10/20  08:20:56
24411     Log: 64-bitness, based on
24412          
24413          From: Scott Henry <scotth@sgi.com>
24414          To: perl-64bit@perl.org
24415          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
24416          Subject: Re: Configure problems/questions...
24417          Date: 19 Oct 1998 22:38:06 -0700
24418  Branch: cfgperl
24419        ! hints/irix_6.sh perl.h
24420 ____________________________________________________________________________
24421 [  2024] By: jhi                                   on 1998/10/20  08:09:07
24422     Log: Add lseeksize.
24423  Branch: cfgperl
24424        ! config_h.SH
24425 ____________________________________________________________________________
24426 [  2023] By: jhi                                   on 1998/10/20  08:08:33
24427     Log: Mumble about _yields() only when threaded.
24428  Branch: cfgperl
24429        ! Configure
24430 ____________________________________________________________________________
24431 [  2022] By: jhi                                   on 1998/10/20  07:46:26
24432     Log: Thinko at PTHREADS_CREATED_JOINABLE.
24433  Branch: cfgperl
24434        ! thread.h
24435 ____________________________________________________________________________
24436 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
24437     Log: From: Chip Salzenberg <chip@perlsupport.com>
24438          Date: Tue, 6 Oct 1998 13:33:05 -0400
24439          Message-ID: <19981006133305.A2348@perlsupport.com>
24440          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
24441  Branch: maint-5.005/perl
24442        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
24443        ! t/op/tie.t
24444 ____________________________________________________________________________
24445 [  2020] By: jhi                                   on 1998/10/19  09:15:53
24446     Log: YIELD more robustly.
24447  Branch: cfgperl
24448        ! thread.h
24449 ____________________________________________________________________________
24450 [  2019] By: jhi                                   on 1998/10/19  08:48:33
24451     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
24452          the 'new' one (just like DJGPP, it seems).
24453  Branch: cfgperl
24454        ! thread.h
24455 ____________________________________________________________________________
24456 [  2018] By: jhi                                   on 1998/10/19  07:02:44
24457     Log: vmesaish.h doesn't exclude unixish.h.
24458  Branch: cfgperl
24459        ! perl.h
24460 ____________________________________________________________________________
24461 [  2017] By: jhi                                   on 1998/10/19  06:44:19
24462     Log: 1<<$randbits is not good for randbits=48.
24463  Branch: cfgperl
24464        ! t/op/rand.t
24465 ____________________________________________________________________________
24466 [  2016] By: jhi                                   on 1998/10/19  06:39:47
24467     Log: Make #2012 glob pattern more portable.
24468  Branch: cfgperl
24469        ! Makefile.SH
24470 ____________________________________________________________________________
24471 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
24472     Log: Fix POSIX::sigprocmask not to check type of $old parameter
24473          as it is output only
24474  Branch: maint-5.005/perl
24475        ! ext/POSIX/POSIX.xs
24476 ____________________________________________________________________________
24477 [  2012] By: jhi                                   on 1998/10/17  15:04:23
24478     Log: clean numbered core dumps and t/tmp[0-9]*.
24479  Branch: cfgperl
24480        ! Makefile.SH
24481 ____________________________________________________________________________
24482 [  2011] By: jhi                                   on 1998/10/17  14:59:15
24483     Log: More robust yacc/bison failure output handling.
24484  Branch: cfgperl
24485        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24486 ____________________________________________________________________________
24487 [  2010] By: jhi                                   on 1998/10/17  14:51:05
24488     Log: BC2000 POSIX update.
24489  Branch: cfgperl
24490        ! MANIFEST
24491 ____________________________________________________________________________
24492 [  2009] By: jhi                                   on 1998/10/17  14:49:46
24493     Log: POSIX BC2000 port from perl-mvs:
24494          
24495          Subject: Ported perl 5.005.02 to BS2000 / POSIX
24496          From: Dorner Thomas <Thomas.Dorner@start.de> 
24497          Date: Tue, 29 Sep 1998 13:29:36 +0100 
24498          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
24499  Branch: cfgperl
24500        + README.posix-bc hints/posix-bc.sh
24501        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
24502        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
24503        ! unixish.h
24504 ____________________________________________________________________________
24505 [  2008] By: jhi                                   on 1998/10/17  14:07:49
24506     Log: VM/ESA-update.
24507  Branch: cfgperl
24508        ! MANIFEST
24509 ____________________________________________________________________________
24510 [  2007] By: jhi                                   on 1998/10/17  13:55:34
24511     Log: Forgot few S_I* imports.
24512  Branch: cfgperl
24513        ! t/lib/ipc_sysv.t
24514 ____________________________________________________________________________
24515 [  2006] By: jhi                                   on 1998/10/17  13:43:54
24516     Log: The VM/ESA port essentials, based on
24517          
24518          perl-mvs:
24519          
24520          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24521          Subject: Re: Can't find Data/Dumper.pm
24522          Date: Mon, 28 Sep 1998 07:40:49 +1300
24523          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
24524          
24525          private email:
24526          
24527          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24528          Subject: Re: Perl thread problems in VM/ESA
24529          Date: Thu, 15 Oct 1998 07:18:35 +1300
24530          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
24531          
24532          and private email:
24533          
24534          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
24535          Subject:  perl archive
24536          Date:  Sun, 11 Oct 1998 19:28:54 EDT
24537          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
24538          which gave a pointer to
24539          
24540          http://pucc.princeton.edu/~neale/perl.tar
24541          
24542          (based on Perl 5.005_51)
24543  Branch: cfgperl
24544        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
24545        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
24546        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
24547        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
24548 ____________________________________________________________________________
24549 [  2005] By: jhi                                   on 1998/10/17  13:17:19
24550     Log: Integrate mainperl.
24551  Branch: cfgperl
24552       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
24553       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24554       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
24555       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
24556       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
24557       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
24558       !> win32/makefile.mk
24559 ____________________________________________________________________________
24560 [  2004] By: jhi                                   on 1998/10/17  11:19:06
24561     Log: Removed an extra ' from the int64_t test.
24562  Branch: cfgperl
24563        ! Configure
24564 ____________________________________________________________________________
24565 [  2003] By: gsar                                  on 1998/10/17  04:11:40
24566     Log: silence -w noises (suggested by Greg Bacon)
24567  Branch: perl
24568        ! lib/Term/Complete.pm
24569 ____________________________________________________________________________
24570 [  2002] By: gsar                                  on 1998/10/17  04:07:48
24571     Log: From: Gisle Aas <gisle@aas.no>
24572          Date: 14 Oct 1998 15:53:14 +0200
24573          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
24574          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
24575  Branch: perl
24576        ! util.c
24577 ____________________________________________________________________________
24578 [  2001] By: gsar                                  on 1998/10/17  04:06:10
24579     Log: From: Gisle Aas <gisle@aas.no>
24580          Date: 14 Oct 1998 15:17:44 +0200
24581          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
24582          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
24583  Branch: perl
24584        ! toke.c
24585 ____________________________________________________________________________
24586 [  2000] By: gsar                                  on 1998/10/17  03:06:33
24587     Log: From: Gisle Aas <gisle@aas.no>
24588          Date: 14 Oct 1998 00:38:06 +0200
24589          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
24590          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
24591  Branch: perl
24592        ! sv.c
24593 ____________________________________________________________________________
24594 [  1999] By: gsar                                  on 1998/10/17  03:04:48
24595     Log: From: Dan Sugalski <sugalskd@osshe.edu>
24596          Date: Tue, 13 Oct 1998 15:10:57 -0700
24597          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
24598          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
24599  Branch: perl
24600        ! vms/ext/Stdio/Stdio.pm
24601 ____________________________________________________________________________
24602 [  1998] By: gsar                                  on 1998/10/17  03:00:40
24603     Log: skip readonly vars and unref references when doing a reset()
24604  Branch: perl
24605        ! sv.c
24606 ____________________________________________________________________________
24607 [  1997] By: gsar                                  on 1998/10/17  02:49:19
24608     Log: fix buggy treatment of large checksums on unicode strings
24609          From: Gisle Aas <gisle@aas.no>
24610          Date: 13 Oct 1998 21:35:39 +0200
24611          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
24612          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
24613  Branch: perl
24614        ! pp.c
24615 ____________________________________________________________________________
24616 [  1996] By: gsar                                  on 1998/10/17  02:43:22
24617     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24618          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
24619          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
24620          Subject: [PATCH 5.005_52] Memory overrun in os2.c
24621  Branch: perl
24622        ! os2/Makefile.SHs os2/os2.c
24623 ____________________________________________________________________________
24624 [  1995] By: gsar                                  on 1998/10/17  02:42:01
24625     Log: clarify section name rules for typemaps
24626  Branch: perl
24627        ! pod/perlxs.pod
24628 ____________________________________________________________________________
24629 [  1994] By: gsar                                  on 1998/10/17  02:33:02
24630     Log: whitespace-proof grent.t
24631  Branch: perl
24632        ! t/op/grent.t
24633 ____________________________________________________________________________
24634 [  1993] By: gsar                                  on 1998/10/17  02:27:29
24635     Log: fix bug in B::CC::pp_sassign()
24636          From: "vishal bhatia" <vishalb@hotmail.com>
24637          Date: Sun, 11 Oct 1998 18:41:38 PDT
24638          Message-ID: <19981012014139.19614.qmail@hotmail.com>
24639          Subject: B::CC problems with pp_sassign routine
24640  Branch: perl
24641        ! ext/B/B/CC.pm
24642 ____________________________________________________________________________
24643 [  1992] By: gsar                                  on 1998/10/17  02:17:49
24644     Log: applied suggested patch with small doc tweak
24645          From: Gisle Aas <gisle@aas.no>
24646          Date: 11 Oct 1998 12:53:13 +0200
24647          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
24648          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
24649  Branch: perl
24650        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
24651        ! t/op/tiehandle.t
24652 ____________________________________________________________________________
24653 [  1991] By: gsar                                  on 1998/10/17  02:08:30
24654     Log: apply non-conflicting parts from suggested patch
24655          From: jan.dubois@ibm.net (Jan Dubois)
24656          Date: Sat, 10 Oct 1998 13:15:45 +0200
24657          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
24658          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
24659  Branch: perl
24660        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24661 ____________________________________________________________________________
24662 [  1990] By: gsar                                  on 1998/10/17  02:01:24
24663     Log: provide option to enable optimization with VC (suggested by Jan
24664          Dubois)
24665  Branch: perl
24666        ! win32/Makefile win32/makefile.mk
24667 ____________________________________________________________________________
24668 [  1989] By: gsar                                  on 1998/10/17  01:55:27
24669     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
24670          Dave Leppik <dleppik@gage.com>
24671  Branch: perl
24672        ! perl.h
24673 ____________________________________________________________________________
24674 [  1988] By: gsar                                  on 1998/10/17  01:49:05
24675     Log: stray typo found by Hugo van der Sanden
24676  Branch: perl
24677        ! op.c
24678 ____________________________________________________________________________
24679 [  1987] By: gsar                                  on 1998/10/17  01:45:52
24680     Log: perldoc pod update
24681          From: Daniel Grisinger <dgris@perrin.dimensional.com>
24682          Date: 06 Oct 1998 23:56:51 -0600
24683          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
24684          Subject: [PATCH _02 and _52] perldoc
24685  Branch: perl
24686        ! utils/perldoc.PL
24687 ____________________________________________________________________________
24688 [  1986] By: gsar                                  on 1998/10/17  01:41:40
24689     Log: qualify names of builtins
24690  Branch: perl
24691        ! ext/POSIX/POSIX.pm
24692 ____________________________________________________________________________
24693 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
24694     Log: From: Jochen Wiedmann <joe@ispsoft.de>
24695          Date: Thu, 17 Sep 1998 17:16:06 +0200
24696          Message-ID: <360127B6.E44564A@ispsoft.de>
24697          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24698  Branch: maint-5.005/perl
24699        ! lib/ExtUtils/MakeMaker.pm
24700 ____________________________________________________________________________
24701 [  1978] By: gsar                                  on 1998/10/16  01:58:58
24702     Log: integrate cfgperl mods into mainline
24703  Branch: perl
24704       +> ext/DynaLoader/dl_vmesa.xs
24705        ! Porting/genlog
24706       !> Configure MANIFEST Makefile.SH config_h.SH
24707       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24708       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
24709       !> x2p/Makefile.SH
24710 ____________________________________________________________________________
24711 [  1976] By: gsar                                  on 1998/10/16  00:10:52
24712     Log: stray tweak
24713  Branch: perl
24714        ! op.c
24715 ____________________________________________________________________________
24716 [  1975] By: gsar                                  on 1998/10/15  23:54:38
24717     Log: propagate typeness of lexicals while cloning them
24718  Branch: perl
24719        ! op.c
24720 ____________________________________________________________________________
24721 [  1974] By: gsar                                  on 1998/10/15  23:53:25
24722     Log: s/last/first/ typo in append_list()
24723  Branch: perl
24724        ! op.c
24725 ____________________________________________________________________________
24726 [  1973] By: gsar                                  on 1998/10/15  20:06:17
24727     Log: nuke confperl branch and contents
24728  Branch: confperl
24729        - (delete 1284 files)
24730 ____________________________________________________________________________
24731 [  1972] By: jhi                                   on 1998/10/15  07:07:35
24732     Log: Test #162 had been added but the "print 1..161" had not been updated.
24733  Branch: cfgperl
24734        ! t/op/pat.t
24735 ____________________________________________________________________________
24736 [  1971] By: gsar                                  on 1998/10/15  03:09:58
24737     Log: check in all confperl changes as of change#1964 into cfgperl
24738  Branch: cfgperl
24739        + ext/DynaLoader/dl_vmesa.xs
24740        ! Configure MANIFEST Makefile.SH config_h.SH
24741        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24742        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
24743 ____________________________________________________________________________
24744 [  1970] By: gsar                                  on 1998/10/15  03:05:59
24745     Log: integrate mainline to get tr.t
24746  Branch: cfgperl
24747       +> t/op/tr.t
24748 ____________________________________________________________________________
24749 [  1969] By: gsar                                  on 1998/10/15  03:04:17
24750     Log: add missing tr.t to repository
24751  Branch: perl
24752        + t/op/tr.t
24753 ____________________________________________________________________________
24754 [  1968] By: gsar                                  on 1998/10/15  03:02:43
24755     Log: create cfgperl branch
24756  Branch: cfgperl
24757       +> (branch 1282 files)
24758 ____________________________________________________________________________
24759 [  1967] By: gsar                                  on 1998/10/15  02:46:08
24760     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
24761          (MAN3PODS cannot be set to ' '; stray stricture violation)
24762  Branch: perl
24763        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
24764        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
24765        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
24766        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
24767        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
24768        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
24769        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
24770        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
24771        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
24772        ! lib/ExtUtils/MM_Unix.pm
24773 ____________________________________________________________________________
24774 [  1966] By: gsar                                  on 1998/10/15  02:19:03
24775     Log: tweak to make fix in change#1944 behave correctly for closures
24776          created within eval''
24777  Branch: perl
24778        ! op.c t/op/eval.t
24779 ____________________________________________________________________________
24780 [  1965] By: gsar                                  on 1998/10/14  23:22:41
24781     Log: use better numbers for exitstatus test
24782  Branch: perl
24783        ! t/op/die_exit.t
24784 ____________________________________________________________________________
24785 [  1964] By: jhi                                   on 1998/10/14  17:25:41
24786     Log: Add VM/ESA dynaloading (uses <dll.h>).
24787  Branch: confperl
24788        + ext/DynaLoader/dl_vmesa.xs
24789        ! MANIFEST
24790 ____________________________________________________________________________
24791 [  1963] By: jhi                                   on 1998/10/14  17:17:10
24792     Log: Remove a2p.loadmap in 'clean' target.
24793  Branch: confperl
24794        ! x2p/Makefile.SH
24795 ____________________________________________________________________________
24796 [  1962] By: jhi                                   on 1998/10/14  17:13:11
24797     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
24798  Branch: confperl
24799        ! Makefile.SH
24800 ____________________________________________________________________________
24801 [  1961] By: jhi                                   on 1998/10/14  16:27:39
24802     Log: VM/ESA creates executable.loadmaps.
24803  Branch: confperl
24804        ! Makefile.SH
24805 ____________________________________________________________________________
24806 [  1960] By: jhi                                   on 1998/10/14  15:37:39
24807     Log: Introduce SCHED_YIELD (one of sched_yield(),
24808          pthread_yield(), or pthread_yield(NULL)).
24809          YIELD is then defined using SCHED_YIELD unless
24810          a platform-specific YIELD has already been defined.
24811          
24812          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
24813          
24814          The need for pthread_yield(NULL) and pthread_attr_setdet...
24815          introduced by (private email)
24816          
24817          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24818          Date: Sat, 10 Oct 1998 21:08:15 +1300
24819          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
24820          Subject: Re: Perl thread problems in VM/ESA
24821          
24822          Better select() protoprobe (for AIX), from (private email)
24823          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24824          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
24825          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
24826          Subject: AIX select (fwd)
24827          From: Lars Hecking <lhecking@nmrc.ucc.ie>
24828          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
24829          Date: Fri, 2 Oct 1998 10:40:01 +0100
24830          Subject: AIX select
24831          
24832          Linux-avoid-so.X.Y, based on
24833          From: "Kurt D. Starsinic" <kstar@chapin.edu>
24834          Date: Tue, 13 Oct 1998 15:55:07 -0400
24835          Message-ID: <19981013155507.B4004@O2.chapin.edu>
24836          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
24837  Branch: confperl
24838        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
24839        ! thread.h
24840 ____________________________________________________________________________
24841 [  1959] By: jhi                                   on 1998/10/14  12:51:26
24842     Log: Some old pthread implementations have
24843          pthread_attr_setdetachstate(pthread_attr_t*, int*).
24844  Branch: confperl
24845        ! ext/Thread/Thread.xs
24846 ____________________________________________________________________________
24847 [  1958] By: jhi                                   on 1998/10/14  12:41:11
24848     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
24849          counterparts will follow soon.
24850  Branch: confperl
24851        ! thread.h
24852 ____________________________________________________________________________
24853 [  1957] By: jhi                                   on 1998/10/14  12:38:11
24854     Log: Add tr.t (MANIFEST already knew about it, strange)
24855  Branch: confperl
24856        + t/op/tr.t
24857 ____________________________________________________________________________
24858 [  1956] By: jhi                                   on 1998/10/14  12:24:35
24859     Log: Mutexen should be initialized only once.
24860  Branch: confperl
24861        ! gv.c op.c
24862 ____________________________________________________________________________
24863 [  1955] By: jhi                                   on 1998/10/14  12:19:38
24864     Log: os390 has its own cppstdin.
24865  Branch: confperl
24866        ! hints/os390.sh
24867 ____________________________________________________________________________
24868 [  1954] By: jhi                                   on 1998/10/14  12:15:06
24869     Log: Integrate with mainperl.
24870  Branch: confperl
24871       !> (integrate 1280 files)
24872 ____________________________________________________________________________
24873 [  1953] By: jhi                                   on 1998/10/14  11:48:08
24874     Log: Removed duplicate CMA threads code for HPUX 10.X.
24875          (probably residue of patch(1) being too understanding)
24876          Enhanced 64-bit settings. (redo change#1940)
24877  Branch: confperl
24878        ! hints/hpux.sh
24879 ____________________________________________________________________________
24880 [  1952] By: jhi                                   on 1998/10/14  11:45:16
24881     Log: (redo change#1949) Detypo in the d_open64 warning about
24882          the impending WHOA.
24883  Branch: confperl
24884        ! hints/irix_6.sh
24885 ____________________________________________________________________________
24886 [  1951] By: jhi                                   on 1998/10/14  10:54:16
24887     Log: Mutexen should only be inited once, after they have been New()ed.
24888  Branch: confperl
24889        ! gv.c op.c
24890 ____________________________________________________________________________
24891 [  1950] By: jhi                                   on 1998/10/14  10:41:43
24892     Log: Own cppstdin.
24893  Branch: confperl
24894        ! hints/os390.sh
24895 ____________________________________________________________________________
24896 [  1949] By: jhi                                   on 1998/10/14  10:34:23
24897     Log: Detypo in the d_open64 warning about the impending WHOA.
24898  Branch: confperl
24899        ! hints/irix_6.sh
24900 ____________________________________________________________________________
24901 [  1948] By: gsar                                  on 1998/10/14  05:38:01
24902     Log: two typos
24903  Branch: perl
24904        ! pp_hot.c t/op/eval.t
24905 ____________________________________________________________________________
24906 [  1947] By: gsar                                  on 1998/10/14  05:37:10
24907     Log: let docatch() pass the buck when restartop turns out to be null,
24908          making exceptions in BEGIN{} propagate as expected
24909  Branch: perl
24910        ! pp_ctl.c t/op/misc.t
24911 ____________________________________________________________________________
24912 [  1946] By: gsar                                  on 1998/10/13  03:41:49
24913     Log: add missing file from change#1943
24914  Branch: perl
24915        ! proto.h
24916 ____________________________________________________________________________
24917 [  1945] By: gsar                                  on 1998/10/13  03:32:02
24918     Log: defer "deep recursion" warnings until CXt_SUB context is properly
24919          set up
24920  Branch: perl
24921        ! pp_hot.c t/pragma/warn/pp_hot
24922 ____________________________________________________________________________
24923 [  1944] By: gsar                                  on 1998/10/13  03:15:50
24924     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
24925          fixup the cop_seq value that must be seen by lexical lookups that
24926          emanate within eval''
24927  Branch: perl
24928        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
24929 ____________________________________________________________________________
24930 [  1943] By: gsar                                  on 1998/10/13  02:06:09
24931     Log: ensure recursive attempts to findlex()icals know enough about where
24932          the last eval'' context was encountered
24933  Branch: perl
24934        ! op.c t/op/eval.t
24935 ____________________________________________________________________________
24936 [  1942] By: gsar                                  on 1998/10/13  02:01:24
24937     Log: force copy of substrings when matching against temporaries
24938  Branch: perl
24939        ! pp_hot.c t/op/pat.t
24940 ____________________________________________________________________________
24941 [  1941] By: gsar                                  on 1998/10/13  01:49:16
24942     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
24943          implementation)
24944  Branch: perl
24945        ! pp_ctl.c t/op/runlevel.t
24946 ____________________________________________________________________________
24947 [  1940] By: jhi                                   on 1998/10/12  09:57:44
24948     Log: Removed duplicate CMA threads code for HPUX 10.X.
24949          (probably residue of patch(1) being too understanding)
24950          Enhanced 64-bit settings.
24951  Branch: confperl
24952        ! hints/hpux.sh
24953 ____________________________________________________________________________
24954 [  1939] By: jhi                                   on 1998/10/12  09:53:11
24955     Log: Initial sync from mainline perl.
24956  Branch: confperl
24957        + (add 1282 files)
24958 ____________________________________________________________________________
24959 [  1937] By: gsar                                  on 1998/10/06  21:16:34
24960     Log: fix $/ init for USE_THREADS
24961  Branch: perl
24962        ! perl.c
24963 ____________________________________________________________________________
24964 [  1936] By: gsar                                  on 1998/10/06  07:19:39
24965     Log: fix globals caught by change#1927; builds and tests on Solaris
24966  Branch: perl
24967        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
24968        ! warning.h warning.pl
24969 ____________________________________________________________________________
24970 [  1935] By: gsar                                  on 1998/10/06  06:50:35
24971     Log: add test for previous fix
24972  Branch: perl
24973        ! ext/Thread/create.t
24974 ____________________________________________________________________________
24975 [  1934] By: gsar                                  on 1998/10/06  06:37:36
24976     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
24977  Branch: perl
24978        ! util.c
24979 ____________________________________________________________________________
24980 [  1933] By: gsar                                  on 1998/10/06  05:04:20
24981     Log: undo bogus part of change#1903 (as pointed out by Larry)
24982  Branch: perl
24983        ! pp_ctl.c
24984 ____________________________________________________________________________
24985 [  1932] By: gsar                                  on 1998/10/06  04:21:31
24986     Log: added tweaked version of suggested patch
24987          From: jan.dubois@ibm.net (Jan Dubois)
24988          Date: Sat, 03 Oct 1998 19:04:48 +0200
24989          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
24990          Subject: [PATCH 5.005_52] More MakeMaker  patches
24991  Branch: perl
24992        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24993        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
24994 ____________________________________________________________________________
24995 [  1931] By: gsar                                  on 1998/10/06  04:04:33
24996     Log: use cpp symbols instead of hardwired constants
24997          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24998          Date: Mon, 05 Oct 1998 09:23:33 +0100
24999          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
25000          Subject: [PATCH 5.005_52] By the numbers (resend)
25001  Branch: perl
25002        ! op.c
25003 ____________________________________________________________________________
25004 [  1930] By: gsar                                  on 1998/10/06  04:01:55
25005     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25006          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
25007          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
25008          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
25009  Branch: perl
25010        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
25011        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
25012 ____________________________________________________________________________
25013 [  1929] By: gsar                                  on 1998/10/06  03:50:36
25014     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25015          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
25016          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
25017          Subject: [PATCH 5.00552] Minor test improvement
25018  Branch: perl
25019        ! t/op/magic.t
25020 ____________________________________________________________________________
25021 [  1928] By: gsar                                  on 1998/10/06  03:49:03
25022     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25023          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
25024          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
25025          Subject: [PATCH 5.00552] emacs/ptags inprovements
25026  Branch: perl
25027        ! emacs/ptags
25028 ____________________________________________________________________________
25029 [  1927] By: gsar                                  on 1998/10/06  03:47:44
25030     Log: disable C<#define dirty PL_dirty> et al.
25031  Branch: perl
25032        ! embed.pl embedvar.h
25033 ____________________________________________________________________________
25034 [  1926] By: gsar                                  on 1998/10/06  03:43:32
25035     Log: From: Mark-Jason Dominus <mjd@plover.com>
25036          Date: Sun, 04 Oct 1998 14:48:11 -0400
25037          Message-ID: <19981004184811.16048.qmail@plover.com>
25038          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
25039  Branch: perl
25040        ! utils/perldoc.PL
25041 ____________________________________________________________________________
25042 [  1925] By: gsar                                  on 1998/10/06  03:27:35
25043     Log: disable USE_THREADS when PERL_OBJECT is enabled
25044  Branch: perl
25045        ! win32/Makefile win32/makefile.mk
25046 ____________________________________________________________________________
25047 [  1924] By: gsar                                  on 1998/10/06  03:26:54
25048     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
25049  Branch: perl
25050        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
25051        ! vms/perly_c.vms
25052 ____________________________________________________________________________
25053 [  1923] By: gsar                                  on 1998/10/03  05:19:56
25054     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
25055          overridden
25056  Branch: perl
25057        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
25058        ! proto.h vms/perly_c.vms
25059 ____________________________________________________________________________
25060 [  1922] By: gsar                                  on 1998/10/03  03:59:50
25061     Log: suppress manifypods leak in extensions
25062  Branch: perl
25063        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
25064 ____________________________________________________________________________
25065 [  1921] By: gsar                                  on 1998/10/02  22:30:15
25066     Log: os390 fixes (suggested by Peter Prymmer)
25067  Branch: perl
25068        ! Makefile.SH regcomp.c
25069 ____________________________________________________________________________
25070 [  1920] By: gsar                                  on 1998/10/02  21:41:19
25071     Log: squelch undef warnings
25072          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25073          Date: Fri, 02 Oct 1998 11:01:14 +0100
25074          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
25075          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
25076  Branch: perl
25077        ! Changes lib/Math/BigInt.pm
25078 ____________________________________________________________________________
25079 [  1919] By: gsar                                  on 1998/10/02  04:59:13
25080     Log: add note to INSTALL about ANSI C
25081  Branch: perl
25082        ! INSTALL
25083 ____________________________________________________________________________
25084 [  1918] By: gsar                                  on 1998/10/02  04:21:10
25085     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
25086          From: jan.dubois@ibm.net (Jan Dubois)
25087          Date: Wed, 30 Sep 1998 23:35:30 +0200
25088          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
25089          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
25090  Branch: perl
25091        ! lib/ExtUtils/xsubpp
25092 ____________________________________________________________________________
25093 [  1917] By: gsar                                  on 1998/10/02  04:16:02
25094     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25095          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
25096          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
25097          Subject: Re: Configure test for selectbits busted
25098  Branch: perl
25099        ! Configure
25100 ____________________________________________________________________________
25101 [  1916] By: gsar                                  on 1998/10/02  04:14:17
25102     Log: From: Dan Sugalski <sugalskd@osshe.edu>
25103          Date: Wed, 30 Sep 1998 17:15:20 -0700
25104          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
25105          Subject: [PATCH 5.005_02]VMS config tweaks
25106  Branch: perl
25107        ! vms/descrip_mms.template vms/subconfigure.com
25108 ____________________________________________________________________________
25109 [  1915] By: gsar                                  on 1998/10/02  04:10:47
25110     Log: use Off_t to permit 64-bit seek()
25111          From: Scott Henry <scotth@sgi.com>
25112          Date: 29 Sep 1998 17:38:46 -0700
25113          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
25114          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
25115          --
25116          Date: 28 Sep 1998 18:55:37 -0700
25117          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
25118          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25119  Branch: perl
25120        ! doio.c pp_sys.c proto.h sv.c
25121 ____________________________________________________________________________
25122 [  1914] By: gsar                                  on 1998/10/02  04:05:36
25123     Log: normalize tm struct passed to strftime() with mktime()
25124          From: Spider Boardman <spider@orb.nashua.nh.us>
25125          Date: Wed, 30 Sep 1998 15:12:09 -0400
25126          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
25127          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
25128  Branch: perl
25129        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25130 ____________________________________________________________________________
25131 [  1913] By: gsar                                  on 1998/10/02  03:59:46
25132     Log: don't try to run foo_SH.orig etc.
25133  Branch: perl
25134        ! Configure
25135 ____________________________________________________________________________
25136 [  1912] By: gsar                                  on 1998/10/02  03:45:37
25137     Log: make warning about glob process failure optional
25138  Branch: perl
25139        ! pod/perldiag.pod pp_hot.c
25140 ____________________________________________________________________________
25141 [  1911] By: gsar                                  on 1998/10/02  02:52:21
25142     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
25143          From: Dominic Dunlop <domo@vo.lu>
25144          Date: Tue, 29 Sep 1998 21:06:30 +0000
25145          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
25146          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
25147          --
25148          Date: Wed, 30 Sep 1998 11:46:44 +0000
25149          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
25150          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
25151  Branch: perl
25152        ! pod/perldiag.pod regcomp.c
25153 ____________________________________________________________________________
25154 [  1910] By: gsar                                  on 1998/10/02  02:48:48
25155     Log: minor Configure tweaks (via private mail)
25156          From: Jarkko Hietaniemi <jhi@iki.fi>
25157          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
25158          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
25159          Subject: [PATCH] 5.005_52: the drizzle continues
25160  Branch: perl
25161        ! Configure config_h.SH handy.h
25162 ____________________________________________________________________________
25163 [  1909] By: gsar                                  on 1998/10/02  02:46:39
25164     Log: update SCO hints for dynamic loading
25165          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
25166          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
25167          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
25168          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25169          --
25170          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
25171          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
25172          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25173  Branch: perl
25174        ! hints/sco.sh
25175 ____________________________________________________________________________
25176 [  1908] By: gsar                                  on 1998/10/02  02:33:39
25177     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
25178  Branch: perl
25179        ! lib/File/Find.pm
25180 ____________________________________________________________________________
25181 [  1907] By: gsar                                  on 1998/10/02  02:21:52
25182     Log: applied patches, but retained old behavior for win32 (where compilers
25183          can't read from stdin at all)
25184          From: Graham Barr <gbarr@ti.com>
25185          Date: Mon, 28 Sep 1998 09:41:49 -0500
25186          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
25187          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25188          --
25189          Date: Tue, 29 Sep 1998 12:35:43 -0500
25190          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
25191          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25192  Branch: perl
25193        ! ext/Errno/Errno_pm.PL
25194 ____________________________________________________________________________
25195 [  1906] By: gsar                                  on 1998/10/02  02:02:19
25196     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
25197          Hietaniemi)
25198  Branch: perl
25199        ! t/op/grent.t
25200 ____________________________________________________________________________
25201 [  1905] By: gsar                                  on 1998/10/02  01:59:56
25202     Log: win32 caveats about truncate()
25203  Branch: perl
25204        ! pod/perlport.pod
25205 ____________________________________________________________________________
25206 [  1904] By: gsar                                  on 1998/10/02  01:53:25
25207     Log: various Configure and hints updates (prefer drand48() or random()
25208          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
25209          applied modulo SCO hints superceded by later patch
25210          From: Jarkko Hietaniemi <jhi@iki.fi>
25211          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
25212          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
25213          Subject: [PATCH] 5.005_52: Configure et al:
25214  Branch: perl
25215        + ext/IPC/SysV/hints/next_3.pl
25216        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
25217        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
25218        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
25219 ____________________________________________________________________________
25220 [  1903] By: gsar                                  on 1998/10/02  01:42:37
25221     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
25222          Date: Mon, 28 Sep 1998 17:41:49 +0100
25223          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
25224          Subject: [PATCH 5.005_52] Re: More on ?p 
25225          --
25226          Date: Thu, 01 Oct 1998 09:10:58 +0100
25227          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
25228          Subject: [PATCH 5.005_52] ?p fix
25229          --
25230          Date: Thu, 01 Oct 1998 10:45:56 +0100
25231          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
25232          Subject: [PATCH 5.005_52] more on ?p
25233  Branch: perl
25234        ! pp_ctl.c
25235 ____________________________________________________________________________
25236 [  1902] By: gsar                                  on 1998/10/02  01:36:14
25237     Log: From: Kenneth Duda <kjd@cisco.com>
25238          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
25239          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
25240          Subject: writemain dies when there are more than 4000 characters of extensions
25241  Branch: perl
25242        ! writemain.SH
25243 ____________________________________________________________________________
25244 [  1901] By: gsar                                  on 1998/10/02  01:33:16
25245     Log: tweak run_byacc recipe
25246  Branch: perl
25247        ! Makefile.SH Porting/pumpkin.pod
25248 ____________________________________________________________________________
25249 [  1900] By: gsar                                  on 1998/10/02  01:02:09
25250     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
25251  Branch: perl
25252        ! perl.h pp_ctl.c
25253 ____________________________________________________________________________
25254 [  1899] By: gsar                                  on 1998/09/28  20:46:30
25255     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
25256          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
25257          Dvornik)
25258  Branch: perl
25259        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
25260 ____________________________________________________________________________
25261 [  1898] By: gsar                                  on 1998/09/28  20:42:52
25262     Log: flush unsubmitted 5.00552 change
25263  Branch: perl
25264        ! MANIFEST
25265 ____________________________________________________________________________
25266 [  1897] By: gsar                                  on 1998/09/27  04:43:06
25267     Log: run vms_yfix.pl
25268  Branch: perl
25269        ! vms/perly_c.vms
25270 ____________________________________________________________________________
25271 [  1896] By: gsar                                  on 1998/09/27  03:38:55
25272     Log: small tweak on last change
25273  Branch: perl
25274        ! win32/win32.c
25275 ____________________________________________________________________________
25276 [  1895] By: gsar                                  on 1998/09/27  03:17:17
25277     Log: fix win32_stat() to do the right thing for share names
25278  Branch: perl
25279        ! win32/win32.c
25280 ____________________________________________________________________________
25281 [  1891] By: larry                                 on 1998/09/25  18:50:40
25282     Log: Fixed apostrophe problem from Mark Knutsen.
25283  Branch: perl
25284        ! sv.h
25285
25286 ----------------
25287 Version 5.005_52
25288 ----------------
25289
25290 ____________________________________________________________________________
25291 [  1890] By: gsar                                  on 1998/09/25  10:25:00
25292     Log: update template config.sh, add new config vars to win32 stuff
25293  Branch: perl
25294        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
25295        ! pp_sys.c proto.h win32/config.bc win32/config.gc
25296        ! win32/config.vc win32/config_H.bc win32/config_H.gc
25297        ! win32/config_H.vc win32/win32.h
25298 ____________________________________________________________________________
25299 [  1889] By: gsar                                  on 1998/09/25  07:13:13
25300     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
25301          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
25302          of full-fledged 64-bit support (including support for: fseeko/ftello,
25303          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
25304          in Fcntl)
25305          From: Jarkko Hietaniemi <jhi@iki.fi>
25306          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
25307          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
25308          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
25309          --
25310          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25311          Date: 12 Sep 1998 09:44:25 +0300
25312          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
25313          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25314  Branch: perl
25315        + lib/filetest.pm
25316        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
25317        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
25318        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
25319        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
25320        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
25321        ! win32/makedef.pl
25322 ____________________________________________________________________________
25323 [  1888] By: gsar                                  on 1998/09/25  06:27:12
25324     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
25325  Branch: perl
25326        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
25327        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25328        ! win32/makedef.pl win32/makefile.mk win32/win32.c
25329 ____________________________________________________________________________
25330 [  1887] By: gsar                                  on 1998/09/25  04:50:49
25331     Log: win32.c tweak
25332  Branch: perl
25333        ! win32/win32.c
25334 ____________________________________________________________________________
25335 [  1886] By: gsar                                  on 1998/09/25  04:47:32
25336     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
25337  Branch: perl
25338        ! lib/ExtUtils/MakeMaker.pm
25339 ____________________________________________________________________________
25340 [  1885] By: gsar                                  on 1998/09/25  04:05:09
25341     Log: From: Dominic Dunlop <domo@vo.lu>
25342          Date: Thu, 10 Sep 1998 11:02:46 +0000
25343          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
25344          Subject: MM_Unix::canonpath erroneously turns leading // into /
25345  Branch: perl
25346        ! lib/ExtUtils/MM_Unix.pm
25347 ____________________________________________________________________________
25348 [  1884] By: gsar                                  on 1998/09/25  03:06:10
25349     Log: temporarily disable perl malloc for a2p until we clean up
25350          conflicting malloc() declarations everywhere
25351  Branch: perl
25352        ! x2p/Makefile.SH
25353 ____________________________________________________________________________
25354 [  1883] By: gsar                                  on 1998/09/25  02:27:00
25355     Log: remove obsolete win32/bin/*.pl
25356  Branch: perl
25357        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
25358        ! Changes MANIFEST win32/Makefile win32/makefile.mk
25359 ____________________________________________________________________________
25360 [  1882] By: gsar                                  on 1998/09/25  02:04:43
25361     Log: missing file in last submit
25362  Branch: perl
25363        ! proto.h
25364 ____________________________________________________________________________
25365 [  1881] By: gsar                                  on 1998/09/25  01:56:54
25366     Log: serial access to PL_x[inpr]v_root for USE_THREADS
25367  Branch: perl
25368        ! sv.c
25369 ____________________________________________________________________________
25370 [  1880] By: gsar                                  on 1998/09/25  01:19:38
25371     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
25372          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
25373          Date: Thu, 24 Sep 1998 22:01:09 +0900
25374          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
25375          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
25376  Branch: perl
25377        ! hv.c proto.h
25378 ____________________________________________________________________________
25379 [  1879] By: gsar                                  on 1998/09/25  00:20:07
25380     Log: tweaks to enable PERL_OBJECT to build & test on win32
25381  Branch: perl
25382        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
25383        ! win32/GenCAPI.pl
25384 ____________________________________________________________________________
25385 [  1878] By: gsar                                  on 1998/09/25  00:13:36
25386     Log: fix change#1861, which breaks default boot_xxx symbol generation
25387  Branch: perl
25388        ! lib/ExtUtils/Mksymlists.pm
25389 ____________________________________________________________________________
25390 [  1877] By: gsar                                  on 1998/09/24  10:29:54
25391     Log: two tweaks for clean build and test on Solaris
25392  Branch: perl
25393        ! op.c t/op/subst.t
25394 ____________________________________________________________________________
25395 [  1876] By: gsar                                  on 1998/09/24  09:04:43
25396     Log: From: Colin Kuskie <ckuskie@cadence.com>
25397          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
25398          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
25399          Subject: [PATCH 5.005_51] perlform.pod
25400  Branch: perl
25401        ! pod/perlform.pod
25402 ____________________________________________________________________________
25403 [  1875] By: gsar                                  on 1998/09/24  08:47:47
25404     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25405          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
25406          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
25407          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
25408  Branch: perl
25409        ! regexec.c
25410 ____________________________________________________________________________
25411 [  1874] By: gsar                                  on 1998/09/24  08:44:55
25412     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25413          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
25414          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
25415          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
25416  Branch: perl
25417        ! toke.c
25418 ____________________________________________________________________________
25419 [  1873] By: gsar                                  on 1998/09/24  08:39:41
25420     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25421          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
25422          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
25423          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
25424  Branch: perl
25425        ! Changes regcomp.c
25426 ____________________________________________________________________________
25427 [  1872] By: gsar                                  on 1998/09/24  08:37:00
25428     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
25429          Date: Sun, 23 Aug 1998 23:18:38 PDT
25430          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
25431          Subject: new irix_6.sh hints file
25432  Branch: perl
25433        ! hints/irix_6.sh
25434 ____________________________________________________________________________
25435 [  1871] By: gsar                                  on 1998/09/24  07:26:37
25436     Log: correct FSF address in various places
25437  Branch: perl
25438        ! Copying README ext/B/README lib/Getopt/Long.pm
25439 ____________________________________________________________________________
25440 [  1870] By: gsar                                  on 1998/09/24  07:11:56
25441     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
25442          Date:    Fri, 14 Aug 1998 09:20:16 PDT
25443          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
25444          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
25445  Branch: perl
25446        ! configure.com
25447 ____________________________________________________________________________
25448 [  1869] By: gsar                                  on 1998/09/24  06:55:59
25449     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
25450          From:    Scott Henry <scotth@sgi.com>
25451          Date:    13 Aug 1998 09:52:15 PDT
25452          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
25453          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
25454  Branch: perl
25455        ! hints/irix_6.sh
25456 ____________________________________________________________________________
25457 [  1868] By: gsar                                  on 1998/09/24  06:51:23
25458     Log: From:    Nathan Torkington <gnat@frii.com>
25459          Date:    Thu, 13 Aug 1998 10:59:48 MDT
25460          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
25461          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
25462  Branch: perl
25463        ! pod/perlfunc.pod
25464 ____________________________________________________________________________
25465 [  1867] By: gsar                                  on 1998/09/24  06:45:13
25466     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
25467          that are autoloaded)
25468  Branch: perl
25469        ! pp_ctl.c
25470 ____________________________________________________________________________
25471 [  1866] By: gsar                                  on 1998/09/24  05:21:19
25472     Log: grandfather deprecated "$$<digit>" no more
25473  Branch: perl
25474        ! pod/perldiag.pod toke.c
25475 ____________________________________________________________________________
25476 [  1865] By: gsar                                  on 1998/09/24  04:52:48
25477     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
25478          low bits (suggested by Ilya Zakharevich)
25479  Branch: perl
25480        ! hv.h
25481 ____________________________________________________________________________
25482 [  1864] By: gsar                                  on 1998/09/24  04:29:14
25483     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
25484          perly_c.diff
25485  Branch: perl
25486        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
25487        ! perly_c.diff toke.c
25488 ____________________________________________________________________________
25489 [  1863] By: gsar                                  on 1998/09/24  03:36:30
25490     Log: provide locked access to string table for USE_THREADS
25491  Branch: perl
25492        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
25493 ____________________________________________________________________________
25494 [  1862] By: gsar                                  on 1998/09/24  03:30:32
25495     Log: remove bogus warn()
25496  Branch: perl
25497        ! embed.pl
25498 ____________________________________________________________________________
25499 [  1861] By: gsar                                  on 1998/09/24  02:58:51
25500     Log: applied suggested patch, adapted for all platforms
25501          From: jan.dubois@ibm.net (Jan Dubois)
25502          Date: Sun, 20 Sep 1998 12:56:38 +0200
25503          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
25504          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
25505  Branch: perl
25506        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25507        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25508        ! lib/ExtUtils/MakeMaker.pm
25509 ____________________________________________________________________________
25510 [  1860] By: gsar                                  on 1998/09/24  02:16:14
25511     Log: upgrade to CPAN-1.40
25512  Branch: perl
25513        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
25514 ____________________________________________________________________________
25515 [  1859] By: gsar                                  on 1998/09/24  02:08:59
25516     Log: use $ENV{MAKEMAKEROPT} to set default command line args
25517  Branch: perl
25518        ! lib/ExtUtils/MakeMaker.pm
25519 ____________________________________________________________________________
25520 [  1857] By: gsar                                  on 1998/09/23  10:58:36
25521     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25522          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
25523          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
25524          Subject: More verbose Test::Harness [PATCH]
25525  Branch: perl
25526        ! lib/Test/Harness.pm
25527 ____________________________________________________________________________
25528 [  1856] By: gsar                                  on 1998/09/23  10:56:24
25529     Log: update hints for OPENSTEP 4.2 on i386
25530          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
25531          Date: Sun, 20 Sep 1998 01:03:18 +0200
25532          Message-Id: <9809192303.AA29190@Spike>
25533          Subject: Perl 5.005_02 compilation problems
25534  Branch: perl
25535        ! hints/next_4.sh
25536 ____________________________________________________________________________
25537 [  1855] By: gsar                                  on 1998/09/23  10:52:27
25538     Log: reset errno after C<require> search (as suggested by Larry)
25539  Branch: perl
25540        ! pp_ctl.c
25541 ____________________________________________________________________________
25542 [  1854] By: gsar                                  on 1998/09/23  10:50:26
25543     Log: misc pod tweaks
25544  Branch: perl
25545        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
25546 ____________________________________________________________________________
25547 [  1853] By: gsar                                  on 1998/09/23  10:46:06
25548     Log: make Pod/Html.pm handle the --title option properly (as suggested
25549          by gml4410@ggr.co.uk)
25550  Branch: perl
25551        ! lib/Pod/Html.pm
25552 ____________________________________________________________________________
25553 [  1852] By: gsar                                  on 1998/09/23  10:41:39
25554     Log: SSNEW() API for allocating memory on the savestack
25555          From: Albert Dvornik <bert@genscan.com>
25556          Date: 17 Sep 1998 19:23:07 -0400
25557          Message-Id: <tqemtae338.fsf@puma.genscan.com>
25558          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
25559  Branch: perl
25560        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
25561        ! perl.h proto.h scope.c scope.h t/io/tell.t
25562 ____________________________________________________________________________
25563 [  1851] By: gsar                                  on 1998/09/23  10:37:05
25564     Log: From: Jochen Wiedmann <joe@ispsoft.de>
25565          Date: Thu, 17 Sep 1998 17:16:06 +0200
25566          Message-ID: <360127B6.E44564A@ispsoft.de>
25567          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
25568  Branch: perl
25569        ! lib/ExtUtils/MakeMaker.pm
25570 ____________________________________________________________________________
25571 [  1850] By: gsar                                  on 1998/09/23  10:33:05
25572     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
25573          Date: 15 Sep 1998 01:32:31 +0200
25574          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
25575          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
25576  Branch: perl
25577        ! lib/ExtUtils/MM_Unix.pm
25578 ____________________________________________________________________________
25579 [  1849] By: gsar                                  on 1998/09/23  10:29:04
25580     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
25581          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
25582          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
25583          Subject: Re: extralibs.ld problem in MM_VMS.pm
25584  Branch: perl
25585        ! lib/ExtUtils/MM_VMS.pm
25586 ____________________________________________________________________________
25587 [  1848] By: gsar                                  on 1998/09/23  10:25:24
25588     Log: From: Roderick Schertler <roderick@argon.org>
25589          Date: 11 Sep 1998 16:19:21 -0400
25590          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
25591          Subject: Re: Open2 and memory leaks
25592  Branch: perl
25593        ! lib/IPC/Open3.pm
25594 ____________________________________________________________________________
25595 [  1847] By: gsar                                  on 1998/09/23  10:18:31
25596     Log: From: Roderick Schertler <roderick@argon.org>
25597          Date: Wed, 09 Sep 1998 23:52:48 -0400
25598          Message-ID: <20567.905399568@eeyore.ibcinc.com>
25599          Subject: seed srand from /dev/urandom when possible
25600  Branch: perl
25601        ! pod/perlfunc.pod pp.c
25602 ____________________________________________________________________________
25603 [  1846] By: gsar                                  on 1998/09/23  10:12:22
25604     Log: From: Roderick Schertler <roderick@argon.org>
25605          Date: Thu, 10 Sep 1998 00:32:17 -0400
25606          Message-ID: <21142.905401937@eeyore.ibcinc.com>
25607          Subject: doc update for crypt()'s salt
25608  Branch: perl
25609        ! pod/perlfunc.pod
25610 ____________________________________________________________________________
25611 [  1845] By: gsar                                  on 1998/09/23  10:09:23
25612     Log: fix h2ph handling of C<#error "foo">
25613          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
25614          Date: Thu, 10 Sep 1998 09:59:33 +0900
25615          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
25616          Subject: [5.005_02] h2ph problem
25617  Branch: perl
25618        ! utils/h2ph.PL
25619 ____________________________________________________________________________
25620 [  1844] By: gsar                                  on 1998/09/23  10:06:13
25621     Log: plug strictly private function leaks in API listing
25622  Branch: perl
25623        ! pod/perlguts.pod
25624 ____________________________________________________________________________
25625 [  1843] By: gsar                                  on 1998/09/23  10:02:57
25626     Log: hide symbol for static build
25627          From: Dominic Dunlop <domo@vo.lu>
25628          Date: Tue, 8 Sep 1998 21:40:46 +0000
25629          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
25630          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
25631  Branch: perl
25632        ! regcomp.c
25633 ____________________________________________________________________________
25634 [  1842] By: gsar                                  on 1998/09/23  09:52:46
25635     Log: define PUT_svindex(), PUT_opindex()
25636  Branch: perl
25637        ! ext/B/B/Assembler.pm
25638 ____________________________________________________________________________
25639 [  1841] By: gsar                                  on 1998/09/23  09:44:25
25640     Log: From: Dominic Dunlop <domo@vo.lu>
25641          Date: Tue, 8 Sep 1998 15:34:53 +0000
25642          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
25643          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
25644  Branch: perl
25645        ! t/pragma/warn/regexec
25646 ____________________________________________________________________________
25647 [  1840] By: gsar                                  on 1998/09/23  09:42:17
25648     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
25649  Branch: perl
25650        ! win32/bin/pl2bat.pl
25651 ____________________________________________________________________________
25652 [  1839] By: gsar                                  on 1998/09/23  09:38:18
25653     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
25654          Date: Mon, 7 Sep 1998 17:36:09 +0900
25655          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
25656          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
25657  Branch: perl
25658        ! ext/Thread/Thread.xs
25659 ____________________________________________________________________________
25660 [  1838] By: gsar                                  on 1998/09/23  09:21:11
25661     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
25662          Date: Thu, 10 Sep 1998 00:02:07 -0400
25663          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
25664          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
25665  Branch: perl
25666        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25667        + vos/config.h vos/config_h.SH_orig vos/perl.bind
25668        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
25669        ! MANIFEST perl.c perl.h pod/perlport.pod
25670 ____________________________________________________________________________
25671 [  1837] By: gsar                                  on 1998/09/23  08:45:58
25672     Log: (via private mail)
25673          From: Charles Bailey <BAILEY@newman.upenn.edu>
25674          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
25675          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
25676          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
25677  Branch: perl
25678        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
25679        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25680        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
25681        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
25682        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
25683        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
25684        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
25685        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
25686        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
25687        ! vms/writemain.pl
25688 ____________________________________________________________________________
25689 [  1836] By: gsar                                  on 1998/09/23  08:17:42
25690     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25691          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
25692          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
25693          Subject: [PATCH 5.005_*] OS/2 spawning typos
25694  Branch: perl
25695        ! os2/os2.c
25696 ____________________________________________________________________________
25697 [  1835] By: gsar                                  on 1998/09/23  08:09:55
25698     Log: warn on C<my($foo,$foo)>
25699  Branch: perl
25700        ! op.c pod/perldiag.pod
25701 ____________________________________________________________________________
25702 [  1834] By: gsar                                  on 1998/09/23  07:35:56
25703     Log: From: pvhp@forte.com (Peter Prymmer)
25704          Date: Fri, 4 Sep 98 13:27:41 PDT
25705          Message-Id: <9809042027.AA04463@forte.com>
25706          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
25707  Branch: perl
25708        ! README.vms
25709 ____________________________________________________________________________
25710 [  1833] By: gsar                                  on 1998/09/23  07:27:34
25711     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25712          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
25713          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
25714          Subject: PATCH: 5.005_02 hint/hpux.sh
25715  Branch: perl
25716        ! hints/hpux.sh
25717 ____________________________________________________________________________
25718 [  1832] By: gsar                                  on 1998/09/23  07:22:40
25719     Log: fix (some) installhtml bugs
25720          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
25721          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
25722          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
25723          Subject: installhtml script needs work
25724  Branch: perl
25725        ! installhtml
25726 ____________________________________________________________________________
25727 [  1831] By: gsar                                  on 1998/09/23  07:19:30
25728     Log: document 'U' magic with examples
25729          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
25730          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
25731          Message-Id: <199809011455.PAA00631@sale-wts>
25732          Subject: Re: Looking for some XS MAGIC examples...
25733  Branch: perl
25734        ! pod/perlguts.pod
25735 ____________________________________________________________________________
25736 [  1830] By: gsar                                  on 1998/09/23  07:16:43
25737     Log: From: pvhp@forte.com (Peter Prymmer)
25738          Date: Mon, 31 Aug 98 17:13:49 PDT
25739          Message-Id: <9809010013.AA06737@forte.com>
25740          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
25741  Branch: perl
25742        ! README.os390
25743 ____________________________________________________________________________
25744 [  1829] By: gsar                                  on 1998/09/23  07:15:08
25745     Log: fix problematic typecast in filter_del()
25746          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
25747          Date: Mon, 31 Aug 1998 21:13:11 GMT
25748          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
25749          Subject: perl5.005_02 does not build on Cray T90
25750  Branch: perl
25751        ! toke.c
25752 ____________________________________________________________________________
25753 [  1828] By: gsar                                  on 1998/09/23  07:11:34
25754     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25755          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
25756          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
25757          Subject: [PATCH 5.005_5*] (?>) broken in RE
25758  Branch: perl
25759        ! regexec.c t/op/re_tests
25760 ____________________________________________________________________________
25761 [  1827] By: gsar                                  on 1998/09/23  07:09:50
25762     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
25763  Branch: perl
25764        ! t/op/grent.t t/op/groups.t
25765 ____________________________________________________________________________
25766 [  1826] By: gsar                                  on 1998/09/23  07:03:16
25767     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25768          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
25769          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
25770          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
25771  Branch: perl
25772        - interp.sym
25773        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
25774 ____________________________________________________________________________
25775 [  1825] By: gsar                                  on 1998/09/23  06:56:40
25776     Log: re-introduce change#1703
25777  Branch: perl
25778        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
25779 ____________________________________________________________________________
25780 [  1824] By: gsar                                  on 1998/09/23  06:44:19
25781     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25782          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
25783          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
25784          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
25785  Branch: perl
25786        ! lib/perl5db.pl
25787 ____________________________________________________________________________
25788 [  1823] By: gsar                                  on 1998/09/23  06:41:34
25789         Log: From: Joe Buehler <jhpb@hekimian.com>
25790              Date: 29 Aug 1998 17:13:28 -0400
25791              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
25792              Subject: patches for perl 5.005_51 under U/WIN
25793      Branch: perl
25794            + hints/uwin.sh
25795            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
25796            ! t/lib/posix.t
25797 ____________________________________________________________________________
25798 [  1822] By: gsar                                  on 1998/09/23  06:36:59
25799         Log: add missing C<no utf8;> tweak from Larry
25800      Branch: perl
25801            ! t/op/subst.t
25802 ____________________________________________________________________________
25803 [  1821] By: gsar                                  on 1998/09/23  06:27:51
25804         Log: s/runops/CALLRUNOPS/
25805      Branch: perl
25806            ! cc_runtime.h
25807 ____________________________________________________________________________
25808 [  1820] By: gsar                                  on 1998/09/23  06:24:49
25809         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
25810      Branch: perl
25811           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
25812           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
25813           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
25814           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
25815           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
25816           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
25817           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
25818           +> t/pragma/warn/util
25819            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
25820            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
25821            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
25822            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
25823            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
25824            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
25825            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
25826            - t/pragma/warn-util
25827            ! MANIFEST t/pragma/warning.t
25828 ____________________________________________________________________________
25829 [  1819] By: gsar                                  on 1998/09/23  06:08:46
25830         Log: make \(%foo) return refs to values (not copies of values)
25831              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25832              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
25833              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
25834              --
25835              From: Roderick Schertler <roderick@argon.org>
25836              Date: Sat, 29 Aug 1998 00:58:33 -0400
25837              Message-ID: <29894.904366713@eeyore.ibcinc.com>
25838              Subject: Re: \(%x) problems
25839      Branch: perl
25840            ! doop.c pod/perlref.pod
25841 ____________________________________________________________________________
25842 [  1818] By: gsar                                  on 1998/09/23  06:05:08
25843         Log: make h2xs generate ANSI prototypes
25844      Branch: perl
25845            ! utils/h2xs.PL
25846 ____________________________________________________________________________
25847 [  1817] By: gsar                                  on 1998/09/23  05:57:16
25848         Log: updated usethreads hints for hpux 10.X
25849              From: Matthew T Harden <mthard@mthard1.monsanto.com>
25850              Date: Fri, 28 Aug 1998 14:10:42 GMT
25851              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
25852              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
25853      Branch: perl
25854            ! hints/hpux.sh perl.h
25855 ____________________________________________________________________________
25856 [  1816] By: gsar                                  on 1998/09/23  05:53:31
25857         Log: don't create empty directories in installperl
25858              From: Robin Barker <rmb1@cise.npl.co.uk>
25859              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
25860              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
25861              Subject: [PATCH 5.005_02] install: empty dirs
25862      Branch: perl
25863            ! installperl
25864 ____________________________________________________________________________
25865 [  1815] By: gsar                                  on 1998/09/23  05:50:36
25866         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
25867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25868              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
25869              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
25870              Subject: Re: your mail
25871      Branch: perl
25872            ! regexec.c t/op/re_tests
25873 ____________________________________________________________________________
25874 [  1814] By: gsar                                  on 1998/09/23  05:45:17
25875         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
25876              Date: Thu, 20 Aug 1998 20:59:03 -0400
25877              Message-ID: <19980820205903.A12908@O2.chapin.edu>
25878              Subject: [PATCH] h2ph misquotes #error directives
25879      Branch: perl
25880            ! t/lib/h2ph.pht utils/h2ph.PL
25881 ____________________________________________________________________________
25882 [  1813] By: gsar                                  on 1998/09/23  05:42:41
25883         Log: patch to support computed regular subexpressions
25884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25885              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
25886              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
25887              Subject: [5.005_5* PATCH] Postponed RE - now!
25888      Branch: perl
25889            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
25890            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
25891 ____________________________________________________________________________
25892 [  1812] By: gsar                                  on 1998/09/23  05:26:26
25893         Log: better CR-handling on shebang line and in formats (fixed variant of
25894              patch suggested by Igor Sysoev <igor@nitek.ru>)
25895      Branch: perl
25896            ! perl.c toke.c
25897 ____________________________________________________________________________
25898 [  1811] By: gsar                                  on 1998/09/23  04:35:46
25899         Log: document non-loopish blocks better
25900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25901              Date: Tue, 18 Aug 1998 12:28:36 +0100
25902              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
25903              Subject: Re: next in do {} while block gives error message
25904      Branch: perl
25905            ! pod/perlfunc.pod
25906 ____________________________________________________________________________
25907 [  1810] By: gsar                                  on 1998/09/23  04:12:05
25908         Log: fix bogus integerization of pop()'s return value
25909              From: Gurusamy Sarathy <gsar@engin.umich.edu>
25910              Date: Sat, 15 Aug 1998 23:27:54 -0400
25911              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
25912              Subject: Re: Complex expression does integer arithmetic 
25913      Branch: perl
25914            ! opcode.h opcode.pl
25915 ____________________________________________________________________________
25916 [  1809] By: gsar                                  on 1998/09/23  04:09:43
25917         Log: tweak README.win32
25918      Branch: perl
25919            ! README.win32
25920 ____________________________________________________________________________
25921 [  1808] By: gsar                                  on 1998/09/23  03:40:57
25922         Log: better diagnostic for do{} used as lvalue
25923      Branch: perl
25924            ! op.c pod/perlport.pod
25925 ____________________________________________________________________________
25926 [  1807] By: gsar                                  on 1998/09/23  03:38:30
25927         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
25928              From: hansm@icgroup.nl
25929              Date: Tue, 11 Aug 98 21:08:51 +0200
25930              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
25931              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
25932      Branch: perl
25933            ! malloc.c
25934 ____________________________________________________________________________
25935 [  1806] By: gsar                                  on 1998/09/23  03:36:08
25936         Log: support make written in perl (aka "pmake") on win32
25937      Branch: perl
25938            ! lib/ExtUtils/MM_Win32.pm
25939 ____________________________________________________________________________
25940 [  1805] By: gsar                                  on 1998/09/23  03:30:07
25941         Log: fix mismatched UV/U32 types for to_utf8_*()
25942      Branch: perl
25943            ! utf8.c
25944 ____________________________________________________________________________
25945 [  1804] By: gsar                                  on 1998/09/23  03:22:22
25946         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25947              Date: Sun, 9 Aug 1998 22:38:23 +0200
25948              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
25949              Subject: [PATCH 5.5002] dos-djgpp update
25950      Branch: perl
25951            ! t/io/fs.t
25952 ____________________________________________________________________________
25953 [  1803] By: gsar                                  on 1998/09/23  03:20:13
25954         Log: apply minimal variant of patch (sent via private mail)
25955              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
25956              Date: Wed, 12 Aug 1998 15:42:35 +0300
25957              Message-Id: <199808121242.PAA29761@comanche.spices>
25958              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
25959      Branch: perl
25960            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
25961            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
25962 ____________________________________________________________________________
25963 [  1802] By: gsar                                  on 1998/09/23  03:03:39
25964         Log: adjust searchdict.t for EBCDIC (still needs documenting)
25965              From: pvhp@forte.com (Peter Prymmer)
25966              Date: Thu, 6 Aug 98 18:09:39 PDT
25967              Message-Id: <9808070109.AA06158@forte.com>
25968              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
25969      Branch: perl
25970            ! README.os390 t/lib/searchdict.t
25971 ____________________________________________________________________________
25972 [  1801] By: gsar                                  on 1998/09/23  02:54:15
25973         Log: silence redefined warning for XS(INIT) {}
25974      Branch: perl
25975            ! op.c
25976 ____________________________________________________________________________
25977 [  1800] By: gsar                                  on 1998/09/23  02:42:23
25978         Log: support match indices via special variables @- and @+
25979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25980              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
25981              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
25982              Subject: [PATCH 5.004_76] @- and @+
25983      Branch: perl
25984            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
25985            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
25986 ____________________________________________________________________________
25987 [  1799] By: gsar                                  on 1998/09/23  01:44:31
25988         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25989              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
25990              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
25991              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
25992      Branch: perl
25993            ! regcomp.c t/op/re_tests
25994 ____________________________________________________________________________
25995 [  1798] By: gsar                                  on 1998/09/23  01:39:23
25996         Log: integrate maint-5.005 changes (except conflicting change#1794)
25997      Branch: perl
25998            ! Changes
25999           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
26000           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
26001           !> win32/win32.h
26002 ____________________________________________________________________________
26003 [  1797] By: gsar                                  on 1998/09/23  01:32:36
26004         Log: add note to win32/Makefile about setting CCHOME
26005      Branch: perl
26006            ! win32/Makefile win32/makefile.mk
26007 ____________________________________________________________________________
26008 [  1796] By: gsar                                  on 1998/09/23  01:31:32
26009         Log: perl.pod tweak
26010      Branch: perl
26011            ! pod/perl.pod
26012 ____________________________________________________________________________
26013 [  1795] By: gsar                                  on 1998/09/21  20:34:10
26014         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
26015      Branch: perl
26016            ! lib/ExtUtils/xsubpp
26017 ____________________________________________________________________________
26018 [  1789] By: gsar                                  on 1998/09/18  18:01:37
26019         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
26020      Branch: perl
26021            ! cop.h t/cmd/for.t
26022 ____________________________________________________________________________
26023 [  1788] By: gsar                                  on 1998/09/17  02:19:11
26024         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
26025      Branch: perl
26026            ! win32/config.bc win32/config.gc win32/config.vc
26027 ____________________________________________________________________________
26028 [  1787] By: gsar                                  on 1998/09/17  01:45:14
26029         Log: suppress bogus warning on C<sub x {} x()>
26030      Branch: perl
26031            ! toke.c
26032 ____________________________________________________________________________
26033 [  1786] By: gsar                                  on 1998/09/17  01:42:51
26034         Log: ntohl typo in objXSUB.h
26035      Branch: perl
26036            ! objXSUB.h
26037 ____________________________________________________________________________
26038 [  1785] By: gsar                                  on 1998/09/17  01:41:48
26039         Log: fill gaps in sig_* entries in win32/config.?c
26040      Branch: perl
26041            ! win32/config.bc win32/config.gc win32/config.vc
26042 ____________________________________________________________________________
26043 [  1781] By: larry                                 on 1998/09/05  23:48:24
26044         Log: tr/// logic was hosed under utf8
26045      Branch: perl
26046            ! doop.c op.c op.h pp.c proto.h
26047 ____________________________________________________________________________
26048 [  1780] By: larry                                 on 1998/09/05  23:44:16
26049         Log: several new tests needed tweaking to work under utf8
26050      Branch: perl
26051            ! t/comp/require.t t/op/pack.t t/op/substr.t
26052 ____________________________________________________________________________
26053 [  1779] By: larry                                 on 1998/09/05  23:41:42
26054         Log: index() applied BM optimization to wrong argument
26055      Branch: perl
26056            ! op.c util.c
26057 ____________________________________________________________________________
26058 [  1778] By: larry                                 on 1998/09/05  23:38:29
26059         Log: Implicit require during compile reset line numbering
26060      Branch: perl
26061            ! pp_ctl.c
26062
26063 ----------------
26064 Version 5.005_51
26065 ----------------
26066
26067 ____________________________________________________________________________
26068 [  1777] By: gsar                                  on 1998/08/10  07:02:38
26069         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
26070              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
26071              lexical warning testsuite for win32
26072      Branch: perl
26073            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
26074            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
26075            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
26076            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
26077            ! win32/Makefile win32/makefile.mk
26078 ____________________________________________________________________________
26079 [  1776] By: gsar                                  on 1998/08/09  17:53:48
26080         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
26081      Branch: perl
26082            ! Changes MANIFEST perl.c pod/perlhist.pod
26083 ____________________________________________________________________________
26084 [  1775] By: gsar                                  on 1998/08/09  14:35:33
26085         Log: tweak warning test
26086      Branch: perl
26087            ! t/pragma/warn-toke
26088 ____________________________________________________________________________
26089 [  1774] By: gsar                                  on 1998/08/09  14:13:46
26090         Log: add missing dTHR; notes for test failures due to small stacksize
26091      Branch: perl
26092            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
26093            ! toke.c universal.c util.c
26094 ____________________________________________________________________________
26095 [  1773] By: gsar                                  on 1998/08/09  11:31:53
26096         Log: lexical warnings; tweaks to places that didn't apply correctly
26097              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
26098              Date:    Wed, 29 Jul 1998 09:28:45 BST
26099              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
26100              Subject: lexical warnings patch for 5.005_50
26101      Branch: perl
26102            + README.lexwarn lib/warning.pm t/pragma/warn-2use
26103            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
26104            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
26105            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
26106            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
26107            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
26108            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
26109            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
26110            + warning.h warning.pl
26111            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
26112            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
26113            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
26114            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
26115            ! universal.c util.c
26116 ____________________________________________________________________________
26117 [  1772] By: gsar                                  on 1998/08/08  23:06:00
26118         Log: bump patchlevel to 5.005_51
26119      Branch: perl
26120            ! patchlevel.h win32/Makefile win32/config_H.bc
26121            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26122 ____________________________________________________________________________
26123 [  1771] By: gsar                                  on 1998/08/08  23:01:57
26124         Log: fix bogus warning on "\x{123}"
26125              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
26126              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
26127              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
26128              Subject: [5.005_50 PATCH] Some unicode problems
26129      Branch: perl
26130            ! regcomp.c toke.c
26131 ____________________________________________________________________________
26132 [  1770] By: gsar                                  on 1998/08/08  22:56:55
26133         Log: hide dup symbol for static build of ext/re
26134              From: Dominic Dunlop <domo@ppp72.vo.lu>
26135              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
26136              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
26137              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
26138      Branch: perl
26139            ! regcomp.c
26140 ____________________________________________________________________________
26141 [  1769] By: gsar                                  on 1998/08/08  22:45:06
26142         Log: fix double free on -Mutf8 -e '$b=uc("")'
26143              From: larry@wall.org (Larry Wall)
26144              Date: Fri, 7 Aug 1998 14:42:43 -0700
26145              Message-Id: <199808072142.OAA14920@wall.org>
26146              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
26147      Branch: perl
26148            ! pp.c
26149 ____________________________________________________________________________
26150 [  1768] By: gsar                                  on 1998/08/08  22:42:29
26151         Log: substr() assumes utf8 without say-so
26152              From: larry@wall.org (Larry Wall)
26153              Date: Fri, 7 Aug 1998 12:25:12 -0700
26154              Message-Id: <199808071925.MAA13436@wall.org>
26155              Subject: [PATCH 5.005_50] substr bug?
26156      Branch: perl
26157            ! pp.c
26158 ____________________________________________________________________________
26159 [  1767] By: gsar                                  on 1998/08/08  22:38:25
26160         Log: fix intolerance of SWASHes for blank lines
26161              From: Gisle Aas <aas@sn.no>
26162              Date: 06 Aug 1998 23:28:57 +0200
26163              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
26164              Subject: Re: Re[2]: another joyride begins
26165      Branch: perl
26166            ! lib/utf8_heavy.pl
26167 ____________________________________________________________________________
26168 [  1766] By: gsar                                  on 1998/08/08  22:33:10
26169         Log: utf8 doc tweak
26170              From: Gisle Aas <aas@sn.no>
26171              Date: 05 Aug 1998 00:41:04 +0200
26172              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
26173              Subject: Matching clumps
26174      Branch: perl
26175            ! lib/utf8.pm
26176 ____________________________________________________________________________
26177 [  1765] By: gsar                                  on 1998/08/08  22:31:37
26178         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
26179              From: Gisle Aas <aas@sn.no>
26180              Date: 04 Aug 1998 22:56:11 +0200
26181              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
26182              Subject: Re: another joyride begins
26183      Branch: perl
26184            ! lib/utf8_heavy.pl
26185 ____________________________________________________________________________
26186 [  1764] By: gsar                                  on 1998/08/08  22:28:43
26187         Log: From: larry@wall.org (Larry Wall)
26188              Date: Tue, 4 Aug 1998 17:04:51 -0700
26189              Message-Id: <199808050004.RAA22592@wall.org>
26190              Subject: [PATCH 5.005_50] \pX not implemented!
26191      Branch: perl
26192            ! regcomp.c
26193 ____________________________________________________________________________
26194 [  1763] By: gsar                                  on 1998/08/08  22:27:15
26195         Log: From: Stephen McCamant <alias@mcs.com>
26196              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
26197              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
26198              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
26199      Branch: perl
26200            ! op.c
26201 ____________________________________________________________________________
26202 [  1762] By: gsar                                  on 1998/08/08  22:26:09
26203         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26204              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
26205              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
26206              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
26207      Branch: perl
26208            + t/op/grent.t t/op/pwent.t
26209            ! MANIFEST
26210 ____________________________________________________________________________
26211 [  1761] By: gsar                                  on 1998/08/08  22:21:52
26212         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26213              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
26214              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
26215              Subject: [5.005_50 PATCH] misprint in RE engine
26216      Branch: perl
26217            ! regexec.c t/op/re_tests
26218 ____________________________________________________________________________
26219 [  1760] By: gsar                                  on 1998/08/08  22:18:54
26220         Log: integrate maint-5.005 changes into mainline
26221      Branch: perl
26222           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
26223           !> (integrate 138 files)
26224 ____________________________________________________________________________
26225 [  1672] By: gsar                                  on 1998/07/27  18:35:28
26226         Log: create new Changes
26227      Branch: perl
26228            + Changes
26229            ! Changes5.005 MANIFEST
26230 ____________________________________________________________________________
26231 [  1671] By: gsar                                  on 1998/07/27  18:30:57
26232         Log: rename Changes --> Changes5.005
26233      Branch: perl
26234           +> Changes5.005
26235            - Changes
26236 ____________________________________________________________________________
26237 [  1670] By: gsar                                  on 1998/07/27  18:10:14
26238         Log: integrate 5.005_01 changes from maint
26239      Branch: perl
26240            ! Changes
26241           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
26242           !> win32/win32.c
26243 ____________________________________________________________________________
26244 [  1667] By: nick                                  on 1998/07/26  14:31:01
26245         Log: Add dTHR so that it compiles miniperl in threaded mode
26246      Branch: perl
26247            ! doop.c mg.c regcomp.c regexec.c
26248 ____________________________________________________________________________
26249 [  1666] By: nick                                  on 1998/07/26  13:01:10
26250         Log: Resolve ansiperl against mainline (@1648?)
26251              Unclear that change number has "taken".
26252      Branch: ansiperl
26253           +> (branch 169 files)
26254            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
26255           !> (integrate 131 files)
26256
26257 ----------------
26258 Version 5.005_50
26259 ----------------
26260
26261 ____________________________________________________________________________
26262 [  1665] By: gsar                                  on 1998/07/26  05:38:48
26263         Log: add trailing newline to file
26264      Branch: perl
26265            ! Changes lib/unicode/blocks.txt
26266 ____________________________________________________________________________
26267 [  1664] By: gsar                                  on 1998/07/26  05:08:48
26268         Log: integrate proto.h additions from maint-5.005
26269      Branch: perl
26270           !> pod/perlhist.pod proto.h
26271 ____________________________________________________________________________
26272 [  1663] By: gsar                                  on 1998/07/26  05:07:05
26273         Log: add new files to MANIFEST; add missing prototypes to proto.h;
26274              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
26275              add typecasts to silence warnings; tweaks for win32 builds
26276      Branch: perl
26277            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
26278            ! win32/Makefile win32/makefile.mk
26279 ____________________________________________________________________________
26280 [  1662] By: gsar                                  on 1998/07/26  05:01:52
26281         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
26282      Branch: maint-5.005/perl
26283            ! pod/perlhist.pod proto.h
26284 ____________________________________________________________________________
26285 [  1661] By: gsar                                  on 1998/07/26  02:52:48
26286         Log: up patchlevel to 5.005_50
26287      Branch: perl
26288            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
26289            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26290 ____________________________________________________________________________
26291 [  1660] By: gsar                                  on 1998/07/26  02:43:57
26292         Log: integrate utfperl
26293      Branch: perl
26294           +> (branch 162 files)
26295           !> (integrate 29 files)
26296 ____________________________________________________________________________
26297 [  1659] By: gsar                                  on 1998/07/26  02:38:22
26298         Log: integrate maint-5.005 changes
26299      Branch: perl
26300           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
26301           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
26302           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
26303           !> vms/descrip_mms.template vms/subconfigure.com
26304 ____________________________________________________________________________
26305 [  1658] By: gsar                                  on 1998/07/26  02:23:46
26306         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
26307              Date: Fri, 24 Jul 1998 11:38:25 -0700
26308              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
26309              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
26310              --
26311              Date: Fri, 24 Jul 1998 12:30:36 -0700
26312              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
26313              Subject: [PATCH 5.005]Tweaks to README.vms
26314              --
26315              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
26316              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
26317              Subject: [PATCH 5.005] Final build cleanup patch
26318      Branch: maint-5.005/perl
26319            ! README.vms vms/descrip_mms.template vms/subconfigure.com
26320 ____________________________________________________________________________
26321 [  1657] By: gsar                                  on 1998/07/26  02:19:50
26322         Log: another platform where pp_sselect() needs a whole fd_set buffer
26323              From: Lupe Christoph <lupe@alanya.m.isar.de>
26324              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
26325              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
26326              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
26327      Branch: maint-5.005/perl
26328            ! pp_sys.c
26329 ____________________________________________________________________________
26330 [  1656] By: gsar                                  on 1998/07/26  02:12:46
26331         Log: fix problem building modules on dos-djgpp
26332              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
26333              Date: Sat, 25 Jul 1998 00:53:39 +0200
26334              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
26335              Subject: [PATCH 5.005] dos-djgpp and modules problem
26336      Branch: maint-5.005/perl
26337            ! djgpp/fixpmain
26338 ____________________________________________________________________________
26339 [  1655] By: gsar                                  on 1998/07/26  02:11:09
26340         Log: From: Tom Spindler <dogcow@home.merit.edu>
26341              Date: Wed, 22 Jul 1998 16:11:07 -0400
26342              Message-ID: <19980722161107.A16813@home.merit.edu>
26343              Subject: [PATCH 5.005] BeOS tweak
26344      Branch: maint-5.005/perl
26345            ! hints/beos.sh
26346 ____________________________________________________________________________
26347 [  1654] By: gsar                                  on 1998/07/26  02:09:29
26348         Log: various pod tweaks
26349      Branch: maint-5.005/perl
26350            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
26351            ! pod/perltoc.pod
26352 ____________________________________________________________________________
26353 [  1653] By: gsar                                  on 1998/07/26  02:05:46
26354         Log: fix emacs/ptags for PL_* changes
26355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26356              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
26357              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
26358              Subject: [PATCH 5.004_76] Yet better ptags
26359      Branch: maint-5.005/perl
26360            ! emacs/ptags
26361 ____________________________________________________________________________
26362 [  1652] By: gsar                                  on 1998/07/26  02:03:01
26363         Log: fix behavior of <=> on bigints
26364              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26365              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
26366              Date: Fri, 24 Jul 1998 18:29:53 +0100
26367              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
26368      Branch: maint-5.005/perl
26369            ! lib/Math/BigInt.pm t/lib/bigintpm.t
26370 ____________________________________________________________________________
26371 [  1651] By: larry                                 on 1998/07/24  05:44:33
26372         Log: Here are the long-expected Unicode/UTF-8 modifications.
26373      Branch: utfperl
26374            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
26375            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
26376            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
26377            + lib/unicode/Decomposition.pl
26378            + lib/unicode/In/AlphabeticPresentationForms.pl
26379            + lib/unicode/In/Arabic.pl
26380            + lib/unicode/In/ArabicPresentationForms-A.pl
26381            + lib/unicode/In/ArabicPresentationForms-B.pl
26382            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
26383            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
26384            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
26385            + lib/unicode/In/BoxDrawing.pl
26386            + lib/unicode/In/CJKCompatibility.pl
26387            + lib/unicode/In/CJKCompatibilityForms.pl
26388            + lib/unicode/In/CJKCompatibilityIdeographs.pl
26389            + lib/unicode/In/CJKSymbolsandPunctuation.pl
26390            + lib/unicode/In/CJKUnifiedIdeographs.pl
26391            + lib/unicode/In/CombiningDiacriticalMarks.pl
26392            + lib/unicode/In/CombiningHalfMarks.pl
26393            + lib/unicode/In/CombiningMarksforSymbols.pl
26394            + lib/unicode/In/ControlPictures.pl
26395            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
26396            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
26397            + lib/unicode/In/EnclosedAlphanumerics.pl
26398            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
26399            + lib/unicode/In/GeneralPunctuation.pl
26400            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
26401            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
26402            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
26403            + lib/unicode/In/HalfwidthandFullwidthForms.pl
26404            + lib/unicode/In/HangulCompatibilityJamo.pl
26405            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
26406            + lib/unicode/In/Hebrew.pl
26407            + lib/unicode/In/HighPrivateUseSurrogates.pl
26408            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
26409            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
26410            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
26411            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
26412            + lib/unicode/In/LatinExtended-A.pl
26413            + lib/unicode/In/LatinExtended-B.pl
26414            + lib/unicode/In/LatinExtendedAdditional.pl
26415            + lib/unicode/In/LetterlikeSymbols.pl
26416            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
26417            + lib/unicode/In/MathematicalOperators.pl
26418            + lib/unicode/In/MiscellaneousSymbols.pl
26419            + lib/unicode/In/MiscellaneousTechnical.pl
26420            + lib/unicode/In/NumberForms.pl
26421            + lib/unicode/In/OpticalCharacterRecognition.pl
26422            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
26423            + lib/unicode/In/SmallFormVariants.pl
26424            + lib/unicode/In/SpacingModifierLetters.pl
26425            + lib/unicode/In/Specials.pl
26426            + lib/unicode/In/SuperscriptsandSubscripts.pl
26427            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
26428            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
26429            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26430            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
26431            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
26432            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
26433            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
26434            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
26435            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
26436            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
26437            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
26438            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
26439            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
26440            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
26441            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
26442            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
26443            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
26444            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
26445            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
26446            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
26447            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
26448            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
26449            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
26450            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
26451            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
26452            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
26453            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
26454            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
26455            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
26456            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
26457            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
26458            + lib/unicode/JamoShort.pl lib/unicode/Makefile
26459            + lib/unicode/Name.pl lib/unicode/Number.pl
26460            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
26461            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
26462            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
26463            + lib/unicode/blocks.txt lib/unicode/index2.txt
26464            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
26465            + lib/unicode/names2.txt lib/unicode/props2.txt
26466            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
26467            + utf8.c utf8.h
26468            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
26469            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
26470            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
26471            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
26472            ! t/op/vec.t toke.c util.c vms/vmsish.h
26473 ____________________________________________________________________________
26474 [  1650] By: gsar                                  on 1998/07/24  04:06:48
26475         Log: create utfperl branch
26476      Branch: utfperl
26477           +> (branch 1079 files)
26478 ____________________________________________________________________________
26479 [  1649] By: gsar                                  on 1998/07/24  03:56:56
26480         Log: create maint-5.005 branch
26481      Branch: maint-5.005/perl
26482           +> (branch 1079 files)
26483 ____________________________________________________________________________
26484 [  1648] By: gsar                                  on 1998/07/24  03:36:35
26485         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
26486      Branch: perl
26487            ! Changes
26488