This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fdfe829c3e5de8ebee7294a8415d00142c0de316
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9                            ---------------
10                             CAST AND CREW
11                            ---------------
12
13 To give due honor to those who have made Perl what is is today,
14 here are some of the more common names in the Changes file, and their
15 current addresses (as of February 2000):
16
17     Gisle Aas           <gisle@aas.no>
18     Abigail             <abigail@delanet.com>
19     Kenneth Albanowski  <kjahds@kjahds.com>
20     Russ Allbery        <rra@stanford.edu>
21     Brad Appleton       <bradapp@enteract.com>
22     Greg Bacon          <gbacon@itsc.uah.edu>
23     Robin Barker        <rmb1@cise.npl.co.uk>
24     Vishal Bhatia       <vishal@gol.com>
25     Spider Boardman     <spider@orb.nashua.nh.us>
26     Tom Christiansen    <tchrist@perl.com>
27     Mark-Jason Dominus  <mjd@plover.com>
28     Jan Dubois          <jand@activestate.com>
29     Dominic Dunlop      <domo@computer.org>
30     Eric Fifer          <efifer@sanwaint.com>
31     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
32     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
33     Jarkko Hietaniemi   <jhi@iki.fi>
34     Tom Hughes          <tom@compton.nu>
35     Nick Ing-Simmons    <nik@tiuk.ti.com>
36     Andreas Koenig      <a.koenig@mind.de>
37     Douglas Lankshear   <dougl@activestate.com>
38     Doug MacEachern     <dougm@opengroup.org>
39     Raphael Manfredi    <Raphael.Manfredi@st.com>
40     Paul Marquess       <Paul.Marquess@btinternet.com>
41     Stephen McCamant    <alias@mcs.com>
42     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
43     Hans Mulder         <hansmu@xs4all.nl>
44     Chris Nandor        <pudge@pobox.com>
45     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
46     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
47     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
48     Tom Phoenix         <rootbeer@teleport.com>
49     Joshua Pritikin     <joshua.pritikin@db.com>
50     Peter Prymmer       <pvhp@forte.com>
51     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
52     Dean Roehrich       <roehrich@cray.com>
53     Hugo van der Sanden <hv@crypt0.demon.co.uk>
54     Michael G Schwern   <schwern@pobox.com>
55     Roderick Schertler  <roderick@argon.org>
56     Kurt D. Starsinic   <kstar@chapin.edu>
57     Benjamin Stuhl      <sho_pi@hotmail.com>
58     Dan Sugalski        <sugalskd@osshe.edu>
59     Nathan Torkington   <gnat@frii.com>
60     Larry W. Virden     <lvirden@cas.org>
61     Johan Vromans       <jvromans@squirrel.nl>
62     Ilya Zakharevich    <ilya@math.ohio-state.edu>
63
64 And the Keepers of the Patch Pumpkin:
65
66     Charles Bailey      <bailey@newman.upenn.edu>
67     Graham Barr         <gbarr@ti.com>
68     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
69     Tim Bunce           <Tim.Bunce@ig.co.uk>
70     Andy Dougherty      <doughera@lafcol.lafayette.edu>
71     Gurusamy Sarathy    <gsar@activestate.com>
72     Chip Salzenberg     <chip@perl.com>
73
74 And, of course, the Author of Perl:
75
76     Larry Wall          <larry@wall.org>
77
78
79 NOTE: Each change entry shows the change number; who checked it into the
80 repository; when; description of the change; which branch the change
81 happened in; and the affected files.  The file lists have a short symbolic
82 indicator:
83
84             !       modified
85             +       added
86             -       deleted
87             +>      branched (from elsewhere)
88             !>      merged changes (from elsewhere)
89
90
91 --------------
92 Version v5.6.0
93 --------------
94
95 ____________________________________________________________________________
96 [  5851] By: gsar                                  on 2000/03/21  06:06:44
97         Log: make parenthetic warnings look consistent; make diagnostic on
98              "use 5.6" et al mention the alternate form; pod fixups
99      Branch: perl
100            ! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c
101            ! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op
102            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c
103            ! util.c
104 ____________________________________________________________________________
105 [  5850] By: gsar                                  on 2000/03/21  04:05:00
106         Log: disable unused Windows code that won't run on Windows 95
107      Branch: perl
108            ! win32/vmem.h
109 ____________________________________________________________________________
110 [  5849] By: gsar                                  on 2000/03/21  03:34:39
111         Log: $File::Find::name doesn't reflect top level files
112              correctly (from Simon Cozens <simon@brecon.co.uk>)
113      Branch: perl
114            ! lib/File/Find.pm
115 ____________________________________________________________________________
116 [  5848] By: gsar                                  on 2000/03/21  02:46:01
117         Log: test fails when sockets not available (from Yitzchak Scott-Thoennes)
118      Branch: perl
119            ! t/lib/io_unix.t
120 ____________________________________________________________________________
121 [  5847] By: gsar                                  on 2000/03/21  00:09:09
122         Log: under useithreads, PUSHLOOP must save PL_curpad for looking up
123              iterdata, since dounwind() may defer LEAVEs
124      Branch: perl
125            ! cop.h
126 ____________________________________________________________________________
127 [  5846] By: jhi                                   on 2000/03/20  23:54:37
128         Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux.
129      Branch: cfgperl
130            ! pod/perldelta.pod
131 ____________________________________________________________________________
132 [  5845] By: jhi                                   on 2000/03/20  23:45:24
133         Log: detypo
134      Branch: cfgperl
135            ! t/op/taint.t
136 ____________________________________________________________________________
137 [  5844] By: jhi                                   on 2000/03/20  23:17:18
138         Log: Integrate with Sarathy.
139      Branch: cfgperl
140           !> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl
141           !> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod
142           !> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c
143           !> utils/perlbug.PL
144 ____________________________________________________________________________
145 [  5843] By: gsar                                  on 2000/03/20  22:14:35
146         Log: add note about symbolic filehandles (from Johan Vromans)
147      Branch: perl
148            ! lib/strict.pm pod/perlfunc.pod
149 ____________________________________________________________________________
150 [  5842] By: gsar                                  on 2000/03/20  21:59:51
151         Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
152              code
153      Branch: perl
154            ! utils/perlbug.PL
155 ____________________________________________________________________________
156 [  5841] By: gsar                                  on 2000/03/20  21:06:01
157         Log: more sleep needed from slow systems (from Peter Haworth)
158      Branch: perl
159            ! t/io/pipe.t
160 ____________________________________________________________________________
161 [  5840] By: gsar                                  on 2000/03/20  21:04:42
162         Log: typo in change#5839
163      Branch: perl
164            ! lib/Dumpvalue.pm
165 ____________________________________________________________________________
166 [  5839] By: gsar                                  on 2000/03/20  21:03:14
167         Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
168              <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm
169      Branch: perl
170            ! lib/Dumpvalue.pm lib/dumpvar.pl
171 ____________________________________________________________________________
172 [  5838] By: gsar                                  on 2000/03/20  20:53:25
173         Log: mention handle autovivification in perldata (from Johan Vromans)
174      Branch: perl
175            ! lib/User/pwent.pm pod/perldata.pod
176 ____________________________________________________________________________
177 [  5837] By: gsar                                  on 2000/03/20  20:37:42
178         Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
179      Branch: perl
180            ! t/lib/charnames.t toke.c
181 ____________________________________________________________________________
182 [  5836] By: gsar                                  on 2000/03/20  16:27:13
183         Log: autovivify open($fh[0],...) properly
184      Branch: perl
185            ! op.c pp.c
186 ____________________________________________________________________________
187 [  5835] By: gsar                                  on 2000/03/19  18:51:24
188         Log: add @x->[2] bug to known issues (from Johan Vromans)
189      Branch: perl
190            ! pod/perldelta.pod
191 ____________________________________________________________________________
192 [  5834] By: jhi                                   on 2000/03/19  18:42:35
193         Log: Fix the socklen default type (from Laszlo Molnar;
194              though I prefer signed, not unsigned); move the cross-compialtion
195              wish item to Todo; drop excess permissions in taint.t.
196      Branch: cfgperl
197            ! Configure Todo Todo-5.6 config_h.SH t/op/taint.t
198      Branch: metaconfig
199            ! U/protos/socksizetype.U
200 ____________________________________________________________________________
201 [  5833] By: jhi                                   on 2000/03/19  18:20:42
202         Log: Integrate with Sarathy.
203      Branch: cfgperl
204           !> (integrate 42 files)
205 ____________________________________________________________________________
206 [  5832] By: gsar                                  on 2000/03/19  18:01:28
207         Log: pwent.pm doc tweak (from Tom Christiansen)
208      Branch: perl
209            ! lib/User/pwent.pm
210 ____________________________________________________________________________
211 [  5831] By: gsar                                  on 2000/03/19  17:57:31
212         Log: unsigned is a more reasonable socksizetype default (from
213              Laszlo <ml1050@freemail.hu>)
214      Branch: perl
215            ! Configure
216 ____________________________________________________________________________
217 [  5830] By: gsar                                  on 2000/03/19  17:40:20
218         Log: taint.t shouldn't fail where IPC::SysV unavailable
219      Branch: perl
220            ! t/op/taint.t
221 ____________________________________________________________________________
222 [  5829] By: gsar                                  on 2000/03/19  17:19:46
223         Log: update Changes
224      Branch: perl
225            ! Changes embed.h
226 ____________________________________________________________________________
227 [  5828] By: gsar                                  on 2000/03/19  16:47:14
228         Log: squelch known scalar leak due to compile failure
229      Branch: perl
230            ! t/pragma/strict-vars
231 ____________________________________________________________________________
232 [  5827] By: gsar                                  on 2000/03/19  09:20:22
233         Log: mention how to look up perllocal.pod (from Michael G Schwern)
234      Branch: perl
235            ! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod
236 ____________________________________________________________________________
237 [  5826] By: gsar                                  on 2000/03/19  08:49:27
238         Log: mention need to wait for children (from Russ Allbery)
239      Branch: perl
240            ! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod
241 ____________________________________________________________________________
242 [  5825] By: gsar                                  on 2000/03/19  08:47:52
243         Log: Pod::Man should strip leading lib/ for module manpages (from
244              Russ Allbery)
245      Branch: perl
246            ! lib/Pod/Man.pm
247 ____________________________________________________________________________
248 [  5824] By: gsar                                  on 2000/03/19  08:17:49
249         Log: User::pwent fixups for additional fields (from Tom Christiansen);
250              fix bug in pw_has(); tolerate absense of pw{change,age,quota}
251              and pw{comment,class} (Debian 2.1 doesn't have either of these)
252      Branch: perl
253            ! lib/User/pwent.pm
254 ____________________________________________________________________________
255 [  5823] By: gsar                                  on 2000/03/19  07:41:46
256         Log: pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
257      Branch: perl
258            ! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod
259            ! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm
260 ____________________________________________________________________________
261 [  5822] By: gsar                                  on 2000/03/19  07:34:29
262         Log: integrate cfgperl contents into mainline
263      Branch: perl
264            ! ext/Thread/Thread.pm pod/perlthrtut.pod
265           !> (integrate 41 files)
266 ____________________________________________________________________________
267 [  5821] By: gsar                                  on 2000/03/19  07:14:38
268         Log: remove dead code
269      Branch: perl
270            ! lib/charnames.pm
271 ____________________________________________________________________________
272 [  5820] By: gsar                                  on 2000/03/19  07:13:01
273         Log: fix typo
274      Branch: perl
275            ! pod/perldiag.pod
276 ____________________________________________________________________________
277 [  5819] By: gsar                                  on 2000/03/19  07:09:32
278         Log: produce better error message when \N{...} is used without
279              "use charnames ..."
280      Branch: perl
281            ! pod/perldelta.pod pod/perldiag.pod toke.c
282 ____________________________________________________________________________
283 [  5818] By: gsar                                  on 2000/03/19  06:30:11
284         Log: default warnLevel and dieLevel to 0 in debugger (from Tom
285              Christiansen); make dumpvar.pl safe against non-glob entries
286              in stashes
287      Branch: perl
288            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl
289            ! pod/perldebug.pod
290 ____________________________________________________________________________
291 [  5817] By: gsar                                  on 2000/03/19  06:18:24
292         Log: better notes on s///ee (from Simon Cozens <simon@cozens.net>)
293      Branch: perl
294            ! pod/perlop.pod
295 ____________________________________________________________________________
296 [  5816] By: gsar                                  on 2000/03/19  05:55:52
297         Log: support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
298              op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
299      Branch: perl
300            ! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c
301            ! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h
302 ____________________________________________________________________________
303 [  5815] By: gsar                                  on 2000/03/19  05:27:31
304         Log: fix sort optimizer to not hang inside loops
305      Branch: perl
306            ! op.c t/op/sort.t
307 ____________________________________________________________________________
308 [  5814] By: gsar                                  on 2000/03/19  03:59:29
309         Log: fixes for alias handling in debugger (from Tom Christiansen)
310      Branch: perl
311            ! lib/perl5db.pl
312 ____________________________________________________________________________
313 [  5813] By: gsar                                  on 2000/03/19  03:38:10
314         Log: warn about CHECK and INIT blocks encountered at run time
315      Branch: perl
316            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
317 ____________________________________________________________________________
318 [  5812] By: jhi                                   on 2000/03/19  03:15:58
319         Log: Taint msgrcv() messages; general SysV IPC cleanup.
320      Branch: cfgperl
321            ! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod
322            ! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t
323 ____________________________________________________________________________
324 [  5811] By: jhi                                   on 2000/03/19  01:48:47
325         Log: Taint shmread().
326      Branch: cfgperl
327            ! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod
328            ! t/op/taint.t
329 ____________________________________________________________________________
330 [  5810] By: jhi                                   on 2000/03/19  01:22:47
331         Log: Taint also the passwd field of the getpw*().
332      Branch: cfgperl
333            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
334            ! t/op/taint.t
335 ____________________________________________________________________________
336 [  5809] By: jhi                                   on 2000/03/18  21:44:34
337         Log: Integrate with Sarathy.
338      Branch: cfgperl
339           !> t/pragma/strict-vars toke.c
340 ____________________________________________________________________________
341 [  5808] By: jhi                                   on 2000/03/18  21:40:55
342         Log: (Re-)introduce $uidsign and $gidsign.
343      Branch: cfgperl
344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
345            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
346            ! vos/config.def vos/config.h vos/config_h.SH_orig
347            ! win32/config.bc win32/config.gc win32/config.vc
348            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
349            ! win32/config_h.PL win32/config_sh.PL
350      Branch: metaconfig
351            ! U/modified/groupstype.U U/typedefs/gidtype.U
352 ____________________________________________________________________________
353 [  5807] By: jhi                                   on 2000/03/18  20:38:12
354         Log: The #5805 requires a test change, too.
355      Branch: cfgperl
356            ! t/op/taint.t
357 ____________________________________________________________________________
358 [  5806] By: gsar                                  on 2000/03/18  20:10:29
359         Log: queued errors may not be displayed after the PL_error_count limit
360      Branch: perl
361            ! t/pragma/strict-vars toke.c
362 ____________________________________________________________________________
363 [  5805] By: jhi                                   on 2000/03/18  19:56:12
364         Log: Taint the shell from the getpw*. 
365      Branch: cfgperl
366            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
367 ____________________________________________________________________________
368 [  5804] By: jhi                                   on 2000/03/18  19:37:01
369         Log: Use the newSVuv().
370      Branch: cfgperl
371            ! embed.h op.c pp_sys.c toke.c
372 ____________________________________________________________________________
373 [  5803] By: jhi                                   on 2000/03/18  19:08:40
374         Log: Add newSVuv().
375      Branch: cfgperl
376            ! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h
377            ! pod/perlapi.pod proto.h sv.c
378 ____________________________________________________________________________
379 [  5802] By: jhi                                   on 2000/03/18  17:11:07
380         Log: Configure nits: rewording from Sarathy (aka #5796),
381              and installation directories patch from Robin Parker.
382      Branch: cfgperl
383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
384            ! config_h.SH vos/config.h vos/config_h.SH_orig
385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
386      Branch: metaconfig
387            ! U/modified/Getfile.U
388      Branch: metaconfig/U/perl
389            ! bincompat5005.U
390 ____________________________________________________________________________
391 [  5801] By: jhi                                   on 2000/03/18  16:41:31
392         Log: Integrate with Sarathy.
393      Branch: cfgperl
394           !> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp
395           !> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c
396           !> t/lib/charnames.t t/pragma/utf8.t toke.c
397 ____________________________________________________________________________
398 [  5800] By: gsar                                  on 2000/03/18  05:16:32
399         Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
400              in system includes)
401      Branch: perl
402            ! hints/dos_djgpp.sh
403 ____________________________________________________________________________
404 [  5799] By: gsar                                  on 2000/03/18  05:12:00
405         Log: Getopt::Long 2.23 update (from Johan Vromans)
406      Branch: perl
407            ! Changes lib/Getopt/Long.pm
408 ____________________________________________________________________________
409 [  5798] By: gsar                                  on 2000/03/18  05:03:20
410         Log: recognize single-line declarations in xsubpp; add switches to
411              disable newfangled features (from Ilya Zakharevich)
412      Branch: perl
413            ! lib/ExtUtils/xsubpp
414 ____________________________________________________________________________
415 [  5797] By: gsar                                  on 2000/03/18  04:21:43
416         Log: make "\N{...}" enable utf8-ness correctly
417      Branch: perl
418            ! t/lib/charnames.t toke.c
419 ____________________________________________________________________________
420 [  5796] By: gsar                                  on 2000/03/18  04:03:08
421         Log: avoid mentioning Perl version in Configure question
422      Branch: perl
423            ! Configure
424 ____________________________________________________________________________
425 [  5795] By: gsar                                  on 2000/03/18  03:32:31
426         Log: better explanation of C<> tags (from Wolfgang Laun)
427      Branch: perl
428            ! pod/perlpod.pod
429 ____________________________________________________________________________
430 [  5794] By: gsar                                  on 2000/03/18  03:26:57
431         Log: make return values from match in a list context, as well as $& et
432              al propagate utf8-ness (from Graham Barr)
433      Branch: perl
434            ! mg.c pp_hot.c t/pragma/utf8.t
435 ____________________________________________________________________________
436 [  5793] By: jhi                                   on 2000/03/18  01:45:30
437         Log: Integrate with Sarathy.
438      Branch: cfgperl
439           !> hints/powerux.sh xsutils.c
440 ____________________________________________________________________________
441 [  5792] By: gsar                                  on 2000/03/18  01:08:25
442         Log: hints fixups for PowerMAX (from Tom Horsley)
443      Branch: perl
444            ! hints/powerux.sh
445 ____________________________________________________________________________
446 [  5791] By: gsar                                  on 2000/03/17  23:53:21
447         Log: make reftype() consistently croak on non-refs
448      Branch: perl
449            ! xsutils.c
450 ____________________________________________________________________________
451 [  5790] By: jhi                                   on 2000/03/17  23:41:36
452         Log: Integrate with Sarathy. 
453      Branch: cfgperl
454           !> configpm ext/Thread/Thread/Queue.pm
455           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
456           !> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod
457 ____________________________________________________________________________
458 [  5789] By: gsar                                  on 2000/03/17  22:37:21
459         Log: fix coredump when upgrading PL_sv_yes in a second call to
460              perl_construct() (from Doug MacEachern)
461      Branch: perl
462            ! perl.c
463 ____________________________________________________________________________
464 [  5788] By: gsar                                  on 2000/03/17  22:32:25
465         Log: make noTTY debugger option work again (from Paul Marquess)
466      Branch: perl
467            ! lib/perl5db.pl
468 ____________________________________________________________________________
469 [  5787] By: gsar                                  on 2000/03/17  17:00:05
470         Log: make Config.pm report sane errors with older perls
471      Branch: perl
472            ! configpm
473 ____________________________________________________________________________
474 [  5786] By: gsar                                  on 2000/03/17  16:48:20
475         Log: syntax errors in Thread::* (from Tom Christiansen)
476      Branch: perl
477            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
478            ! ext/Thread/Thread/Specific.pm
479 ____________________________________________________________________________
480 [  5785] By: gsar                                  on 2000/03/17  16:45:34
481         Log: tweak perldata section on v-strings
482      Branch: perl
483            ! pod/perldata.pod
484 ____________________________________________________________________________
485 [  5784] By: gsar                                  on 2000/03/17  16:24:28
486         Log: missing file in change#5781
487      Branch: perl
488            ! lib/Pod/Find.pm
489 ____________________________________________________________________________
490 [  5783] By: jhi                                   on 2000/03/17  14:38:29
491         Log: Add the NEXTSTEP strftime %j bug to Known Problems.
492      Branch: cfgperl
493            ! pod/perldelta.pod
494 ____________________________________________________________________________
495 [  5782] By: jhi                                   on 2000/03/17  14:29:46
496         Log: Integrate with Sarathy.
497      Branch: cfgperl
498           !> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm
499           !> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod
500           !> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl
501 ____________________________________________________________________________
502 [  5781] By: gsar                                  on 2000/03/17  06:19:17
503         Log: PodParser v1.13 update (from Brad Appleton)
504      Branch: perl
505            ! t/pod/testpchk.pl
506 ____________________________________________________________________________
507 [  5780] By: gsar                                  on 2000/03/17  05:42:45
508         Log: propagate CvFLAGS() into clones
509      Branch: perl
510            ! op.c
511 ____________________________________________________________________________
512 [  5779] By: gsar                                  on 2000/03/17  04:58:39
513         Log: documentation fixes from p5p
514      Branch: perl
515            ! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod
516            ! pod/perldebug.pod
517 ____________________________________________________________________________
518 [  5778] By: bailey                                on 2000/03/17  04:23:35
519         Log: Quick pre-release fixes: clean up results in File::Spec::VMS and
520              switch dir test order in taint.t to accomodate DECCRTL extension.
521      Branch: vmsperl
522            ! lib/File/Spec/VMS.pm t/op/taint.t
523 ____________________________________________________________________________
524 [  5777] By: gsar                                  on 2000/03/17  04:13:27
525         Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"
526              (from Tom Christiansen)
527      Branch: perl
528            ! sv.c
529 ____________________________________________________________________________
530 [  5776] By: jhi                                   on 2000/03/17  03:40:18
531         Log: More Todo.
532      Branch: cfgperl
533            ! Todo Todo-5.6
534 ____________________________________________________________________________
535 [  5775] By: gsar                                  on 2000/03/17  03:40:14
536         Log: s/:def/:DEFAULT/
537      Branch: perl
538            ! lib/open.pm
539 ____________________________________________________________________________
540 [  5774] By: gsar                                  on 2000/03/17  03:39:07
541         Log: export cv_undef() and cv_const_sv() (mod_perl uses them to
542              good advantage)
543      Branch: perl
544            ! embed.pl global.sym objXSUB.h perlapi.c
545 ____________________________________________________________________________
546 [  5773] By: gsar                                  on 2000/03/17  03:12:34
547         Log: remove non-ANSI parts in comp/cpp.t
548      Branch: perl
549            ! t/comp/cpp.aux
550 ____________________________________________________________________________
551 [  5772] By: jhi                                   on 2000/03/17  03:11:49
552         Log: Integrate with Sarathy.
553      Branch: cfgperl
554           !> configure.com embed.h embed.pl lib/CGI.pm
555           !> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h
556           !> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm
557           !> vms/ext/vmsish.t vms/subconfigure.com vms/test.com
558           !> vms/vmsish.h
559 ____________________________________________________________________________
560 [  5771] By: jhi                                   on 2000/03/17  03:10:34
561         Log: Make the test easier to use.
562      Branch: cfgperl
563            ! t/op/sysio.t
564 ____________________________________________________________________________
565 [  5770] By: gsar                                  on 2000/03/17  03:04:33
566         Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery)
567      Branch: perl
568            ! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL
569 ____________________________________________________________________________
570 [  5769] By: gsar                                  on 2000/03/17  02:53:39
571         Log: integrate vmsperl contents into mainline (no actual changes, since
572              cfgperl already had them all)
573      Branch: perl
574           !> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h
575           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com
576           !> vms/test.com vms/vmsish.h
577 ____________________________________________________________________________
578 [  5768] By: gsar                                  on 2000/03/17  02:48:14
579         Log: fix signedness in test for syswrite() length argument
580      Branch: perl
581            ! pp_sys.c
582 ____________________________________________________________________________
583 [  5767] By: gsar                                  on 2000/03/17  02:38:51
584         Log: integrate cfgperl contents into mainline
585      Branch: perl
586           !> (integrate 28 files)
587 ____________________________________________________________________________
588 [  5766] By: jhi                                   on 2000/03/17  02:29:24
589         Log: Add "Known Problems" section.
590      Branch: cfgperl
591            ! pod/perldelta.pod
592 ____________________________________________________________________________
593 [  5765] By: gsar                                  on 2000/03/17  00:31:19
594         Log: add missing bincompat5005 #defines
595      Branch: perl
596            ! embed.h embed.pl
597 ____________________________________________________________________________
598 [  5764] By: jhi                                   on 2000/03/16  15:32:52
599         Log: pp_send() type tuning continues.
600      Branch: cfgperl
601            ! pp_sys.c
602 ____________________________________________________________________________
603 [  5763] By: jhi                                   on 2000/03/16  04:09:37
604         Log: Integrate with Sarathy.
605      Branch: cfgperl
606           !> embed.pl global.sym objXSUB.h perl.c perlapi.c
607           !> win32/perlhost.h win32/perllib.c win32/win32.h
608 ____________________________________________________________________________
609 [  5762] By: jhi                                   on 2000/03/16  04:06:36
610         Log: VMS patches from Dan Sugalski and Charles Bailey
611      Branch: cfgperl
612            ! configure.com ext/File/Glob/Glob.pm lib/CGI.pm
613            ! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com
614 ____________________________________________________________________________
615 [  5761] By: gsar                                  on 2000/03/16  03:18:41
616         Log: due to an oversight during PERL_OBJECT migration, hosts created
617              by pseudo-fork were never being deleted, leading to a sizeable
618              memory leak; std FDs in pseudo-children are now closed
619              automatically to avoid resource leaks; basic infinite looping
620              fork() test works without leaking again in non-PERL_OBJECT
621              build
622      Branch: perl
623            ! embed.pl global.sym objXSUB.h perl.c perlapi.c
624            ! win32/perlhost.h win32/perllib.c win32/win32.h
625 ____________________________________________________________________________
626 [  5760] By: jhi                                   on 2000/03/16  01:50:13
627         Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and
628              return a SSize_t, not an Off_t); add a note about a slightly
629              similar situation in pp_truncate(); introduce $sizesize
630              for Configure; update EPOC, VOS, Win32, and VMS for the
631              sizesize; minor updates on the EPOC config file; reword
632              socklen_t message slightly; fix fpossize (though unused    currently)
633      Branch: cfgperl
634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
635            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
636            ! vos/config.def vos/config.h win32/config.bc win32/config.gc
637            ! win32/config.vc win32/config_H.bc win32/config_H.gc
638            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
639      Branch: metaconfig/U/perl
640            ! d_socklen_t.U fpossize.U
641 ____________________________________________________________________________
642 [  5759] By: jhi                                   on 2000/03/15  23:47:11
643         Log: Integrate with Sarathy.
644      Branch: cfgperl
645           !> makedef.pl
646 ____________________________________________________________________________
647 [  5758] By: jhi                                   on 2000/03/15  23:46:17
648         Log: Retract #5767; replace it with a tested patch
649              from Anton Berezin.
650      Branch: cfgperl
651            ! hints/freebsd.sh
652 ____________________________________________________________________________
653 [  5757] By: jhi                                   on 2000/03/15  23:36:53
654         Log: Configure nits: do not use /tmp to avoid potential security
655              problems (Andy Dougherty: this does not fix the rampant
656              use of /tmp by the various utilities like C compilers, though.
657              Just don't run Configure as root if you care about security.),
658              fix man3dir bug (both from Andy Dougherty); fix hints files
659              not to use /tmp; retract #4993 (the description of the *symbols
660              variables is okay, after all); regen Configure.
661      Branch: cfgperl
662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
663            ! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh
664      Branch: metaconfig
665            + U/modified/d_flexfnam.U
666            ! U/installdirs/man3dir.U
667 ____________________________________________________________________________
668 [  5756] By: jhi                                   on 2000/03/15  22:20:06
669         Log: cater for FreeBSD 5.*
670      Branch: cfgperl
671            ! hints/freebsd.sh
672 ____________________________________________________________________________
673 [  5755] By: jhi                                   on 2000/03/15  22:00:57
674         Log: Add missing Windows O_ constants.
675      Branch: cfgperl
676            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
677 ____________________________________________________________________________
678 [  5754] By: gsar                                  on 2000/03/15  19:56:37
679         Log: add PL_thr_key to export list under useithreads
680      Branch: perl
681            ! makedef.pl
682 ____________________________________________________________________________
683 [  5753] By: jhi                                   on 2000/03/15  04:19:19
684         Log: Integrate with Sarathy.
685      Branch: cfgperl
686           !> (integrate 37 files)
687 ____________________________________________________________________________
688 [  5752] By: bailey                                on 2000/03/15  03:45:28
689         Log: Make DEBUGGING a configurable option
690      Branch: vmsperl
691            ! configure.com
692 ____________________________________________________________________________
693 [  5751] By: bailey                                on 2000/03/15  03:38:57
694         Log: Remove obsolete DCL symbol from subconfigure.com
695      Branch: vmsperl
696            ! vms/subconfigure.com
697 ____________________________________________________________________________
698 [  5750] By: bailey                                on 2000/03/15  03:29:17
699         Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec)
700      Branch: vmsperl
701            ! lib/CGI.pm
702           !> ext/File/Glob/Glob.pm
703 ____________________________________________________________________________
704 [  5749] By: bailey                                on 2000/03/15  02:05:28
705         Log: Change test using obsolete %COnfig element
706      Branch: vmsperl
707            ! lib/ExtUtils/Mksymlists.pm
708 ____________________________________________________________________________
709 [  5748] By: gsar                                  on 2000/03/14  23:39:42
710         Log: update local_patches entry for RC2
711      Branch: perl
712            ! Changes patchlevel.h pod/perlhist.pod
713 ____________________________________________________________________________
714 [  5747] By: gsar                                  on 2000/03/14  22:44:27
715         Log: more warnings tidy-ups (from Paul Marquess)
716      Branch: perl
717            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
718            ! t/lib/attrs.t utils/h2xs.PL
719 ____________________________________________________________________________
720 [  5746] By: gsar                                  on 2000/03/14  22:30:43
721         Log: Sys::Syslog fix for accidental arguments to autoloaded constants
722      Branch: perl
723            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
724 ____________________________________________________________________________
725 [  5745] By: gsar                                  on 2000/03/14  22:20:27
726         Log: tweak to use SIZE_ONLY
727      Branch: perl
728            ! regcomp.c
729 ____________________________________________________________________________
730 [  5744] By: gsar                                  on 2000/03/14  21:56:48
731         Log: regen win32/config*
732      Branch: perl
733            ! win32/Makefile win32/config_H.bc win32/config_H.gc
734            ! win32/config_H.vc win32/makefile.mk
735 ____________________________________________________________________________
736 [  5743] By: gsar                                  on 2000/03/14  21:46:25
737         Log: change#5729 had syntax errors
738      Branch: perl
739            ! t/lib/complex.t
740 ____________________________________________________________________________
741 [  5742] By: gsar                                  on 2000/03/14  21:26:33
742         Log: integrate vmsperl changes into mainline (change#5693 denied)
743      Branch: perl
744           !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
745           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
746           !> vms/vms.c
747 ____________________________________________________________________________
748 [  5741] By: gsar                                  on 2000/03/14  21:17:34
749         Log: update Changes; integrate cfgperl contents into mainline
750      Branch: perl
751            ! Changes
752           !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
753 ____________________________________________________________________________
754 [  5740] By: gsar                                  on 2000/03/14  20:57:12
755         Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
756      Branch: perl
757            ! pod/perlfaq4.pod
758 ____________________________________________________________________________
759 [  5739] By: gsar                                  on 2000/03/14  20:53:07
760         Log: allow alternates to negate correctly (from Johan Vromans)
761      Branch: perl
762            ! lib/Getopt/Long.pm
763 ____________________________________________________________________________
764 [  5738] By: gsar                                  on 2000/03/14  20:34:19
765         Log: kludge our way around warnings on C<use POSIX; use IO::File;>
766      Branch: perl
767            ! ext/IO/lib/IO/Seekable.pm
768 ____________________________________________________________________________
769 [  5737] By: gsar                                  on 2000/03/14  20:06:23
770         Log: protect special characters better against interpretation by *roff
771              (from Russ Allbery)
772      Branch: perl
773            ! lib/Pod/Man.pm
774 ____________________________________________________________________________
775 [  5736] By: gsar                                  on 2000/03/14  19:47:00
776         Log: provide an explicit base address for perl56.dll to avoid relocations;
777              increase the default stack size (RE engine can use a lot more stack
778              than the 1MB default limit); default to using the regular version of
779              the MSVCRT even for DEBUGGING builds (this allows extensions to be
780              selectively built with debugging)
781      Branch: perl
782            ! win32/Makefile win32/makefile.mk
783 ____________________________________________________________________________
784 [  5735] By: gsar                                  on 2000/03/14  19:31:53
785         Log: regen perltoc, other pod nits
786      Branch: perl
787            ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
788            ! pod/perltoc.pod pod/roffitall
789 ____________________________________________________________________________
790 [  5734] By: gsar                                  on 2000/03/14  19:08:22
791         Log: avoid dup warning (from Simon Cozens)
792      Branch: perl
793            ! regcomp.c
794 ____________________________________________________________________________
795 [  5733] By: gsar                                  on 2000/03/14  18:46:50
796         Log: allow usemymalloc to be overridden via -Uusemymalloc
797      Branch: perl
798            ! hints/hpux.sh
799 ____________________________________________________________________________
800 [  5732] By: gsar                                  on 2000/03/14  17:23:47
801         Log: test case for change#5700 (from M. J. T. Guy)
802      Branch: perl
803            ! t/op/universal.t
804 ____________________________________________________________________________
805 [  5731] By: gsar                                  on 2000/03/14  17:15:44
806         Log: revise README.win32 for currentness, point to function
807              list in perlport.pod (from a patch suggested by Dominic Dunlop)
808      Branch: perl
809            ! README.win32 pod/perlport.pod
810 ____________________________________________________________________________
811 [  5730] By: gsar                                  on 2000/03/14  17:14:21
812         Log: tweak sort() notes (from Nathan Torkington)
813      Branch: perl
814            ! pod/perlfunc.pod
815 ____________________________________________________________________________
816 [  5729] By: jhi                                   on 2000/03/14  15:13:13
817         Log: Make the tests 1018 and 1019 more robust.
818      Branch: cfgperl
819            ! t/lib/complex.t
820 ____________________________________________________________________________
821 [  5728] By: jhi                                   on 2000/03/14  15:07:48
822         Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
823              in NEXTSTEP 3.3p2.
824      Branch: cfgperl
825            ! ext/Socket/Socket.xs
826 ____________________________________________________________________________
827 [  5727] By: jhi                                   on 2000/03/14  14:57:04
828         Log: Integrate with Sarathy; unapply the #5539 that snekt in
829              with #5539.
830      Branch: cfgperl
831           +> pod/perldebguts.pod
832            ! patchlevel.h perl.h
833           !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
834           !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
835           !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
836           !> win32/makefile.mk
837 ____________________________________________________________________________
838 [  5726] By: gsar                                  on 2000/03/14  07:43:37
839         Log: fixes for Borland compiler (from Vadim Konovalov
840              <vkonovalov@lucent.com>)
841      Branch: perl
842            ! utils/perlcc.PL win32/makefile.mk
843 ____________________________________________________________________________
844 [  5725] By: gsar                                  on 2000/03/14  07:38:00
845         Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
846      Branch: perl
847            ! lib/Text/Abbrev.pm
848 ____________________________________________________________________________
849 [  5724] By: gsar                                  on 2000/03/14  05:59:02
850         Log: integrate cfgperl changes into mainline, ignoring the
851              __attribute__((unused)) stuff that seems to have snuck
852              back in
853      Branch: perl
854           !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
855           !> vms/perlvms.pod
856 ____________________________________________________________________________
857 [  5723] By: gsar                                  on 2000/03/14  05:49:08
858         Log: patches for many bugs in the debugger; documentation updates for
859              perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
860              Tom Christiansen)
861      Branch: perl
862            + pod/perldebguts.pod
863            ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
864            ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
865 ____________________________________________________________________________
866 [  5722] By: gsar                                  on 2000/03/14  05:37:29
867         Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
868              <oneill@cs.sfu.ca>)
869      Branch: perl
870            ! t/lib/io_sock.t
871 ____________________________________________________________________________
872 [  5721] By: gsar                                  on 2000/03/14  03:53:50
873         Log: support a -U option when run as root to drop privileges (from
874              Tom Christiansen)
875      Branch: perl
876            ! utils/perldoc.PL
877 ____________________________________________________________________________
878 [  5720] By: jhi                                   on 2000/03/14  03:43:51
879         Log: move the big AVAILABILITY list to perlport as Supported Platforms
880              (Tom Christiansen); add few more platforms
881      Branch: cfgperl
882            ! pod/perl.pod pod/perlport.pod
883 ____________________________________________________________________________
884 [  5719] By: jhi                                   on 2000/03/14  02:44:55
885         Log: more todo
886      Branch: cfgperl
887            ! Todo-5.6
888 ____________________________________________________________________________
889 [  5718] By: jhi                                   on 2000/03/14  02:17:16
890         Log: detypo
891      Branch: cfgperl
892            ! vms/perlvms.pod
893 ____________________________________________________________________________
894 [  5717] By: jhi                                   on 2000/03/14  02:00:24
895         Log: Integrate with Sarathy.
896      Branch: cfgperl
897            ! patchlevel.h perl.h
898           !> (integrate 60 files)
899 ____________________________________________________________________________
900 [  5716] By: gsar                                  on 2000/03/14  00:01:39
901         Log: reference miscount in Devel::Peek that causes debugger to
902              crash unceremoniously when doing "V DB" etc., repeatedly
903      Branch: perl
904            ! ext/Devel/Peek/Peek.xs
905 ____________________________________________________________________________
906 [  5715] By: gsar                                  on 2000/03/13  21:40:23
907         Log: fixes for broken L<> links (from Wolfgang Laun
908              <wolfgang.laun@alcatel.at>)
909      Branch: perl
910            ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
911            ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
912            ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
913            ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
914 ____________________________________________________________________________
915 [  5714] By: gsar                                  on 2000/03/13  21:37:48
916         Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
917      Branch: perl
918            ! pod/perlboot.pod
919 ____________________________________________________________________________
920 [  5713] By: gsar                                  on 2000/03/13  21:36:24
921         Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
922      Branch: perl
923            ! utils/h2xs.PL
924 ____________________________________________________________________________
925 [  5712] By: gsar                                  on 2000/03/13  21:29:15
926         Log: lexical warnings update for docs and tests (from Paul Marquess)
927      Branch: perl
928            ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
929            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
930            ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
931            ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
932            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
933            ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
934            ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
935            ! t/io/open.t t/lib/fields.t t/lib/parsewords.t
936            ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
937            ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
938            ! t/pragma/constant.t t/pragma/locale.t
939 ____________________________________________________________________________
940 [  5711] By: gsar                                  on 2000/03/13  21:08:29
941         Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
942      Branch: perl
943            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
944            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
945            ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
946            ! t/pod/testpchk.pl
947 ____________________________________________________________________________
948 [  5710] By: gsar                                  on 2000/03/13  20:46:37
949         Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
950              Allen <allen@huarp.harvard.edu>)
951      Branch: perl
952            ! op.c
953 ____________________________________________________________________________
954 [  5709] By: gsar                                  on 2000/03/13  20:43:30
955         Log: mention changes to diagnostics
956      Branch: perl
957            ! pod/perldelta.pod
958 ____________________________________________________________________________
959 [  5708] By: gsar                                  on 2000/03/13  20:34:38
960         Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
961      Branch: perl
962            ! lib/ExtUtils/xsubpp
963 ____________________________________________________________________________
964 [  5707] By: gsar                                  on 2000/03/13  20:23:24
965         Log: don't check for errno after Atof() (atof() doesn't set errno, and
966              where Atof() is actually strto[l]d(), some platforms seem to want
967              to set errno randomly)
968      Branch: perl
969            ! toke.c
970 ____________________________________________________________________________
971 [  5706] By: gsar                                  on 2000/03/13  18:14:18
972         Log: integrate cfgperl changes into mainline
973      Branch: perl
974           !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
975           !> perl.h pod/perl.pod pp.c
976 ____________________________________________________________________________
977 [  5705] By: jhi                                   on 2000/03/13  14:44:11
978         Log: STRLEN != int.
979      Branch: cfgperl
980            ! mg.c
981 ____________________________________________________________________________
982 [  5704] By: jhi                                   on 2000/03/13  13:18:07
983         Log: Integrate with Sarathy.
984      Branch: cfgperl
985           +> lib/warnings/register.pm
986           !> (integrate 42 files)
987 ____________________________________________________________________________
988 [  5703] By: gsar                                  on 2000/03/13  12:40:51
989         Log: mention autoflush portability caveat
990      Branch: perl
991            ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
992 ____________________________________________________________________________
993 [  5702] By: gsar                                  on 2000/03/13  11:09:05
994         Log: final touches for lexical warnings (from Paul Marquess)
995      Branch: perl
996            + lib/warnings/register.pm
997            ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
998            ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
999            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
1000            ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
1001            ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
1002            ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
1003            ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
1004            ! t/pragma/warn/9enabled warnings.h warnings.pl
1005 ____________________________________________________________________________
1006 [  5701] By: gsar                                  on 2000/03/13  11:00:00
1007         Log: avoid compiler warnings
1008      Branch: perl
1009            ! pp_hot.c
1010 ____________________________________________________________________________
1011 [  5700] By: gsar                                  on 2000/03/13  09:57:59
1012         Log: make the is_utf8_*() safe for use on invalid utf8 (they now
1013              return false on such input instead of emitting warnings)
1014      Branch: perl
1015            ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
1016            ! pod/perlapi.pod proto.h universal.c utf8.c
1017 ____________________________________________________________________________
1018 [  5699] By: gsar                                  on 2000/03/13  06:59:57
1019         Log: the premature FREETMPS calls in change#1187 weren't defensive enough
1020      Branch: perl
1021            ! pp_ctl.c pp_hot.c t/op/recurse.t
1022 ____________________________________________________________________________
1023 [  5698] By: jhi                                   on 2000/03/13  05:03:37
1024         Log: hints nibbling continues
1025      Branch: cfgperl
1026            ! hints/hpux.sh
1027 ____________________________________________________________________________
1028 [  5697] By: jhi                                   on 2000/03/13  04:45:57
1029         Log: there's no end to tweaking
1030      Branch: cfgperl
1031            ! hints/hpux.sh
1032 ____________________________________________________________________________
1033 [  5696] By: jhi                                   on 2000/03/13  04:26:15
1034         Log: hints tweak
1035      Branch: cfgperl
1036            ! hints/hpux.sh
1037 ____________________________________________________________________________
1038 [  5695] By: bailey                                on 2000/03/13  03:54:09
1039         Log: Trim out leftover hunk from prior resolve conflict
1040      Branch: vmsperl
1041            ! lib/File/Spec/VMS.pm
1042 ____________________________________________________________________________
1043 [  5694] By: bailey                                on 2000/03/13  03:20:20
1044         Log: Assorted configuration cleanups (Peter Prymmer, and a
1045              bit from Charles Bailey and Dan Sugalski)
1046      Branch: vmsperl
1047            ! configure.com vms/subconfigure.com
1048 ____________________________________________________________________________
1049 [  5693] By: bailey                                on 2000/03/13  03:00:16
1050         Log: Add vmsish 'hushed' option to suppress error messages at exit
1051      Branch: vmsperl
1052            ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
1053            ! vms/vmsish.h
1054 ____________________________________________________________________________
1055 [  5692] By: bailey                                on 2000/03/13  02:50:10
1056         Log: Fix inverted test conditions for secure lnm translation
1057              and default file types.  (Dan Sugalski)
1058      Branch: vmsperl
1059            ! vms/subconfigure.com
1060 ____________________________________________________________________________
1061 [  5691] By: bailey                                on 2000/03/13  02:41:36
1062         Log: Insulate tests of default display_format from different precision
1063              on different machines by truncating at 1 digit less than the most
1064              common choice (.15g)
1065      Branch: vmsperl
1066            ! t/lib/complex.t
1067 ____________________________________________________________________________
1068 [  5690] By: bailey                                on 2000/03/13  02:31:44
1069         Log: Resync with mainline post RC1
1070      Branch: vmsperl
1071           +> lib/Pod/Plainer.pm
1072           !> (integrate 137 files)
1073 ____________________________________________________________________________
1074 [  5689] By: bailey                                on 2000/03/13  02:22:24
1075         Log: Update File::Spec::VMS and tests
1076              Since reduce_ricochet has been removed from File::Spec,
1077              revert changes to VMS::Filespec::vmsify made to accomodate it.
1078      Branch: vmsperl
1079            ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
1080            ! vms/vms.c
1081 ____________________________________________________________________________
1082 [  5688] By: bailey                                on 2000/03/13  02:12:11
1083         Log: Basic 5.6.0 RC1 build patches for VMS
1084      Branch: vmsperl
1085            ! configure.com t/pragma/warn/doio t/pragma/warn/util
1086            ! vms/subconfigure.com
1087 ____________________________________________________________________________
1088 [  5687] By: jhi                                   on 2000/03/13  00:41:51
1089         Log: Solaris long double fixes from Alan Burlison.
1090      Branch: cfgperl
1091            ! hints/solaris_2.sh perl.h pp.c
1092 ____________________________________________________________________________
1093 [  5686] By: jhi                                   on 2000/03/13  00:17:13
1094         Log: Integrate with Sarathy.
1095      Branch: cfgperl
1096           !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
1097 ____________________________________________________________________________
1098 [  5685] By: jhi                                   on 2000/03/13  00:13:17
1099         Log: Retract #5680, it broke more than it helped.
1100      Branch: cfgperl
1101            ! hints/hpux.sh
1102 ____________________________________________________________________________
1103 [  5684] By: gsar                                  on 2000/03/12  21:48:44
1104         Log: set optimize=-O only if not already set
1105      Branch: perl
1106            ! hints/hpux.sh
1107 ____________________________________________________________________________
1108 [  5683] By: gsar                                  on 2000/03/12  20:11:45
1109         Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
1110              were being mistakenly subverted anyway
1111      Branch: perl
1112            ! dump.c op.c pod/perldelta.pod t/op/misc.t
1113 ____________________________________________________________________________
1114 [  5682] By: jhi                                   on 2000/03/12  18:11:52
1115         Log: update AVAILABILITY for LynxOS
1116      Branch: cfgperl
1117            ! pod/perl.pod
1118 ____________________________________________________________________________
1119 [  5681] By: jhi                                   on 2000/03/12  18:03:46
1120         Log: 64-bitness hints tweaks
1121      Branch: cfgperl
1122            ! hints/solaris_2.sh
1123 ____________________________________________________________________________
1124 [  5680] By: jhi                                   on 2000/03/12  17:49:25
1125         Log: 64-bitness tweak: separate 64bitint and 64bitall.
1126      Branch: cfgperl
1127            ! hints/hpux.sh
1128 ____________________________________________________________________________
1129 [  5679] By: jhi                                   on 2000/03/12  17:43:09
1130         Log: metaconfig-ify #5676.
1131      Branch: cfgperl
1132            ! Configure config_h.SH
1133      Branch: metaconfig/U/perl
1134            ! fflushall.U
1135 ____________________________________________________________________________
1136 [  5678] By: jhi                                   on 2000/03/12  17:37:14
1137         Log: Integrate with Sarathy.
1138      Branch: cfgperl
1139           !> Changes Configure Todo lib/File/DosGlob.pm
1140 ____________________________________________________________________________
1141 [  5677] By: gsar                                  on 2000/03/12  11:35:10
1142         Log: integrate cfgperl changes into mainline
1143      Branch: perl
1144            ! Changes Todo
1145           !> Todo-5.6 perl.h pod/perldelta.pod
1146 ____________________________________________________________________________
1147 [  5676] By: gsar                                  on 2000/03/12  11:27:38
1148         Log: don't bother testing if we can flush all handles when fflush(stdin)
1149              shows the pipe bug
1150      Branch: perl
1151            ! Configure
1152 ____________________________________________________________________________
1153 [  5675] By: jhi                                   on 2000/03/12  05:08:29
1154         Log: continue flogging the string->int conversion ifdefs
1155      Branch: cfgperl
1156            ! perl.h
1157 ____________________________________________________________________________
1158 [  5674] By: gsar                                  on 2000/03/12  05:01:30
1159         Log: fix File::DosGlob for patterns with drive names like c:*.bat
1160              (suggested by Jason Mathews <mathews@computer.org>)
1161      Branch: perl
1162            ! lib/File/DosGlob.pm
1163 ____________________________________________________________________________
1164 [  5673] By: jhi                                   on 2000/03/12  04:48:14
1165         Log: Integrate with Sarathy.
1166      Branch: cfgperl
1167           !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
1168           !> pod/perlpod.pod toke.c utils/perldoc.PL
1169 ____________________________________________________________________________
1170 [  5672] By: gsar                                  on 2000/03/12  03:57:23
1171         Log: security fixes for perldoc (from Tom Christiansen)
1172      Branch: perl
1173            ! utils/perldoc.PL
1174 ____________________________________________________________________________
1175 [  5671] By: gsar                                  on 2000/03/12  03:45:27
1176         Log: Larry's patch to disallow CORE::Snark, with perldiag entry
1177      Branch: perl
1178            ! pod/perldelta.pod pod/perldiag.pod toke.c
1179 ____________________________________________________________________________
1180 [  5670] By: gsar                                  on 2000/03/12  03:36:17
1181         Log: insufficient buffer in change#5317
1182      Branch: perl
1183            ! doop.c
1184 ____________________________________________________________________________
1185 [  5669] By: gsar                                  on 2000/03/12  03:15:29
1186         Log: avoid L<foo|bar> for now, not all the pod2foo support it
1187      Branch: perl
1188            ! pod/perlpod.pod
1189 ____________________________________________________________________________
1190 [  5668] By: gsar                                  on 2000/03/12  02:35:55
1191         Log: rework change#5664
1192      Branch: perl
1193            ! perl.h
1194 ____________________________________________________________________________
1195 [  5667] By: jhi                                   on 2000/03/11  21:35:29
1196         Log: todo and perldelta updates
1197      Branch: cfgperl
1198            ! Todo Todo-5.6 pod/perldelta.pod
1199 ____________________________________________________________________________
1200 [  5666] By: jhi                                   on 2000/03/11  21:00:34
1201         Log: Integrate with Sarathy.
1202      Branch: cfgperl
1203           !> perl.h
1204 ____________________________________________________________________________
1205 [  5665] By: jhi                                   on 2000/03/11  20:58:58
1206         Log: Fixes for #5661.
1207      Branch: cfgperl
1208            ! perl.h
1209 ____________________________________________________________________________
1210 [  5664] By: gsar                                  on 2000/03/11  19:50:06
1211         Log: fix Strtoul() misdefinition is change#5661
1212      Branch: perl
1213            ! perl.h
1214 ____________________________________________________________________________
1215 [  5663] By: gsar                                  on 2000/03/11  19:21:18
1216         Log: integrate cfgperl contents into mainline
1217      Branch: perl
1218           !> Configure config_h.SH hints/solaris_2.sh perl.h
1219           !> t/pragma/warn/pp_hot toke.c
1220 ____________________________________________________________________________
1221 [  5662] By: jhi                                   on 2000/03/11  19:06:20
1222         Log: Integrate with Sarathy.
1223      Branch: cfgperl
1224           !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
1225 ____________________________________________________________________________
1226 [  5661] By: jhi                                   on 2000/03/11  19:03:32
1227         Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
1228              (introduce the latter) instead of bare strtoll()/strtoll().
1229      Branch: cfgperl
1230            ! perl.h toke.c
1231 ____________________________________________________________________________
1232 [  5660] By: gsar                                  on 2000/03/11  18:40:49
1233         Log: another long-standing eval bug: return doesn't reset $@ correctly
1234      Branch: perl
1235            ! pp_ctl.c t/op/eval.t
1236 ____________________________________________________________________________
1237 [  5659] By: jhi                                   on 2000/03/11  18:27:54
1238         Log: metaconfig-ify the test for broken fflush(NULL)
1239              (which ails e.g. Solaris), from Ulrich Pfeifer.
1240      Branch: cfgperl
1241            ! Configure config_h.SH hints/solaris_2.sh
1242      Branch: metaconfig/U/perl
1243            ! d_unorderedl.U fflushall.U
1244 ____________________________________________________________________________
1245 [  5658] By: gsar                                  on 2000/03/11  18:11:22
1246         Log: change#3511 was not defensive enough about try blocks, causing
1247              bogus attempts to free closures, and thence, segfaults
1248      Branch: perl
1249            ! cop.h perl.c pp_ctl.c t/op/misc.t
1250 ____________________________________________________________________________
1251 [  5657] By: jhi                                   on 2000/03/11  18:04:44
1252         Log: Rewording.
1253      Branch: cfgperl
1254            ! t/pragma/warn/pp_hot
1255 ____________________________________________________________________________
1256 [  5656] By: jhi                                   on 2000/03/11  17:41:29
1257         Log: Integrate with Sarathy.
1258      Branch: cfgperl
1259           !> (integrate 27 files)
1260 ____________________________________________________________________________
1261 [  5655] By: gsar                                  on 2000/03/11  17:06:03
1262         Log: reword comment
1263      Branch: perl
1264            ! t/pragma/warn/pp_hot
1265 ____________________________________________________________________________
1266 [  5654] By: gsar                                  on 2000/03/11  17:01:47
1267         Log: off-by-one in os2.c (from Ilya Zakharevich)
1268      Branch: perl
1269            ! os2/os2.c
1270 ____________________________________________________________________________
1271 [  5653] By: gsar                                  on 2000/03/11  16:59:48
1272         Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
1273      Branch: perl
1274            ! lib/File/Spec/VMS.pm t/lib/filespec.t
1275 ____________________________________________________________________________
1276 [  5652] By: gsar                                  on 2000/03/11  16:52:03
1277         Log: missing export list entry in change#5619
1278      Branch: perl
1279            ! makedef.pl
1280 ____________________________________________________________________________
1281 [  5651] By: gsar                                  on 2000/03/11  16:50:05
1282         Log: avoid using context pointer in MUTEX_INIT() et al; remove the
1283              *_NOCONTEXT variants to keep it simple
1284      Branch: perl
1285            ! malloc.c thread.h win32/win32thread.h
1286 ____________________________________________________________________________
1287 [  5650] By: gsar                                  on 2000/03/11  16:07:35
1288         Log: remove =for section (from Johan Vromans)
1289      Branch: perl
1290            ! lib/Getopt/Long.pm
1291 ____________________________________________________________________________
1292 [  5649] By: gsar                                  on 2000/03/11  16:05:50
1293         Log: add nokfile target in Makefile (from Andy Dougherty)
1294      Branch: perl
1295            ! Makefile.SH
1296 ____________________________________________________________________________
1297 [  5648] By: gsar                                  on 2000/03/11  16:02:53
1298         Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
1299      Branch: perl
1300            ! pod/perlpod.pod
1301 ____________________________________________________________________________
1302 [  5647] By: gsar                                  on 2000/03/11  16:01:03
1303         Log: VMS build tweaks (from Charles Bailey)
1304      Branch: perl
1305            ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
1306            ! vms/subconfigure.com
1307 ____________________________________________________________________________
1308 [  5646] By: gsar                                  on 2000/03/11  10:13:27
1309         Log: remove outdated ftp.cis.ufl.edu reference
1310      Branch: perl
1311            ! pod/perlfaq2.pod
1312 ____________________________________________________________________________
1313 [  5645] By: gsar                                  on 2000/03/11  10:10:39
1314         Log: failed hunk in change#5644
1315      Branch: perl
1316            ! t/op/pat.t
1317 ____________________________________________________________________________
1318 [  5644] By: gsar                                  on 2000/03/11  10:08:47
1319         Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
1320      Branch: perl
1321            ! regcomp.c t/op/pat.t
1322 ____________________________________________________________________________
1323 [  5643] By: gsar                                  on 2000/03/11  09:48:30
1324         Log: better {local,gm}time documentation (from Mark-Jason Dominus)
1325      Branch: perl
1326            ! pod/perlfunc.pod
1327 ____________________________________________________________________________
1328 [  5642] By: gsar                                  on 2000/03/11  09:45:10
1329         Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
1330      Branch: perl
1331            ! doio.c hints/lynxos.sh perl.h
1332 ____________________________________________________________________________
1333 [  5641] By: gsar                                  on 2000/03/11  09:42:56
1334         Log: integrate cfgperl contents into mainline
1335      Branch: perl
1336           !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
1337           !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
1338 ____________________________________________________________________________
1339 [  5640] By: gsar                                  on 2000/03/11  09:24:30
1340         Log: perldelta update, typos and whitespace adjustments
1341      Branch: perl
1342            ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
1343 ____________________________________________________________________________
1344 [  5639] By: jhi                                   on 2000/03/11  00:51:48
1345         Log: Integrate with Sarathy.
1346      Branch: cfgperl
1347           !> (integrate 44 files)
1348 ____________________________________________________________________________
1349 [  5638] By: jhi                                   on 2000/03/11  00:45:46
1350         Log: Cpp out deadcode that IRIX compiler noticed. 
1351      Branch: cfgperl
1352            ! regcomp.c
1353 ____________________________________________________________________________
1354 [  5637] By: jhi                                   on 2000/03/10  14:22:24
1355         Log: Do not use Perl's malloc in IRIX.
1356      Branch: cfgperl
1357            ! hints/irix_6.sh
1358 ____________________________________________________________________________
1359 [  5636] By: jhi                                   on 2000/03/10  05:27:03
1360         Log: More/modified unused floating point units.
1361      Branch: metaconfig/U/perl
1362            + d_fp_class_l.U d_unordered.U d_unorderedl.U
1363            ! d_fpclass.U
1364 ____________________________________________________________________________
1365 [  5635] By: jhi                                   on 2000/03/10  01:54:07
1366         Log: Add various yet-unused units.
1367      Branch: metaconfig/U/perl
1368            + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
1369            + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
1370            + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
1371            + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
1372            + d_setrlimit.U d_ualarm.U d_utimes.U
1373 ____________________________________________________________________________
1374 [  5634] By: jhi                                   on 2000/03/10  01:07:54
1375         Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
1376      Branch: cfgperl
1377            ! Configure config_h.SH
1378      Branch: metaconfig
1379            ! U/compline/nblock_io.U
1380      Branch: metaconfig/U/perl
1381            ! use64bits.U
1382 ____________________________________________________________________________
1383 [  5633] By: jhi                                   on 2000/03/09  23:22:33
1384         Log: Remove an obsolete note.
1385      Branch: cfgperl
1386            ! t/op/64bit.t
1387 ____________________________________________________________________________
1388 [  5632] By: gsar                                  on 2000/03/09  18:50:43
1389         Log: update Changes
1390      Branch: perl
1391            ! Changes
1392 ____________________________________________________________________________
1393 [  5631] By: gsar                                  on 2000/03/09  18:49:12
1394         Log: track more of the child state on Windows
1395      Branch: perl
1396            ! win32/win32.c win32/win32.h
1397 ____________________________________________________________________________
1398 [  5630] By: gsar                                  on 2000/03/09  18:48:05
1399         Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
1400      Branch: perl
1401            ! universal.c
1402 ____________________________________________________________________________
1403 [  5629] By: gsar                                  on 2000/03/09  18:37:35
1404         Log: tweak Unicode notes, other cleanups
1405      Branch: perl
1406            ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
1407            ! pod/perlhist.pod pod/perlunicode.pod
1408 ____________________________________________________________________________
1409 [  5628] By: gsar                                  on 2000/03/09  17:39:58
1410         Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
1411              semantics; the pragma sets defaults for both open() and qx//
1412      Branch: perl
1413            ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
1414            ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
1415            ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
1416            ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
1417 ____________________________________________________________________________
1418 [  5627] By: gsar                                  on 2000/03/09  12:54:08
1419         Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
1420              to fflush(NULL) bug)
1421      Branch: perl
1422            ! hints/solaris_2.sh pod/perldelta.pod
1423 ____________________________________________________________________________
1424 [  5626] By: gsar                                  on 2000/03/09  11:34:51
1425         Log: abort build on HP-UX if bundled non-ANSI compiler is detected
1426              (from Dominic Dunlop <domo@computer.org>)
1427      Branch: perl
1428            ! hints/hpux.sh
1429 ____________________________________________________________________________
1430 [  5625] By: gsar                                  on 2000/03/09  11:17:07
1431         Log: patch from Larry to make -T filetest algorithm recognize utf8 as
1432              "text"
1433      Branch: perl
1434            ! pp_sys.c
1435 ____________________________________________________________________________
1436 [  5624] By: gsar                                  on 2000/03/09  11:11:59
1437         Log: provide support for deleting actions etc. (from Ronald J Kimball
1438              <rjk@linguist.dartmouth.edu>)
1439      Branch: perl
1440            ! lib/perl5db.pl pod/perldebug.pod
1441 ____________________________________________________________________________
1442 [  5623] By: gsar                                  on 2000/03/09  06:39:21
1443         Log: new xsubpp keywords should be in all caps
1444      Branch: perl
1445            ! lib/ExtUtils/xsubpp
1446 ____________________________________________________________________________
1447 [  5622] By: gsar                                  on 2000/03/09  06:26:04
1448         Log: demand-load utf8.pm in swash routines
1449      Branch: perl
1450            ! op.c utf8.c
1451 ____________________________________________________________________________
1452 [  5621] By: gsar                                  on 2000/03/08  19:27:02
1453         Log: make Dump() call the XSUB implementation transparently (modified
1454              version of patch suggested by David Boyce <dsb@world.std.com>)
1455      Branch: perl
1456            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1457            ! pod/perldelta.pod
1458 ____________________________________________________________________________
1459 [  5620] By: gsar                                  on 2000/03/08  18:35:48
1460         Log: do FILE should not see outside lexicals (from Rick Delaney
1461              <rick@consumercontact.com>)
1462      Branch: perl
1463            ! op.c pp_ctl.c t/comp/require.t
1464 ____________________________________________________________________________
1465 [  5619] By: gsar                                  on 2000/03/08  18:04:45
1466         Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
1467              API function
1468      Branch: perl
1469            ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1470            ! perlapi.c pp_sys.c proto.h
1471 ____________________________________________________________________________
1472 [  5618] By: jhi                                   on 2000/03/08  18:03:30
1473         Log: Integrate with Sarathy.
1474      Branch: cfgperl
1475           +> lib/Pod/Plainer.pm
1476           !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
1477           !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
1478           !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
1479           !> vms/vmsish.h
1480 ____________________________________________________________________________
1481 [  5617] By: jhi                                   on 2000/03/08  15:44:05
1482         Log: ICU todo fixes.
1483      Branch: cfgperl
1484            ! Todo-5.6
1485 ____________________________________________________________________________
1486 [  5616] By: jhi                                   on 2000/03/08  14:30:40
1487         Log: Even more Todo.
1488      Branch: cfgperl
1489            ! Todo-5.6
1490 ____________________________________________________________________________
1491 [  5615] By: jhi                                   on 2000/03/08  14:13:45
1492         Log: More Todo.
1493      Branch: cfgperl
1494            ! Todo-5.6
1495 ____________________________________________________________________________
1496 [  5614] By: jhi                                   on 2000/03/08  13:50:53
1497         Log: wording changes
1498      Branch: cfgperl
1499            ! lib/Math/Complex.pm
1500 ____________________________________________________________________________
1501 [  5613] By: gsar                                  on 2000/03/08  12:51:35
1502         Log: clarify docs on return value from binding operators
1503      Branch: perl
1504            ! pod/perlop.pod
1505 ____________________________________________________________________________
1506 [  5612] By: gsar                                  on 2000/03/08  12:41:38
1507         Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
1508              Robin Barker)
1509      Branch: perl
1510            + lib/Pod/Plainer.pm
1511            ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
1512 ____________________________________________________________________________
1513 [  5611] By: gsar                                  on 2000/03/08  12:22:59
1514         Log: integrate cfgperl changes into mainline
1515      Branch: perl
1516            ! Changes
1517           !> installperl lib/Math/Complex.pm pod/perldelta.pod
1518           !> t/lib/complex.t vms/vmsish.h
1519 ____________________________________________________________________________
1520 [  5610] By: gsar                                  on 2000/03/08  12:08:17
1521         Log: add missing locks for op refcounts
1522      Branch: perl
1523            ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
1524            ! perlvars.h sv.c unixish.h vms/vmsish.h
1525 ____________________________________________________________________________
1526 [  5609] By: gsar                                  on 2000/03/08  11:30:32
1527         Log: Pod::InputObjects tweak (from Brad Appleton)
1528      Branch: perl
1529            ! lib/Pod/InputObjects.pm
1530 ____________________________________________________________________________
1531 [  5608] By: jhi                                   on 2000/03/08  05:08:59
1532         Log: Integrate with Sarathy.
1533      Branch: cfgperl
1534           !> (integrate 27 files)
1535 ____________________________________________________________________________
1536 [  5607] By: jhi                                   on 2000/03/08  05:07:06
1537         Log: Make the stringification more customizable.
1538              A potentially backward incompatible change.
1539              Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
1540      Branch: cfgperl
1541            ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
1542 ____________________________________________________________________________
1543 [  5606] By: jhi                                   on 2000/03/08  00:49:14
1544         Log: s/lfs/largefiles/
1545      Branch: metaconfig
1546            ! U/mksample
1547 ____________________________________________________________________________
1548 [  5605] By: gsar                                  on 2000/03/07  23:37:48
1549         Log: VMS build patch (from Peter Prymmer)
1550      Branch: perl
1551            ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
1552            ! vms/subconfigure.com vms/vms.c
1553 ____________________________________________________________________________
1554 [  5604] By: gsar                                  on 2000/03/07  23:25:46
1555         Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
1556      Branch: perl
1557            ! perl.c
1558 ____________________________________________________________________________
1559 [  5603] By: gsar                                  on 2000/03/07  23:05:16
1560         Log: type mismatch
1561      Branch: perl
1562            ! sv.c
1563 ____________________________________________________________________________
1564 [  5602] By: gsar                                  on 2000/03/07  22:40:55
1565         Log: add note to INSTALL about C++ compilers (from M J T Guy)
1566      Branch: perl
1567            ! INSTALL
1568 ____________________________________________________________________________
1569 [  5601] By: gsar                                  on 2000/03/07  22:30:35
1570         Log: separate options to incpush() for adding version directories and
1571              architecture directories (from Andy Dougherty)
1572      Branch: perl
1573            ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
1574 ____________________________________________________________________________
1575 [  5600] By: gsar                                  on 2000/03/07  20:18:54
1576         Log: support :void to enable croaking only in void context (from
1577              Simon Cozens <simon@othersideofthe.earth.li>)
1578      Branch: perl
1579            ! lib/Fatal.pm t/lib/fatal.t
1580 ____________________________________________________________________________
1581 [  5599] By: gsar                                  on 2000/03/07  18:35:21
1582         Log: Pod::Html tweak to avoid false falses
1583      Branch: perl
1584            ! lib/Pod/Html.pm
1585 ____________________________________________________________________________
1586 [  5598] By: gsar                                  on 2000/03/07  18:21:58
1587         Log: skip null siblings encountered by goto out of loopish block
1588              (from Doug Lankshear)
1589      Branch: perl
1590            ! pp_ctl.c
1591 ____________________________________________________________________________
1592 [  5597] By: gsar                                  on 2000/03/07  16:33:29
1593         Log: omit XSLoader from bytecode dumps
1594      Branch: perl
1595            ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
1596 ____________________________________________________________________________
1597 [  5596] By: gsar                                  on 2000/03/07  10:58:17
1598         Log: avoid coredump on C<printf "%vd">
1599      Branch: perl
1600            ! sv.c
1601 ____________________________________________________________________________
1602 [  5595] By: gsar                                  on 2000/03/07  10:26:03
1603         Log: add missing HTML escapes that can be displayed in xterm (from
1604              Tim Jenness <timj@jach.hawaii.edu>)
1605      Branch: perl
1606            ! lib/Pod/Text.pm
1607 ____________________________________________________________________________
1608 [  5594] By: gsar                                  on 2000/03/07  10:24:55
1609         Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
1610      Branch: perl
1611            ! lib/Fatal.pm
1612 ____________________________________________________________________________
1613 [  5593] By: gsar                                  on 2000/03/07  09:57:24
1614         Log: get ByteLoader working again
1615      Branch: perl
1616            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
1617            ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
1618            ! ext/ByteLoader/byterun.c
1619 ____________________________________________________________________________
1620 [  5592] By: gsar                                  on 2000/03/07  05:14:49
1621         Log: typo in makedef.pl
1622      Branch: perl
1623            ! lib/File/Path.pm makedef.pl
1624 ____________________________________________________________________________
1625 [  5591] By: jhi                                   on 2000/03/06  22:56:24
1626         Log: Integrate with Sarathy.
1627      Branch: cfgperl
1628           !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
1629 ____________________________________________________________________________
1630 [  5590] By: gsar                                  on 2000/03/06  22:32:44
1631         Log: fix incorrect prototypes in File::Glob
1632      Branch: perl
1633            ! ext/File/Glob/Glob.xs
1634 ____________________________________________________________________________
1635 [  5589] By: gsar                                  on 2000/03/06  22:07:38
1636         Log: update Changes
1637      Branch: perl
1638            ! Changes
1639 ____________________________________________________________________________
1640 [  5588] By: jhi                                   on 2000/03/06  21:46:18
1641         Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
1642              To: vmsperl@perl.org, perl5-porters@perl.org
1643              Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
1644              Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
1645              Date: Mon, 06 Mar 2000 15:36:13 -0600
1646              Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
1647      Branch: cfgperl
1648            ! vms/vmsish.h
1649 ____________________________________________________________________________
1650 [  5587] By: jhi                                   on 2000/03/06  21:23:27
1651         Log: Use $^O.
1652      Branch: cfgperl
1653            ! installperl
1654 ____________________________________________________________________________
1655 [  5586] By: jhi                                   on 2000/03/06  21:19:15
1656         Log: Undo drift from the mainline.
1657      Branch: cfgperl
1658           !> (integrate 1607 files)
1659 ____________________________________________________________________________
1660 [  5585] By: gsar                                  on 2000/03/06  20:23:37
1661         Log: change#5513 accidentally undid change#5373, put it back
1662      Branch: perl
1663            ! lib/Pod/Html.pm
1664 ____________________________________________________________________________
1665 [  5584] By: jhi                                   on 2000/03/06  17:30:48
1666         Log: Integrate with Sarathy.
1667      Branch: cfgperl
1668           !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
1669           !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
1670 ____________________________________________________________________________
1671 [  5583] By: gsar                                  on 2000/03/06  17:02:52
1672         Log: makedef.pl typos
1673      Branch: perl
1674            ! makedef.pl
1675 ____________________________________________________________________________
1676 [  5582] By: gsar                                  on 2000/03/06  15:24:14
1677         Log: Pod::Man bugfixes (from Russ Allbery)
1678      Branch: perl
1679            ! lib/Pod/Man.pm
1680 ____________________________________________________________________________
1681 [  5581] By: gsar                                  on 2000/03/06  15:17:08
1682         Log: File::Path::rmtree() doesn't delete stale symlinks correctly
1683      Branch: perl
1684            ! lib/File/Path.pm
1685 ____________________________________________________________________________
1686 [  5580] By: gsar                                  on 2000/03/06  14:55:57
1687         Log: pod nits
1688      Branch: perl
1689            ! lib/Getopt/Long.pm lib/IPC/Open2.pm
1690 ____________________________________________________________________________
1691 [  5579] By: gsar                                  on 2000/03/06  14:55:08
1692         Log: 64-bit build fix on VMS (from Dan Sugalski)
1693      Branch: perl
1694            ! toke.c vms/subconfigure.com
1695 ____________________________________________________________________________
1696 [  5578] By: jhi                                   on 2000/03/06  14:37:46
1697         Log: Integrate with Sarathy.
1698      Branch: cfgperl
1699           !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
1700           !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
1701           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1702           !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
1703           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1704           !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
1705           !> win32/win32.c win32/win32.h
1706 ____________________________________________________________________________
1707 [  5577] By: gsar                                  on 2000/03/06  07:26:18
1708         Log: skip tests that need VMS::Filespec on other platforms
1709      Branch: perl
1710            ! t/lib/filespec.t
1711 ____________________________________________________________________________
1712 [  5576] By: gsar                                  on 2000/03/06  07:11:21
1713         Log: integrate vmsperl contents into mainline
1714      Branch: perl
1715           !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
1716           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1717           !> vms/test.com vms/vms.c
1718 ____________________________________________________________________________
1719 [  5575] By: gsar                                  on 2000/03/06  07:05:34
1720         Log: support for autovivified handles (from Tom Christiansen)
1721      Branch: perl
1722            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
1723 ____________________________________________________________________________
1724 [  5574] By: gsar                                  on 2000/03/06  06:31:55
1725         Log: vendorlib support for Windows; regen win32/config*
1726      Branch: perl
1727            ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
1728            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1729            ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
1730            ! win32/win32.c win32/win32.h
1731 ____________________________________________________________________________
1732 [  5573] By: bailey                                on 2000/03/06  05:23:23
1733         Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
1734      Branch: vmsperl
1735            ! vms/test.com
1736 ____________________________________________________________________________
1737 [  5572] By: gsar                                  on 2000/03/06  05:21:26
1738         Log: the incpush()es weren't all quite right on Windows in change#5559
1739      Branch: perl
1740            ! perl.c
1741 ____________________________________________________________________________
1742 [  5571] By: bailey                                on 2000/03/06  05:18:59
1743         Log: Fix ricochet in File::Spec::VMS
1744              Fix eval error in filespec.t
1745              Misc. minor fixes in filespec.t
1746      Branch: vmsperl
1747            ! lib/File/Spec/VMS.pm t/lib/filespec.t
1748 ____________________________________________________________________________
1749 [  5570] By: gsar                                  on 2000/03/06  05:00:44
1750         Log: integrate cfgperl changes into mainline
1751      Branch: perl
1752           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1753           !> Porting/config_H config_h.SH epoc/config.sh
1754           !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
1755           !> perl.c perl.h toke.c vos/config.def vos/config.h
1756           !> vos/config_h.SH_orig
1757 ____________________________________________________________________________
1758 [  5569] By: jhi                                   on 2000/03/06  04:51:39
1759         Log: Integrate with Sarathy.
1760      Branch: cfgperl
1761           !> installperl pp.c
1762 ____________________________________________________________________________
1763 [  5568] By: gsar                                  on 2000/03/06  04:48:17
1764         Log: installperl wasn't putting extensions with two or more
1765              nested package names in the archlib
1766      Branch: perl
1767            ! installperl
1768 ____________________________________________________________________________
1769 [  5567] By: bailey                                on 2000/03/06  03:43:36
1770         Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
1771      Branch: vmsperl
1772            ! configure.com vms/subconfigure.com
1773 ____________________________________________________________________________
1774 [  5566] By: bailey                                on 2000/03/06  03:40:14
1775         Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
1776              FIx logic error in glob-basic.t (Charles Lane)
1777      Branch: vmsperl
1778            ! configure.com vms/subconfigure.com
1779 ____________________________________________________________________________
1780 [  5565] By: bailey                                on 2000/03/06  03:37:46
1781         Log: Remove trailing . from typeless files (Charles Lane)
1782      Branch: vmsperl
1783            ! t/lib/filefind.t
1784 ____________________________________________________________________________
1785 [  5564] By: bailey                                on 2000/03/06  03:36:26
1786         Log: Resync with mainline, update test in vmsfspec.t
1787      Branch: vmsperl
1788           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1789            ! vms/ext/filespec.t
1790           !> (integrate 171 files)
1791 ____________________________________________________________________________
1792 [  5563] By: gsar                                  on 2000/03/06  03:29:11
1793         Log: avoid warning
1794      Branch: perl
1795            ! pp.c
1796 ____________________________________________________________________________
1797 [  5562] By: bailey                                on 2000/03/06  02:48:17
1798         Log: Downcase function call to hush picky cc
1799      Branch: vmsperl
1800            ! vms/vms.c
1801 ____________________________________________________________________________
1802 [  5561] By: jhi                                   on 2000/03/06  00:23:22
1803         Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
1804              is not exactly identical to the current config_h.SH because
1805              Paul needs better $sitearch control.
1806      Branch: cfgperl
1807            ! vos/config.def vos/config.h vos/config_h.SH_orig
1808 ____________________________________________________________________________
1809 [  5560] By: jhi                                   on 2000/03/05  23:26:41
1810         Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
1811              falls back to DynaLoader.
1812              
1813              From: Doug MacEachern <dougm@pobox.com>
1814              To: perl5-porters@perl.org
1815              Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
1816              Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
1817              Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
1818      Branch: cfgperl
1819            ! ext/DynaLoader/DynaLoader_pm.PL
1820 ____________________________________________________________________________
1821 [  5559] By: jhi                                   on 2000/03/05  22:05:54
1822         Log: sitelib_stem and vendorlib_stem patches from Andy;
1823              problem reported in
1824              From: schwern@athens.arena-i.com (Michael G Schwern)
1825              To: perl5-porters@perl.org
1826              Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
1827              Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
1828              Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
1829      Branch: cfgperl
1830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1831            ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
1832            ! vos/config.def vos/config.h vos/config_h.SH_orig
1833      Branch: metaconfig
1834            ! U/installdirs/instubperl.U U/installdirs/sitelib.U
1835            ! U/installdirs/vendorlib.U
1836 ____________________________________________________________________________
1837 [  5558] By: jhi                                   on 2000/03/05  21:18:59
1838         Log: Integrate with Sarathy.
1839      Branch: cfgperl
1840           !> hints/linux.sh lib/Getopt/Long.pm
1841 ____________________________________________________________________________
1842 [  5557] By: gsar                                  on 2000/03/05  20:35:13
1843         Log: Getopt-Long v2.21 update (from Johan Vromans)
1844      Branch: perl
1845            ! lib/Getopt/Long.pm
1846 ____________________________________________________________________________
1847 [  5556] By: gsar                                  on 2000/03/05  20:26:57
1848         Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
1849              (from Matthias Urlichs <smurf@noris.net>)
1850      Branch: perl
1851            ! hints/linux.sh
1852 ____________________________________________________________________________
1853 [  5555] By: jhi                                   on 2000/03/05  20:15:34
1854         Log: Integrate with Sarathy.
1855      Branch: cfgperl
1856           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1857           !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
1858           !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
1859           !> t/comp/proto.t toke.c utils/perlbug.PL
1860 ____________________________________________________________________________
1861 [  5554] By: gsar                                  on 2000/03/05  20:02:17
1862         Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
1863              and C<open F, "-|", 'cat', '-v'>
1864      Branch: perl
1865            ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
1866            ! t/comp/proto.t toke.c
1867 ____________________________________________________________________________
1868 [  5553] By: jhi                                   on 2000/03/05  19:55:02
1869         Log: AIX gcvt() cannot format long doubles very well.
1870      Branch: cfgperl
1871            ! hints/aix.sh
1872 ____________________________________________________________________________
1873 [  5552] By: jhi                                   on 2000/03/05  18:44:37
1874         Log: the monster cpp expression needs to be on one line to
1875              appease makedepend
1876      Branch: cfgperl
1877            ! toke.c
1878 ____________________________________________________________________________
1879 [  5551] By: jhi                                   on 2000/03/05  18:24:32
1880         Log: IRIX cpp is fussy.
1881      Branch: cfgperl
1882            ! toke.c
1883 ____________________________________________________________________________
1884 [  5550] By: gsar                                  on 2000/03/05  17:46:18
1885         Log: perlbug tweak to grok local_patches better
1886      Branch: perl
1887            ! utils/perlbug.PL
1888 ____________________________________________________________________________
1889 [  5549] By: gsar                                  on 2000/03/05  17:33:10
1890         Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
1891              in Pod::InputObjects (from Russ Allbery)
1892      Branch: perl
1893            + lib/Term/ANSIColor.pm t/lib/ansicolor.t
1894            ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
1895 ____________________________________________________________________________
1896 [  5548] By: jhi                                   on 2000/03/05  17:27:06
1897         Log: clean up the makedepend temp file
1898      Branch: cfgperl
1899            ! Makefile.SH
1900 ____________________________________________________________________________
1901 [  5547] By: jhi                                   on 2000/03/05  17:23:18
1902         Log: Integrate with Sarathy.
1903      Branch: cfgperl
1904           !> perl.c
1905 ____________________________________________________________________________
1906 [  5546] By: jhi                                   on 2000/03/05  17:16:12
1907         Log: Integrate with Sarathy.
1908      Branch: cfgperl
1909           !> (integrate 47 files)
1910 ____________________________________________________________________________
1911 [  5545] By: gsar                                  on 2000/03/05  17:13:48
1912         Log: strip last component of SITELIB_EXP only if it looks like a
1913              number
1914      Branch: perl
1915            ! perl.c
1916 ____________________________________________________________________________
1917 [  5544] By: jhi                                   on 2000/03/05  17:12:42
1918         Log: s/Perl/PeRl/; # yeah
1919      Branch: cfgperl
1920            ! Configure config_h.SH
1921      Branch: metaconfig
1922            ! U/modified/cpp_stuff.U
1923 ____________________________________________________________________________
1924 [  5543] By: gsar                                  on 2000/03/05  16:54:10
1925         Log: thinko in change#4546 that caused variables to lose their importedness
1926              (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
1927      Branch: perl
1928            ! sv.c t/pragma/strict-vars
1929 ____________________________________________________________________________
1930 [  5542] By: gsar                                  on 2000/03/05  09:37:26
1931         Log: regen win32/config*, up version numbers &c.
1932      Branch: perl
1933            ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
1934            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1935            ! win32/config_H.vc win32/makefile.mk
1936 ____________________________________________________________________________
1937 [  5541] By: gsar                                  on 2000/03/05  09:20:12
1938         Log: undo change#5506; add patch to make blank line warnings optional
1939              (from Brad Appleton)
1940      Branch: perl
1941            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
1942 ____________________________________________________________________________
1943 [  5540] By: gsar                                  on 2000/03/05  09:04:52
1944         Log: fixes for most warnings identified by gcc -Wall
1945      Branch: perl
1946            ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
1947            ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
1948            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
1949            ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
1950 ____________________________________________________________________________
1951 [  5539] By: gsar                                  on 2000/03/05  06:37:58
1952         Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
1953              (from Doug MacEachern <dougm@pobox.com>)
1954      Branch: perl
1955            ! patchlevel.h perl.h
1956 ____________________________________________________________________________
1957 [  5538] By: gsar                                  on 2000/03/05  05:50:44
1958         Log: tyop
1959      Branch: perl
1960            ! config_h.SH
1961 ____________________________________________________________________________
1962 [  5537] By: gsar                                  on 2000/03/05  05:41:10
1963         Log: integrate cfgperl contents into mainline; add new tests from
1964              inc.t into 64bit.t
1965      Branch: perl
1966            ! t/op/64bit.t
1967           !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
1968           !> pod/perl.pod toke.c
1969 ____________________________________________________________________________
1970 [  5536] By: jhi                                   on 2000/03/05  05:37:22
1971         Log: dethinko
1972      Branch: cfgperl
1973            ! toke.c
1974 ____________________________________________________________________________
1975 [  5535] By: jhi                                   on 2000/03/05  05:14:40
1976         Log: Integrate with Sarathy.
1977      Branch: cfgperl
1978           !> pp.c t/op/inc.t toke.c
1979 ____________________________________________________________________________
1980 [  5534] By: gsar                                  on 2000/03/05  04:50:26
1981         Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
1982              since runtime is highly optimized for IVs rather than UVs
1983      Branch: perl
1984            ! toke.c
1985 ____________________________________________________________________________
1986 [  5533] By: gsar                                  on 2000/03/05  04:30:02
1987         Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
1988              end up being promoted to an NV)
1989      Branch: perl
1990            ! pp.c t/op/inc.t toke.c
1991 ____________________________________________________________________________
1992 [  5532] By: jhi                                   on 2000/03/05  01:11:37
1993         Log: more cpp cosmetics, logic cleanup
1994      Branch: cfgperl
1995            ! toke.c
1996 ____________________________________________________________________________
1997 [  5531] By: jhi                                   on 2000/03/05  00:51:20
1998         Log: Implement #5525 in metaconfig.
1999      Branch: cfgperl
2000            ! Configure config_h.SH
2001      Branch: metaconfig
2002            ! U/modified/cpp_stuff.U
2003 ____________________________________________________________________________
2004 [  5530] By: jhi                                   on 2000/03/05  00:32:51
2005         Log: Integrate with Sarathy.
2006      Branch: cfgperl
2007           !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
2008           !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
2009           !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
2010           !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
2011           !> win32/config_H.gc win32/config_H.vc
2012 ____________________________________________________________________________
2013 [  5529] By: jhi                                   on 2000/03/05  00:31:17
2014         Log: Sanity check on the strtoll and strtoull.
2015      Branch: cfgperl
2016            ! Configure config_h.SH
2017      Branch: metaconfig/U/perl
2018            ! d_strtoll.U d_strtoull.U
2019 ____________________________________________________________________________
2020 [  5528] By: jhi                                   on 2000/03/05  00:07:21
2021         Log: Reformat the fearful cpp expression to be a little bit less fearful.
2022      Branch: cfgperl
2023            ! toke.c
2024 ____________________________________________________________________________
2025 [  5527] By: gsar                                  on 2000/03/04  21:55:03
2026         Log: make hints available via globals in the respective pragmas to
2027              avoid duplicating the constants everywhere
2028      Branch: perl
2029            ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
2030            ! lib/locale.pm lib/overload.pm lib/utf8.pm
2031 ____________________________________________________________________________
2032 [  5526] By: gsar                                  on 2000/03/04  20:39:36
2033         Log: remove deadcode
2034      Branch: perl
2035            ! lib/Cwd.pm
2036 ____________________________________________________________________________
2037 [  5525] By: gsar                                  on 2000/03/04  19:42:55
2038         Log: make CAT2() portable for use as a macro argument with an extra
2039              level of macros
2040      Branch: perl
2041            ! config_h.SH
2042 ____________________________________________________________________________
2043 [  5524] By: gsar                                  on 2000/03/04  19:02:27
2044         Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
2045              <lane@DUPHY4.Physics.Drexel.Edu>)
2046      Branch: perl
2047            ! doio.c
2048 ____________________________________________________________________________
2049 [  5523] By: gsar                                  on 2000/03/04  18:59:03
2050         Log: pod tweak
2051      Branch: perl
2052            ! pod/perldebug.pod
2053 ____________________________________________________________________________
2054 [  5522] By: gsar                                  on 2000/03/04  17:46:58
2055         Log: regen win32/config_H*
2056      Branch: perl
2057            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2058 ____________________________________________________________________________
2059 [  5521] By: jhi                                   on 2000/03/04  16:35:48
2060         Log: From: "Matthias Urlichs" <smurf@noris.net>
2061              To: perl5-porters@perl.org
2062              Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
2063              Date:   Sat, 4 Mar 2000 12:48:42 +0100
2064              Message-ID: <20000304124841.A8090@noris.de>
2065      Branch: cfgperl
2066            ! toke.c
2067 ____________________________________________________________________________
2068 [  5520] By: jhi                                   on 2000/03/04  15:41:12
2069         Log: unthink wishful thinking
2070      Branch: cfgperl
2071            ! pod/perl.pod
2072 ____________________________________________________________________________
2073 [  5519] By: gsar                                  on 2000/03/04  06:42:47
2074         Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
2075      Branch: perl
2076            ! os2/os2ish.h
2077 ____________________________________________________________________________
2078 [  5518] By: gsar                                  on 2000/03/04  06:02:26
2079         Log: avoid "scalars leaked" message in test
2080      Branch: perl
2081            ! t/pragma/warn/regcomp
2082 ____________________________________________________________________________
2083 [  5517] By: jhi                                   on 2000/03/04  06:01:16
2084         Log: detypo
2085      Branch: cfgperl
2086            ! pod/perl.pod
2087 ____________________________________________________________________________
2088 [  5516] By: jhi                                   on 2000/03/04  05:59:21
2089         Log: cleanup AVAILABILITY and mention binaries
2090      Branch: cfgperl
2091            ! pod/perl.pod
2092 ____________________________________________________________________________
2093 [  5515] By: gsar                                  on 2000/03/04  05:55:02
2094         Log: syntax error in change#5498
2095      Branch: perl
2096            ! t/lib/ipc_sysv.t
2097 ____________________________________________________________________________
2098 [  5514] By: jhi                                   on 2000/03/04  05:50:56
2099         Log: assuming that removing the libbind will be a good idea
2100      Branch: cfgperl
2101            ! hints/sco.sh
2102 ____________________________________________________________________________
2103 [  5513] By: gsar                                  on 2000/03/04  05:50:15
2104         Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
2105              <wolfgang.laun@chello.at>)
2106      Branch: perl
2107            ! lib/Pod/Html.pm
2108 ____________________________________________________________________________
2109 [  5512] By: jhi                                   on 2000/03/04  05:45:52
2110         Log: Integrate with Sarathy.
2111      Branch: cfgperl
2112           !> (integrate 41 files)
2113 ____________________________________________________________________________
2114 [  5511] By: jhi                                   on 2000/03/04  05:42:37
2115         Log: HP-UX 64-bitness cures
2116      Branch: cfgperl
2117            ! hints/hpux.sh perl.h
2118 ____________________________________________________________________________
2119 [  5510] By: gsar                                  on 2000/03/04  05:40:08
2120         Log: better error messages when xsubpp fails to find map for a particular
2121              type (from Ilya Zakharevich)
2122      Branch: perl
2123            ! lib/ExtUtils/xsubpp
2124 ____________________________________________________________________________
2125 [  5509] By: jhi                                   on 2000/03/04  05:33:27
2126         Log: scratch #5508
2127      Branch: cfgperl
2128            ! perl.h
2129 ____________________________________________________________________________
2130 [  5508] By: jhi                                   on 2000/03/04  05:31:19
2131         Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
2132      Branch: cfgperl
2133            ! perl.h
2134 ____________________________________________________________________________
2135 [  5507] By: gsar                                  on 2000/03/04  04:27:51
2136         Log: more whitespace removal (from Michael G Schwern)
2137      Branch: perl
2138            ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
2139            ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
2140            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2141            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
2142            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
2143            ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
2144            ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
2145            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
2146            ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2147            ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
2148            ! lib/overload.pm x2p/s2p.PL
2149 ____________________________________________________________________________
2150 [  5506] By: gsar                                  on 2000/03/04  04:12:06
2151         Log: temporarily disable blank line warning from Pod::Parser until
2152              it can be made optional
2153      Branch: perl
2154            ! lib/Pod/Parser.pm t/pod/poderrs.xr
2155 ____________________________________________________________________________
2156 [  5505] By: gsar                                  on 2000/03/04  04:00:44
2157         Log: rid blanks in pods (from Michael G Schwern)
2158      Branch: perl
2159            ! README.amiga README.dos README.os2
2160 ____________________________________________________________________________
2161 [  5504] By: gsar                                  on 2000/03/04  03:59:07
2162         Log: avoid warnings from shmread() when given undefined variable
2163              (from Tom Christiansen)
2164      Branch: perl
2165            ! doio.c
2166 ____________________________________________________________________________
2167 [  5503] By: gsar                                  on 2000/03/04  03:53:43
2168         Log: fpsetmask() needs include on freebsd (from Slaven Rezic
2169              <eserte@vran.herceg.de>)
2170      Branch: perl
2171            ! unixish.h
2172 ____________________________________________________________________________
2173 [  5502] By: gsar                                  on 2000/03/04  03:51:05
2174         Log: avoid ambiguity in indirect object notation (breaks with overridden
2175              run time require)
2176      Branch: perl
2177            ! lib/CGI.pm
2178 ____________________________________________________________________________
2179 [  5501] By: gsar                                  on 2000/03/04  01:08:54
2180         Log: adjust perldelta
2181      Branch: perl
2182            ! Todo-5.6 pod/perl.pod pod/perldelta.pod
2183 ____________________________________________________________________________
2184 [  5500] By: gsar                                  on 2000/03/04  00:33:49
2185         Log: integrate cfgperl contents into mainline
2186      Branch: perl
2187           !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
2188           !> pod/perlfunc.pod t/lib/ipc_sysv.t
2189 ____________________________________________________________________________
2190 [  5499] By: jhi                                   on 2000/03/03  22:51:53
2191         Log: solaris hints tweak
2192      Branch: cfgperl
2193            ! hints/solaris_2.sh
2194 ____________________________________________________________________________
2195 [  5498] By: jhi                                   on 2000/03/03  22:35:46
2196         Log: The SysV IPC test must use the native integers
2197              (long or short), also noted this in the msgsnd/semctl
2198              documentation.  Reported in
2199              
2200              From: schwern@athens.arena-i.com (Michael G Schwern)
2201              To: perl5-porters@perl.org
2202              Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
2203              Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
2204              Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
2205      Branch: cfgperl
2206            ! pod/perlfunc.pod t/lib/ipc_sysv.t
2207 ____________________________________________________________________________
2208 [  5497] By: jhi                                   on 2000/03/03  21:08:53
2209         Log: Update AVAILABILITY.
2210      Branch: cfgperl
2211            ! pod/perl.pod
2212 ____________________________________________________________________________
2213 [  5496] By: gsar                                  on 2000/03/03  20:21:05
2214         Log: perldebug tweak (from M J T Guy)
2215      Branch: perl
2216            ! pod/perldebug.pod
2217 ____________________________________________________________________________
2218 [  5495] By: jhi                                   on 2000/03/03  19:32:58
2219         Log: Integrate with Sarathy.
2220      Branch: cfgperl
2221           !> (integrate 79 files)
2222 ____________________________________________________________________________
2223 [  5494] By: jhi                                   on 2000/03/03  19:14:01
2224         Log: the workaround is needed in all 7.2.* compilers,
2225              not just on IRIX64.
2226      Branch: cfgperl
2227            ! hints/irix_6.sh
2228 ____________________________________________________________________________
2229 [  5493] By: gsar                                  on 2000/03/03  18:58:45
2230         Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
2231              and Robin Barker)
2232      Branch: perl
2233            ! Changes pod/perl.pod pod/perl5004delta.pod
2234            ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
2235            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
2236            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
2237            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2238            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
2239            ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
2240            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
2241            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
2242            ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
2243            ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
2244            ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
2245            ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
2246            ! pod/perlxstut.pod
2247 ____________________________________________________________________________
2248 [  5492] By: gsar                                  on 2000/03/03  17:48:31
2249         Log: support for list assignment to pseudohashes (from John Tobey
2250              <jtobey@john-edwin-tobey.org>)
2251      Branch: perl
2252            ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2253            ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
2254 ____________________________________________________________________________
2255 [  5491] By: gsar                                  on 2000/03/03  16:45:49
2256         Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
2257      Branch: perl
2258            ! INSTALL
2259 ____________________________________________________________________________
2260 [  5490] By: gsar                                  on 2000/03/03  16:44:42
2261         Log: perldelta tweaks
2262      Branch: perl
2263            ! pod/perldelta.pod
2264 ____________________________________________________________________________
2265 [  5489] By: gsar                                  on 2000/03/03  16:26:52
2266         Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
2267              <ask@valueclick.com>)
2268      Branch: perl
2269            ! ext/Sys/Syslog/Syslog.pm
2270 ____________________________________________________________________________
2271 [  5488] By: gsar                                  on 2000/03/03  16:21:34
2272         Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
2273              <sthoenna@efn.org>)
2274      Branch: perl
2275            ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
2276            ! os2/os2.sym
2277 ____________________________________________________________________________
2278 [  5487] By: gsar                                  on 2000/03/03  16:16:34
2279         Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
2280      Branch: perl
2281            ! t/lib/glob-basic.t
2282 ____________________________________________________________________________
2283 [  5486] By: gsar                                  on 2000/03/03  15:42:28
2284         Log: integrate cfgperl and vmsperl contents into mainline
2285      Branch: perl
2286            ! pod/perl.pod
2287           !> (integrate 38 files)
2288 ____________________________________________________________________________
2289 [  5485] By: jhi                                   on 2000/03/03  15:21:40
2290         Log: pull the sparcv9 workshop libraries in front of loclibpth
2291      Branch: cfgperl
2292            ! hints/solaris_2.sh
2293 ____________________________________________________________________________
2294 [  5484] By: jhi                                   on 2000/03/03  15:09:03
2295         Log: Introduce i_ieefp because FreeBSD on ix86 needs that
2296              for ftpsetmask(0); regen Configure.
2297      Branch: cfgperl
2298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2299            ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
2300            ! vos/config.def vos/config.h vos/config_h.SH_orig
2301            ! win32/config.bc win32/config.gc win32/config.vc
2302            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2303 ____________________________________________________________________________
2304 [  5483] By: jhi                                   on 2000/03/03  05:37:58
2305         Log: The _cflags must be left-aligned.
2306      Branch: cfgperl
2307            ! hints/irix_6.sh
2308 ____________________________________________________________________________
2309 [  5482] By: bailey                                on 2000/03/03  04:42:45
2310         Log: Once more unto resync
2311      Branch: vmsperl
2312           !> (integrate 48 files)
2313 ____________________________________________________________________________
2314 [  5481] By: bailey                                on 2000/03/03  04:36:46
2315         Log: VMS-specific perldelta update
2316      Branch: vmsperl
2317            ! pod/perldelta.pod
2318 ____________________________________________________________________________
2319 [  5480] By: bailey                                on 2000/03/03  04:05:28
2320         Log: Set up Perl invocation method during configuration (Peter Prymmer)
2321              Add missing bits to various utilities and install them (ditto)
2322      Branch: vmsperl
2323            ! configure.com pod/pod2usage.PL pod/podselect.PL
2324            ! utils/dprofpp.PL vms/descrip_mms.template
2325 ____________________________________________________________________________
2326 [  5479] By: bailey                                on 2000/03/03  04:01:48
2327         Log: Fix test to match new behavior of vmsify() (Craig Berry)
2328      Branch: vmsperl
2329            ! vms/ext/filespec.t
2330 ____________________________________________________________________________
2331 [  5478] By: bailey                                on 2000/03/03  03:54:10
2332         Log: Try to intuit whether typeless file invoked in subprocess
2333              is an executable image or DCL procedure.
2334      Branch: vmsperl
2335            ! vms/perlvms.pod vms/vms.c
2336 ____________________________________________________________________________
2337 [  5477] By: bailey                                on 2000/03/03  03:37:18
2338         Log: Remove leftover bits of VAXC support (Dan Sugalski)
2339      Branch: vmsperl
2340            ! vms/gen_shrfls.pl
2341 ____________________________________________________________________________
2342 [  5476] By: bailey                                on 2000/03/03  03:34:51
2343         Log: Add missing declaration (Dan Sugalski)
2344      Branch: vmsperl
2345            ! vms/vms.c
2346 ____________________________________________________________________________
2347 [  5475] By: gsar                                  on 2000/03/03  03:27:52
2348         Log: warn about /(?p{})/ (from Simon Cozens)
2349      Branch: perl
2350            ! regcomp.c toke.c
2351 ____________________________________________________________________________
2352 [  5474] By: bailey                                on 2000/03/03  03:27:05
2353         Log: Ad hoc patch for duping stdout into stderr
2354      Branch: vmsperl
2355            ! vms/vms.c
2356 ____________________________________________________________________________
2357 [  5473] By: bailey                                on 2000/03/03  03:23:29
2358         Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
2359      Branch: vmsperl
2360            ! vms/subconfigure.com vms/vmsish.h
2361 ____________________________________________________________________________
2362 [  5472] By: gsar                                  on 2000/03/03  02:58:49
2363         Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
2364      Branch: perl
2365            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2366            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2367 ____________________________________________________________________________
2368 [  5471] By: jhi                                   on 2000/03/03  02:38:23
2369         Log: more todo
2370      Branch: cfgperl
2371            ! Todo-5.6
2372 ____________________________________________________________________________
2373 [  5470] By: gsar                                  on 2000/03/03  02:36:02
2374         Log: skip test if db doesn't have null key support
2375      Branch: perl
2376            ! t/lib/anydbm.t
2377 ____________________________________________________________________________
2378 [  5469] By: jhi                                   on 2000/03/03  02:26:53
2379         Log: Integrate with Sarathy.
2380      Branch: cfgperl
2381           !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
2382           !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
2383           !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
2384           !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
2385           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2386 ____________________________________________________________________________
2387 [  5468] By: jhi                                   on 2000/03/03  02:24:05
2388         Log: irix hints tweak
2389      Branch: cfgperl
2390            ! hints/irix_6.sh
2391 ____________________________________________________________________________
2392 [  5467] By: gsar                                  on 2000/03/03  02:19:50
2393         Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
2394              Simon Cozens <simon@othersideofthe.earth.li>)
2395      Branch: perl
2396            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
2397            ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
2398            ! t/op/pat.t toke.c
2399 ____________________________________________________________________________
2400 [  5466] By: jhi                                   on 2000/03/03  02:12:41
2401         Log: in words order bad
2402      Branch: cfgperl
2403            ! pod/perlre.pod
2404 ____________________________________________________________________________
2405 [  5465] By: jhi                                   on 2000/03/03  02:09:45
2406         Log: /[[:alpha]/ now dies on unmatched [] instead of
2407              "an unknown character class" (spotted by Tom Christiansen)
2408      Branch: cfgperl
2409            ! regcomp.c t/pragma/warn/regcomp
2410 ____________________________________________________________________________
2411 [  5464] By: gsar                                  on 2000/03/03  02:04:48
2412         Log: perldelta notes about IO::Socket changes (from Graham Barr)
2413      Branch: perl
2414            ! pod/perldelta.pod
2415 ____________________________________________________________________________
2416 [  5463] By: gsar                                  on 2000/03/03  02:02:50
2417         Log: relax restrictions on constant names a bit (from M J T Guy)
2418      Branch: perl
2419            ! lib/constant.pm
2420 ____________________________________________________________________________
2421 [  5462] By: gsar                                  on 2000/03/03  01:59:49
2422         Log: support for generation of accessor functions (from Hugo van der
2423              Sanden)
2424      Branch: perl
2425            ! utils/h2xs.PL
2426 ____________________________________________________________________________
2427 [  5461] By: jhi                                   on 2000/03/03  01:51:53
2428         Log: cosmetics
2429      Branch: cfgperl
2430            ! t/op/pack.t
2431 ____________________________________________________________________________
2432 [  5460] By: jhi                                   on 2000/03/03  01:50:07
2433         Log: detypo
2434      Branch: cfgperl
2435            ! t/op/pack.t
2436 ____________________________________________________________________________
2437 [  5459] By: gsar                                  on 2000/03/03  01:46:35
2438         Log: pod tweaks
2439      Branch: perl
2440            ! pod/perl.pod pod/perlpod.pod
2441 ____________________________________________________________________________
2442 [  5458] By: jhi                                   on 2000/03/03  01:25:21
2443         Log: solaris hints tweak
2444      Branch: cfgperl
2445            ! hints/solaris_2.sh
2446 ____________________________________________________________________________
2447 [  5457] By: jhi                                   on 2000/03/02  22:56:49
2448         Log: detypo
2449      Branch: cfgperl
2450            ! hints/solaris_2.sh
2451 ____________________________________________________________________________
2452 [  5456] By: gsar                                  on 2000/03/02  21:15:11
2453         Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
2454              add test targets for -C switch on windows
2455      Branch: perl
2456            ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
2457 ____________________________________________________________________________
2458 [  5455] By: gsar                                  on 2000/03/02  21:06:49
2459         Log: add note about failed tests on memory starved systems (from
2460              Andy Dougherty)
2461      Branch: perl
2462            ! INSTALL
2463 ____________________________________________________________________________
2464 [  5454] By: jhi                                   on 2000/03/02  21:03:35
2465         Log: Integrate with Sarathy.
2466      Branch: cfgperl
2467           !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
2468           !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
2469           !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
2470 ____________________________________________________________________________
2471 [  5453] By: jhi                                   on 2000/03/02  20:58:43
2472         Log: Further long double patches from Spider Boardman.
2473      Branch: cfgperl
2474            ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
2475 ____________________________________________________________________________
2476 [  5452] By: gsar                                  on 2000/03/02  20:52:08
2477         Log: move doc about v-strings from perlop to perldata (suggested by
2478              David Dyck <dcd@tc.fluke.com>)
2479      Branch: perl
2480            ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
2481 ____________________________________________________________________________
2482 [  5451] By: gsar                                  on 2000/03/02  20:30:29
2483         Log: integrate cfgperl changes into mainline
2484      Branch: perl
2485           !> Configure hints/irix_6.sh pp.c
2486 ____________________________________________________________________________
2487 [  5450] By: gsar                                  on 2000/03/02  20:08:10
2488         Log: still other multiline match cleanups (from Greg Bacon)
2489      Branch: perl
2490            ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
2491            ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
2492 ____________________________________________________________________________
2493 [  5449] By: jhi                                   on 2000/03/02  20:01:58
2494         Log: Integrate with Sarathy.
2495      Branch: cfgperl
2496           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2497           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
2498           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
2499           !> vms/descrip_mms.template vms/gen_shrfls.pl
2500           !> vms/subconfigure.com vms/vms.c win32/Makefile
2501           !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2502 ____________________________________________________________________________
2503 [  5448] By: jhi                                   on 2000/03/02  20:00:37
2504         Log: workaround for Tru64 compiler bug (cleaner fix will have
2505              to wait until 5.6.1), from Spider Boardman
2506      Branch: cfgperl
2507            ! pp.c
2508 ____________________________________________________________________________
2509 [  5447] By: jhi                                   on 2000/03/02  19:52:34
2510         Log: Workaround for an optimizer bug.
2511      Branch: cfgperl
2512            ! hints/irix_6.sh
2513 ____________________________________________________________________________
2514 [  5446] By: jhi                                   on 2000/03/02  19:44:35
2515         Log: installation directory fix from Andy Dougherty
2516              (installstyle was being clobbered, spotted by Spider Boardman)
2517      Branch: cfgperl
2518            ! Configure
2519      Branch: metaconfig
2520            ! U/installdirs/installstyle.U
2521 ____________________________________________________________________________
2522 [  5445] By: gsar                                  on 2000/03/02  19:40:44
2523         Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
2524              some parts not applied
2525      Branch: perl
2526            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
2527            ! win32/win32.h
2528 ____________________________________________________________________________
2529 [  5444] By: gsar                                  on 2000/03/02  19:26:08
2530         Log: avoid buffering issue in warn/8signal
2531      Branch: perl
2532            ! t/pragma/warn/8signal
2533 ____________________________________________________________________________
2534 [  5443] By: gsar                                  on 2000/03/02  18:13:28
2535         Log: integrate cfgperl changes into mainline
2536      Branch: perl
2537           !> Configure config_h.SH hints/aix.sh hints/hpux.sh
2538           !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
2539           !> t/op/lfs.t t/op/pack.t
2540 ____________________________________________________________________________
2541 [  5442] By: gsar                                  on 2000/03/02  18:02:40
2542         Log: integrate vmsperl changes into mainline (denied their changes to
2543              Glob.pm, t/pragma/warn/{8signal,pp_ctl})
2544      Branch: perl
2545           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2546           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
2547           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
2548           !> vms/descrip_mms.template vms/gen_shrfls.pl
2549           !> vms/subconfigure.com vms/vms.c
2550 ____________________________________________________________________________
2551 [  5441] By: jhi                                   on 2000/03/02  17:56:20
2552         Log: nit from Spider Boardman
2553      Branch: cfgperl
2554            ! makedepend.SH
2555 ____________________________________________________________________________
2556 [  5440] By: jhi                                   on 2000/03/02  17:48:15
2557         Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
2558              is the correct one), spotted by Robin Parker.
2559      Branch: cfgperl
2560            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
2561      Branch: metaconfig/U/perl
2562            ! uselfs.U
2563 ____________________________________________________________________________
2564 [  5439] By: jhi                                   on 2000/03/02  15:32:04
2565         Log: Remove the pack.t kludge introduced to fudge the test
2566              to pass under long doubles: leave the similar kludge
2567              to posix.t because POSIX::strtod() is still double,
2568              not long double. 
2569      Branch: cfgperl
2570            ! t/op/pack.t
2571 ____________________________________________________________________________
2572 [  5438] By: jhi                                   on 2000/03/02  04:58:48
2573         Log: Integrate with Sarathy.
2574      Branch: cfgperl
2575           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2576           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
2577           !> lib/Pod/Html.pm op.c
2578 ____________________________________________________________________________
2579 [  5437] By: jhi                                   on 2000/03/02  04:51:46
2580         Log: A patch on #5407.
2581      Branch: cfgperl
2582            ! sv.c
2583 ____________________________________________________________________________
2584 [  5436] By: gsar                                  on 2000/03/02  04:45:37
2585         Log: avoid useless comparison
2586      Branch: perl
2587            ! op.c
2588 ____________________________________________________________________________
2589 [  5435] By: bailey                                on 2000/03/02  04:43:11
2590         Log: YA sync with mainline
2591      Branch: vmsperl
2592           +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
2593           +> t/lib/env-array.t
2594           !> (integrate 150 files)
2595 ____________________________________________________________________________
2596 [  5434] By: gsar                                  on 2000/03/02  04:28:48
2597         Log: make the "back to top" links optional
2598      Branch: perl
2599            ! lib/Pod/Html.pm
2600 ____________________________________________________________________________
2601 [  5433] By: bailey                                on 2000/03/02  04:26:58
2602         Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
2603      Branch: vmsperl
2604            ! vms/vms.c
2605 ____________________________________________________________________________
2606 [  5432] By: bailey                                on 2000/03/02  04:20:51
2607         Log: Update dependencies and remove obsolete VAXC support
2608      Branch: vmsperl
2609            ! vms/descrip_mms.template
2610 ____________________________________________________________________________
2611 [  5431] By: bailey                                on 2000/03/02  04:19:42
2612         Log: Rmeove obsolete VAXC support
2613      Branch: vmsperl
2614            ! vms/gen_shrfls.pl
2615 ____________________________________________________________________________
2616 [  5430] By: bailey                                on 2000/03/02  04:18:57
2617         Log: Minor updates to subconfigure.com:
2618              - remove old VAXC support
2619              - avoid echoing commands to tempfiles
2620              - fix typos
2621              - define 64bit symbols (as "undef") when not using 64 bit support
2622      Branch: vmsperl
2623            ! vms/subconfigure.com
2624 ____________________________________________________________________________
2625 [  5429] By: bailey                                on 2000/03/02  04:16:11
2626         Log: Minor changes to Configure.Com:
2627              - permit operation in batch mode (splits output)
2628              - remove old VAXC support
2629              - default to enabling secure internal lnm translation
2630      Branch: vmsperl
2631            ! configure.com
2632 ____________________________________________________________________________
2633 [  5428] By: bailey                                on 2000/03/02  04:06:53
2634         Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
2635      Branch: vmsperl
2636            ! vms/vms.c
2637 ____________________________________________________________________________
2638 [  5427] By: bailey                                on 2000/03/02  04:05:47
2639         Log: FIx no-op in vms.c
2640      Branch: vmsperl
2641            ! vms/vms.c
2642 ____________________________________________________________________________
2643 [  5426] By: bailey                                on 2000/03/02  04:04:52
2644         Log: MIscellaneous tweaks to test and driver (Charles Lane)
2645      Branch: vmsperl
2646            ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
2647            ! vms/test.com
2648 ____________________________________________________________________________
2649 [  5425] By: bailey                                on 2000/03/02  04:02:44
2650         Log: Take advantage of new subprocess invocation (Charles Lane)
2651      Branch: vmsperl
2652            ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
2653            ! t/pragma/warnings.t
2654 ____________________________________________________________________________
2655 [  5424] By: bailey                                on 2000/03/02  04:00:20
2656         Log: Increment counter for skipped tests (Charles Lane)
2657      Branch: vmsperl
2658            ! t/io/open.t
2659 ____________________________________________________________________________
2660 [  5423] By: bailey                                on 2000/03/02  03:59:14
2661         Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
2662              on PERL5LIB logical (Dan Sugalski)
2663      Branch: vmsperl
2664            ! lib/Test/Harness.pm
2665 ____________________________________________________________________________
2666 [  5422] By: bailey                                on 2000/03/02  03:57:40
2667         Log: Use temp to construct dirspec in File::Find (Charles Lane)
2668      Branch: vmsperl
2669            ! lib/File/Find.pm
2670 ____________________________________________________________________________
2671 [  5421] By: bailey                                on 2000/03/02  03:56:13
2672         Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
2673              (Should move to File::Spec in long term)
2674      Branch: vmsperl
2675            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
2676 ____________________________________________________________________________
2677 [  5420] By: bailey                                on 2000/03/02  03:52:45
2678         Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
2679      Branch: vmsperl
2680            ! lib/ExtUtils/MM_VMS.pm
2681 ____________________________________________________________________________
2682 [  5419] By: bailey                                on 2000/03/02  03:50:53
2683         Log: Make File::Glob more VMS-friendly (Charles Lane)
2684      Branch: vmsperl
2685            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2686            ! t/lib/glob-basic.t
2687 ____________________________________________________________________________
2688 [  5418] By: bailey                                on 2000/03/02  03:47:21
2689         Log: Miscellaneous fixes to build procedures (Peter Prymmer)
2690      Branch: vmsperl
2691            ! configure.com vms/subconfigure.com
2692 ____________________________________________________________________________
2693 [  5417] By: bailey                                on 2000/03/02  03:42:49
2694         Log: Temrinate statements in pp_ctl warning test (Charles Lane)
2695      Branch: vmsperl
2696            ! t/pragma/warn/pp_ctl
2697 ____________________________________________________________________________
2698 [  5416] By: bailey                                on 2000/03/02  03:39:46
2699         Log: Warn but continue installing when file missing (Dan Sugalski)
2700      Branch: vmsperl
2701            ! installperl
2702 ____________________________________________________________________________
2703 [  5415] By: jhi                                   on 2000/03/01  23:31:23
2704         Log: Make file sparseness detection more portable (Scott Henry)
2705      Branch: cfgperl
2706            ! t/lib/syslfs.t t/op/lfs.t
2707 ____________________________________________________________________________
2708 [  5414] By: jhi                                   on 2000/03/01  22:53:48
2709         Log: detypo #5411 continues: Sun grep doesn't have -e.
2710      Branch: cfgperl
2711            ! hints/solaris_2.sh
2712 ____________________________________________________________________________
2713 [  5413] By: jhi                                   on 2000/03/01  22:49:44
2714         Log: detypo #5411
2715      Branch: cfgperl
2716            ! hints/solaris_2.sh
2717 ____________________________________________________________________________
2718 [  5412] By: gsar                                  on 2000/03/01  20:04:42
2719         Log: typo in change#5408
2720      Branch: perl
2721            ! lib/ExtUtils/MM_Unix.pm
2722 ____________________________________________________________________________
2723 [  5411] By: jhi                                   on 2000/03/01  18:48:52
2724         Log: Better detection of the solaris workshop compiler.
2725      Branch: cfgperl
2726            ! hints/solaris_2.sh
2727 ____________________________________________________________________________
2728 [  5410] By: jhi                                   on 2000/03/01  18:18:04
2729         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2730              To: perl5-porters@perl.org
2731              Subject: solaris 64-bit and gcc
2732              Date: Wed, 1 Mar 2000 17:59:36 GMT
2733              Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
2734      Branch: cfgperl
2735            ! hints/solaris_2.sh
2736 ____________________________________________________________________________
2737 [  5409] By: jhi                                   on 2000/03/01  18:16:43
2738         Log: Integrate with Sarathy.
2739      Branch: cfgperl
2740           +> t/lib/env-array.t
2741           !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
2742           !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
2743           !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
2744           !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2745           !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
2746           !> t/lib/filefind.t t/lib/glob-basic.t
2747 ____________________________________________________________________________
2748 [  5408] By: gsar                                  on 2000/03/01  18:15:49
2749         Log: still more multiline match cleanups (from Greg Bacon)
2750      Branch: perl
2751            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2752            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
2753 ____________________________________________________________________________
2754 [  5407] By: jhi                                   on 2000/03/01  18:11:09
2755         Log: A further patch from Spider Boardman for long doubleness.
2756      Branch: cfgperl
2757            ! sv.c
2758 ____________________________________________________________________________
2759 [  5406] By: gsar                                  on 2000/03/01  17:32:09
2760         Log: yet more multiline match cleanups (from Greg Bacon)
2761      Branch: perl
2762            ! lib/CPAN.pm lib/Cwd.pm
2763 ____________________________________________________________________________
2764 [  5405] By: gsar                                  on 2000/03/01  17:24:53
2765         Log: add support for Env arrays (from Gregor N. Purdy
2766              <gregor@focusresearch.com>)
2767      Branch: perl
2768            + t/lib/env-array.t
2769            ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
2770 ____________________________________________________________________________
2771 [  5404] By: gsar                                  on 2000/03/01  17:00:23
2772         Log: cygwin update (from Eric Fifer)
2773      Branch: perl
2774            ! README.cygwin t/lib/glob-basic.t
2775 ____________________________________________________________________________
2776 [  5403] By: gsar                                  on 2000/03/01  16:55:47
2777         Log: more multiline match cleanups (from Greg Bacon)
2778      Branch: perl
2779            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
2780            ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2781 ____________________________________________________________________________
2782 [  5402] By: gsar                                  on 2000/03/01  16:38:48
2783         Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
2784      Branch: perl
2785            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
2786 ____________________________________________________________________________
2787 [  5401] By: gsar                                  on 2000/03/01  16:35:28
2788         Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
2789      Branch: perl
2790            ! lib/File/Find.pm t/lib/filefind.t
2791 ____________________________________________________________________________
2792 [  5400] By: gsar                                  on 2000/03/01  16:32:24
2793         Log: mention "r" debugger command (from Ilya Zakharevich)
2794      Branch: perl
2795            ! pod/perldebug.pod
2796 ____________________________________________________________________________
2797 [  5399] By: jhi                                   on 2000/03/01  14:58:33
2798         Log: Integrate with Sarathy.
2799      Branch: cfgperl
2800           !> Changes configure.com ext/File/Glob/Glob.pm
2801           !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
2802           !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
2803           !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
2804           !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
2805           !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
2806           !> t/pragma/warn/pp_sys t/pragma/warnings.t
2807           !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
2808           !> vms/vms.c
2809 ____________________________________________________________________________
2810 [  5398] By: gsar                                  on 2000/03/01  07:03:13
2811         Log: fix testsuite issues in change#5397
2812      Branch: perl
2813            ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
2814
2815 ----------------
2816 Version v5.5.670
2817 ----------------
2818
2819 ____________________________________________________________________________
2820 [  5397] By: gsar                                  on 2000/03/01  06:44:42
2821         Log: consolidated VMS patches (from Craig A. Berry
2822              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
2823              $DEFAULT_FLAGS, and iff no flags were supplied
2824      Branch: perl
2825            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2826            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
2827            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
2828            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
2829            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
2830            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
2831            ! t/pragma/warnings.t vms/descrip_mms.template
2832            ! vms/subconfigure.com vms/test.com vms/vms.c
2833 ____________________________________________________________________________
2834 [  5396] By: gsar                                  on 2000/03/01  06:28:22
2835         Log: integrate cfgperl changes into mainline
2836      Branch: perl
2837           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
2838 ____________________________________________________________________________
2839 [  5395] By: jhi                                   on 2000/03/01  06:12:10
2840         Log: Integrate with Sarathy.
2841      Branch: cfgperl
2842           +> lib/open.pm
2843           !> MANIFEST Todo-5.6 mg.c
2844 ____________________________________________________________________________
2845 [  5394] By: gsar                                  on 2000/03/01  06:07:00
2846         Log: fix segfault on C<local ${^WARNING_BITS}>
2847      Branch: perl
2848            ! mg.c
2849 ____________________________________________________________________________
2850 [  5393] By: jhi                                   on 2000/03/01  06:02:12
2851         Log: Fcntl de-cut-and-pasto.
2852              From: Doug MacEachern <dougm@pobox.com>
2853              To: perl5-porters@perl.org
2854              Subject: [PATCH v5.5.660] Fcntl.pm
2855              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
2856              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
2857      Branch: cfgperl
2858            ! ext/Fcntl/Fcntl.pm
2859 ____________________________________________________________________________
2860 [  5392] By: gsar                                  on 2000/03/01  05:55:20
2861         Log: update Todo-5.6, add stub open.pm
2862      Branch: perl
2863            + lib/open.pm
2864            ! MANIFEST Todo-5.6
2865 ____________________________________________________________________________
2866 [  5391] By: jhi                                   on 2000/03/01  05:42:25
2867         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
2868      Branch: cfgperl
2869            ! hints/solaris_2.sh
2870 ____________________________________________________________________________
2871 [  5390] By: jhi                                   on 2000/03/01  05:35:53
2872         Log: Couple of math functions need to be Perl_ so that
2873              they are correctly long double, especially the frexp()
2874              in sv_vcatpvfn() (spotted by Spider Boardman).
2875      Branch: cfgperl
2876            ! pp.c sv.c
2877 ____________________________________________________________________________
2878 [  5389] By: jhi                                   on 2000/03/01  05:33:54
2879         Log: Integrate with Sarathy.
2880      Branch: cfgperl
2881           +> pod/perlnumber.pod
2882           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
2883           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
2884           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
2885           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
2886           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
2887           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
2888           !> win32/perllib.c win32/win32.c win32/win32.h
2889 ____________________________________________________________________________
2890 [  5388] By: gsar                                  on 2000/03/01  03:38:03
2891         Log: Windows miscellany
2892      Branch: perl
2893            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
2894 ____________________________________________________________________________
2895 [  5387] By: gsar                                  on 2000/03/01  03:13:37
2896         Log: mention ftp/rsync access to repository in perlhack
2897      Branch: perl
2898            ! Changes pod/perlhack.pod pod/perlhist.pod
2899 ____________________________________________________________________________
2900 [  5386] By: gsar                                  on 2000/03/01  03:04:54
2901         Log: support kill(0,$pid) on Windows to test if process exists
2902      Branch: perl
2903            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
2904 ____________________________________________________________________________
2905 [  5385] By: gsar                                  on 2000/03/01  02:10:01
2906         Log: integrate cfgperl changes into mainline
2907      Branch: perl
2908           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2909           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
2910           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
2911           !> win32/config.gc win32/config.vc
2912 ____________________________________________________________________________
2913 [  5384] By: gsar                                  on 2000/03/01  01:47:55
2914         Log: oops, change#5382 didn't really fix the typo
2915      Branch: perl
2916            ! ext/DynaLoader/dl_dlopen.xs
2917 ____________________________________________________________________________
2918 [  5383] By: gsar                                  on 2000/03/01  01:38:25
2919         Log: avoid warning on type-mismatch
2920      Branch: perl
2921            ! ext/DynaLoader/dlutils.c
2922 ____________________________________________________________________________
2923 [  5382] By: gsar                                  on 2000/03/01  01:33:42
2924         Log: fix bug in change#5381
2925      Branch: perl
2926            ! ext/DynaLoader/dl_dlopen.xs
2927 ____________________________________________________________________________
2928 [  5381] By: gsar                                  on 2000/03/01  00:46:44
2929         Log: unload extension shared objects when exiting, implemented
2930              only for dl_dlopen.xs (from Alan Burlison)
2931      Branch: perl
2932            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2933            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
2934 ____________________________________________________________________________
2935 [  5380] By: gsar                                  on 2000/03/01  00:34:10
2936         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
2937              prose
2938      Branch: perl
2939            + pod/perlnumber.pod
2940            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
2941            ! pod/perltoc.pod pod/roffitall
2942 ____________________________________________________________________________
2943 [  5379] By: jhi                                   on 2000/02/29  23:37:01
2944         Log: Be understanding.
2945      Branch: cfgperl
2946            ! Configure config_h.SH
2947      Branch: metaconfig/U/perl
2948            ! use64bits.U uselfs.U
2949 ____________________________________________________________________________
2950 [  5378] By: gsar                                  on 2000/02/29  23:35:50
2951         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
2952      Branch: perl
2953            ! lib/Test/Harness.pm vms/vms.c
2954 ____________________________________________________________________________
2955 [  5377] By: jhi                                   on 2000/02/29  23:12:29
2956         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
2957              d_Gconvert on long doubles to use sprintf %Lg.
2958      Branch: cfgperl
2959            ! hints/dec_osf.sh
2960 ____________________________________________________________________________
2961 [  5376] By: jhi                                   on 2000/02/29  23:02:45
2962         Log: Integrate with Sarathy.
2963      Branch: cfgperl
2964           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
2965           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2966           !> pod/perlguts.pod pod/perlop.pod
2967 ____________________________________________________________________________
2968 [  5375] By: gsar                                  on 2000/02/29  23:02:34
2969         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
2970      Branch: perl
2971            ! lib/File/Find.pm
2972 ____________________________________________________________________________
2973 [  5374] By: jhi                                   on 2000/02/29  23:01:35
2974         Log: Add libsunmath (long double math library for Solaris,
2975              SUNWspro cc only) awareness; fix various Solaris nits.
2976      Branch: cfgperl
2977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2978            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
2979            ! vms/subconfigure.com vos/config.def win32/config.bc
2980            ! win32/config.gc win32/config.vc
2981      Branch: metaconfig
2982            ! U/modified/libs.U
2983      Branch: metaconfig/U/perl
2984            + i_sunmath.U
2985 ____________________________________________________________________________
2986 [  5373] By: gsar                                  on 2000/02/29  22:56:10
2987         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
2988              to the more readable form (from Robin Barker)
2989      Branch: perl
2990            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
2991 ____________________________________________________________________________
2992 [  5372] By: gsar                                  on 2000/02/29  22:52:27
2993         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
2994      Branch: perl
2995            ! malloc.c
2996 ____________________________________________________________________________
2997 [  5371] By: gsar                                  on 2000/02/29  22:29:36
2998         Log: fix pods to reflect newer canonical names for call_sv() etc.
2999      Branch: perl
3000            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
3001            ! pod/perlembed.pod pod/perlguts.pod
3002 ____________________________________________________________________________
3003 [  5370] By: jhi                                   on 2000/02/29  22:08:26
3004         Log: Integrate with Sarathy.
3005      Branch: cfgperl
3006           !> perl.c perl.h win32/win32.c win32/win32.h
3007 ____________________________________________________________________________
3008 [  5369] By: gsar                                  on 2000/02/29  21:37:10
3009         Log: remove bogus code that caused test failures on HP-UX
3010      Branch: perl
3011            ! perl.h
3012 ____________________________________________________________________________
3013 [  5368] By: gsar                                  on 2000/02/29  20:45:01
3014         Log: change#5364 had a few problems
3015      Branch: perl
3016            ! perl.c win32/win32.c win32/win32.h
3017 ____________________________________________________________________________
3018 [  5367] By: gsar                                  on 2000/02/29  18:19:04
3019         Log: integrate cfgperl changes into mainline
3020      Branch: perl
3021           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
3022           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
3023           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
3024 ____________________________________________________________________________
3025 [  5366] By: jhi                                   on 2000/02/29  18:15:09
3026         Log: Some compilers have problems with quad switch() controls.
3027      Branch: cfgperl
3028            ! regcomp.c
3029 ____________________________________________________________________________
3030 [  5365] By: jhi                                   on 2000/02/29  18:14:30
3031         Log: Integrate with Sarathy.
3032      Branch: cfgperl
3033           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
3034           !> win32/win32.h
3035 ____________________________________________________________________________
3036 [  5364] By: gsar                                  on 2000/02/29  18:11:34
3037         Log: utf8-ize @ARGV when -C switch is used on Windows
3038      Branch: perl
3039            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
3040            ! win32/win32.h
3041 ____________________________________________________________________________
3042 [  5363] By: jhi                                   on 2000/02/29  17:47:48
3043         Log: HP-UX lddlflags were broken.
3044      Branch: cfgperl
3045            ! Configure config_h.SH
3046      Branch: metaconfig/U/perl
3047            ! dlsrc.U
3048 ____________________________________________________________________________
3049 [  5362] By: jhi                                   on 2000/02/29  17:32:27
3050         Log: Make the failsafe question about socket address structure
3051              sizes hopefully a bit less confusing.
3052      Branch: cfgperl
3053            ! Configure config_h.SH
3054      Branch: metaconfig
3055            ! U/protos/socksizetype.U
3056 ____________________________________________________________________________
3057 [  5361] By: jhi                                   on 2000/02/29  17:17:10
3058         Log: Integrate with Sarathy.
3059      Branch: cfgperl
3060           !> malloc.c
3061 ____________________________________________________________________________
3062 [  5360] By: gsar                                  on 2000/02/29  17:16:09
3063         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
3064      Branch: perl
3065            ! malloc.c
3066 ____________________________________________________________________________
3067 [  5359] By: jhi                                   on 2000/02/29  17:06:12
3068         Log: Make the warning about preferring HP's ar more visible.
3069      Branch: cfgperl
3070            ! hints/hpux.sh
3071 ____________________________________________________________________________
3072 [  5358] By: jhi                                   on 2000/02/29  17:04:36
3073         Log: The sprintf option was blithely printing long doubles as
3074              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
3075              being used; made the test more thorough.
3076      Branch: cfgperl
3077            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
3078            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
3079      Branch: metaconfig
3080            ! U/compline/d_gconvert.U
3081 ____________________________________________________________________________
3082 [  5357] By: jhi                                   on 2000/02/29  16:58:08
3083         Log: Make the warning about abandoning long doubles more visible.
3084      Branch: cfgperl
3085            ! Configure config_h.SH
3086      Branch: metaconfig/U/perl
3087            ! uselongdbl.U
3088 ____________________________________________________________________________
3089 [  5356] By: jhi                                   on 2000/02/29  16:51:33
3090         Log: HP-UX gcc fix; detypo in use64bits.
3091      Branch: cfgperl
3092            ! Configure config_h.SH
3093      Branch: metaconfig/U/perl
3094            ! dlsrc.U use64bits.U
3095 ____________________________________________________________________________
3096 [  5355] By: jhi                                   on 2000/02/29  16:31:17
3097         Log: Solaris 64-bitness hints saga continues.
3098      Branch: cfgperl
3099            ! hints/solaris_2.sh
3100 ____________________________________________________________________________
3101 [  5354] By: jhi                                   on 2000/02/29  16:04:42
3102         Log: Integrate with Sarathy.
3103      Branch: cfgperl
3104           !> ext/Thread/Thread.xs perl.c perl.h
3105 ____________________________________________________________________________
3106 [  5353] By: jhi                                   on 2000/02/29  15:54:10
3107         Log: Solaris hints tweak for 64-bitallness.
3108      Branch: cfgperl
3109            ! hints/solaris_2.sh
3110 ____________________________________________________________________________
3111 [  5352] By: jhi                                   on 2000/02/29  15:35:13
3112         Log: Too many 64-bitness option combinations.
3113      Branch: cfgperl
3114            ! Configure config_h.SH
3115      Branch: metaconfig/U/perl
3116            ! use64bits.U
3117 ____________________________________________________________________________
3118 [  5351] By: gsar                                  on 2000/02/29  15:31:56
3119         Log: more adjustments needed for change#5342 under use5005threads
3120      Branch: perl
3121            ! ext/Thread/Thread.xs perl.c perl.h
3122 ____________________________________________________________________________
3123 [  5350] By: jhi                                   on 2000/02/29  15:24:59
3124         Log: Integrate with Sarathy.
3125      Branch: cfgperl
3126           +> pod/perlboot.pod
3127           !> (integrate 40 files)
3128 ____________________________________________________________________________
3129 [  5349] By: gsar                                  on 2000/02/29  08:13:56
3130         Log: more m//s and $ vs \z fixups (from Greg Bacon)
3131      Branch: perl
3132            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
3133            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3134            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3135            ! lib/File/Spec/Win32.pm
3136 ____________________________________________________________________________
3137 [  5348] By: gsar                                  on 2000/02/29  08:00:48
3138         Log: increase sleep to compensate for slow cpu (from Peter Haworth
3139              <pmh@edison.ioppublishing.com>)
3140      Branch: perl
3141            ! t/io/pipe.t
3142 ____________________________________________________________________________
3143 [  5347] By: gsar                                  on 2000/02/29  07:52:35
3144         Log: add OO tutorial for beginners (from Randal L. Schwartz
3145              <merlyn@stonehenge.com>)
3146      Branch: perl
3147            + pod/perlboot.pod
3148            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
3149            ! pod/perldelta.pod pod/perltoc.pod
3150 ____________________________________________________________________________
3151 [  5346] By: gsar                                  on 2000/02/29  07:24:52
3152         Log: malloc bug fix and machten hints (from Dominic Dunlop
3153              <domo@computer.org>)
3154      Branch: perl
3155            ! hints/machten.sh malloc.c
3156 ____________________________________________________________________________
3157 [  5345] By: gsar                                  on 2000/02/29  06:32:56
3158         Log: integrate cfgperl contents into mainline
3159      Branch: perl
3160           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
3161           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
3162           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3163           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
3164           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
3165           !> win32/config.bc win32/config.gc win32/config.vc
3166 ____________________________________________________________________________
3167 [  5344] By: gsar                                  on 2000/02/29  06:25:33
3168         Log: export list tweak
3169      Branch: perl
3170            ! makedef.pl
3171 ____________________________________________________________________________
3172 [  5343] By: gsar                                  on 2000/02/29  06:01:22
3173         Log: various shenanigans in change#5342
3174      Branch: perl
3175            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
3176            ! win32/win32.h win32/win32thread.h
3177 ____________________________________________________________________________
3178 [  5342] By: gsar                                  on 2000/02/29  04:53:00
3179         Log: support fetching current interpreter from TLS under useithreads
3180      Branch: perl
3181            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
3182            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
3183            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
3184            ! win32/win32.h win32/win32thread.c win32/win32thread.h
3185 ____________________________________________________________________________
3186 [  5341] By: jhi                                   on 2000/02/29  03:26:11
3187         Log: Don't know how to do large files using gcc in HP-UX.
3188      Branch: cfgperl
3189            ! hints/hpux.sh
3190 ____________________________________________________________________________
3191 [  5340] By: jhi                                   on 2000/02/29  03:07:16
3192         Log: Added few more libs to scan.
3193      Branch: cfgperl
3194            ! Configure config_h.SH
3195      Branch: metaconfig
3196            ! U/modified/Myinit.U U/modified/libs.U
3197 ____________________________________________________________________________
3198 [  5339] By: jhi                                   on 2000/02/29  01:37:43
3199         Log: Bigger warning on the changed behaviour of the unary ~.
3200      Branch: cfgperl
3201            ! pod/perldelta.pod
3202 ____________________________________________________________________________
3203 [  5338] By: jhi                                   on 2000/02/29  01:17:07
3204         Log: IRIX 64-bitness fixes.
3205      Branch: cfgperl
3206            ! Configure config_h.SH hints/irix_6.sh
3207      Branch: metaconfig
3208            ! U/modified/Cppsym.U
3209 ____________________________________________________________________________
3210 [  5337] By: jhi                                   on 2000/02/29  00:59:08
3211         Log: Userfriendliness.
3212      Branch: cfgperl
3213            ! Configure config_h.SH
3214      Branch: metaconfig/U/perl
3215            ! use64bits.U
3216 ____________________________________________________________________________
3217 [  5336] By: jhi                                   on 2000/02/29  00:53:51
3218         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
3219              problems in IRIX 32-n32. 
3220      Branch: cfgperl
3221            ! sv.c
3222 ____________________________________________________________________________
3223 [  5335] By: jhi                                   on 2000/02/29  00:22:37
3224         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
3225      Branch: cfgperl
3226            ! Configure config_h.SH hints/hpux.sh
3227      Branch: metaconfig/U/perl
3228            ! dlsrc.U
3229 ____________________________________________________________________________
3230 [  5334] By: jhi                                   on 2000/02/28  23:59:59
3231         Log: Do not cast pointers into I32s.
3232      Branch: cfgperl
3233            ! mg.c
3234 ____________________________________________________________________________
3235 [  5333] By: jhi                                   on 2000/02/28  23:39:26
3236         Log: More AIX fixes from Steven Hirsch.
3237      Branch: cfgperl
3238            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
3239            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
3240      Branch: metaconfig/U/perl
3241            ! use64bits.U
3242 ____________________________________________________________________________
3243 [  5332] By: jhi                                   on 2000/02/28  22:45:59
3244         Log: Detypo.
3245      Branch: cfgperl
3246            ! hints/irix_6.sh
3247 ____________________________________________________________________________
3248 [  5331] By: jhi                                   on 2000/02/28  22:23:36
3249         Log: Regularize the call-back units (and fix a bug in #5330).
3250      Branch: cfgperl
3251            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3252 ____________________________________________________________________________
3253 [  5330] By: jhi                                   on 2000/02/28  21:50:28
3254         Log: Don't be overeager to turn on 64-bitallness.
3255      Branch: cfgperl
3256            ! hints/solaris_2.sh
3257 ____________________________________________________________________________
3258 [  5329] By: jhi                                   on 2000/02/28  20:32:53
3259         Log: Lift the 32-bit straightjacket from bit ops;
3260              prefer IV/UV over NV in sv_2pv().
3261      Branch: cfgperl
3262            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
3263            ! t/op/misc.t t/op/numconvert.t
3264 ____________________________________________________________________________
3265 [  5328] By: jhi                                   on 2000/02/28  20:11:59
3266         Log: Do not add -Ae for gcc.
3267      Branch: cfgperl
3268            ! hints/hpux.sh
3269 ____________________________________________________________________________
3270 [  5327] By: jhi                                   on 2000/02/28  17:35:39
3271         Log: Use the vendor file(1).
3272      Branch: cfgperl
3273            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3274 ____________________________________________________________________________
3275 [  5326] By: jhi                                   on 2000/02/28  17:31:19
3276         Log: Put back madvise lost because of a typo.
3277      Branch: cfgperl
3278            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
3279            ! win32/config.vc
3280 ____________________________________________________________________________
3281 [  5325] By: jhi                                   on 2000/02/28  16:44:32
3282         Log: Tweak HP-UX libraries.
3283      Branch: cfgperl
3284            ! hints/hpux.sh
3285 ____________________________________________________________________________
3286 [  5324] By: jhi                                   on 2000/02/28  16:37:43
3287         Log: Don't be overeager to turn on largefileness.
3288      Branch: cfgperl
3289            ! hints/solaris_2.sh
3290 ____________________________________________________________________________
3291 [  5323] By: jhi                                   on 2000/02/28  16:23:15
3292         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
3293              The patch to File/Glob/Makefile.PL is inconvenient but at the
3294              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
3295              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
3296              the file is processed by MakeMaker but OPTIMIZE ends up as -O
3297              in the resulting Makefile.  A MakeMaker bug?
3298      Branch: cfgperl
3299            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
3300            ! hints/aix.sh t/lib/ipc_sysv.t
3301 ____________________________________________________________________________
3302 [  5322] By: jhi                                   on 2000/02/28  16:17:33
3303         Log: Integrate with Sarathy.
3304      Branch: cfgperl
3305           !> (integrate 45 files)
3306 ____________________________________________________________________________
3307 [  5321] By: gsar                                  on 2000/02/28  10:13:03
3308         Log: avoid warnings in legacy code (from David Dyck)
3309      Branch: perl
3310            ! lib/pwd.pl
3311 ____________________________________________________________________________
3312 [  5320] By: gsar                                  on 2000/02/28  10:11:37
3313         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
3314      Branch: perl
3315            ! x2p/find2perl.PL
3316 ____________________________________________________________________________
3317 [  5319] By: gsar                                  on 2000/02/28  10:07:00
3318         Log: fix outdated URLs (from Michael G Schwern)
3319      Branch: perl
3320            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
3321            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
3322            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
3323            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
3324            ! pod/perlvar.pod pod/perlxs.pod
3325 ____________________________________________________________________________
3326 [  5318] By: gsar                                  on 2000/02/28  10:04:57
3327         Log: update Changes, patchlevel etc.
3328      Branch: perl
3329            ! Changes patchlevel.h win32/Makefile win32/config.bc
3330            ! win32/config.gc win32/config.vc win32/config_H.bc
3331            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3332 ____________________________________________________________________________
3333 [  5317] By: gsar                                  on 2000/02/28  09:39:47
3334         Log: make stringwise bitops work properly on utf8 strings
3335      Branch: perl
3336            ! doop.c t/op/bop.t
3337 ____________________________________________________________________________
3338 [  5316] By: gsar                                  on 2000/02/28  07:04:22
3339         Log: integrate cfgperl and vmsperl changes into mainline
3340      Branch: perl
3341            ! Porting/makerel
3342           !> Configure Makefile.SH config_h.SH configure.com
3343           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
3344           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3345           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
3346           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
3347           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
3348           !> vms/descrip_mms.template vms/gen_shrfls.pl
3349           !> vms/subconfigure.com vms/vms.c
3350 ____________________________________________________________________________
3351 [  5315] By: jhi                                   on 2000/02/28  06:31:08
3352         Log: The search for static _s-suffixex libs was broken;
3353              add -L/lib/pa20_64 only iff there.
3354      Branch: cfgperl
3355            ! Configure config_h.SH hints/hpux.sh
3356      Branch: metaconfig
3357            ! U/modified/libs.U
3358 ____________________________________________________________________________
3359 [  5314] By: jhi                                   on 2000/02/28  06:08:40
3360         Log: Even better use64bitall logic.
3361      Branch: cfgperl
3362            ! Configure config_h.SH
3363      Branch: metaconfig/U/perl
3364            ! use64bits.U uselfs.U
3365 ____________________________________________________________________________
3366 [  5313] By: jhi                                   on 2000/02/28  05:47:27
3367         Log: Integrate with Sarathy.
3368      Branch: cfgperl
3369           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
3370           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
3371           !> t/lib/fields.t x2p/find2perl.PL
3372 ____________________________________________________________________________
3373 [  5312] By: jhi                                   on 2000/02/28  05:09:31
3374         Log: Ask about use64bitall regardless of whether use64bitint is defined.
3375      Branch: cfgperl
3376            ! Configure config_h.SH
3377      Branch: metaconfig/U/perl
3378            ! use64bits.U
3379 ____________________________________________________________________________
3380 [  5311] By: bailey                                on 2000/02/28  05:05:56
3381         Log: Integrate mainline
3382      Branch: vmsperl
3383           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3384           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
3385           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
3386           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
3387           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
3388           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
3389           !> x2p/find2perl.PL
3390 ____________________________________________________________________________
3391 [  5310] By: bailey                                on 2000/02/28  04:36:20
3392         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
3393      Branch: vmsperl
3394            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3395 ____________________________________________________________________________
3396 [  5309] By: jhi                                   on 2000/02/28  04:17:36
3397         Log: The #5249 wasn't doing any good.
3398      Branch: cfgperl
3399            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
3400 ____________________________________________________________________________
3401 [  5308] By: bailey                                on 2000/02/28  03:56:51
3402         Log: Repair typo -- conjunction of variable with text
3403      Branch: vmsperl
3404            ! t/lib/cgi-html.t
3405 ____________________________________________________________________________
3406 [  5307] By: jhi                                   on 2000/02/28  03:46:14
3407         Log: A less ambitious version of #5292.
3408      Branch: cfgperl
3409            ! Makefile.SH
3410 ____________________________________________________________________________
3411 [  5306] By: bailey                                on 2000/02/28  03:42:38
3412         Log: Defer inclusion of VMS-specific code to runtime
3413      Branch: vmsperl
3414            ! t/io/openpid.t
3415 ____________________________________________________________________________
3416 [  5305] By: jhi                                   on 2000/02/28  03:41:48
3417         Log: The #5292 was Not So Good Idea.
3418      Branch: cfgperl
3419            ! Makefile.SH
3420 ____________________________________________________________________________
3421 [  5304] By: bailey                                on 2000/02/28  02:57:14
3422         Log: Minor test updates to accomodate new subprocess invocation
3423      Branch: vmsperl
3424            ! t/comp/script.t t/op/goto.t t/op/split.t
3425 ____________________________________________________________________________
3426 [  5303] By: bailey                                on 2000/02/28  02:52:47
3427         Log: Missed bit of #5302 (case-sensitive symbols)
3428      Branch: vmsperl
3429            ! lib/ExtUtils/Mksymlists.pm
3430 ____________________________________________________________________________
3431 [  5302] By: bailey                                on 2000/02/28  02:51:00
3432         Log: Support case-sensitive symbols usage in linker
3433      Branch: vmsperl
3434            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
3435            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
3436 ____________________________________________________________________________
3437 [  5301] By: bailey                                on 2000/02/28  02:46:47
3438         Log: Free $PARSE context after lookups
3439      Branch: vmsperl
3440            ! vms/vms.c
3441 ____________________________________________________________________________
3442 [  5300] By: bailey                                on 2000/02/28  02:43:56
3443         Log: Don't wait for subprocess to read final EOF
3444      Branch: vmsperl
3445            ! vms/vms.c
3446 ____________________________________________________________________________
3447 [  5299] By: bailey                                on 2000/02/28  00:44:45
3448         Log: Dan Sugalski's config/build changes to .660
3449      Branch: vmsperl
3450            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3451 ____________________________________________________________________________
3452 [  5298] By: bailey                                on 2000/02/28  00:07:13
3453         Log: When testing CGI.pm, use its notion of CRLF
3454      Branch: vmsperl
3455            ! t/lib/cgi-html.t
3456 ____________________________________________________________________________
3457 [  5297] By: bailey                                on 2000/02/28  00:00:08
3458         Log: Quote command line args which need to be upper case
3459              Tell subprocess we're finished before waiting for it
3460      Branch: vmsperl
3461            ! t/io/openpid.t
3462 ____________________________________________________________________________
3463 [  5296] By: gsar                                  on 2000/02/28  00:00:05
3464         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
3465              these insidious errors in File::Basename, File::Find and find2perl
3466              (from Tom Christiansen)
3467              
3468              TODO: many other modules need to be fixed as well!
3469      Branch: perl
3470            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
3471 ____________________________________________________________________________
3472 [  5295] By: jhi                                   on 2000/02/27  23:18:40
3473         Log: Version number update.
3474      Branch: cfgperl
3475            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3476 ____________________________________________________________________________
3477 [  5294] By: gsar                                  on 2000/02/27  22:27:46
3478         Log: typos in change#5293
3479      Branch: perl
3480            ! lib/fields.pm
3481 ____________________________________________________________________________
3482 [  5293] By: gsar                                  on 2000/02/27  21:57:40
3483         Log: support fields::new() and fields::phash() to create pseudo-hash
3484              objects and plain pseudo-hashes respectively (this avoids users
3485              from having to diddle %FIELDS directly); update documentation to
3486              suit (from original fields::phash() implementation by Peter
3487              Scott <Peter@PSDT.com>)
3488      Branch: perl
3489            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
3490            ! pod/perlref.pod t/lib/fields.t
3491 ____________________________________________________________________________
3492 [  5292] By: jhi                                   on 2000/02/27  21:49:25
3493         Log: proto.h was mssing from the list of generated files;
3494              added rules to generate any single wanted file
3495              (a bunch of other files may also be generated
3496              at the same time, as before)
3497      Branch: cfgperl
3498            ! Makefile.SH
3499 ____________________________________________________________________________
3500 [  5291] By: jhi                                   on 2000/02/27  18:57:12
3501         Log: Integrate with Sarathy.
3502      Branch: cfgperl
3503           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3504           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
3505           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3506           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
3507           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
3508           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
3509 ____________________________________________________________________________
3510 [  5290] By: gsar                                  on 2000/02/27  18:47:00
3511         Log: integrate cfgperl and vmsperl contents into mainline
3512      Branch: perl
3513           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3514           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
3515           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
3516 ____________________________________________________________________________
3517 [  5289] By: gsar                                  on 2000/02/27  18:09:04
3518         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
3519              the internal glob())
3520      Branch: perl
3521            ! pp_sys.c
3522 ____________________________________________________________________________
3523 [  5288] By: gsar                                  on 2000/02/27  17:12:41
3524         Log: djgpp update (from Laszlo Molnar)
3525      Branch: perl
3526            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3527            ! hints/dos_djgpp.sh
3528 ____________________________________________________________________________
3529 [  5287] By: gsar                                  on 2000/02/27  16:58:53
3530         Log: tweak comment about core glob()
3531      Branch: perl
3532            ! ext/File/Glob/Glob.pm
3533 ____________________________________________________________________________
3534 [  5286] By: gsar                                  on 2000/02/27  16:52:54
3535         Log: remove outdated info about csh and glob(); glob() need not fail
3536              when tainting anymore if using internal globbing
3537      Branch: perl
3538            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
3539            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
3540 ____________________________________________________________________________
3541 [  5285] By: gsar                                  on 2000/02/27  16:20:31
3542         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
3543              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
3544      Branch: perl
3545            ! pp_sys.c
3546 ____________________________________________________________________________
3547 [  5284] By: gsar                                  on 2000/02/27  14:31:24
3548         Log: avoid compiler warnings (from Dan Sugalski)
3549      Branch: perl
3550            ! op.c sv.c
3551 ____________________________________________________________________________
3552 [  5283] By: gsar                                  on 2000/02/27  14:21:16
3553         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
3554      Branch: perl
3555            ! sv.c
3556 ____________________________________________________________________________
3557 [  5282] By: bailey                                on 2000/02/27  05:07:08
3558         Log: Impose security constraints on lnm lookup only if tainting
3559      Branch: vmsperl
3560            ! vms/vms.c
3561 ____________________________________________________________________________
3562 [  5281] By: bailey                                on 2000/02/27  05:05:35
3563         Log: Add new File::Spec::VMS methods
3564              Don't add implicit device in VMS <-> Unix filespec translation
3565              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
3566      Branch: vmsperl
3567            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3568            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
3569 ____________________________________________________________________________
3570 [  5280] By: bailey                                on 2000/02/27  04:58:01
3571         Log: Accept filespecs as command verbs for subprocesses
3572      Branch: vmsperl
3573            ! vms/perlvms.pod vms/vms.c
3574 ____________________________________________________________________________
3575 [  5279] By: jhi                                   on 2000/02/27  04:01:53
3576         Log: Integrate with Sarathy.
3577      Branch: cfgperl
3578           !> pp_hot.c
3579 ____________________________________________________________________________
3580 [  5278] By: bailey                                on 2000/02/27  02:43:01
3581         Log: Resync with mainline again
3582      Branch: vmsperl
3583           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
3584           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3585           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3586           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
3587           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
3588           !> vms/subconfigure.com
3589 ____________________________________________________________________________
3590 [  5277] By: jhi                                   on 2000/02/27  02:36:36
3591         Log: Fix locale case-ignorant matching bug reported in
3592              
3593              From: gomar@md.media-web.de
3594              To: perl5-porters@perl.org
3595              Subject: [ID 20000223.005]
3596              Date: 23 Feb 2000 16:03:08 -0000
3597              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
3598      Branch: cfgperl
3599            ! regexec.c t/pragma/locale.t
3600 ____________________________________________________________________________
3601 [  5276] By: gsar                                  on 2000/02/26  18:18:16
3602         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
3603              (from Tom Christiansen)
3604      Branch: perl
3605            ! pp_hot.c
3606 ____________________________________________________________________________
3607 [  5275] By: jhi                                   on 2000/02/26  16:43:11
3608         Log: Integrate with Sarathy.
3609      Branch: cfgperl
3610           !> (integrate 34 files)
3611 ____________________________________________________________________________
3612 [  5274] By: gsar                                  on 2000/02/26  15:23:45
3613         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
3614              <mgjv@comdyn.com.au>)
3615      Branch: perl
3616            ! pod/perlfunc.pod
3617 ____________________________________________________________________________
3618 [  5273] By: gsar                                  on 2000/02/26  15:04:54
3619         Log: PodParser v1.11 update (from Brad Appleton)
3620      Branch: perl
3621            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3622            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3623            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
3624 ____________________________________________________________________________
3625 [  5272] By: gsar                                  on 2000/02/26  14:48:24
3626         Log: add missing perl headers to perldepend action
3627      Branch: perl
3628            ! lib/ExtUtils/MM_Unix.pm
3629 ____________________________________________________________________________
3630 [  5271] By: gsar                                  on 2000/02/26  08:03:36
3631         Log: VMS patch (from Peter Prymmer)
3632      Branch: perl
3633            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
3634            ! vms/sockadapt.h vms/subconfigure.com
3635 ____________________________________________________________________________
3636 [  5270] By: gsar                                  on 2000/02/26  07:46:35
3637         Log: integrate vmsperl changes into mainline
3638      Branch: perl
3639           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
3640           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
3641 ____________________________________________________________________________
3642 [  5269] By: bailey                                on 2000/02/26  07:04:55
3643         Log: Resync with mainline
3644      Branch: vmsperl
3645           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
3646           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3647           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
3648           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
3649            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
3650            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
3651            - lib/unicode/Eq/Unicode.pl
3652           !> (integrate 323 files)
3653 ____________________________________________________________________________
3654 [  5268] By: gsar                                  on 2000/02/26  06:50:04
3655         Log: reintroduce useithreads (accidentally deleted in change#5261)
3656      Branch: perl
3657            ! win32/config.vc
3658 ____________________________________________________________________________
3659 [  5266] By: gsar                                  on 2000/02/26  06:46:06
3660         Log: integrate cfgperl changes into mainline
3661      Branch: perl
3662           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3663            - ext/DynaLoader/dl_rhapsody.xs
3664           !> (integrate 62 files)
3665 ____________________________________________________________________________
3666 [  5265] By: gsar                                  on 2000/02/26  06:31:10
3667         Log: support for version vectors in UNIVERSAL::VERSION(), so that
3668              C<use Foo v1.2.3> etc., work; tests for the same
3669              
3670              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
3671      Branch: perl
3672            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3673            ! t/comp/use.t toke.c universal.c
3674 ____________________________________________________________________________
3675 [  5264] By: jhi                                   on 2000/02/26  04:14:15
3676         Log: Add libscheck for IRIX.
3677      Branch: cfgperl
3678            ! hints/irix_6.sh
3679 ____________________________________________________________________________
3680 [  5263] By: jhi                                   on 2000/02/26  03:40:47
3681         Log: Add libscheck for Solaris.
3682      Branch: cfgperl
3683            ! hints/solaris_2.sh
3684 ____________________________________________________________________________
3685 [  5262] By: jhi                                   on 2000/02/26  03:10:47
3686         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
3687      Branch: cfgperl
3688            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3689            - ext/DynaLoader/dl_rhapsody.xs
3690            ! Configure INSTALL MANIFEST Makefile.SH README.threads
3691            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
3692      Branch: metaconfig
3693            ! U/a_dvisory/multiarch.U
3694 ____________________________________________________________________________
3695 [  5261] By: jhi                                   on 2000/02/26  02:48:23
3696         Log: Rename use64bits to use64bitint;
3697              rename usefull64bits to use64bitall.
3698      Branch: cfgperl
3699            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3700            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
3701            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3702            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
3703            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
3704            ! vms/subconfigure.com vos/config.def vos/config.h
3705            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
3706            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3707            ! win32/config_H.vc
3708      Branch: metaconfig
3709            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
3710            ! U/protos/socksizetype.U U/threads/archname.U
3711      Branch: metaconfig/U/perl
3712            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
3713            ! usemorebits.U
3714 ____________________________________________________________________________
3715 [  5260] By: jhi                                   on 2000/02/25  22:57:16
3716         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3717              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3718              Subject: [PATCH 5.5.660] cygwin port
3719              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
3720      Branch: cfgperl
3721            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3722 ____________________________________________________________________________
3723 [  5259] By: jhi                                   on 2000/02/25  22:53:51
3724         Log: Configure nits; add socksizetype; add getfsstat for completeness;
3725              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
3726              lands; regen Configure.
3727      Branch: cfgperl
3728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3729            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
3730            ! vms/subconfigure.com vos/config.def win32/config.bc
3731            ! win32/config.gc win32/config.vc win32/config_H.bc
3732            ! win32/config_H.gc win32/config_H.vc
3733      Branch: metaconfig
3734            + U/protos/socksizetype.U
3735      Branch: metaconfig/U/perl
3736            + d_getfsstat.U
3737            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
3738 ____________________________________________________________________________
3739 [  5258] By: jhi                                   on 2000/02/25  21:04:17
3740         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
3741      Branch: cfgperl
3742            ! malloc.c
3743 ____________________________________________________________________________
3744 [  5257] By: jhi                                   on 2000/02/25  20:48:13
3745         Log: Integrate with Sarathy.
3746      Branch: cfgperl
3747           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
3748           !> proto.h t/cmd/while.t
3749 ____________________________________________________________________________
3750 [  5256] By: gsar                                  on 2000/02/25  20:04:37
3751         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
3752      Branch: perl
3753            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
3754 ____________________________________________________________________________
3755 [  5255] By: gsar                                  on 2000/02/25  19:23:58
3756         Log: change#4849 wasn't restoring savestack correctly; make loops that have
3757              continue blocks recognizable at run time
3758      Branch: perl
3759            ! op.c op.h pp_ctl.c t/cmd/while.t
3760 ____________________________________________________________________________
3761 [  5254] By: jhi                                   on 2000/02/25  06:00:01
3762         Log: Integrate with Sarathy.
3763      Branch: cfgperl
3764           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
3765           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3766           !> t/lib/filefind.t t/pod/poderrs.xr
3767 ____________________________________________________________________________
3768 [  5253] By: jhi                                   on 2000/02/25  05:57:59
3769         Log: Megalopatch for Configure: Andy's new installation schemes;
3770              introduce usefull64bits, beautify and regularize the various
3771              type probes; introduce d_lseekproto.
3772      Branch: cfgperl
3773            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
3774            ! pod/perldelta.pod
3775      Branch: metaconfig
3776            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
3777            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
3778            + U/installdirs/siteman3.U U/installdirs/sitescript.U
3779            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
3780            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
3781            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
3782            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
3783            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3784            - U/installdirs/vendorscriptdir.U
3785            ! U/compline/doublesize.U U/compline/ptrsize.U
3786            ! U/installdirs/archlib.U U/installdirs/bin.U
3787            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
3788            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
3789            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
3790            ! U/installdirs/localarch.U U/installdirs/locallib.U
3791            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
3792            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
3793            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3794            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
3795            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
3796            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
3797            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3798            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3799            ! U/typedefs/uidsize.U
3800      Branch: metaconfig/U/perl
3801            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
3802            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
3803 ____________________________________________________________________________
3804 [  5252] By: gsar                                  on 2000/02/25  03:15:03
3805         Log: update PodParser to v1.10 (from Brad Appleton)
3806      Branch: perl
3807            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3808            ! lib/Pod/Usage.pm t/pod/poderrs.xr
3809 ____________________________________________________________________________
3810 [  5251] By: gsar                                  on 2000/02/25  03:10:51
3811         Log: make File::Find tests tolerate case-insensitive systems (from
3812              Laszlo Molnar)
3813      Branch: perl
3814            ! t/lib/filefind.t
3815 ____________________________________________________________________________
3816 [  5250] By: gsar                                  on 2000/02/25  01:50:04
3817         Log: more Compiler tweaks for useithreads
3818      Branch: perl
3819            ! ext/B/B.xs ext/B/B/C.pm
3820 ____________________________________________________________________________
3821 [  5249] By: jhi                                   on 2000/02/25  00:17:53
3822         Log: Remove NFS temp files and Configure temp C files.
3823      Branch: cfgperl
3824            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
3825 ____________________________________________________________________________
3826 [  5248] By: jhi                                   on 2000/02/24  23:57:49
3827         Log: In FreeBSD disable floating point exception handlers.
3828              As the comment says, this should be done in the hints.
3829              
3830              From: dive <dive@ender.com>
3831              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3832              cc: perl5-porters@perl.org
3833              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
3834              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
3835              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
3836      Branch: cfgperl
3837            ! unixish.h
3838 ____________________________________________________________________________
3839 [  5247] By: jhi                                   on 2000/02/24  23:46:27
3840         Log: From: Gisle Aas <gisle@aas.no>
3841              To: perl5-porters@perl.org
3842              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
3843              Date: 25 Feb 2000 00:24:53 +0100
3844              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
3845      Branch: cfgperl
3846            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
3847 ____________________________________________________________________________
3848 [  5246] By: jhi                                   on 2000/02/24  23:15:56
3849         Log: The op/stat.t patch in #5341 wasn't robust enough,
3850              it broke subtest 4 almost everywhere else.
3851      Branch: cfgperl
3852            ! t/op/stat.t
3853 ____________________________________________________________________________
3854 [  5245] By: jhi                                   on 2000/02/24  19:28:53
3855         Log: More VMS patches from Peter Prymmer.
3856      Branch: cfgperl
3857            ! configure.com vms/subconfigure.com
3858 ____________________________________________________________________________
3859 [  5244] By: jhi                                   on 2000/02/24  19:26:33
3860         Log: Largefileness in Solaris doesn't require long longs;
3861              use64bits enhancements; introduce usefull64bits.
3862      Branch: cfgperl
3863            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
3864            ! hints/irix_6.sh hints/solaris_2.sh
3865      Branch: metaconfig
3866            ! U/threads/archname.U
3867      Branch: metaconfig/U/perl
3868            ! use64bits.U
3869 ____________________________________________________________________________
3870 [  5243] By: jhi                                   on 2000/02/24  18:40:25
3871         Log: Tidy up the 64-bit (and socklen_t) type probing.
3872      Branch: cfgperl
3873            ! Configure config_h.SH
3874      Branch: metaconfig
3875            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3876      Branch: metaconfig/U/perl
3877            + d_fpos64_t.U d_off64_t.U
3878            - io64.U
3879            ! d_int64_t.U d_socklen_t.U
3880 ____________________________________________________________________________
3881 [  5242] By: jhi                                   on 2000/02/24  18:09:49
3882         Log: Integrate with Sarathy.
3883      Branch: cfgperl
3884           !> pod/perlop.pod
3885 ____________________________________________________________________________
3886 [  5241] By: jhi                                   on 2000/02/24  18:00:49
3887         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3888              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3889              Subject: [PATCH 5.5.660] cygwin port
3890              Date: Thu, 24 Feb 2000 17:15:28 -0000
3891              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
3892      Branch: cfgperl
3893            + cygwin/cygwin.c
3894            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
3895            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
3896 ____________________________________________________________________________
3897 [  5240] By: jhi                                   on 2000/02/24  17:53:12
3898         Log: VMS patch from Peter Prymmer; use full_ar.
3899      Branch: cfgperl
3900            ! vms/subconfigure.com
3901 ____________________________________________________________________________
3902 [  5239] By: jhi                                   on 2000/02/24  17:46:45
3903         Log: MPE/ix patches from Mark Bixby.
3904      Branch: cfgperl
3905            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
3906            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
3907            ! t/op/stat.t
3908 ____________________________________________________________________________
3909 [  5238] By: jhi                                   on 2000/02/24  17:13:22
3910         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
3911              support to t/op/numconvert.t.
3912              
3913              From: Lupe Christoph <lupe@lupe-christoph.de>
3914              To: perl5-porters@perl.org
3915              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
3916              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
3917              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
3918      Branch: cfgperl
3919            ! Configure config_h.SH t/op/numconvert.t
3920      Branch: metaconfig
3921            ! U/modified/libs.U
3922 ____________________________________________________________________________
3923 [  5237] By: jhi                                   on 2000/02/24  15:47:11
3924         Log: Remove more cruft from IO.
3925      Branch: cfgperl
3926            ! ext/IO/IO.xs
3927 ____________________________________________________________________________
3928 [  5236] By: jhi                                   on 2000/02/24  15:14:48
3929         Log: From: Hugo <hv@crypt.compulink.co.uk>
3930              To: perl5-porters@perl.org
3931              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
3932              Date: Thu, 24 Feb 2000 13:24:10 +0000
3933              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
3934      Branch: cfgperl
3935            ! utils/h2xs.PL
3936 ____________________________________________________________________________
3937 [  5235] By: jhi                                   on 2000/02/24  15:12:40
3938         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
3939              S_IROTH, S_IWOTH, S_IXOTH.
3940              
3941              From: js@ddre.dk
3942              To: perl5-porters@perl.org
3943              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
3944              Date: Thu, 24 Feb 2000 15:11:33 +0100
3945              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
3946      Branch: cfgperl
3947            ! perl.h
3948 ____________________________________________________________________________
3949 [  5234] By: gsar                                  on 2000/02/24  03:39:17
3950         Log: integrate cfgperl changes into mainline
3951      Branch: perl
3952            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3953            ! pod/perlop.pod
3954           !> Configure MANIFEST Porting/Glossary Porting/config.sh
3955           !> Porting/config_H config_h.SH configpm configure.com doio.c
3956           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3957           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
3958           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
3959           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
3960 ____________________________________________________________________________
3961 [  5233] By: jhi                                   on 2000/02/24  01:31:38
3962         Log: VMS patch from Peter Prymmer.
3963      Branch: cfgperl
3964            ! vms/subconfigure.com
3965 ____________________________________________________________________________
3966 [  5232] By: jhi                                   on 2000/02/24  01:15:03
3967         Log: Detypo fpos64_t test.
3968      Branch: cfgperl
3969            ! Configure config_h.SH
3970      Branch: metaconfig/U/perl
3971            ! io64.U
3972 ____________________________________________________________________________
3973 [  5231] By: jhi                                   on 2000/02/24  01:11:17
3974         Log: miscut'n'paste in #5230.
3975      Branch: cfgperl
3976            ! Configure config_h.SH
3977      Branch: metaconfig/U/perl
3978            ! d_int64_t.U
3979 ____________________________________________________________________________
3980 [  5230] By: jhi                                   on 2000/02/24  01:02:05
3981         Log: The #5228 wasn't quite right + fix typos.
3982      Branch: cfgperl
3983            ! Configure config_h.SH
3984      Branch: metaconfig
3985            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3986      Branch: metaconfig/U/perl
3987            ! d_int64_t.U d_socklen_t.U io64.U
3988 ____________________________________________________________________________
3989 [  5229] By: jhi                                   on 2000/02/24  00:40:01
3990         Log: Depickify the compiler (about unused and set but not used variables)
3991      Branch: cfgperl
3992            ! hints/irix_6.sh
3993 ____________________________________________________________________________
3994 [  5228] By: jhi                                   on 2000/02/24  00:34:35
3995         Log: Cosmetics.
3996      Branch: cfgperl
3997            ! Configure config_h.SH
3998      Branch: metaconfig
3999            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4000      Branch: metaconfig/U/perl
4001            ! d_int64_t.U d_socklen_t.U
4002 ____________________________________________________________________________
4003 [  5227] By: jhi                                   on 2000/02/24  00:17:34
4004         Log: In IRIX <sys/mode.h> is something completely different.
4005              
4006              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
4007              To: perl5-porters@perl.org
4008              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
4009              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
4010              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
4011      Branch: cfgperl
4012            ! hints/irix_6.sh
4013 ____________________________________________________________________________
4014 [  5226] By: jhi                                   on 2000/02/23  20:39:28
4015         Log: Integrate with Sarathy.
4016      Branch: cfgperl
4017           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4018           !> t/comp/require.t t/op/ver.t toke.c
4019 ____________________________________________________________________________
4020 [  5225] By: jhi                                   on 2000/02/23  20:35:58
4021         Log: From: Dominic Dunlop <domo@computer.org>
4022              To: perl5-porters@perl.org
4023              Cc: Gurusamy Sarathy <gsar@activestate.com>
4024              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
4025              Date: Wed, 23 Feb 2000 21:23:44 +0100
4026              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
4027      Branch: cfgperl
4028            ! malloc.c
4029 ____________________________________________________________________________
4030 [  5224] By: jhi                                   on 2000/02/23  20:22:43
4031         Log: From: Dan Sugalski <dan@sidhe.org>
4032              To: perl5-porters@perl.org, vmsperl@perl.org
4033              Subject: [PATCH 5.5.660]VMS build patches
4034              Date: Wed, 23 Feb 2000 15:14:27 -0500
4035              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
4036              
4037              (the patch was mangled, had to be manually applied)
4038      Branch: cfgperl
4039            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4040 ____________________________________________________________________________
4041 [  5223] By: jhi                                   on 2000/02/23  19:54:04
4042         Log: From: Dominic Dunlop <domo@computer.org>
4043              To: perl5-porters@perl.org
4044              Cc: Andy Dougherty <doughera@lafayette.edu>,
4045              Gurusamy Sarathy <gsar@activestate.com>
4046              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
4047              Date: Wed, 23 Feb 2000 20:41:54 +0100
4048              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
4049      Branch: cfgperl
4050            ! Configure config_h.SH
4051      Branch: metaconfig
4052            ! U/modified/Oldconfig.U U/modified/libs.U
4053      Branch: metaconfig/U/perl
4054            ! dlsrc.U
4055 ____________________________________________________________________________
4056 [  5222] By: jhi                                   on 2000/02/23  18:02:39
4057         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
4058              (suggested by Graham Barr).
4059      Branch: cfgperl
4060            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4061 ____________________________________________________________________________
4062 [  5221] By: jhi                                   on 2000/02/23  16:00:29
4063         Log: Streamline #5218 even more.
4064      Branch: cfgperl
4065            ! ext/IO/lib/IO/Socket.pm
4066 ____________________________________________________________________________
4067 [  5220] By: gsar                                  on 2000/02/23  09:10:43
4068         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
4069              C<use 5.6.0> work as well; underscores are now permitted in v-strings
4070      Branch: perl
4071            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4072            ! t/comp/require.t t/op/ver.t toke.c
4073 ____________________________________________________________________________
4074 [  5219] By: jhi                                   on 2000/02/23  04:24:54
4075         Log: Streamline #5218.
4076      Branch: cfgperl
4077            ! ext/IO/lib/IO/Socket.pm
4078 ____________________________________________________________________________
4079 [  5218] By: jhi                                   on 2000/02/23  02:08:19
4080         Log: Trying to connect to an already open socket may give EISCONN.
4081      Branch: cfgperl
4082            ! ext/IO/lib/IO/Socket.pm
4083 ____________________________________________________________________________
4084 [  5217] By: jhi                                   on 2000/02/22  23:54:51
4085         Log: Fix prototype conflicts with POSIX.pm.
4086      Branch: cfgperl
4087            ! ext/Fcntl/Fcntl.pm
4088 ____________________________________________________________________________
4089 [  5216] By: jhi                                   on 2000/02/22  22:27:19
4090         Log: See http://www.unicode.org/unicode/reports/tr15/
4091              for in-depth description of the problem.
4092      Branch: cfgperl
4093            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
4094            ! MANIFEST lib/unicode/mktables.PL
4095 ____________________________________________________________________________
4096 [  5215] By: jhi                                   on 2000/02/22  22:11:17
4097         Log: Add uselongdouble, regroup the use* more logically.
4098      Branch: cfgperl
4099            ! myconfig.SH
4100 ____________________________________________________________________________
4101 [  5214] By: jhi                                   on 2000/02/22  22:04:43
4102         Log: Integrate with Sarathy.
4103      Branch: cfgperl
4104           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
4105           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
4106 ____________________________________________________________________________
4107 [  5213] By: jhi                                   on 2000/02/22  22:03:26
4108         Log: Add socklen_t probe; Configure maintenance.
4109      Branch: cfgperl
4110            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4111            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
4112      Branch: metaconfig
4113            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
4114            ! U/modified/libs.U
4115      Branch: metaconfig/U/perl
4116            + d_int64_t.U d_socklen_t.U
4117            - d_int64t.U
4118            ! i_sysutsname.U
4119 ____________________________________________________________________________
4120 [  5212] By: gsar                                  on 2000/02/22  21:46:45
4121         Log: make Perl's malloc work for allocations over 2GB (from Ilya
4122              Zakharevich)
4123      Branch: perl
4124            ! malloc.c
4125 ____________________________________________________________________________
4126 [  5211] By: gsar                                  on 2000/02/22  19:51:47
4127         Log: add -W and -X to -h output; fix other pod omissions
4128      Branch: perl
4129            ! perl.c pod/perlrun.pod
4130 ____________________________________________________________________________
4131 [  5210] By: gsar                                  on 2000/02/22  19:51:13
4132         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
4133      Branch: perl
4134            ! pod/perlpod.pod
4135 ____________________________________________________________________________
4136 [  5209] By: jhi                                   on 2000/02/22  19:40:43
4137         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
4138              tests nearby.
4139      Branch: cfgperl
4140            ! t/op/64bit.t
4141 ____________________________________________________________________________
4142 [  5208] By: gsar                                  on 2000/02/22  19:13:44
4143         Log: s/Activeware/ActiveState/
4144      Branch: perl
4145            ! pod/perlrun.pod
4146 ____________________________________________________________________________
4147 [  5207] By: jhi                                   on 2000/02/22  18:38:29
4148         Log: Perl version nit spotted by Spider Boardman.
4149      Branch: cfgperl
4150            ! configpm
4151 ____________________________________________________________________________
4152 [  5206] By: gsar                                  on 2000/02/22  17:50:44
4153         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
4154      Branch: perl
4155            ! toke.c
4156 ____________________________________________________________________________
4157 [  5205] By: gsar                                  on 2000/02/22  17:36:26
4158         Log: fix memory overrun due to off-by-one in change#5192
4159      Branch: perl
4160            ! toke.c
4161 ____________________________________________________________________________
4162 [  5204] By: gsar                                  on 2000/02/22  17:10:39
4163         Log: sundry typos and such
4164      Branch: perl
4165            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
4166 ____________________________________________________________________________
4167 [  5203] By: jhi                                   on 2000/02/22  17:10:22
4168         Log: Integrate with Sarathy.
4169      Branch: cfgperl
4170           !> (integrate 56 files)
4171 ____________________________________________________________________________
4172 [  5202] By: gsar                                  on 2000/02/22  16:48:58
4173         Log: remove vestiges of older attribute syntax
4174      Branch: perl
4175            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
4176            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
4177 ____________________________________________________________________________
4178 [  5201] By: jhi                                   on 2000/02/22  14:39:56
4179         Log: Configure nits spotted by Spider Boardman.
4180      Branch: cfgperl
4181            ! Configure config_h.SH
4182      Branch: metaconfig
4183            ! U/modified/libs.U
4184      Branch: metaconfig/U/perl
4185            ! fpossize.U
4186 ____________________________________________________________________________
4187 [  5200] By: jhi                                   on 2000/02/22  14:31:21
4188         Log: Tru64 V5.0 patches from Spider Boardman.
4189      Branch: cfgperl
4190            ! hints/dec_osf.sh
4191
4192 ----------------
4193 Version v5.5.660
4194 ----------------
4195
4196 ____________________________________________________________________________
4197 [  5199] By: gsar                                  on 2000/02/22  11:29:28
4198         Log: beta2
4199      Branch: perl
4200            ! Changes
4201 ____________________________________________________________________________
4202 [  5198] By: gsar                                  on 2000/02/22  10:45:54
4203         Log: PodParser-1.093 update (from Brad Appleton's site)
4204      Branch: perl
4205            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
4206            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
4207            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
4208            ! t/pod/special_seqs.t t/pod/special_seqs.xr
4209 ____________________________________________________________________________
4210 [  5197] By: gsar                                  on 2000/02/22  10:24:13
4211         Log: integrate cfgperl contents into mainline, update Changes
4212      Branch: perl
4213            ! Changes pod/perlhist.pod
4214           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4215           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
4216           !> pod/perldelta.pod
4217 ____________________________________________________________________________
4218 [  5196] By: gsar                                  on 2000/02/22  10:10:36
4219         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4220      Branch: perl
4221            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
4222            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4223            ! t/lib/glob-taint.t t/lib/io_unix.t
4224 ____________________________________________________________________________
4225 [  5195] By: gsar                                  on 2000/02/22  10:01:49
4226         Log: s/undef/NO_INIT/g in change#5183
4227      Branch: perl
4228            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4229 ____________________________________________________________________________
4230 [  5194] By: gsar                                  on 2000/02/22  09:44:07
4231         Log: perlipc bug (spotted by Ben Low)
4232      Branch: perl
4233            ! pod/perlipc.pod
4234 ____________________________________________________________________________
4235 [  5193] By: gsar                                  on 2000/02/22  09:38:58
4236         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
4237      Branch: perl
4238            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
4239 ____________________________________________________________________________
4240 [  5192] By: gsar                                  on 2000/02/22  09:26:06
4241         Log: improvements for high-bit text literals (from Gisle Aas)
4242      Branch: perl
4243            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
4244            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
4245 ____________________________________________________________________________
4246 [  5191] By: gsar                                  on 2000/02/22  07:35:47
4247         Log: allow C<print v10>, $h{v13.10} etc.
4248      Branch: perl
4249            ! t/op/ver.t toke.c
4250 ____________________________________________________________________________
4251 [  5190] By: gsar                                  on 2000/02/22  05:35:27
4252         Log: adjust for lost fp precision in require version check
4253      Branch: perl
4254            ! pp_ctl.c t/comp/require.t
4255 ____________________________________________________________________________
4256 [  5189] By: jhi                                   on 2000/02/22  05:14:35
4257         Log: Check the alignment of long doubles if they are to be used;
4258              regen Configure.
4259      Branch: cfgperl
4260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4261            ! config_h.SH
4262      Branch: metaconfig
4263            ! U/compline/alignbytes.U
4264 ____________________________________________________________________________
4265 [  5188] By: gsar                                  on 2000/02/22  04:45:57
4266         Log: use same treatment for EINVAL as for ETIMEDOUT
4267      Branch: perl
4268            ! ext/IO/lib/IO/Socket/INET.pm
4269 ____________________________________________________________________________
4270 [  5187] By: gsar                                  on 2000/02/21  23:15:12
4271         Log: type mismatch
4272      Branch: perl
4273            ! sv.c
4274 ____________________________________________________________________________
4275 [  5186] By: gsar                                  on 2000/02/21  21:10:26
4276         Log: remove dual-valueness of v-strings (i.e., they are pure strings
4277              now); avoid the word "tuple" to describe strings represented as
4278              character ordinals; usurp $PERL_VERSION for $^V as suggested by
4279              Larry, deprecate $] ; adjust the documentation and testsuite
4280              accordingly
4281      Branch: perl
4282            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
4283            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
4284            ! t/comp/require.t t/op/ver.t toke.c
4285 ____________________________________________________________________________
4286 [  5185] By: jhi                                   on 2000/02/21  20:36:05
4287         Log: detypo
4288      Branch: cfgperl
4289            ! perl.h
4290 ____________________________________________________________________________
4291 [  5184] By: gsar                                  on 2000/02/21  18:37:38
4292         Log: clarify "use Module VERSION LIST" (from Robin Barker)
4293      Branch: perl
4294            ! pod/perlfunc.pod
4295 ____________________________________________________________________________
4296 [  5183] By: gsar                                  on 2000/02/21  18:31:42
4297         Log: allow optional XSUB parameters without being forced to use a
4298              default (from Hugo van der Sanden)
4299      Branch: perl
4300            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
4301 ____________________________________________________________________________
4302 [  5182] By: jhi                                   on 2000/02/21  18:22:47
4303         Log: Add Solaris LP64 notes. 
4304      Branch: cfgperl
4305            ! hints/solaris_2.sh
4306 ____________________________________________________________________________
4307 [  5181] By: gsar                                  on 2000/02/21  16:53:39
4308         Log: generalize "%v" format into a flag for any integral format type:
4309              "%vd", "%v#o", "%*vX", etc are allowed
4310      Branch: perl
4311            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
4312            ! utils/perlbug.PL
4313 ____________________________________________________________________________
4314 [  5180] By: gsar                                  on 2000/02/21  07:11:00
4315         Log: detypo
4316      Branch: perl
4317            ! ext/B/B.xs
4318 ____________________________________________________________________________
4319 [  5179] By: gsar                                  on 2000/02/21  07:08:38
4320         Log: undo accidental delete
4321      Branch: perl
4322            ! ext/B/B.pm ext/B/B.xs
4323 ____________________________________________________________________________
4324 [  5178] By: gsar                                  on 2000/02/21  07:02:16
4325         Log: get Compiler "working" under useithreads
4326      Branch: perl
4327            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
4328            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
4329 ____________________________________________________________________________
4330 [  5177] By: jhi                                   on 2000/02/21  03:16:24
4331         Log: Thou shalt not printf longs with %d.
4332      Branch: cfgperl
4333            ! malloc.c
4334 ____________________________________________________________________________
4335 [  5176] By: jhi                                   on 2000/02/21  01:37:35
4336         Log: Integrate with Sarathy.
4337      Branch: cfgperl
4338           +> t/pragma/warn/9enabled
4339           !> (integrate 63 files)
4340 ____________________________________________________________________________
4341 [  5175] By: gsar                                  on 2000/02/21  00:25:00
4342         Log: misplaced braces
4343      Branch: perl
4344            ! malloc.c
4345 ____________________________________________________________________________
4346 [  5174] By: gsar                                  on 2000/02/21  00:09:16
4347         Log: more malloc.c tweaks for change#5070
4348      Branch: perl
4349            ! malloc.c
4350 ____________________________________________________________________________
4351 [  5173] By: gsar                                  on 2000/02/21  00:01:17
4352         Log: malloc.c fixups in change#5170 need to fetch thx pointer
4353      Branch: perl
4354            ! malloc.c
4355 ____________________________________________________________________________
4356 [  5172] By: gsar                                  on 2000/02/20  23:52:39
4357         Log: missing file in change#5170
4358      Branch: perl
4359            + t/pragma/warn/9enabled
4360 ____________________________________________________________________________
4361 [  5171] By: gsar                                  on 2000/02/20  23:49:17
4362         Log: skip conditionally defined symbols in change#5162
4363      Branch: perl
4364            ! makedef.pl
4365 ____________________________________________________________________________
4366 [  5170] By: gsar                                  on 2000/02/20  22:58:09
4367         Log: lexical warnings update, ability to inspect bitmask in calling
4368              scope, among other things (from Paul Marquess)
4369      Branch: perl
4370            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
4371            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
4372            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
4373            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
4374            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4375            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
4376 ____________________________________________________________________________
4377 [  5169] By: gsar                                  on 2000/02/20  22:22:28
4378         Log: windows fixes for virtualizing child std{in,out,err} handles,
4379              attempts to lock uninitialized critical section in files that
4380              were never explicitly opened (from Doug Lankshear)
4381      Branch: perl
4382            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
4383 ____________________________________________________________________________
4384 [  5168] By: gsar                                  on 2000/02/20  20:19:11
4385         Log: update Changes, credits
4386      Branch: perl
4387            ! Changes
4388 ____________________________________________________________________________
4389 [  5167] By: gsar                                  on 2000/02/20  18:54:27
4390         Log: avoid reading out-of-bounds memory when matching against reference
4391      Branch: perl
4392            ! regexec.c
4393 ____________________________________________________________________________
4394 [  5166] By: gsar                                  on 2000/02/20  17:59:41
4395         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
4396      Branch: perl
4397            ! doop.c
4398 ____________________________________________________________________________
4399 [  5165] By: gsar                                  on 2000/02/20  17:57:08
4400         Log: test fix needed by change#5164
4401      Branch: perl
4402            ! t/pragma/warn/toke
4403 ____________________________________________________________________________
4404 [  5164] By: gsar                                  on 2000/02/20  17:50:38
4405         Log: default mkdir() mode argument to 0777
4406      Branch: perl
4407            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4408            ! t/op/mkdir.t toke.c
4409 ____________________________________________________________________________
4410 [  5163] By: gsar                                  on 2000/02/20  16:34:33
4411         Log: glob() takes one or no user arguments and a non-user-visible second
4412              hidden argument, fix its prototype-checking accordingly
4413      Branch: perl
4414            ! op.c opcode.h opcode.pl
4415 ____________________________________________________________________________
4416 [  5162] By: gsar                                  on 2000/02/20  16:07:38
4417         Log: make change#3386 a build-time option (avoids problems due to
4418              perl_run() longjmping out)
4419      Branch: perl
4420            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
4421            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
4422            ! scope.h sv.c thrdvar.h util.c
4423 ____________________________________________________________________________
4424 [  5161] By: gsar                                  on 2000/02/20  12:13:37
4425         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
4426              modified to use Errno more portably)
4427      Branch: perl
4428            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4429 ____________________________________________________________________________
4430 [  5160] By: gsar                                  on 2000/02/20  11:53:28
4431         Log: mention portability caveat about C<use Errno 'EFOO'>
4432      Branch: perl
4433            ! ext/Errno/Errno_pm.PL
4434 ____________________________________________________________________________
4435 [  5159] By: gsar                                  on 2000/02/20  11:14:36
4436         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
4437      Branch: perl
4438            ! pod/perlvar.pod
4439 ____________________________________________________________________________
4440 [  5158] By: gsar                                  on 2000/02/20  10:53:49
4441         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
4442      Branch: perl
4443            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
4444            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
4445            ! vms/descrip_mms.template
4446 ____________________________________________________________________________
4447 [  5157] By: jhi                                   on 2000/02/19  20:29:26
4448         Log: Be explicit about what ops work with bt vectors.
4449              (And implicit about which don't.)
4450      Branch: cfgperl
4451            ! pod/perldelta.pod
4452 ____________________________________________________________________________
4453 [  5156] By: jhi                                   on 2000/02/19  18:38:14
4454         Log: Integrate with Sarathy.
4455      Branch: cfgperl
4456           +> lib/bytes.pm lib/bytes_heavy.pl
4457            - lib/byte.pm lib/byte_heavy.pl
4458           !> (integrate 61 files)
4459 ____________________________________________________________________________
4460 [  5155] By: gsar                                  on 2000/02/19  17:57:39
4461         Log: char vs U8 warnings
4462      Branch: perl
4463            ! sv.c
4464 ____________________________________________________________________________
4465 [  5154] By: gsar                                  on 2000/02/19  17:44:56
4466         Log: remove outdated caveat about C<while ($k = each %foo)> (from
4467              Hugo van der Sanden)
4468      Branch: perl
4469            ! pod/perlfunc.pod
4470 ____________________________________________________________________________
4471 [  5153] By: gsar                                  on 2000/02/19  17:41:41
4472         Log: tests, doc tweak (from Gisle Aas)
4473      Branch: perl
4474            ! pod/perlfaq9.pod t/op/ord.t
4475 ____________________________________________________________________________
4476 [  5152] By: gsar                                  on 2000/02/19  17:35:50
4477         Log: document behavior of splice(@ary) (from Gisle Aas)
4478      Branch: perl
4479            ! pod/perlfunc.pod
4480 ____________________________________________________________________________
4481 [  5151] By: gsar                                  on 2000/02/19  17:33:59
4482         Log: fix bug in backtracking optimizer (from Makoto Ishisone
4483              <ishisone@sra.co.jp>)
4484      Branch: perl
4485            ! regexec.c t/op/pat.t
4486 ____________________________________________________________________________
4487 [  5150] By: gsar                                  on 2000/02/19  17:33:05
4488         Log: more B fixups to cope with empty GVs (these can only happen in pads)
4489      Branch: perl
4490            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
4491 ____________________________________________________________________________
4492 [  5149] By: gsar                                  on 2000/02/19  17:32:03
4493         Log: avoid compiler warnings
4494      Branch: perl
4495            ! malloc.c perl.h
4496 ____________________________________________________________________________
4497 [  5148] By: gsar                                  on 2000/02/19  17:18:09
4498         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
4499      Branch: perl
4500            ! lib/attributes.pm
4501 ____________________________________________________________________________
4502 [  5147] By: gsar                                  on 2000/02/19  17:15:34
4503         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
4504              for that)
4505      Branch: perl
4506            ! ext/Errno/Errno_pm.PL
4507 ____________________________________________________________________________
4508 [  5146] By: gsar                                  on 2000/02/19  16:18:46
4509         Log: integrate cfgperl contents into mainline
4510      Branch: perl
4511           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
4512           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
4513           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
4514           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
4515 ____________________________________________________________________________
4516 [  5145] By: gsar                                  on 2000/02/19  16:10:37
4517         Log: POSIX::strftime gets the date wrong (from John Tobey
4518              <jtobey@epsilondev.com>)
4519      Branch: perl
4520            ! ext/POSIX/POSIX.xs t/lib/posix.t
4521 ____________________________________________________________________________
4522 [  5144] By: gsar                                  on 2000/02/19  16:02:40
4523         Log: don't blindly set bool=char on linux (from Andy Dougherty)
4524      Branch: perl
4525            ! handy.h hints/linux.sh x2p/a2p.h
4526 ____________________________________________________________________________
4527 [  5143] By: gsar                                  on 2000/02/19  15:54:04
4528         Log: some rearrangement of the includes for easier "microperl" build;
4529              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
4530      Branch: perl
4531            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
4532 ____________________________________________________________________________
4533 [  5142] By: gsar                                  on 2000/02/19  15:22:17
4534         Log: fixes for Pod::Html issues (from Wolfgang Laun
4535              <wolfgang.laun@chello.at>)
4536      Branch: perl
4537            ! lib/Pod/Html.pm
4538 ____________________________________________________________________________
4539 [  5141] By: gsar                                  on 2000/02/19  08:27:29
4540         Log: grammos (spotted by Tom Christiansen)
4541      Branch: perl
4542            ! pod/perlfunc.pod
4543 ____________________________________________________________________________
4544 [  5140] By: gsar                                  on 2000/02/19  08:17:04
4545         Log: various xsubpp enhancements that make it easier to use with
4546              C::Scan (from Ilya Zakharevich)
4547              
4548              TODO: still needs documentation
4549      Branch: perl
4550            ! lib/ExtUtils/xsubpp
4551 ____________________________________________________________________________
4552 [  5139] By: gsar                                  on 2000/02/19  07:55:18
4553         Log: s/croak/Perl_croak/
4554      Branch: perl
4555            ! sv.c
4556 ____________________________________________________________________________
4557 [  5138] By: gsar                                  on 2000/02/19  07:51:39
4558         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
4559      Branch: perl
4560            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
4561            ! pp_hot.c proto.h sv.c toke.c
4562 ____________________________________________________________________________
4563 [  5137] By: gsar                                  on 2000/02/19  07:42:12
4564         Log: set close-on-exec flag on sockets too, like we do for files
4565              and pipes
4566      Branch: perl
4567            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4568 ____________________________________________________________________________
4569 [  5136] By: gsar                                  on 2000/02/19  07:23:48
4570         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
4571              permitted by change#5011 (from Gisle Aas)
4572      Branch: perl
4573            ! pp.c utf8.c utf8.h
4574 ____________________________________________________________________________
4575 [  5135] By: gsar                                  on 2000/02/19  06:53:13
4576         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
4577      Branch: perl
4578            ! lib/warnings.pm op.c warnings.h warnings.pl
4579 ____________________________________________________________________________
4580 [  5134] By: gsar                                  on 2000/02/19  06:36:46
4581         Log: s/byte/bytes/g remnants
4582      Branch: perl
4583            ! lib/bytes.pm lib/bytes_heavy.pl
4584 ____________________________________________________________________________
4585 [  5133] By: gsar                                  on 2000/02/19  06:33:49
4586         Log: rename byte:: to bytes::
4587      Branch: perl
4588           +> lib/bytes.pm lib/bytes_heavy.pl
4589            - lib/byte.pm lib/byte_heavy.pl
4590            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
4591            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
4592            ! t/lib/charnames.t t/op/ver.t
4593 ____________________________________________________________________________
4594 [  5132] By: gsar                                  on 2000/02/19  05:58:42
4595         Log: English names for $^R and $^S
4596      Branch: perl
4597            ! lib/English.pm pod/perlvar.pod
4598 ____________________________________________________________________________
4599 [  5131] By: gsar                                  on 2000/02/19  05:44:20
4600         Log: rename "Probable precendence problem" diagnostic to "Bareword found
4601              in conditional" to better reflect the class of error (as suggested
4602              by Larry)
4603      Branch: perl
4604            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
4605 ____________________________________________________________________________
4606 [  5130] By: gsar                                  on 2000/02/19  05:43:10
4607         Log: fix outdated info about PerlClinic and the bug-tracking system
4608      Branch: perl
4609            ! pod/perlfaq2.pod pod/perltodo.pod
4610 ____________________________________________________________________________
4611 [  5129] By: gsar                                  on 2000/02/19  04:14:19
4612         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
4613              trash memory)
4614      Branch: perl
4615            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
4616            ! win32/win32.h
4617 ____________________________________________________________________________
4618 [  5128] By: gsar                                  on 2000/02/18  06:55:33
4619         Log: avoid $@-clearing sideeffect of require in Carp
4620      Branch: perl
4621            ! lib/Carp.pm
4622 ____________________________________________________________________________
4623 [  5127] By: gsar                                  on 2000/02/18  04:58:26
4624         Log: stronger testcase for change#5126
4625      Branch: perl
4626            ! t/op/pat.t
4627 ____________________________________________________________________________
4628 [  5126] By: gsar                                  on 2000/02/18  04:44:28
4629         Log: make /\S/ match the same things /[\S]/ matches; likewise for
4630              \D (from Rick Delaney <rick@consumercontact.com>)
4631      Branch: perl
4632            ! regexec.c t/op/pat.t
4633 ____________________________________________________________________________
4634 [  5125] By: gsar                                  on 2000/02/18  03:57:43
4635         Log: Compiler fixups from Jan Dubois
4636      Branch: perl
4637            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
4638 ____________________________________________________________________________
4639 [  5124] By: jhi                                   on 2000/02/17  22:09:09
4640         Log: Take out the -Wl,-z as we have survice so far without.
4641      Branch: cfgperl
4642            ! hints/hpux.sh
4643 ____________________________________________________________________________
4644 [  5123] By: jhi                                   on 2000/02/17  18:40:17
4645         Log: Integrate with Sarathy.
4646      Branch: cfgperl
4647           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
4648 ____________________________________________________________________________
4649 [  5122] By: gsar                                  on 2000/02/17  18:01:14
4650         Log: fix test that depends on op_dump() output
4651      Branch: perl
4652            ! t/op/split.t
4653 ____________________________________________________________________________
4654 [  5121] By: gsar                                  on 2000/02/17  17:55:18
4655         Log: op_dump() tweak
4656      Branch: perl
4657            ! dump.c
4658 ____________________________________________________________________________
4659 [  5120] By: jhi                                   on 2000/02/16  23:11:04
4660         Log: Regularize the use* questions, and replace
4661              "Configure *must* be run with -Duse..." with.
4662              "can be run".
4663      Branch: cfgperl
4664            ! Configure config_h.SH
4665      Branch: metaconfig
4666            ! U/threads/usethreads.U
4667      Branch: metaconfig/U/perl
4668            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
4669            ! usemultiplicity.U useperlio.U usesocks.U
4670 ____________________________________________________________________________
4671 [  5119] By: jhi                                   on 2000/02/16  22:29:11
4672         Log: HP-UX 64-bitness/largefile fixes.
4673      Branch: cfgperl
4674            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
4675            ! perl.h
4676      Branch: metaconfig
4677            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
4678      Branch: metaconfig/U/perl
4679            ! Extensions.U
4680 ____________________________________________________________________________
4681 [  5118] By: jhi                                   on 2000/02/16  19:47:51
4682         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
4683              (tag :seek), add S_I constants (and functions) (tag :mode);
4684              refer only to the SEEK_ of Fcntl, not the ones from
4685              POSIX or IO::; add SHUT_ to Socket; get trigonometric
4686              functions from Math::Trig instead of POSIX.
4687      Branch: cfgperl
4688            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
4689            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
4690            ! pod/perlopentut.pod t/lib/syslfs.t
4691      Branch: metaconfig/U/perl
4692            + i_sysmode.U
4693 ____________________________________________________________________________
4694 [  5117] By: gsar                                  on 2000/02/16  06:39:06
4695         Log: avoid warnings due to redefined NULL
4696      Branch: perl
4697            ! ext/ODBM_File/ODBM_File.xs
4698 ____________________________________________________________________________
4699 [  5116] By: gsar                                  on 2000/02/16  00:10:25
4700         Log: integrate cfgperl changes into mainline
4701      Branch: perl
4702           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4703           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
4704           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
4705           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
4706 ____________________________________________________________________________
4707 [  5115] By: jhi                                   on 2000/02/15  23:11:55
4708         Log: Probe for <sys/utsname.h>.
4709      Branch: cfgperl
4710            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4711            ! config_h.SH ext/Sys/Hostname/Hostname.xs
4712      Branch: metaconfig/U/perl
4713            + i_sysutsname.U
4714 ____________________________________________________________________________
4715 [  5114] By: jhi                                   on 2000/02/15  22:59:59
4716         Log: Integrate with Sarathy.
4717      Branch: cfgperl
4718           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4719           +> ext/Sys/Hostname/Makefile.PL
4720            - lib/Sys/Hostname.pm
4721           !> (integrate 41 files)
4722 ____________________________________________________________________________
4723 [  5113] By: gsar                                  on 2000/02/15  21:22:18
4724         Log: update Changes, patchlevel
4725      Branch: perl
4726            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4727            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4728 ____________________________________________________________________________
4729 [  5112] By: gsar                                  on 2000/02/15  20:57:12
4730         Log: fix change#5104 under useithreads
4731      Branch: perl
4732            ! op.c
4733 ____________________________________________________________________________
4734 [  5111] By: gsar                                  on 2000/02/15  20:45:10
4735         Log: export list tweak needed by change#5103
4736      Branch: perl
4737            ! makedef.pl
4738 ____________________________________________________________________________
4739 [  5110] By: gsar                                  on 2000/02/15  19:32:56
4740         Log: add XS version of Sys::Hostname (from Greg Bacon
4741              <gbacon@itsc.uah.edu>)
4742      Branch: perl
4743            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4744            + ext/Sys/Hostname/Makefile.PL
4745            - lib/Sys/Hostname.pm
4746            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
4747            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
4748            ! win32/makefile.mk
4749 ____________________________________________________________________________
4750 [  5109] By: gsar                                  on 2000/02/15  18:35:28
4751         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
4752              given undefined values (from Graham Barr <gbarr@pobox.com>)
4753      Branch: perl
4754            ! universal.c
4755 ____________________________________________________________________________
4756 [  5108] By: gsar                                  on 2000/02/15  18:25:05
4757         Log: avoid accidental #line directives (from Rick Delaney
4758              <rick@consumercontact.com>)
4759      Branch: perl
4760            ! pod/perlsyn.pod toke.c
4761 ____________________________________________________________________________
4762 [  5107] By: gsar                                  on 2000/02/15  18:04:31
4763         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
4764      Branch: perl
4765            ! perl.c
4766 ____________________________________________________________________________
4767 [  5106] By: gsar                                  on 2000/02/15  18:02:17
4768         Log: incorrect docs about delete() (spotted by Martyn Pearce
4769              <martyn@inpharmatica.co.uk>)
4770      Branch: perl
4771            ! pod/perldelta.pod pod/perlfunc.pod
4772 ____________________________________________________________________________
4773 [  5105] By: gsar                                  on 2000/02/15  17:43:27
4774         Log: s/use vars/our/ (from Gisle Aas)
4775      Branch: perl
4776            ! bytecode.pl
4777 ____________________________________________________________________________
4778 [  5104] By: gsar                                  on 2000/02/15  17:42:06
4779         Log: optimize pseudohash slice in array slice at compile time (from
4780              John Tobey <jtobey@john-edwin-tobey.org>)
4781      Branch: perl
4782            ! op.c t/lib/fields.t
4783 ____________________________________________________________________________
4784 [  5103] By: gsar                                  on 2000/02/15  17:18:12
4785         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
4786      Branch: perl
4787            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
4788            ! perl.h perlapi.c proto.h vos/vos_dummies.c
4789 ____________________________________________________________________________
4790 [  5102] By: gsar                                  on 2000/02/15  17:05:12
4791         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
4792      Branch: perl
4793            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
4794 ____________________________________________________________________________
4795 [  5101] By: gsar                                  on 2000/02/15  17:02:51
4796         Log: fix regen_headers target to make all the autogenerated files
4797              writable first
4798      Branch: perl
4799            ! Makefile.SH
4800 ____________________________________________________________________________
4801 [  5100] By: gsar                                  on 2000/02/15  16:41:53
4802         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
4803              Ilya Zakharevich)
4804      Branch: perl
4805            ! op.c t/op/lex_assign.t
4806 ____________________________________________________________________________
4807 [  5099] By: gsar                                  on 2000/02/15  16:17:36
4808         Log: more complete File::Spec support for Mac and VMS, tests (from
4809              Barrie Slaymaker <barries@slaysys.com>)
4810      Branch: perl
4811            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
4812            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
4813 ____________________________________________________________________________
4814 [  5098] By: gsar                                  on 2000/02/15  16:10:46
4815         Log: fix incompatibility with bison generated parser (from
4816              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
4817      Branch: perl
4818            ! toke.c
4819 ____________________________________________________________________________
4820 [  5097] By: gsar                                  on 2000/02/15  16:07:17
4821         Log: propagate st_mode bits to group/other for Borland build
4822              (from Vadim Konovalov <vkonovalov@lucent.com>)
4823      Branch: perl
4824            ! win32/win32.c
4825 ____________________________________________________________________________
4826 [  5096] By: jhi                                   on 2000/02/15  14:22:23
4827         Log: Integrate with Sarathy.
4828      Branch: cfgperl
4829           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4830 ____________________________________________________________________________
4831 [  5095] By: jhi                                   on 2000/02/15  14:19:22
4832         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
4833              easier just to drop the paranoid test.
4834      Branch: cfgperl
4835            ! hints/aix.sh
4836 ____________________________________________________________________________
4837 [  5094] By: gsar                                  on 2000/02/15  05:42:17
4838         Log: update exetype.pl tool
4839      Branch: perl
4840            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4841 ____________________________________________________________________________
4842 [  5093] By: jhi                                   on 2000/02/15  05:24:02
4843         Log: Integrate with Sarathy.
4844      Branch: cfgperl
4845           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
4846           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
4847           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
4848           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
4849 ____________________________________________________________________________
4850 [  5092] By: jhi                                   on 2000/02/15  05:22:09
4851         Log: Unroll the libs scan thanks to HP-UX.
4852      Branch: cfgperl
4853            ! Configure config_h.SH hints/hpux.sh
4854      Branch: metaconfig
4855            ! U/modified/libpth.U U/modified/libs.U
4856      Branch: metaconfig/U/perl
4857            ! Extensions.U dlsrc.U
4858 ____________________________________________________________________________
4859 [  5091] By: gsar                                  on 2000/02/15  05:17:56
4860         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
4861              safefree() rather than Safefree()
4862      Branch: perl
4863            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
4864            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
4865            ! ext/SDBM_File/SDBM_File.xs
4866 ____________________________________________________________________________
4867 [  5090] By: gsar                                  on 2000/02/15  04:54:17
4868         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
4869              introduced XPVMG storage in arenas
4870      Branch: perl
4871            ! sv.c
4872 ____________________________________________________________________________
4873 [  5089] By: jhi                                   on 2000/02/15  00:41:36
4874         Log: AIX perl linkage tweakage.
4875      Branch: cfgperl
4876            ! Makefile.SH
4877 ____________________________________________________________________________
4878 [  5088] By: jhi                                   on 2000/02/15  00:07:06
4879         Log: abort instead of just promising.
4880      Branch: cfgperl
4881            ! hints/aix.sh
4882 ____________________________________________________________________________
4883 [  5087] By: jhi                                   on 2000/02/14  23:51:05
4884         Log: silly compilers don't know that croak() exits
4885              and complain about unitialized RETVALs
4886      Branch: cfgperl
4887            ! ext/Sys/Syslog/Syslog.xs
4888 ____________________________________________________________________________
4889 [  5086] By: jhi                                   on 2000/02/14  21:13:24
4890         Log: Add lseektype and lseeksize to myconfig.
4891      Branch: cfgperl
4892            ! myconfig.SH
4893 ____________________________________________________________________________
4894 [  5085] By: gsar                                  on 2000/02/14  18:51:11
4895         Log: avoid warnings
4896      Branch: perl
4897            ! perl.c
4898 ____________________________________________________________________________
4899 [  5084] By: gsar                                  on 2000/02/14  18:26:08
4900         Log: fix small interpreter leaks identified by Purify
4901      Branch: perl
4902            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
4903            ! t/op/ord.t t/pragma/warnings.t
4904 ____________________________________________________________________________
4905 [  5083] By: jhi                                   on 2000/02/14  17:50:52
4906         Log: Remove tagged core files.
4907      Branch: cfgperl
4908            ! lib/ExtUtils/MM_Unix.pm
4909 ____________________________________________________________________________
4910 [  5082] By: jhi                                   on 2000/02/14  17:41:07
4911         Log: Prefer full_ar.
4912      Branch: cfgperl
4913            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4914 ____________________________________________________________________________
4915 [  5081] By: jhi                                   on 2000/02/14  17:20:32
4916         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
4917      Branch: cfgperl
4918            ! myconfig.SH
4919 ____________________________________________________________________________
4920 [  5080] By: jhi                                   on 2000/02/14  15:33:03
4921         Log: Integrate with Sarathy.
4922      Branch: cfgperl
4923           !> Porting/pumpkin.pod av.c malloc.c sv.c
4924 ____________________________________________________________________________
4925 [  5079] By: gsar                                  on 2000/02/14  08:50:06
4926         Log: notes about running Purify
4927      Branch: perl
4928            ! Porting/pumpkin.pod av.c sv.c
4929 ____________________________________________________________________________
4930 [  5078] By: gsar                                  on 2000/02/14  07:27:21
4931         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
4932      Branch: perl
4933            ! malloc.c
4934 ____________________________________________________________________________
4935 [  5077] By: gsar                                  on 2000/02/14  07:25:44
4936         Log: integrate cfgperl contents into mainline
4937      Branch: perl
4938           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4939           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
4940           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
4941           !> vms/subconfigure.com vos/config.def vos/config.h
4942           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
4943           !> win32/config.vc win32/config_H.bc win32/config_H.gc
4944           !> win32/config_H.vc
4945 ____________________________________________________________________________
4946 [  5076] By: jhi                                   on 2000/02/14  05:01:56
4947         Log: Integrate with Sarathy.
4948      Branch: cfgperl
4949           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4950 ____________________________________________________________________________
4951 [  5075] By: jhi                                   on 2000/02/14  04:56:52
4952         Log: Configure -A stopped processing of any further options.
4953      Branch: cfgperl
4954            ! Configure config_h.SH
4955      Branch: metaconfig
4956            ! U/modified/Options.U
4957 ____________________________________________________________________________
4958 [  5074] By: gsar                                  on 2000/02/14  04:45:01
4959         Log: remove outdated -DPURIFY code--it reports bogus errors during global
4960              destruction since we actually depend on SVs being in arenas there
4961      Branch: perl
4962            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4963 ____________________________________________________________________________
4964 [  5073] By: jhi                                   on 2000/02/13  19:28:17
4965         Log: Integrate with Sarathy.
4966      Branch: cfgperl
4967            - Todo-5.005
4968           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
4969           !> util.c
4970 ____________________________________________________________________________
4971 [  5072] By: gsar                                  on 2000/02/13  19:02:07
4972         Log: more purification (pp_require() could access free memory; vdie()
4973              could think message was random length when passed a null argument;
4974              utilize() didn't set up the hash for the method name leading to
4975              pp_method_named() accessing random state; PL_curpm wasn't zeroed
4976              properly)
4977      Branch: perl
4978            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
4979            ! util.c
4980 ____________________________________________________________________________
4981 [  5071] By: jhi                                   on 2000/02/12  19:59:35
4982         Log: uselonglong sits deep.
4983      Branch: cfgperl
4984            ! Configure config_h.SH hints/solaris_2.sh
4985      Branch: metaconfig/U/perl
4986            ! use64bits.U
4987 ____________________________________________________________________________
4988 [  5070] By: jhi                                   on 2000/02/12  01:25:41
4989         Log: megalomaniac 64-bit update: most importantly,
4990              uselonglong is eradicated, only backward
4991              compatibility hooks in use64bits remain.
4992      Branch: cfgperl
4993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4994            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
4995            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
4996            ! vos/config.def vos/config.h vos/config_h.SH_orig
4997            ! win32/config.bc win32/config.gc win32/config.vc
4998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4999      Branch: metaconfig
5000            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
5001      Branch: metaconfig/U/perl
5002            ! use64bits.U
5003 ____________________________________________________________________________
5004 [  5069] By: jhi                                   on 2000/02/11  21:13:41
5005         Log: undo #5064 for now; there seems to be no good selection
5006              of flags to add the new option.
5007      Branch: cfgperl
5008            ! hints/hpux.sh
5009 ____________________________________________________________________________
5010 [  5068] By: jhi                                   on 2000/02/11  21:01:21
5011         Log: Guard against accidental long long use.
5012      Branch: cfgperl
5013            ! perl.h
5014 ____________________________________________________________________________
5015 [  5067] By: jhi                                   on 2000/02/11  19:50:32
5016         Log: logic fixes
5017      Branch: cfgperl
5018            ! Configure config_h.SH
5019      Branch: metaconfig/U/perl
5020            ! uselonglong.U
5021 ____________________________________________________________________________
5022 [  5066] By: jhi                                   on 2000/02/11  19:32:30
5023         Log: Clarify 64-bit issues.
5024      Branch: cfgperl
5025            ! pod/perldelta.pod
5026 ____________________________________________________________________________
5027 [  5065] By: jhi                                   on 2000/02/11  18:13:29
5028         Log: Integrate with Sarathy.
5029      Branch: cfgperl
5030           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
5031           !> toke.c
5032 ____________________________________________________________________________
5033 [  5064] By: jhi                                   on 2000/02/11  18:11:47
5034         Log: Silence linker warnings about binary backward incompatibilities.
5035      Branch: cfgperl
5036            ! hints/hpux.sh
5037 ____________________________________________________________________________
5038 [  5063] By: gsar                                  on 2000/02/11  16:36:14
5039         Log: fix uninitialized memory reads found by purify
5040      Branch: perl
5041            ! ext/Devel/Peek/Peek.xs regcomp.c
5042 ____________________________________________________________________________
5043 [  5062] By: jhi                                   on 2000/02/11  00:11:39
5044         Log: de-fancify the largefiles hints
5045      Branch: cfgperl
5046            ! hints/hpux.sh
5047 ____________________________________________________________________________
5048 [  5061] By: gsar                                  on 2000/02/10  19:17:09
5049         Log: longstanding bug in parsing "require VERSION", could reallocate
5050              current line and not know it; exposed by change#5004; manifested
5051              as parse failure of C<{require 5.003}>
5052      Branch: perl
5053            ! t/comp/require.t t/comp/use.t toke.c
5054 ____________________________________________________________________________
5055 [  5060] By: jhi                                   on 2000/02/10  13:29:25
5056         Log: Integrate with Sarathy.
5057      Branch: cfgperl
5058           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
5059 ____________________________________________________________________________
5060 [  5059] By: gsar                                  on 2000/02/10  06:21:21
5061         Log: make global symbol exports AIX-specific
5062      Branch: perl
5063            ! makedef.pl
5064 ____________________________________________________________________________
5065 [  5058] By: gsar                                  on 2000/02/10  06:16:57
5066         Log: integrate cfgperl contents into mainline
5067      Branch: perl
5068           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5069           !> Porting/config_H config_h.SH makedef.pl perl.h
5070           !> vms/subconfigure.com vos/config.def win32/config.bc
5071           !> win32/config.gc win32/config.vc win32/config_H.bc
5072           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
5073           !> win32/config_sh.PL
5074 ____________________________________________________________________________
5075 [  5057] By: gsar                                  on 2000/02/10  01:08:01
5076         Log: windows bugfixes for virtual directories under USE_ITHREADS:
5077              allows path mapping to unknown devices to work properly;
5078              special file names like CONOUT$ can be opened with sysopen()
5079              again
5080      Branch: perl
5081            ! win32/vdir.h
5082 ____________________________________________________________________________
5083 [  5056] By: gsar                                  on 2000/02/10  00:56:27
5084         Log: formline() could wipe out readonly-ness, freeing constants
5085              prematurely, or affect cloning of pad constants
5086      Branch: perl
5087            ! pp_ctl.c t/op/write.t
5088 ____________________________________________________________________________
5089 [  5055] By: jhi                                   on 2000/02/09  19:48:58
5090         Log: Regenerate Configure for I_SYSLOG.
5091      Branch: cfgperl
5092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5093            ! config_h.SH
5094 ____________________________________________________________________________
5095 [  5054] By: jhi                                   on 2000/02/09  19:38:04
5096         Log: fix AIX and multiplicity problems
5097      Branch: cfgperl
5098            ! Makefile.SH makedef.pl
5099 ____________________________________________________________________________
5100 [  5053] By: bailey                                on 2000/02/09  10:58:11
5101         Log: remove redundant archcore directory prefix in installperl
5102      Branch: vmsperl
5103            ! installperl
5104 ____________________________________________________________________________
5105 [  5052] By: bailey                                on 2000/02/09  10:44:22
5106         Log: Work around prefixing bug in older DECC preprocessors
5107      Branch: vmsperl
5108            ! vms/vms.c vms/vmsish.h
5109 ____________________________________________________________________________
5110 [  5051] By: bailey                                on 2000/02/09  09:52:06
5111         Log: Eliminate unnecessary (and sometimes confounding) test for
5112              word boundary
5113      Branch: vmsperl
5114            ! lib/ExtUtils/MM_VMS.pm
5115 ____________________________________________________________________________
5116 [  5050] By: bailey                                on 2000/02/09  09:29:06
5117         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
5118              alias rules lead to compilation warnings)
5119      Branch: vmsperl
5120            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
5121 ____________________________________________________________________________
5122 [  5049] By: bailey                                on 2000/02/09  09:09:45
5123         Log: Resync with mainline
5124      Branch: vmsperl
5125           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5126           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5127           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
5128           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
5129           +> vos/config.def vos/config.pl win32/bin/exetype.pl
5130            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
5131            ! vms/subconfigure.com
5132           !> (integrate 358 files)
5133 ____________________________________________________________________________
5134 [  5048] By: jhi                                   on 2000/02/09  03:54:05
5135         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
5136              (reported by Yitzchak Scott-Thoennes in p5p)
5137      Branch: cfgperl
5138            ! Configure config_h.SH
5139      Branch: metaconfig
5140            ! U/modified/Cppsym.U
5141 ____________________________________________________________________________
5142 [  5047] By: jhi                                   on 2000/02/09  02:56:43
5143         Log: (fake) use of getcwd.
5144      Branch: cfgperl
5145            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5146            ! config_h.SH perl.h
5147 ____________________________________________________________________________
5148 [  5046] By: jhi                                   on 2000/02/09  02:22:50
5149         Log: lib scan fix
5150      Branch: cfgperl
5151            ! Configure config_h.SH
5152      Branch: metaconfig
5153            ! U/modified/libs.U
5154 ____________________________________________________________________________
5155 [  5045] By: jhi                                   on 2000/02/09  02:17:34
5156         Log: Reintroduce #5019 via metaconfig.
5157      Branch: cfgperl
5158            ! Configure config_h.SH
5159      Branch: metaconfig
5160            ! U/installdirs/inc_version_list.U
5161 ____________________________________________________________________________
5162 [  5044] By: jhi                                   on 2000/02/09  02:07:08
5163         Log: Add/restore probes for getcwd/mk*temp*/mmap.
5164      Branch: cfgperl
5165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5166            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
5167            ! win32/config.bc win32/config.gc win32/config.vc
5168            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5169            ! win32/config_h.PL win32/config_sh.PL
5170      Branch: metaconfig
5171            ! U/modified/d_mkstemp.U U/modified/libs.U
5172      Branch: metaconfig/U/perl
5173            + d_mkdtemp.U d_mkstemps.U
5174 ____________________________________________________________________________
5175 [  5043] By: jhi                                   on 2000/02/08  20:58:02
5176         Log: Integrate with Sarathy.
5177      Branch: cfgperl
5178           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
5179           !> (integrate 110 files)
5180 ____________________________________________________________________________
5181 [  5042] By: gsar                                  on 2000/02/08  20:32:12
5182         Log: avoid exiting just because we didn't scan for libm ('libs' may still
5183              have it, but we avoided scan for things in 'libs')
5184      Branch: perl
5185            ! Configure
5186
5187 ----------------
5188 Version v5.5.650
5189 ----------------
5190
5191 ____________________________________________________________________________
5192 [  5041] By: gsar                                  on 2000/02/08  07:57:11
5193         Log: update Changes
5194      Branch: perl
5195            ! Changes
5196 ____________________________________________________________________________
5197 [  5040] By: gsar                                  on 2000/02/08  07:51:20
5198         Log: documentation patches (from Michael Schwern and Yitzchak
5199              Scott-Thoennes)
5200      Branch: perl
5201            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
5202 ____________________________________________________________________________
5203 [  5039] By: gsar                                  on 2000/02/08  07:22:46
5204         Log: alias to $^V to $PERL_VERSION_TUPLE
5205      Branch: perl
5206            ! lib/English.pm pod/perlvar.pod
5207 ____________________________________________________________________________
5208 [  5038] By: gsar                                  on 2000/02/08  07:03:34
5209         Log: update Changes
5210      Branch: perl
5211            ! Changes pod/perlhist.pod
5212 ____________________________________________________________________________
5213 [  5037] By: gsar                                  on 2000/02/08  06:59:55
5214         Log: Windows has a somewhat different sitelib layout, and needs
5215              $sitelib/archname added as well
5216      Branch: perl
5217            ! perl.c
5218 ____________________________________________________________________________
5219 [  5036] By: gsar                                  on 2000/02/08  06:59:03
5220         Log: change#4987 appears to have broken libs scan for platforms that
5221              don't set ignore_versioned_solibs (Solaris is one of them); add
5222              derivative fix from the older logic for skipping versioned .so
5223              libs
5224      Branch: perl
5225            ! Configure
5226 ____________________________________________________________________________
5227 [  5035] By: gsar                                  on 2000/02/07  21:21:44
5228         Log: sprintf("%v"...) buffer resizing busted
5229      Branch: perl
5230            ! sv.c
5231 ____________________________________________________________________________
5232 [  5034] By: gsar                                  on 2000/02/07  19:16:21
5233         Log: update Changes
5234      Branch: perl
5235            ! Changes pod/perlhist.pod
5236 ____________________________________________________________________________
5237 [  5033] By: gsar                                  on 2000/02/07  19:01:08
5238         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
5239              only when XX > 127
5240      Branch: perl
5241            ! pp_hot.c toke.c
5242 ____________________________________________________________________________
5243 [  5032] By: gsar                                  on 2000/02/07  18:25:31
5244         Log: add note about printf("%v",...)
5245      Branch: perl
5246            ! pod/perldelta.pod
5247 ____________________________________________________________________________
5248 [  5031] By: gsar                                  on 2000/02/07  18:18:43
5249         Log: update Changes
5250      Branch: perl
5251            ! Changes Todo-5.6
5252 ____________________________________________________________________________
5253 [  5030] By: gsar                                  on 2000/02/07  18:17:49
5254         Log: thinko in change#5029
5255      Branch: perl
5256            ! gv.c
5257 ____________________________________________________________________________
5258 [  5029] By: gsar                                  on 2000/02/07  17:49:58
5259         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
5260              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
5261      Branch: perl
5262            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
5263            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
5264            ! win32/win32.h
5265 ____________________________________________________________________________
5266 [  5028] By: gsar                                  on 2000/02/07  17:10:03
5267         Log: perlport updates (from Peter Prymmer)
5268      Branch: perl
5269            ! pod/perlport.pod
5270 ____________________________________________________________________________
5271 [  5027] By: gsar                                  on 2000/02/07  16:53:47
5272         Log: fix up Todo-5.6
5273      Branch: perl
5274            ! Todo-5.6
5275 ____________________________________________________________________________
5276 [  5026] By: gsar                                  on 2000/02/07  16:32:31
5277         Log: rename Todo-5.005 to Todo-5.6
5278      Branch: perl
5279           +> Todo-5.6
5280            - Todo-5.005
5281            ! MANIFEST
5282 ____________________________________________________________________________
5283 [  5025] By: gsar                                  on 2000/02/07  16:09:54
5284         Log: ${^Warnings} renamed to ${^WARNING_BITS}
5285      Branch: perl
5286            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
5287            ! toke.c warnings.pl
5288 ____________________________________________________________________________
5289 [  5024] By: gsar                                  on 2000/02/07  11:47:06
5290         Log: various Windows tweaks: make $^E a little less buggy by saving
5291              and restoring system error across TLS fetch; avoid needless
5292              copying of buffers
5293      Branch: perl
5294            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
5295            ! win32/win32.h
5296 ____________________________________________________________________________
5297 [  5023] By: gsar                                  on 2000/02/07  11:44:19
5298         Log: avoid MakeMaker setting $^W=1
5299      Branch: perl
5300            ! lib/ExtUtils/MakeMaker.pm
5301 ____________________________________________________________________________
5302 [  5022] By: gsar                                  on 2000/02/07  10:38:56
5303         Log: up to v5.5.650
5304      Branch: perl
5305            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5306            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5307 ____________________________________________________________________________
5308 [  5021] By: gsar                                  on 2000/02/07  10:10:31
5309         Log: mention threads status in pod
5310      Branch: perl
5311            ! ext/Thread/Thread.pm
5312 ____________________________________________________________________________
5313 [  5020] By: gsar                                  on 2000/02/07  09:57:46
5314         Log: tolerate NULL SITELIB_EXP
5315      Branch: perl
5316            ! perl.c
5317 ____________________________________________________________________________
5318 [  5019] By: gsar                                  on 2000/02/07  09:46:11
5319         Log: NULL-terminate PERL_INC_VERSION_LIST
5320      Branch: perl
5321            ! Configure perl.c win32/config.bc win32/config.gc
5322            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5323            ! win32/config_H.vc
5324 ____________________________________________________________________________
5325 [  5018] By: gsar                                  on 2000/02/07  09:13:10
5326         Log: add compatible versions from $Config{inc_ver_list} to search
5327              paths automatically (from Tom Hughes <tom@compton.nu>)
5328      Branch: perl
5329            ! lib/lib.pm perl.c
5330 ____________________________________________________________________________
5331 [  5017] By: gsar                                  on 2000/02/07  08:58:56
5332         Log: makefiles now use exetype.pl to make wperl.exe
5333      Branch: perl
5334            ! sv.c win32/Makefile win32/makefile.mk
5335 ____________________________________________________________________________
5336 [  5016] By: gsar                                  on 2000/02/07  08:38:25
5337         Log: add exetype.pl (from Jan Dubois)
5338      Branch: perl
5339            + win32/bin/exetype.pl
5340            ! MANIFEST
5341 ____________________________________________________________________________
5342 [  5015] By: gsar                                  on 2000/02/07  08:29:28
5343         Log: pod fixes (from Abigail and M J T Guy)
5344      Branch: perl
5345            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
5346            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
5347            ! pod/perlport.pod pod/perlvar.pod
5348 ____________________________________________________________________________
5349 [  5014] By: gsar                                  on 2000/02/07  07:09:08
5350         Log: clarify behavior of vec() when arguments are off the end of the
5351              string (from M J T Guy)
5352      Branch: perl
5353            ! pod/perlfunc.pod
5354 ____________________________________________________________________________
5355 [  5013] By: gsar                                  on 2000/02/07  07:08:15
5356         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
5357              now return bytes all the way to 255, they will be transparently
5358              coerced (in future) to UTF-8 when they are used in operations
5359              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
5360      Branch: perl
5361            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
5362            ! pp.c sv.c
5363 ____________________________________________________________________________
5364 [  5012] By: gsar                                  on 2000/02/07  06:36:33
5365         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
5366              per strict reading of standard (says Tom Christiansen)
5367      Branch: perl
5368            ! lib/Sys/Hostname.pm
5369 ____________________________________________________________________________
5370 [  5011] By: gsar                                  on 2000/02/07  06:26:30
5371         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
5372      Branch: perl
5373            ! utf8.c utf8.h
5374 ____________________________________________________________________________
5375 [  5010] By: gsar                                  on 2000/02/06  21:27:03
5376         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
5377      Branch: perl
5378            ! malloc.c
5379 ____________________________________________________________________________
5380 [  5009] By: gsar                                  on 2000/02/06  20:45:30
5381         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
5382              years (from Gisle Aas)
5383      Branch: perl
5384            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
5385            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
5386            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
5387            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
5388            ! toke.c utf8.c utf8.h util.c util.h
5389 ____________________________________________________________________________
5390 [  5008] By: gsar                                  on 2000/02/06  19:28:31
5391         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
5392              <EFifer@sanwaint.com>)
5393      Branch: perl
5394            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
5395            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
5396            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
5397            ! unixish.h util.c
5398 ____________________________________________________________________________
5399 [  5007] By: gsar                                  on 2000/02/06  17:47:01
5400         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
5401      Branch: perl
5402            ! ext/POSIX/POSIX.pm
5403 ____________________________________________________________________________
5404 [  5006] By: gsar                                  on 2000/02/06  17:28:35
5405         Log: integrate cfgperl contents into mainline
5406      Branch: perl
5407           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
5408           !> perl.h pp_sys.c
5409 ____________________________________________________________________________
5410 [  5005] By: gsar                                  on 2000/02/06  17:18:39
5411         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
5412      Branch: perl
5413            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
5414            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
5415            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
5416            ! vos/vos_dummies.c vos/vosish.h
5417 ____________________________________________________________________________
5418 [  5004] By: gsar                                  on 2000/02/06  17:00:49
5419         Log: fix parse error on C<{ use strict }> and other constructs that
5420              make the parser reenter while LEX_KNOWNEXT is active
5421      Branch: perl
5422            ! t/comp/use.t toke.c
5423 ____________________________________________________________________________
5424 [  5003] By: gsar                                  on 2000/02/06  14:57:30
5425         Log: avoid -Bforcearchive on netbsd too
5426      Branch: perl
5427            ! Changes hints/netbsd.sh
5428 ____________________________________________________________________________
5429 [  5002] By: gsar                                  on 2000/02/06  14:45:17
5430         Log: revised notes about Pod::Parser & Co.
5431      Branch: perl
5432            ! lib/Pod/Usage.pm pod/perldelta.pod
5433 ____________________________________________________________________________
5434 [  5001] By: gsar                                  on 2000/02/06  14:02:43
5435         Log: fix description of obsolete diagnostic
5436      Branch: perl
5437            ! pod/perldiag.pod
5438 ____________________________________________________________________________
5439 [  5000] By: gsar                                  on 2000/02/06  13:59:58
5440         Log: allow "\x{12ab}" even without C<use utf8>
5441      Branch: perl
5442            ! t/pragma/warn/toke toke.c
5443 ____________________________________________________________________________
5444 [  4999] By: gsar                                  on 2000/02/06  13:58:31
5445         Log: make perlbug use new-style version numbers; improve compatibility
5446              (runs with perl 5.005); fix swapped old vs new version reporting
5447      Branch: perl
5448            ! utils/perlbug.PL
5449 ____________________________________________________________________________
5450 [  4998] By: gsar                                  on 2000/02/06  13:56:45
5451         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
5452              fact); add tests for version tuples
5453      Branch: perl
5454            + t/op/ver.t
5455            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
5456            ! pod/perlop.pod sv.c toke.c
5457 ____________________________________________________________________________
5458 [  4997] By: gsar                                  on 2000/02/04  21:40:08
5459         Log: change#4970 fallout for useithreads
5460      Branch: perl
5461            ! sv.c
5462 ____________________________________________________________________________
5463 [  4996] By: jhi                                   on 2000/02/04  20:09:00
5464         Log: Largefilify offsets of tied handles.
5465      Branch: cfgperl
5466            ! pp_sys.c
5467 ____________________________________________________________________________
5468 [  4995] By: jhi                                   on 2000/02/04  19:54:25
5469         Log: Sanity check for libraries scan.
5470      Branch: cfgperl
5471            ! Configure config_h.SH
5472      Branch: metaconfig
5473            ! U/modified/libs.U
5474 ____________________________________________________________________________
5475 [  4994] By: jhi                                   on 2000/02/04  19:48:42
5476         Log: HP-UX largefileness doesn't like lseek being redeclared;
5477              no more USE_LONG_LONG.
5478      Branch: cfgperl
5479            ! perl.h
5480 ____________________________________________________________________________
5481 [  4993] By: jhi                                   on 2000/02/04  19:18:59
5482         Log: fix the description as much as possible; the whole
5483              separation into three different symbols lists is
5484              pretty broken now.
5485      Branch: metaconfig
5486            ! U/modified/Cppsym.U
5487 ____________________________________________________________________________
5488 [  4992] By: jhi                                   on 2000/02/04  19:13:10
5489         Log: Use <syslog.h>, not <sys/syslog.h>.
5490      Branch: cfgperl
5491            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
5492 ____________________________________________________________________________
5493 [  4991] By: gsar                                  on 2000/02/04  19:11:07
5494         Log: dmake is on CPAN now
5495      Branch: perl
5496            ! README.win32
5497 ____________________________________________________________________________
5498 [  4990] By: jhi                                   on 2000/02/04  19:04:01
5499         Log: Re-introduce #4817 and #4964 wiped out by #4987.
5500      Branch: cfgperl
5501            ! Configure config_h.SH
5502      Branch: metaconfig
5503            ! U/threads/usethreads.U
5504      Branch: metaconfig/U/perl
5505            ! patchlevel.U
5506 ____________________________________________________________________________
5507 [  4989] By: jhi                                   on 2000/02/04  18:54:00
5508         Log: typo fix
5509      Branch: cfgperl
5510            ! Configure config_h.SH
5511      Branch: metaconfig
5512            ! U/modified/libs.U
5513 ____________________________________________________________________________
5514 [  4988] By: jhi                                   on 2000/02/04  18:34:06
5515         Log: Integrate with Sarathy.
5516      Branch: cfgperl
5517           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5518           +> ext/Sys/Syslog/Syslog.xs
5519            - lib/Sys/Syslog.pm
5520           !> (integrate 37 files)
5521 ____________________________________________________________________________
5522 [  4987] By: jhi                                   on 2000/02/04  18:31:05
5523         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
5524              default is to use long long if available; various nits
5525              here and there; fixed to hpux 64-bitnes and largefileness.
5526      Branch: cfgperl
5527            ! Configure config_h.SH hints/hpux.sh perl.h
5528      Branch: metaconfig
5529            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
5530            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
5531      Branch: metaconfig/U/perl
5532            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
5533            ! usemultiplicity.U xs_apiversion.U
5534 ____________________________________________________________________________
5535 [  4986] By: gsar                                  on 2000/02/04  17:26:37
5536         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
5537      Branch: perl
5538            ! sv.c
5539 ____________________________________________________________________________
5540 [  4985] By: gsar                                  on 2000/02/04  16:43:49
5541         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
5542      Branch: perl
5543            ! ext/Devel/DProf/DProf.xs
5544 ____________________________________________________________________________
5545 [  4984] By: gsar                                  on 2000/02/04  08:20:05
5546         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
5547      Branch: perl
5548            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5549 ____________________________________________________________________________
5550 [  4983] By: gsar                                  on 2000/02/04  08:00:38
5551         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
5552      Branch: perl
5553            ! hints/openbsd.sh
5554 ____________________________________________________________________________
5555 [  4982] By: gsar                                  on 2000/02/04  07:54:04
5556         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
5557      Branch: perl
5558            ! lib/Pod/Parser.pm
5559 ____________________________________________________________________________
5560 [  4981] By: gsar                                  on 2000/02/04  07:34:38
5561         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
5562      Branch: perl
5563            ! Makefile.SH
5564 ____________________________________________________________________________
5565 [  4980] By: gsar                                  on 2000/02/04  07:29:59
5566         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
5567      Branch: perl
5568            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5569            + ext/Sys/Syslog/Syslog.xs
5570            - lib/Sys/Syslog.pm
5571            ! MANIFEST pod/perldelta.pod
5572 ____________________________________________________________________________
5573 [  4979] By: gsar                                  on 2000/02/04  07:13:19
5574         Log: pod updates (from David Adler, M J T Guy)
5575      Branch: perl
5576            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
5577 ____________________________________________________________________________
5578 [  4978] By: gsar                                  on 2000/02/04  07:08:14
5579         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
5580      Branch: perl
5581            ! config_h.SH
5582 ____________________________________________________________________________
5583 [  4977] By: gsar                                  on 2000/02/04  07:06:10
5584         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
5585              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
5586      Branch: perl
5587            ! Makefile.SH
5588 ____________________________________________________________________________
5589 [  4976] By: gsar                                  on 2000/02/04  06:33:43
5590         Log: VMS update (from Dan Sugalski and Peter Prymmer)
5591      Branch: perl
5592            ! configure.com vms/descrip_mms.template vms/subconfigure.com
5593 ____________________________________________________________________________
5594 [  4975] By: gsar                                  on 2000/02/04  05:51:14
5595         Log: patch to provide more informative names for evals and anonymous
5596              subroutines (from Ilya Zakharevich)
5597      Branch: perl
5598            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
5599            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
5600            ! pod/perlvar.pod pp_ctl.c
5601 ____________________________________________________________________________
5602 [  4974] By: gsar                                  on 2000/02/04  05:05:57
5603         Log: off-by-one in malloc.c (from Ilya Zakharevich)
5604      Branch: perl
5605            ! malloc.c
5606 ____________________________________________________________________________
5607 [  4973] By: gsar                                  on 2000/02/04  05:03:00
5608         Log: OS/2 build fixups from Ilya Zakharevich
5609      Branch: perl
5610            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
5611 ____________________________________________________________________________
5612 [  4972] By: gsar                                  on 2000/02/04  04:58:57
5613         Log: avoid /* within comment
5614      Branch: perl
5615            ! xsutils.c
5616 ____________________________________________________________________________
5617 [  4971] By: gsar                                  on 2000/02/04  04:56:09
5618         Log: another HINT_BYTE victim
5619      Branch: perl
5620            ! lib/charnames.pm
5621 ____________________________________________________________________________
5622 [  4970] By: gsar                                  on 2000/02/04  04:45:13
5623         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
5624      Branch: perl
5625            ! op.c scope.c scope.h t/op/closure.t toke.c
5626 ____________________________________________________________________________
5627 [  4969] By: gsar                                  on 2000/02/04  01:09:37
5628         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
5629      Branch: perl
5630            ! lib/byte.pm
5631 ____________________________________________________________________________
5632 [  4968] By: jhi                                   on 2000/02/02  13:17:25
5633         Log: Integrate with Sarathy.
5634      Branch: cfgperl
5635           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5636            ! Configure
5637           !> (integrate 29 files)
5638
5639 ----------------
5640 Version v5.5.640
5641 ----------------
5642
5643 ____________________________________________________________________________
5644 [  4967] By: gsar                                  on 2000/02/02  12:22:29
5645         Log: update makerel for new version format
5646      Branch: perl
5647            ! Changes Porting/makerel
5648 ____________________________________________________________________________
5649 [  4966] By: gsar                                  on 2000/02/02  11:42:03
5650         Log: workaround for undefined symbol
5651      Branch: perl
5652            ! win32/win32.h
5653 ____________________________________________________________________________
5654 [  4965] By: gsar                                  on 2000/02/02  11:19:19
5655         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
5656              (from Eric Fifer <EFifer@sanwaint.com>)
5657      Branch: perl
5658            ! pp_sys.c
5659 ____________________________________________________________________________
5660 [  4964] By: gsar                                  on 2000/02/02  11:11:15
5661         Log: adjust notes on use5005threads
5662      Branch: perl
5663            ! Configure INSTALL README.threads
5664 ____________________________________________________________________________
5665 [  4963] By: gsar                                  on 2000/02/02  10:14:30
5666         Log: fix typo
5667      Branch: perl
5668            ! Configure
5669 ____________________________________________________________________________
5670 [  4962] By: gsar                                  on 2000/02/02  10:13:10
5671         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
5672      Branch: perl
5673           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5674           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
5675 ____________________________________________________________________________
5676 [  4961] By: gsar                                  on 2000/02/02  09:55:45
5677         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
5678      Branch: perl
5679            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5680            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
5681 ____________________________________________________________________________
5682 [  4960] By: gsar                                  on 2000/02/02  08:22:31
5683         Log: replace misleading docs with a BUGS section
5684      Branch: perl
5685            ! lib/English.pm
5686 ____________________________________________________________________________
5687 [  4959] By: gsar                                  on 2000/02/02  08:16:17
5688         Log: remove FUD from perlfunc/use (from M J T Guy)
5689      Branch: perl
5690            ! pod/perlfunc.pod
5691 ____________________________________________________________________________
5692 [  4958] By: gsar                                  on 2000/02/02  08:13:04
5693         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
5694              <cedric.auzanne@nist.gov>)
5695      Branch: perl
5696            ! Changes lib/Benchmark.pm
5697 ____________________________________________________________________________
5698 [  4957] By: gsar                                  on 2000/02/02  08:04:52
5699         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
5700      Branch: perl
5701            ! pp_hot.c
5702 ____________________________________________________________________________
5703 [  4956] By: gsar                                  on 2000/02/02  08:02:57
5704         Log: flock() pod talks about "adding" in the sense of "or-ing"
5705      Branch: perl
5706            ! pod/perlfunc.pod
5707 ____________________________________________________________________________
5708 [  4955] By: gsar                                  on 2000/02/02  07:58:35
5709         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
5710      Branch: perl
5711            ! lib/perl5db.pl pod/perldebug.pod
5712 ____________________________________________________________________________
5713 [  4954] By: gsar                                  on 2000/02/02  07:53:51
5714         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
5715      Branch: perl
5716            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
5717            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
5718            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
5719            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
5720 ____________________________________________________________________________
5721 [  4953] By: gsar                                  on 2000/02/02  07:40:33
5722         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
5723      Branch: perl
5724            ! hints/dynixptx.sh
5725 ____________________________________________________________________________
5726 [  4952] By: gsar                                  on 2000/02/02  07:36:39
5727         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
5728              Brad Appleton)
5729      Branch: perl
5730            ! pod/perldelta.pod
5731 ____________________________________________________________________________
5732 [  4951] By: gsar                                  on 2000/02/02  06:54:22
5733         Log: avoid mismatched type warnings
5734      Branch: perl
5735            ! embed.pl perlapi.h
5736 ____________________________________________________________________________
5737 [  4950] By: jhi                                   on 2000/02/02  06:49:10
5738         Log: Integrate with Sarathy.
5739      Branch: cfgperl
5740           +> pod/perlunicode.pod
5741           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
5742           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
5743           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
5744           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
5745           !> vms/descrip_mms.template warnings.pl
5746 ____________________________________________________________________________
5747 [  4949] By: gsar                                  on 2000/02/02  06:41:17
5748         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
5749      Branch: perl
5750            ! lib/File/Spec/Win32.pm
5751 ____________________________________________________________________________
5752 [  4948] By: gsar                                  on 2000/02/02  06:30:41
5753         Log: makefile tweak
5754      Branch: perl
5755            ! Makefile.SH
5756 ____________________________________________________________________________
5757 [  4947] By: gsar                                  on 2000/02/02  06:27:43
5758         Log: future-proof unknown warning categories (from Greg Bacon
5759              <gbacon@cs.uah.edu>)
5760      Branch: perl
5761            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
5762 ____________________________________________________________________________
5763 [  4946] By: gsar                                  on 2000/02/02  06:21:34
5764         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
5765      Branch: perl
5766            ! lib/Text/Tabs.pm
5767 ____________________________________________________________________________
5768 [  4945] By: gsar                                  on 2000/02/02  06:03:04
5769         Log: more meaningful message on invalid pattern argument (from
5770              Kevin Meltzer <KMeltzer@USCO.com>)
5771      Branch: perl
5772            ! utils/perldoc.PL
5773 ____________________________________________________________________________
5774 [  4944] By: gsar                                  on 2000/02/02  05:43:49
5775         Log: XSLoader build patch for VMS (from Craig A. Berry
5776              <craig.berry@metamorgs.com>)
5777      Branch: perl
5778            ! vms/descrip_mms.template
5779 ____________________________________________________________________________
5780 [  4943] By: gsar                                  on 2000/02/02  03:40:49
5781         Log: reword some sections of perlunicode.pod
5782      Branch: perl
5783            ! pod/perlunicode.pod
5784 ____________________________________________________________________________
5785 [  4942] By: gsar                                  on 2000/02/01  21:02:01
5786         Log: AIX warning on undefined symbol
5787      Branch: perl
5788            ! makedef.pl
5789 ____________________________________________________________________________
5790 [  4941] By: gsar                                  on 2000/02/01  20:29:30
5791         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
5792              perlunicode.pod that reflects changes to unicode support so far
5793      Branch: perl
5794            + pod/perlunicode.pod
5795            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
5796            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
5797 ____________________________________________________________________________
5798 [  4940] By: jhi                                   on 2000/02/01  12:22:30
5799         Log: Integrate with Sarathy.
5800      Branch: cfgperl
5801           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
5802           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
5803           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5804           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
5805 ____________________________________________________________________________
5806 [  4939] By: gsar                                  on 2000/02/01  08:52:16
5807         Log: export pregexec(), Tk uses it
5808      Branch: perl
5809            ! embed.pl global.sym objXSUB.h perlapi.c
5810 ____________________________________________________________________________
5811 [  4938] By: gsar                                  on 2000/02/01  04:00:09
5812         Log: mark literal utf8 in string literals properly
5813      Branch: perl
5814            ! toke.c
5815 ____________________________________________________________________________
5816 [  4937] By: gsar                                  on 2000/01/31  20:19:34
5817         Log: introduce $^U, a global bit to indicate whether system
5818              calls should using widechar APIs; chr and sprintf "%c" also
5819              follow this flag in the absense of "use byte"; "use utf8"
5820              sets $^U=1 (this appears kludgey)
5821      Branch: perl
5822            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
5823            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5824            ! t/lib/charnames.t win32/win32.h
5825 ____________________________________________________________________________
5826 [  4936] By: jhi                                   on 2000/01/31  20:17:44
5827         Log: HP-UX (induced) fixes.
5828      Branch: cfgperl
5829            ! Configure config_h.SH hints/hpux.sh
5830      Branch: metaconfig
5831            ! U/modified/Oldconfig.U U/modified/libs.U
5832      Branch: metaconfig/U/perl
5833            ! quadfio.U
5834 ____________________________________________________________________________
5835 [  4935] By: jhi                                   on 2000/01/31  19:15:43
5836         Log: Cosmetics.
5837      Branch: metaconfig
5838            ! U/compline/d_gconvert.U
5839 ____________________________________________________________________________
5840 [  4934] By: jhi                                   on 2000/01/31  19:15:22
5841         Log: Cppsym saga continues.
5842      Branch: cfgperl
5843            ! Configure config_h.SH
5844      Branch: metaconfig
5845            ! U/modified/Cppsym.U
5846 ____________________________________________________________________________
5847 [  4933] By: gsar                                  on 2000/01/31  18:45:07
5848         Log: !USING_WIDE() branch is busted in win32_stat()
5849      Branch: perl
5850            ! win32/win32.c
5851 ____________________________________________________________________________
5852 [  4932] By: jhi                                   on 2000/01/31  06:41:47
5853         Log: Reveal even more symbols.
5854      Branch: cfgperl
5855            ! Configure config_h.SH
5856      Branch: metaconfig
5857            ! U/modified/Cppsym.U
5858 ____________________________________________________________________________
5859 [  4931] By: jhi                                   on 2000/01/31  06:21:41
5860         Log: Integrate with Sarathy.
5861      Branch: cfgperl
5862            - lib/caller.pm
5863           !> (integrate 29 files)
5864 ____________________________________________________________________________
5865 [  4930] By: gsar                                  on 2000/01/31  04:57:42
5866         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
5867              whether to use widechar semantics; lexer and RE engine continue
5868              to need "use utf8" to enable unicode awareness in literals
5869              and patterns (TODO: this needs to be fixed); $1 et al are marked
5870              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
5871              it from the data is probably better)
5872      Branch: perl
5873            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
5874            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
5875            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
5876 ____________________________________________________________________________
5877 [  4929] By: gsar                                  on 2000/01/31  04:17:09
5878         Log: remove caller.pm from change#3534 (flawed idea)
5879      Branch: perl
5880            - lib/caller.pm
5881            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
5882 ____________________________________________________________________________
5883 [  4928] By: gsar                                  on 2000/01/31  04:16:01
5884         Log: fix factual regression (-e doesn't create temporary files anymore)
5885      Branch: perl
5886            ! pod/perlfilter.pod
5887 ____________________________________________________________________________
5888 [  4927] By: gsar                                  on 2000/01/30  21:27:12
5889         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
5890              document version tuples
5891      Branch: perl
5892            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5893            ! pod/perlvar.pod
5894 ____________________________________________________________________________
5895 [  4926] By: gsar                                  on 2000/01/28  18:10:12
5896         Log: implement -follow option in find2perl (from Helmut Jarausch
5897              <jarausch@igpm.rwth-aachen.de>)
5898      Branch: perl
5899            ! lib/File/Find.pm x2p/find2perl.PL
5900 ____________________________________________________________________________
5901 [  4925] By: gsar                                  on 2000/01/28  18:03:28
5902         Log: document what chdir() without an argument does (from Mark-Jason
5903              Dominus <mjd@plover.com>)
5904      Branch: perl
5905            ! pod/perlfunc.pod
5906 ____________________________________________________________________________
5907 [  4924] By: gsar                                  on 2000/01/28  17:49:34
5908         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5909      Branch: perl
5910            ! README.cygwin
5911 ____________________________________________________________________________
5912 [  4923] By: gsar                                  on 2000/01/28  17:10:08
5913         Log: avoid leaking lexicals into program being debugged (from Ilya
5914              Zakharevich)
5915      Branch: perl
5916            ! lib/perl5db.pl
5917 ____________________________________________________________________________
5918 [  4922] By: gsar                                  on 2000/01/28  16:36:13
5919         Log: perldelta note about export list changes
5920      Branch: perl
5921            ! Changes pod/perldelta.pod
5922 ____________________________________________________________________________
5923 [  4921] By: gsar                                  on 2000/01/28  15:49:04
5924         Log: alias realpath() to abs_path() (from Tom Christiansen)
5925      Branch: perl
5926            ! lib/Cwd.pm
5927 ____________________________________________________________________________
5928 [  4920] By: jhi                                   on 2000/01/28  09:52:47
5929         Log: Cppsym fixup from Andy.
5930      Branch: cfgperl
5931            ! Configure config_h.SH
5932      Branch: metaconfig
5933            ! U/modified/Cppsym.U
5934 ____________________________________________________________________________
5935 [  4919] By: jhi                                   on 2000/01/28  09:52:22
5936         Log: In HP-UX no largefiles if no 64 bits.
5937      Branch: cfgperl
5938            ! hints/hpux.sh
5939 ____________________________________________________________________________
5940 [  4918] By: jhi                                   on 2000/01/28  09:03:37
5941         Log: The #4880 was too eager, the $n test is useful too.
5942      Branch: cfgperl
5943            ! lib/Benchmark.pm
5944 ____________________________________________________________________________
5945 [  4917] By: jhi                                   on 2000/01/28  06:27:50
5946         Log: Integrate with Sarathy.
5947      Branch: cfgperl
5948           +> pod/perlapi.pod pod/perlintern.pod
5949           !> (integrate 39 files)
5950 ____________________________________________________________________________
5951 [  4916] By: gsar                                  on 2000/01/28  05:29:37
5952         Log: more exported symbols needed for build on windows
5953      Branch: perl
5954            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
5955            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
5956 ____________________________________________________________________________
5957 [  4915] By: gsar                                  on 2000/01/28  03:43:52
5958         Log: autogenerate API listing from comments in the source (from Benjamin
5959              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
5960              flexible for better readability; add missing docs in sv.c; regenerate
5961              perltoc
5962      Branch: perl
5963            + pod/perlapi.pod pod/perlintern.pod
5964            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
5965            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
5966            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
5967            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
5968            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
5969            ! universal.c util.c
5970 ____________________________________________________________________________
5971 [  4914] By: gsar                                  on 2000/01/27  19:43:35
5972         Log: document unimplemented status of forking pipe open() on windows
5973      Branch: perl
5974            ! pod/perlfork.pod t/op/fork.t
5975 ____________________________________________________________________________
5976 [  4913] By: jhi                                   on 2000/01/27  11:18:51
5977         Log: Integrate with Sarathy.
5978      Branch: cfgperl
5979           !> (integrate 51 files)
5980 ____________________________________________________________________________
5981 [  4912] By: jhi                                   on 2000/01/27  10:35:48
5982         Log: Cppsym update continues.
5983      Branch: cfgperl
5984            ! Configure config_h.SH
5985      Branch: metaconfig
5986            ! U/modified/Cppsym.U
5987 ____________________________________________________________________________
5988 [  4911] By: gsar                                  on 2000/01/27  08:04:17
5989         Log: add missing flag in change#4892
5990      Branch: perl
5991            ! win32/win32.c
5992 ____________________________________________________________________________
5993 [  4910] By: gsar                                  on 2000/01/27  03:56:48
5994         Log: various pod nits identified by installhtml (all fixed except
5995              unresolved links)
5996      Branch: perl
5997            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
5998            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
5999            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
6000            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
6001            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
6002            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
6003 ____________________________________________________________________________
6004 [  4909] By: gsar                                  on 2000/01/26  22:45:28
6005         Log: typo
6006      Branch: perl
6007            ! Porting/p4desc
6008 ____________________________________________________________________________
6009 [  4908] By: gsar                                  on 2000/01/26  22:41:18
6010         Log: update p4 tool
6011      Branch: perl
6012            ! Porting/p4desc
6013 ____________________________________________________________________________
6014 [  4907] By: gsar                                  on 2000/01/26  21:45:41
6015         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
6016              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
6017      Branch: perl
6018            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
6019            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
6020            ! t/op/attrs.t toke.c
6021 ____________________________________________________________________________
6022 [  4906] By: gsar                                  on 2000/01/26  20:16:39
6023         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
6024      Branch: perl
6025            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
6026 ____________________________________________________________________________
6027 [  4905] By: gsar                                  on 2000/01/26  19:10:26
6028         Log: s/STOP/CHECK/ blocks
6029      Branch: perl
6030            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
6031            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
6032            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
6033            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
6034            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
6035            ! vms/perly_c.vms
6036 ____________________________________________________________________________
6037 [  4904] By: jhi                                   on 2000/01/26  13:58:18
6038         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
6039              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
6040      Branch: cfgperl
6041            ! ext/IO/IO.xs
6042 ____________________________________________________________________________
6043 [  4903] By: jhi                                   on 2000/01/26  11:16:34
6044         Log: Continue cpp symbol update.
6045      Branch: cfgperl
6046            ! Configure config_h.SH
6047      Branch: metaconfig
6048            ! U/modified/Cppsym.U
6049 ____________________________________________________________________________
6050 [  4902] By: gsar                                  on 2000/01/26  09:28:37
6051         Log: tweak exports list on Windows
6052      Branch: perl
6053            ! makedef.pl t/op/fork.t win32/win32.h
6054 ____________________________________________________________________________
6055 [  4901] By: jhi                                   on 2000/01/26  08:05:57
6056         Log: Integrate with Sarathy.
6057      Branch: cfgperl
6058           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
6059           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
6060           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
6061           !> win32/win32.c win32/win32.h
6062 ____________________________________________________________________________
6063 [  4900] By: jhi                                   on 2000/01/26  07:59:05
6064         Log: s/d_nvpresuv/d_nv_preserves_uv/;
6065              plus cosmetic change for #4899.
6066      Branch: cfgperl
6067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6068            ! config_h.SH
6069      Branch: metaconfig
6070            ! U/modified/Cppsym.U
6071      Branch: metaconfig/U/perl
6072            ! perlxv.U
6073 ____________________________________________________________________________
6074 [  4899] By: jhi                                   on 2000/01/26  07:46:56
6075         Log: Update the scan of the cpp symbols.
6076      Branch: cfgperl
6077            ! Configure config_h.SH
6078      Branch: metaconfig
6079            ! U/modified/Cppsym.U
6080 ____________________________________________________________________________
6081 [  4898] By: gsar                                  on 2000/01/26  04:49:45
6082         Log: allow '--' to terminate argument processing (suggested by
6083              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
6084      Branch: perl
6085            ! lib/Getopt/Std.pm
6086 ____________________________________________________________________________
6087 [  4897] By: gsar                                  on 2000/01/26  02:42:38
6088         Log: change#3744 should have made grep more like map instead of the
6089              other way around
6090      Branch: perl
6091            ! t/op/grep.t toke.c
6092 ____________________________________________________________________________
6093 [  4896] By: gsar                                  on 2000/01/26  00:56:14
6094         Log: integrate cfgperl contents into mainline
6095      Branch: perl
6096           +> vos/config.def vos/config.pl
6097            ! Changes
6098           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
6099           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
6100           !> vos/config.h vos/config_h.SH_orig
6101 ____________________________________________________________________________
6102 [  4895] By: gsar                                  on 2000/01/26  00:45:45
6103         Log: fix parse failure of (my $foo : bar) and similar (from Spider
6104              Boardman)
6105      Branch: perl
6106            ! toke.c
6107 ____________________________________________________________________________
6108 [  4894] By: gsar                                  on 2000/01/26  00:33:53
6109         Log: avoid failure if directories already read by rmtree() are
6110              deleted by another process
6111      Branch: perl
6112            ! lib/File/Path.pm
6113 ____________________________________________________________________________
6114 [  4893] By: gsar                                  on 2000/01/25  23:19:18
6115         Log: typo in change#4892
6116      Branch: perl
6117            ! win32/win32.c
6118 ____________________________________________________________________________
6119 [  4892] By: gsar                                  on 2000/01/25  22:16:19
6120         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
6121              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
6122              to call the fixed version of open_osfhandle() only on Windows 9x;
6123              updated the makefiles and README.win32 to suit
6124      Branch: perl
6125            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
6126            ! win32/win32.h
6127 ____________________________________________________________________________
6128 [  4891] By: gsar                                  on 2000/01/25  20:22:01
6129         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
6130      Branch: perl
6131            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
6132 ____________________________________________________________________________
6133 [  4890] By: gsar                                  on 2000/01/25  19:21:17
6134         Log: update Makefile notes on the now deprecated USE_5005THREADS and
6135              USE_OBJECT
6136      Branch: perl
6137            ! win32/Makefile win32/makefile.mk
6138 ____________________________________________________________________________
6139 [  4889] By: jhi                                   on 2000/01/25  14:44:55
6140         Log: Misedit in #4888.
6141      Branch: cfgperl
6142            ! pp.c
6143 ____________________________________________________________________________
6144 [  4888] By: jhi                                   on 2000/01/25  14:38:59
6145         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
6146              rash but it's the best move I can think of right now.
6147              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
6148              but I think it did in the past.
6149              Removing the _CRAYMPP test fixes a legion of pack/unpack
6150              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
6151              One subtest, t/lib/io_sock.t #14, is still failing.
6152      Branch: cfgperl
6153            ! Configure config_h.SH hints/unicosmk.sh pp.c
6154      Branch: metaconfig
6155            ! U/modified/Oldconfig.U
6156 ____________________________________________________________________________
6157 [  4887] By: jhi                                   on 2000/01/25  06:13:14
6158         Log: Integrate with Sarathy.
6159      Branch: cfgperl
6160           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
6161           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
6162           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
6163           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
6164           !> win32/perllib.c win32/win32.c win32/win32.h
6165 ____________________________________________________________________________
6166 [  4886] By: gsar                                  on 2000/01/25  02:54:00
6167         Log: consistently use MAX_PATH+1 buffer sizes
6168      Branch: perl
6169            ! win32/win32.c
6170 ____________________________________________________________________________
6171 [  4885] By: gsar                                  on 2000/01/25  02:51:35
6172         Log: workaround for rename('x','X') bug in Windows NT
6173      Branch: perl
6174            ! t/io/fs.t win32/win32.c
6175 ____________________________________________________________________________
6176 [  4884] By: gsar                                  on 2000/01/25  01:32:57
6177         Log: windows build fixups from uniform DLL name change to perl56.dll
6178      Branch: perl
6179            ! installperl makedef.pl win32/perllib.c
6180 ____________________________________________________________________________
6181 [  4883] By: gsar                                  on 2000/01/25  01:31:27
6182         Log: more fixes for warnings from change#4840
6183      Branch: perl
6184            ! lib/Pod/Html.pm
6185 ____________________________________________________________________________
6186 [  4882] By: gsar                                  on 2000/01/24  15:35:12
6187         Log: assorted little nits
6188      Branch: perl
6189            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
6190            ! win32/win32.c
6191 ____________________________________________________________________________
6192 [  4881] By: gsar                                  on 2000/01/24  14:32:31
6193         Log: add new warnings to perldelta
6194      Branch: perl
6195            ! Changes pod/perldelta.pod pod/perldiag.pod
6196 ____________________________________________________________________________
6197 [  4880] By: jhi                                   on 2000/01/24  14:14:23
6198         Log: From: Stephane Payrard <properler@freesurf.fr>
6199              To: Gurusamy Sarathy <gsar@ActiveState.com>
6200              Cc: perl5-porters@perl.org
6201              Subject: <patch> avoid division by 0 in Benchmark.pm
6202              Date: Mon, 24 Jan 2000 16:15:38 +0100
6203              Message-ID: <20000124161538.A995@freesurf.fr>
6204      Branch: cfgperl
6205            ! lib/Benchmark.pm
6206 ____________________________________________________________________________
6207 [  4879] By: gsar                                  on 2000/01/24  14:14:20
6208         Log: force linkage of the function wrappers for globals in change#4878
6209      Branch: perl
6210            ! embed.pl globals.c perlapi.h win32/win32.h
6211 ____________________________________________________________________________
6212 [  4878] By: gsar                                  on 2000/01/24  13:04:45
6213         Log: enable function wrappers for access to globals under MULTIPLICITY
6214              (provides binary compatibility in the face of changes in interpreter
6215              structure)
6216      Branch: perl
6217            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
6218            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
6219 ____________________________________________________________________________
6220 [  4877] By: jhi                                   on 2000/01/24  11:41:57
6221         Log: perlhist update.
6222      Branch: cfgperl
6223            ! pod/perlhist.pod
6224 ____________________________________________________________________________
6225 [  4876] By: jhi                                   on 2000/01/24  11:32:07
6226         Log: Updates on the large file support status.
6227      Branch: cfgperl
6228            ! pod/perldelta.pod
6229 ____________________________________________________________________________
6230 [  4875] By: jhi                                   on 2000/01/24  11:23:16
6231         Log: Integrate with Sarathy.
6232      Branch: cfgperl
6233           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
6234           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
6235           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
6236 ____________________________________________________________________________
6237 [  4874] By: gsar                                  on 2000/01/24  10:43:03
6238         Log: fix typos; avoid use constant for lowercase constants (produces
6239              warnings now)
6240      Branch: perl
6241            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
6242            ! lib/Shell.pm
6243 ____________________________________________________________________________
6244 [  4873] By: gsar                                  on 2000/01/24  09:40:24
6245         Log: avoid warnings when there's no subs to autosplit
6246      Branch: perl
6247            ! lib/AutoSplit.pm
6248 ____________________________________________________________________________
6249 [  4872] By: jhi                                   on 2000/01/24  09:39:01
6250         Log: Create a tool for converting a config_h.SH into a VOS config.h.
6251      Branch: cfgperl
6252            + vos/config.def vos/config.pl
6253            ! MANIFEST vos/config.h vos/config_h.SH_orig
6254 ____________________________________________________________________________
6255 [  4871] By: gsar                                  on 2000/01/24  09:15:20
6256         Log: typos in change#4623
6257      Branch: perl
6258            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6259 ____________________________________________________________________________
6260 [  4870] By: jhi                                   on 2000/01/24  06:43:19
6261         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
6262      Branch: cfgperl
6263            ! Configure config_h.SH
6264      Branch: metaconfig
6265            + U/modified/cf_email.U U/modified/so.U
6266      Branch: metaconfig/U/perl
6267            ! dlsrc.U
6268 ____________________________________________________________________________
6269 [  4869] By: jhi                                   on 2000/01/24  06:04:31
6270         Log: Integrate with Sarathy.
6271      Branch: cfgperl
6272           +> t/pragma/diagnostics.t
6273           !> (integrate 120 files)
6274 ____________________________________________________________________________
6275 [  4868] By: gsar                                  on 2000/01/23  21:49:28
6276         Log: on windows, set seek position to end for files opened in append mode
6277              (improves compatibility with Unix, avoids buffering issues)
6278      Branch: perl
6279            ! win32/win32.c
6280 ____________________________________________________________________________
6281 [  4867] By: gsar                                  on 2000/01/23  21:19:31
6282         Log: change#4866 was flawed; revert and add better fix for warning
6283      Branch: perl
6284            ! op.c op.h
6285 ____________________________________________________________________________
6286 [  4866] By: gsar                                  on 2000/01/23  20:43:56
6287         Log: optimize away runtime code for our($foo) (also avoid warnings)
6288      Branch: perl
6289            ! op.c
6290 ____________________________________________________________________________
6291 [  4865] By: gsar                                  on 2000/01/23  13:17:18
6292         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
6293      Branch: perl
6294            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6295            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6296 ____________________________________________________________________________
6297 [  4864] By: gsar                                  on 2000/01/23  13:12:31
6298         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
6299              suggested by Dominic Dunlop <domo@computer.org>)
6300      Branch: perl
6301            ! doio.c
6302 ____________________________________________________________________________
6303 [  4863] By: gsar                                  on 2000/01/23  13:01:35
6304         Log: fix misclassified warnings
6305      Branch: perl
6306            ! pod/perldiag.pod
6307 ____________________________________________________________________________
6308 [  4862] By: gsar                                  on 2000/01/23  12:52:12
6309         Log: document bareword prototype incompatibility
6310      Branch: perl
6311            ! pod/perldelta.pod pod/perlsub.pod
6312 ____________________________________________________________________________
6313 [  4861] By: gsar                                  on 2000/01/23  12:32:25
6314         Log: faulty edit
6315      Branch: perl
6316            ! lib/File/stat.pm
6317 ____________________________________________________________________________
6318 [  4860] By: gsar                                  on 2000/01/23  12:23:48
6319         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
6320      Branch: perl
6321            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
6322            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
6323            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
6324            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
6325            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
6326            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
6327            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6328            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
6329            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
6330            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
6331            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6332            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
6333            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
6334            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
6335            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6336            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
6337            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
6338            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
6339            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
6340            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
6341            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
6342            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
6343            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6344            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
6345            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
6346            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
6347 ____________________________________________________________________________
6348 [  4859] By: gsar                                  on 2000/01/23  11:29:22
6349         Log: fix diagnostics to report "our" vs "my" correctly
6350      Branch: perl
6351            ! op.c pod/perldiag.pod
6352 ____________________________________________________________________________
6353 [  4858] By: gsar                                  on 2000/01/23  10:14:46
6354         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
6355              more widely)
6356      Branch: perl
6357            ! patchlevel.h
6358 ____________________________________________________________________________
6359 [  4857] By: gsar                                  on 2000/01/23  10:04:03
6360         Log: disallow our($foo::bar)
6361      Branch: perl
6362            ! pod/perldiag.pod toke.c
6363 ____________________________________________________________________________
6364 [  4856] By: gsar                                  on 2000/01/23  09:50:54
6365         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
6366      Branch: perl
6367            ! utils/dprofpp.PL
6368 ____________________________________________________________________________
6369 [  4855] By: gsar                                  on 2000/01/23  09:36:51
6370         Log: new test (from Michael G Schwern <schwern@pobox.com>)
6371      Branch: perl
6372            + t/pragma/diagnostics.t
6373            ! MANIFEST
6374 ____________________________________________________________________________
6375 [  4854] By: gsar                                  on 2000/01/23  09:24:40
6376         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
6377              <schwern@pobox.com>)
6378      Branch: perl
6379            ! utils/h2xs.PL
6380 ____________________________________________________________________________
6381 [  4853] By: gsar                                  on 2000/01/23  09:08:30
6382         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
6383      Branch: perl
6384            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
6385 ____________________________________________________________________________
6386 [  4852] By: gsar                                  on 2000/01/23  08:52:44
6387         Log: mark some extensions as "special versions" to avoid CPAN indexer
6388              confusion (from Ilya Zakharevich)
6389      Branch: perl
6390            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6391 ____________________________________________________________________________
6392 [  4851] By: gsar                                  on 2000/01/23  08:48:46
6393         Log: prefer POSIX::uname() rather than syscalls, which require attempting
6394              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
6395      Branch: perl
6396            ! lib/Sys/Hostname.pm
6397 ____________________________________________________________________________
6398 [  4850] By: gsar                                  on 2000/01/23  08:36:43
6399         Log: integrate cfgperl contents into mainline
6400      Branch: perl
6401           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
6402           !> Porting/config_H config_h.SH perl.h
6403 ____________________________________________________________________________
6404 [  4849] By: gsar                                  on 2000/01/23  08:17:30
6405         Log: fix localization in while BLOCK when there is a continue BLOCK
6406              by introducing an explicit scope (c.f. change#4848)
6407      Branch: perl
6408            ! op.c pp_ctl.c t/cmd/while.t
6409 ____________________________________________________________________________
6410 [  4848] By: gsar                                  on 2000/01/23  06:43:51
6411         Log: fix scope cleanup when next jumps to a continue block; this is rather
6412              in the nature of a kludge; it doesn't fix the longstanding bug that
6413              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
6414              instead of "1")
6415      Branch: perl
6416            ! pp_ctl.c t/cmd/while.t
6417 ____________________________________________________________________________
6418 [  4847] By: gsar                                  on 2000/01/23  04:47:25
6419         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
6420              C<while (my $x = foo()) { my $x = bar(); }> etc.
6421      Branch: perl
6422            ! op.c
6423 ____________________________________________________________________________
6424 [  4846] By: gsar                                  on 2000/01/23  04:44:17
6425         Log: avoid warnings in change#4839
6426      Branch: perl
6427            ! lib/Carp/Heavy.pm
6428 ____________________________________________________________________________
6429 [  4845] By: gsar                                  on 2000/01/22  13:12:38
6430         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
6431      Branch: perl
6432            ! Changes Configure
6433 ____________________________________________________________________________
6434 [  4844] By: gsar                                  on 2000/01/22  12:46:26
6435         Log: wrong category for exec() warning
6436      Branch: perl
6437            ! op.c pod/perlop.pod
6438 ____________________________________________________________________________
6439 [  4843] By: gsar                                  on 2000/01/22  12:42:40
6440         Log: fix line continuations in argument lists (from Helmut Jarausch)
6441      Branch: perl
6442            ! lib/ExtUtils/xsubpp
6443 ____________________________________________________________________________
6444 [  4842] By: gsar                                  on 2000/01/22  12:34:39
6445         Log: CGI.pm upgraded to v2.56 from CPAN
6446      Branch: perl
6447            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
6448            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
6449            ! t/lib/cgi-html.t
6450 ____________________________________________________________________________
6451 [  4841] By: gsar                                  on 2000/01/22  12:07:23
6452         Log: avoid warnings due to lack of forward declarations
6453      Branch: perl
6454            ! lib/Pod/Html.pm
6455 ____________________________________________________________________________
6456 [  4840] By: gsar                                  on 2000/01/22  12:04:30
6457         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
6458              <wolfgang.laun@alcatel.at>)
6459      Branch: perl
6460            ! lib/Pod/Html.pm
6461 ____________________________________________________________________________
6462 [  4839] By: gsar                                  on 2000/01/22  11:57:24
6463         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
6464              <wolfgang.laun@alcatel.at>)
6465      Branch: perl
6466            ! lib/Carp/Heavy.pm pod/perldelta.pod
6467 ____________________________________________________________________________
6468 [  4838] By: gsar                                  on 2000/01/22  10:53:06
6469         Log: truncate(FH) flushes FH before truncating it
6470      Branch: perl
6471            ! pp_sys.c t/io/fs.t
6472 ____________________________________________________________________________
6473 [  4837] By: gsar                                  on 2000/01/22  10:37:16
6474         Log: #line directives without a filename leave the file name as it was
6475              instead of setting it to the script name (from Andrew Pimlott
6476              <andrew@pimlott.ne.mediaone.net>)
6477      Branch: perl
6478            ! toke.c
6479 ____________________________________________________________________________
6480 [  4836] By: gsar                                  on 2000/01/22  10:06:53
6481         Log: add patch for printf-style format typechecks (from Robin Barker
6482              <rmb1@cise.npl.co.uk>); fixes for problems so identified
6483      Branch: perl
6484            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
6485            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
6486 ____________________________________________________________________________
6487 [  4835] By: gsar                                  on 2000/01/22  08:42:52
6488         Log: From: John Tobey <jtobey@isay.com>
6489              Date: Thu, 16 Dec 1999 20:20:38 -0500
6490              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
6491              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
6492      Branch: perl
6493            ! lib/base.pm lib/fields.pm t/lib/fields.t
6494 ____________________________________________________________________________
6495 [  4834] By: gsar                                  on 2000/01/22  08:08:08
6496         Log: fix deeply nested closures that have no references to lexical in
6497              intervening subs
6498      Branch: perl
6499            ! embed.h embed.pl op.c proto.h t/op/closure.t
6500 ____________________________________________________________________________
6501 [  4833] By: gsar                                  on 2000/01/21  17:04:21
6502         Log: add $VERSION
6503      Branch: perl
6504            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
6505 ____________________________________________________________________________
6506 [  4832] By: gsar                                  on 2000/01/21  16:49:09
6507         Log: fix bug in dumping self-referential scalars
6508      Branch: perl
6509            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6510            ! t/lib/dumper.t
6511 ____________________________________________________________________________
6512 [  4831] By: jhi                                   on 2000/01/21  09:16:07
6513         Log: Integrate with Sarathy.
6514      Branch: cfgperl
6515           +> t/op/exists_sub.t
6516           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
6517           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
6518           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
6519           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
6520           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
6521 ____________________________________________________________________________
6522 [  4830] By: gsar                                  on 2000/01/21  04:28:08
6523         Log: patch to report warnings on bogus filehandles passed to flock(),
6524              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
6525              (slightly modified)
6526      Branch: perl
6527            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6528            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
6529            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6530 ____________________________________________________________________________
6531 [  4829] By: gsar                                  on 2000/01/21  03:43:46
6532         Log: typo fix
6533      Branch: perl
6534            ! pod/perlop.pod
6535 ____________________________________________________________________________
6536 [  4828] By: gsar                                  on 2000/01/21  03:32:31
6537         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
6538              fixups of faulty facts and prose
6539      Branch: perl
6540            ! pod/perlvar.pod
6541 ____________________________________________________________________________
6542 [  4827] By: gsar                                  on 2000/01/21  01:45:51
6543         Log: support for C<exists &func> (from Spider Boardman)
6544      Branch: perl
6545            + t/op/exists_sub.t
6546            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
6547            ! pod/perlfunc.pod pp.c
6548 ____________________________________________________________________________
6549 [  4826] By: gsar                                  on 2000/01/21  01:35:46
6550         Log: mention the fact that open(my $foo, ...) covers all handle
6551              constructors
6552      Branch: perl
6553            ! pod/perldelta.pod
6554 ____________________________________________________________________________
6555 [  4825] By: gsar                                  on 2000/01/21  01:03:34
6556         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6557              Date: Wed, 19 Jan 2000 15:05:11 -0500
6558              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
6559              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
6560      Branch: perl
6561            ! utils/h2xs.PL
6562 ____________________________________________________________________________
6563 [  4824] By: gsar                                  on 2000/01/20  19:14:26
6564         Log: INSTALL updates from Andy Dougherty
6565      Branch: perl
6566            ! INSTALL
6567 ____________________________________________________________________________
6568 [  4823] By: gsar                                  on 2000/01/20  08:40:13
6569         Log: sv_true() has a superfluous test
6570      Branch: perl
6571            ! sv.c sv.h
6572 ____________________________________________________________________________
6573 [  4822] By: bailey                                on 2000/01/20  02:03:35
6574         Log: Minor cosmetic updates
6575      Branch: vmsperl
6576            ! configure.com
6577 ____________________________________________________________________________
6578 [  4821] By: bailey                                on 2000/01/20  00:25:30
6579         Log: Quick integration of mainline changes to date
6580      Branch: vmsperl
6581           +> (branch 74 files)
6582            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
6583            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
6584            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
6585            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
6586            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
6587            - lib/warning.pm os2/POSIX.mkfifo warning.h
6588           !> (integrate 462 files)
6589 ____________________________________________________________________________
6590 [  4820] By: jhi                                   on 2000/01/19  22:46:42
6591         Log: More robust inc_version_list from Andy.
6592      Branch: cfgperl
6593            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6594            ! config_h.SH
6595      Branch: metaconfig
6596            ! U/installdirs/inc_version_list.U
6597 ____________________________________________________________________________
6598 [  4819] By: jhi                                   on 2000/01/19  17:36:56
6599         Log: Add NV_PRESERVES_UV.
6600      Branch: cfgperl
6601            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6602            ! config_h.SH perl.h
6603      Branch: metaconfig
6604            ! U/protos/selecttype.U
6605      Branch: metaconfig/U/perl
6606            - nvpresuv.U
6607            ! perlxv.U
6608 ____________________________________________________________________________
6609 [  4818] By: jhi                                   on 2000/01/19  08:13:05
6610         Log: Integrate with Sarathy.
6611      Branch: cfgperl
6612           !> Changes Configure win32/config.bc win32/config.gc
6613           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6614           !> win32/config_H.vc
6615 ____________________________________________________________________________
6616 [  4817] By: gsar                                  on 2000/01/19  05:25:43
6617         Log: regen win32/config*
6618      Branch: perl
6619            ! Configure win32/config.bc win32/config.gc win32/config.vc
6620            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6621 ____________________________________________________________________________
6622 [  4816] By: jhi                                   on 2000/01/18  21:19:10
6623         Log: Policy patch from Andy for installation directories,
6624              removing the $apiversion.
6625      Branch: cfgperl
6626            ! Policy_sh.SH
6627 ____________________________________________________________________________
6628 [  4815] By: jhi                                   on 2000/01/18  21:11:03
6629         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
6630              as suggested by Andy.
6631      Branch: cfgperl
6632            ! Configure config_h.SH
6633      Branch: metaconfig
6634            ! U/compline/d_gnulibc.U U/modified/cc.U
6635 ____________________________________________________________________________
6636 [  4814] By: gsar                                  on 2000/01/18  20:48:10
6637         Log: integrate cfgperl changes into mainline
6638      Branch: perl
6639            ! Changes
6640           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6641           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
6642           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
6643 ____________________________________________________________________________
6644 [  4813] By: jhi                                   on 2000/01/18  19:41:33
6645         Log: metaconfig todo note from Andy.
6646      Branch: cfgperl
6647            ! Configure config_h.SH
6648      Branch: metaconfig
6649            ! U/installdirs/inc_version_list.U
6650 ____________________________________________________________________________
6651 [  4812] By: jhi                                   on 2000/01/18  15:02:55
6652         Log: More -V.
6653      Branch: cfgperl
6654            ! perl.c
6655 ____________________________________________________________________________
6656 [  4811] By: jhi                                   on 2000/01/18  10:35:30
6657         Log: More compile-time options shown with -V.
6658      Branch: cfgperl
6659            ! perl.c
6660 ____________________________________________________________________________
6661 [  4810] By: jhi                                   on 2000/01/17  08:35:49
6662         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
6663              the strtold() and qgcvt() prototypes for long doubles, but
6664              it should be okay in any case); fix bad assumptions in the
6665              test suite about string->float conversions; though the out
6666              parameter of strtold() (and strtoll()) is unused, it is nicer
6667              to have it in correct type.
6668      Branch: cfgperl
6669            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
6670      Branch: metaconfig
6671            ! U/modified/cc.U
6672 ____________________________________________________________________________
6673 [  4809] By: jhi                                   on 2000/01/16  19:21:18
6674         Log: strtoll works better ternary.
6675      Branch: cfgperl
6676            ! perl.h
6677 ____________________________________________________________________________
6678 [  4808] By: jhi                                   on 2000/01/16  19:12:58
6679         Log: Know strtoll.
6680      Branch: cfgperl
6681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6682            ! config_h.SH perl.h
6683 ____________________________________________________________________________
6684 [  4807] By: jhi                                   on 2000/01/16  17:57:03
6685         Log: Integrate with Sarathy.
6686      Branch: cfgperl
6687           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
6688           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
6689 ____________________________________________________________________________
6690 [  4806] By: jhi                                   on 2000/01/16  16:37:47
6691         Log: Continue qgcvt work; closer now but not yet there.
6692      Branch: cfgperl
6693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6694            ! config_h.SH doop.c utf8.c
6695      Branch: metaconfig
6696            ! U/compline/d_gconvert.U
6697      Branch: metaconfig/U/perl
6698            ! d_qgcvt.U
6699 ____________________________________________________________________________
6700 [  4805] By: jhi                                   on 2000/01/15  22:26:16
6701         Log: Metaconfig and Porting patches from Andy; start using the new
6702              long long and long double thingies from #4804; regen Configure.
6703      Branch: cfgperl
6704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6705            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
6706      Branch: metaconfig
6707            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
6708            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
6709            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
6710            + U/nullified/lib.U
6711            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
6712            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
6713            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
6714            ! U/modified/Oldconfig.U U/modified/Signal.U
6715            ! U/modified/sig_name.U U/threads/usethreads.U
6716      Branch: metaconfig/U/perl
6717            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6718            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
6719            ! usemultiplicity.U
6720      Branch: perl
6721            ! perl.h util.c
6722 ____________________________________________________________________________
6723 [  4804] By: jhi                                   on 2000/01/14  14:22:24
6724         Log: Add more quad/long long/long double sciency.
6725      Branch: metaconfig/U/perl
6726            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6727            + d_strtouq.U
6728 ____________________________________________________________________________
6729 [  4803] By: gsar                                  on 2000/01/14  04:40:49
6730         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
6731      Branch: perl
6732            ! op.c
6733 ____________________________________________________________________________
6734 [  4802] By: gsar                                  on 2000/01/14  04:35:55
6735         Log: add note about "our"
6736      Branch: perl
6737            ! lib/vars.pm
6738 ____________________________________________________________________________
6739 [  4801] By: gsar                                  on 2000/01/14  04:16:51
6740         Log: nailed "our" declarations, and better warnings on duplicate
6741              "our" declarations
6742      Branch: perl
6743            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
6744            ! t/pragma/strict-vars toke.c
6745 ____________________________________________________________________________
6746 [  4800] By: gsar                                  on 2000/01/14  01:27:13
6747         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
6748      Branch: perl
6749            ! dump.c op.c op.h
6750 ____________________________________________________________________________
6751 [  4799] By: gsar                                  on 2000/01/14  01:17:15
6752         Log: doc typo
6753      Branch: perl
6754            ! pod/perlfunc.pod
6755 ____________________________________________________________________________
6756 [  4798] By: jhi                                   on 2000/01/13  16:31:34
6757         Log: Integrate with Sarathy.
6758      Branch: cfgperl
6759           +> epoc/config.sh epoc/epocish.c epoc/link.pl
6760           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
6761           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6762           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
6763           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
6764           +> win32/perlhost.h win32/vdir.h win32/vmem.h
6765            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6766            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
6767            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
6768           !> (integrate 282 files)
6769 ____________________________________________________________________________
6770 [  4797] By: gsar                                  on 2000/01/13  08:12:56
6771         Log: clearer docs for change#4796; faster av_exists()
6772      Branch: perl
6773            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6774 ____________________________________________________________________________
6775 [  4796] By: gsar                                  on 2000/01/13  06:49:03
6776         Log: support delete() and exists() on array, tied array, and pseudo-hash
6777              elements or slices
6778      Branch: perl
6779            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
6780            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
6781            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
6782            ! t/op/avhv.t t/op/delete.t
6783 ____________________________________________________________________________
6784 [  4795] By: gsar                                  on 2000/01/11  20:52:30
6785         Log: extend site_perl changes change#4773 to vendor_perl as well
6786      Branch: perl
6787            ! Configure
6788 ____________________________________________________________________________
6789 [  4794] By: gsar                                  on 2000/01/11  19:18:50
6790         Log: rework INSTALL to reflect new logic for versioning sitelibs
6791      Branch: perl
6792            ! INSTALL
6793 ____________________________________________________________________________
6794 [  4793] By: gsar                                  on 2000/01/11  01:44:00
6795         Log: test for change#4792
6796      Branch: perl
6797            ! t/op/fork.t
6798 ____________________________________________________________________________
6799 [  4792] By: gsar                                  on 2000/01/11  01:22:36
6800         Log: pseudo forked children inherit environment correctly
6801      Branch: perl
6802            ! win32/perlhost.h
6803 ____________________________________________________________________________
6804 [  4791] By: gsar                                  on 2000/01/10  19:14:03
6805         Log: test tweak
6806      Branch: perl
6807            ! t/op/fork.t
6808 ____________________________________________________________________________
6809 [  4790] By: gsar                                  on 2000/01/10  18:56:16
6810         Log: check for USE_ITHREADS sanity was too restrictive
6811      Branch: perl
6812            ! perl.h
6813 ____________________________________________________________________________
6814 [  4789] By: gsar                                  on 2000/01/10  18:30:24
6815         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
6816              a real SetCurrentDirectory() in toplevel host
6817      Branch: perl
6818            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
6819            ! win32/vdir.h win32/win32.c
6820 ____________________________________________________________________________
6821 [  4782] By: gsar                                  on 2000/01/10  05:27:03
6822         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
6823      Branch: perl
6824            + epoc/config.sh epoc/epocish.c epoc/link.pl
6825            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6826            - epoc/perl.pkg
6827            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
6828            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
6829            ! lib/Sys/Hostname.pm
6830 ____________________________________________________________________________
6831 [  4781] By: gsar                                  on 2000/01/10  05:11:03
6832         Log: pod typos (from Abigail <abigail@delanet.com>)
6833      Branch: perl
6834            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
6835 ____________________________________________________________________________
6836 [  4780] By: gsar                                  on 2000/01/10  05:07:35
6837         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
6838      Branch: perl
6839            ! t/lib/thread.t
6840 ____________________________________________________________________________
6841 [  4779] By: gsar                                  on 2000/01/10  05:06:16
6842         Log: terminate -s switch processing only on C<-->, not on C<--foo>
6843      Branch: perl
6844            ! perl.c
6845 ____________________________________________________________________________
6846 [  4778] By: gsar                                  on 2000/01/10  04:38:45
6847         Log: useithreads needs usemultiplicity
6848      Branch: perl
6849            ! Configure perl.h
6850 ____________________________________________________________________________
6851 [  4777] By: gsar                                  on 2000/01/10  01:18:04
6852         Log: use $Config{version} rather than $] where appropriate
6853      Branch: perl
6854            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
6855            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
6856            ! lib/lib.pm
6857 ____________________________________________________________________________
6858 [  4776] By: gsar                                  on 2000/01/10  00:11:34
6859         Log: enable fork.t on windows
6860      Branch: perl
6861            ! t/op/fork.t
6862 ____________________________________________________________________________
6863 [  4775] By: gsar                                  on 2000/01/10  00:07:29
6864         Log: broken test for use5005threads
6865      Branch: perl
6866            ! t/lib/safe2.t
6867 ____________________________________________________________________________
6868 [  4774] By: gsar                                  on 2000/01/09  23:56:37
6869         Log: more windows build tweaks
6870      Branch: perl
6871            ! installperl makedef.pl win32/Makefile win32/config_H.bc
6872            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6873            ! win32/makefile.mk
6874 ____________________________________________________________________________
6875 [  4773] By: gsar                                  on 2000/01/09  22:27:19
6876         Log: more changes for new-style version numbers (versions numbers on
6877              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
6878              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
6879              split $Config{apiversion} into three, @Config{apirevision,apiversion,
6880              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
6881              to .../site_perl/$version, just like $Config{privlib}, making sitelib
6882              completely independent across versions and substantially eliminating
6883              chances of breaking older installations by overwriting newly built
6884              extensions; all this means compatibility inclusions for @INC will need
6885              to take into account older sitelib versions (this still TODO)
6886              
6887              windows, vms, dos tweaks for the above
6888      Branch: perl
6889            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
6890            ! config_h.SH configure.com dosish.h installman installperl
6891            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
6892            ! win32/config.bc win32/config.gc win32/config.vc
6893            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6894            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
6895            ! win32/win32.c
6896 ____________________________________________________________________________
6897 [  4772] By: gsar                                  on 2000/01/09  19:05:33
6898         Log: s/usethreads/use5005threads/g
6899      Branch: perl
6900            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
6901 ____________________________________________________________________________
6902 [  4771] By: gsar                                  on 2000/01/09  18:51:50
6903         Log: Configure changes for new-style version numbers (from Andy Dougherty,
6904              slightly altered)
6905      Branch: perl
6906            ! Configure INSTALL Porting/Glossary Porting/config.sh
6907            ! Porting/config_H config_h.SH perl.h win32/Makefile
6908            ! win32/config.bc win32/config.gc win32/config.vc
6909            ! win32/makefile.mk
6910 ____________________________________________________________________________
6911 [  4770] By: gsar                                  on 2000/01/07  22:18:54
6912         Log: fix for 'make utest' failures (from Ilya Zakharevich)
6913      Branch: perl
6914            ! regexec.c
6915 ____________________________________________________________________________
6916 [  4769] By: gsar                                  on 2000/01/07  18:23:16
6917         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
6918      Branch: perl
6919            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6920            + ext/ODBM_File/hints/cygwin.pl
6921            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
6922            ! hints/cygwin.sh installman installperl lib/Cwd.pm
6923            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
6924            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
6925 ____________________________________________________________________________
6926 [  4768] By: gsar                                  on 2000/01/07  18:12:15
6927         Log: typo on h2xs.PL (from Helmut Jarausch)
6928      Branch: perl
6929            ! utils/h2xs.PL
6930 ____________________________________________________________________________
6931 [  4767] By: gsar                                  on 2000/01/07  17:58:45
6932         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
6933      Branch: perl
6934            ! README.vms configure.com vms/subconfigure.com
6935 ____________________________________________________________________________
6936 [  4766] By: gsar                                  on 2000/01/07  17:54:05
6937         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
6938              <sthoenna@efn.org>)
6939      Branch: perl
6940            - os2/POSIX.mkfifo
6941            ! MANIFEST README.os2
6942 ____________________________________________________________________________
6943 [  4765] By: gsar                                  on 2000/01/06  20:11:46
6944         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
6945              match /^lib/ won't load properly)
6946      Branch: perl
6947            + ext/DynaLoader/hints/openbsd.pl
6948            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
6949 ____________________________________________________________________________
6950 [  4764] By: gsar                                  on 2000/01/06  19:51:08
6951         Log: add undocumented globals for compatibility--find.pl, and find2perl
6952              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6953      Branch: perl
6954            ! lib/File/Find.pm
6955 ____________________________________________________________________________
6956 [  4763] By: gsar                                  on 2000/01/06  10:51:07
6957         Log: fix various C-backend shenanigans
6958      Branch: perl
6959            ! ext/B/B/C.pm
6960 ____________________________________________________________________________
6961 [  4762] By: gsar                                  on 2000/01/06  04:09:00
6962         Log: tweak test in change#4757 for Windows
6963      Branch: perl
6964            ! t/io/open.t
6965 ____________________________________________________________________________
6966 [  4761] By: gsar                                  on 2000/01/06  02:55:30
6967         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
6968              they belonged to freed OP_CONSTs)
6969      Branch: perl
6970            ! op.c
6971 ____________________________________________________________________________
6972 [  4760] By: gsar                                  on 2000/01/06  00:22:40
6973         Log: constant ranges could escape bareword check in list context
6974      Branch: perl
6975            ! op.c t/pragma/strict-subs
6976 ____________________________________________________________________________
6977 [  4759] By: gsar                                  on 2000/01/05  20:52:50
6978         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6979              Date: Wed, 05 Jan 2000 15:23:18 EST
6980              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
6981              Subject: Re: minimal m//g matches appear busted
6982      Branch: perl
6983            ! regexec.c t/op/pat.t
6984 ____________________________________________________________________________
6985 [  4758] By: gsar                                  on 2000/01/05  12:49:40
6986         Log: various nits identified by warnings unmasked by recent changes
6987      Branch: perl
6988            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
6989 ____________________________________________________________________________
6990 [  4757] By: gsar                                  on 2000/01/05  12:48:10
6991         Log: severe bugs in change#3786 fixed
6992      Branch: perl
6993            ! doio.c t/io/open.t
6994 ____________________________________________________________________________
6995 [  4756] By: gsar                                  on 2000/01/05  11:25:10
6996         Log: tweak change#4745 to make ebcdic output match for chars <= 037
6997      Branch: perl
6998            ! ext/Data/Dumper/Dumper.pm
6999 ____________________________________________________________________________
7000 [  4755] By: gsar                                  on 2000/01/05  06:56:05
7001         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
7002      Branch: perl
7003            ! Configure util.c utils/perlcc.PL
7004 ____________________________________________________________________________
7005 [  4754] By: gsar                                  on 2000/01/05  06:52:25
7006         Log: avoid expensive Version_check (from Andreas Koenig)
7007      Branch: perl
7008            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7009            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7010 ____________________________________________________________________________
7011 [  4753] By: gsar                                  on 2000/01/05  06:48:22
7012         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7013              Date: 03 Jan 2000 21:56:02 +0100
7014              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
7015              Subject: Reloading File::Copy
7016      Branch: perl
7017            ! Changes lib/File/Copy.pm t/lib/filecopy.t
7018 ____________________________________________________________________________
7019 [  4752] By: gsar                                  on 2000/01/04  01:19:20
7020         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
7021      Branch: perl
7022            ! win32/Makefile win32/makefile.mk win32/win32.h
7023 ____________________________________________________________________________
7024 [  4751] By: gsar                                  on 2000/01/03  18:26:08
7025         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
7026      Branch: perl
7027            ! lib/ExtUtils/MakeMaker.pm
7028 ____________________________________________________________________________
7029 [  4750] By: gsar                                  on 2000/01/02  21:58:02
7030         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
7031              to write to a file other than tmon.out (suggested by Haakon Alstadheim
7032              <Haakon.Alstadheim@sds.no>)
7033      Branch: perl
7034            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
7035 ____________________________________________________________________________
7036 [  4749] By: gsar                                  on 2000/01/02  21:37:29
7037         Log: disable optimization in change#3612 for join() and quotemeta()--this
7038              removes all the gross hacks for the special cases in that change; fix
7039              pp_concat() for when TARG == arg (modified version of patch suggested
7040              by Ilya Zakharevich)
7041      Branch: perl
7042            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
7043 ____________________________________________________________________________
7044 [  4748] By: gsar                                  on 2000/01/02  20:26:06
7045         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
7046              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
7047      Branch: perl
7048            ! lib/ExtUtils/MakeMaker.pm
7049 ____________________________________________________________________________
7050 [  4747] By: gsar                                  on 2000/01/02  20:17:36
7051         Log: fix 4-arg substr() when used as argument to subroutine
7052      Branch: perl
7053            ! pp.c t/op/substr.t
7054 ____________________________________________________________________________
7055 [  4746] By: gsar                                  on 2000/01/02  18:45:58
7056         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
7057      Branch: perl
7058            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
7059            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
7060            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7061            ! perlapi.c proto.h thread.h util.c
7062 ____________________________________________________________________________
7063 [  4745] By: gsar                                  on 2000/01/02  18:15:44
7064         Log: ebcdic fix for Data::Dumper from Peter Prymmer
7065      Branch: perl
7066            ! ext/Data/Dumper/Dumper.pm regcomp.c
7067 ____________________________________________________________________________
7068 [  4744] By: gsar                                  on 1999/12/31  22:42:23
7069         Log: missing files in previous submit
7070      Branch: perl
7071            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
7072            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
7073 ____________________________________________________________________________
7074 [  4743] By: gsar                                  on 1999/12/31  06:47:18
7075         Log: various Windows build tweaks
7076      Branch: perl
7077            ! win32/win32.h
7078 ____________________________________________________________________________
7079 [  4742] By: gsar                                  on 1999/12/30  21:32:36
7080         Log: change#4705 breaks code that interpolates $], so leave string value
7081              of $] as it was for compatibility (and perhaps introduce $^V or similar
7082              for the utf8 representation, maybe?)
7083      Branch: perl
7084            ! configpm gv.c
7085 ____________________________________________________________________________
7086 [  4741] By: gsar                                  on 1999/12/30  19:36:21
7087         Log: avoid CRLF in byteloadable files created by perlcc
7088      Branch: perl
7089            ! utils/perlcc.PL
7090 ____________________________________________________________________________
7091 [  4740] By: gsar                                  on 1999/12/30  19:35:07
7092         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
7093      Branch: perl
7094            ! pod/perldelta.pod toke.c
7095 ____________________________________________________________________________
7096 [  4739] By: gsar                                  on 1999/12/30  05:44:21
7097         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
7098              to allow ByteLoader to work; the DATA filehandles continue to
7099              be left open in text mode for compatibility
7100      Branch: perl
7101            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
7102            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
7103            ! win32/win32.h
7104 ____________________________________________________________________________
7105 [  4738] By: gsar                                  on 1999/12/30  04:36:12
7106         Log: CR-LF support broken for formats
7107      Branch: perl
7108            ! toke.c
7109 ____________________________________________________________________________
7110 [  4737] By: gsar                                  on 1999/12/29  22:30:52
7111         Log: make DProf functional under pseudo-fork()
7112      Branch: perl
7113            ! ext/Devel/DProf/DProf.xs
7114 ____________________________________________________________________________
7115 [  4736] By: gsar                                  on 1999/12/29  21:04:59
7116         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
7117              Mulder)
7118      Branch: perl
7119            ! doio.c pp_hot.c t/io/argv.t
7120 ____________________________________________________________________________
7121 [  4735] By: gsar                                  on 1999/12/29  18:12:40
7122         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
7123              Koenig)
7124      Branch: perl
7125            ! Makefile.SH
7126 ____________________________________________________________________________
7127 [  4734] By: gsar                                  on 1999/12/28  21:10:37
7128         Log: Windows build tweaks
7129      Branch: perl
7130            ! INTERN.h sv.c
7131 ____________________________________________________________________________
7132 [  4733] By: gsar                                  on 1999/12/28  20:45:15
7133         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
7134              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
7135      Branch: perl
7136            ! pp_sys.c
7137 ____________________________________________________________________________
7138 [  4732] By: gsar                                  on 1999/12/28  20:42:13
7139         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
7140              <ralph@inputplus.demon.co.uk>
7141      Branch: perl
7142            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
7143 ____________________________________________________________________________
7144 [  4731] By: gsar                                  on 1999/12/28  20:23:17
7145         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
7146              not supplied (variant of patch suggested by Ilya Zakharevich)
7147      Branch: perl
7148            ! XSUB.h lib/ExtUtils/xsubpp
7149 ____________________________________________________________________________
7150 [  4730] By: gsar                                  on 1999/12/28  19:55:56
7151         Log: range operator does magical string increment iff both operands
7152              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
7153              the "foreach (RANGE)" case as well
7154      Branch: perl
7155            ! pp_ctl.c t/op/range.t
7156 ____________________________________________________________________________
7157 [  4729] By: gsar                                  on 1999/12/28  18:40:19
7158         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
7159      Branch: perl
7160            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
7161            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
7162            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
7163            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
7164            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
7165            ! win32/win32.h
7166 ____________________________________________________________________________
7167 [  4728] By: gsar                                  on 1999/12/28  07:44:19
7168         Log: typecasts needed
7169      Branch: perl
7170            ! toke.c
7171 ____________________________________________________________________________
7172 [  4727] By: gsar                                  on 1999/12/28  06:23:08
7173         Log: change#4721 needed line number adjustments
7174      Branch: perl
7175            ! MANIFEST global.sym proto.h t/pragma/warn/doop
7176            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
7177            ! t/pragma/warn/toke t/pragma/warn/utf8
7178 ____________________________________________________________________________
7179 [  4726] By: gsar                                  on 1999/12/28  04:18:15
7180         Log: integrate utfperl contents into mainline
7181      Branch: perl
7182           +> lib/byte.pm lib/byte_heavy.pl
7183           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
7184           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
7185           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
7186 ____________________________________________________________________________
7187 [  4725] By: gsar                                  on 1999/12/28  04:08:09
7188         Log: integrate mainline contents
7189      Branch: utfperl
7190            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
7191            - lib/unicode/Eq/Unicode
7192           !> (integrate 60 files)
7193 ____________________________________________________________________________
7194 [  4724] By: gsar                                  on 1999/12/28  03:44:10
7195         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
7196      Branch: perl
7197            ! regcomp.c t/op/re_tests
7198 ____________________________________________________________________________
7199 [  4723] By: gsar                                  on 1999/12/28  03:28:39
7200         Log: more ebcdic testsuite fixups (from Peter Prymmer)
7201      Branch: perl
7202            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
7203            ! t/pragma/overload.t t/pragma/utf8.t
7204 ____________________________________________________________________________
7205 [  4722] By: gsar                                  on 1999/12/28  03:14:48
7206         Log: avoid "used once" warning
7207      Branch: perl
7208            ! lib/diagnostics.pm
7209 ____________________________________________________________________________
7210 [  4721] By: gsar                                  on 1999/12/28  03:10:32
7211         Log: ebcdic tweaks for tests from Peter Prymmer
7212      Branch: perl
7213            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
7214            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
7215 ____________________________________________________________________________
7216 [  4720] By: gsar                                  on 1999/12/28  03:08:39
7217         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
7218      Branch: perl
7219            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
7220            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
7221            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
7222 ____________________________________________________________________________
7223 [  4719] By: gsar                                  on 1999/12/28  03:01:04
7224         Log: perlport v1.45 from Chris Nandor
7225      Branch: perl
7226            ! pod/perlport.pod
7227 ____________________________________________________________________________
7228 [  4718] By: gsar                                  on 1999/12/28  02:59:16
7229         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
7230              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
7231      Branch: perl
7232            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
7233            ! t/pragma/constant.t
7234 ____________________________________________________________________________
7235 [  4717] By: gsar                                  on 1999/12/28  02:47:04
7236         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
7237      Branch: perl
7238            - ext/DynaLoader/dl_cygwin.xs
7239            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
7240            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
7241            ! util.c
7242 ____________________________________________________________________________
7243 [  4716] By: gsar                                  on 1999/12/28  02:40:51
7244         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
7245              (from Andy Dougherty)
7246      Branch: perl
7247            ! Configure
7248 ____________________________________________________________________________
7249 [  4715] By: gsar                                  on 1999/12/28  02:38:44
7250         Log: better variant of change#4644 (from Andy Dougherty)
7251      Branch: perl
7252            ! Configure
7253 ____________________________________________________________________________
7254 [  4714] By: gsar                                  on 1999/12/28  02:36:40
7255         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
7256      Branch: perl
7257            ! Configure
7258 ____________________________________________________________________________
7259 [  4713] By: gsar                                  on 1999/12/28  02:35:15
7260         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
7261              INSTALL (from Andy Dougherty)
7262      Branch: perl
7263            ! Configure
7264 ____________________________________________________________________________
7265 [  4712] By: gsar                                  on 1999/12/28  02:30:55
7266         Log: avoid creating new files during make install
7267      Branch: perl
7268            ! Makefile.SH
7269 ____________________________________________________________________________
7270 [  4711] By: gsar                                  on 1999/12/28  02:24:44
7271         Log: pod edits from Paul Marquess and Mark-Jason Dominus
7272      Branch: perl
7273            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
7274            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
7275            ! pod/perldelta.pod
7276 ____________________________________________________________________________
7277 [  4710] By: gsar                                  on 1999/12/28  02:05:23
7278         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
7279              <sthoenna@efn.org>); add explicit target for opmini.o
7280      Branch: perl
7281            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
7282 ____________________________________________________________________________
7283 [  4709] By: gsar                                  on 1999/12/28  01:20:39
7284         Log: partly fix perldiag regressions identified by Tom Christiansen
7285      Branch: perl
7286            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
7287            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
7288            ! t/pragma/warn/pp_sys
7289 ____________________________________________________________________________
7290 [  4708] By: gsar                                  on 1999/12/27  23:33:24
7291         Log: update perldiag for change#4707
7292      Branch: perl
7293            ! perl.c pod/perldiag.pod
7294 ____________________________________________________________________________
7295 [  4707] By: gsar                                  on 1999/12/27  23:23:39
7296         Log: allow spaces in -I switch argument
7297      Branch: perl
7298            ! perl.c
7299 ____________________________________________________________________________
7300 [  4706] By: gsar                                  on 1999/12/26  23:44:53
7301         Log: fix typos
7302      Branch: utfperl
7303            ! sv.h toke.c
7304 ____________________________________________________________________________
7305 [  4705] By: gsar                                  on 1999/12/24  04:02:35
7306         Log: support for v5.5.640 style version numbers
7307      Branch: utfperl
7308            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
7309            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
7310 ____________________________________________________________________________
7311 [  4704] By: gsar                                  on 1999/12/23  08:54:27
7312         Log: bring in basic threads stuff under USE_ITHREADS
7313      Branch: perl
7314            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
7315            ! util.c
7316 ____________________________________________________________________________
7317 [  4703] By: gsar                                  on 1999/12/23  00:10:06
7318         Log: integrate mainline contents into utfperl
7319      Branch: utfperl
7320           !> (integrate 33 files)
7321 ____________________________________________________________________________
7322 [  4702] By: gsar                                  on 1999/12/20  17:18:23
7323         Log: virtual directory handling broken on paths with trailing slash
7324      Branch: perl
7325            ! win32/Makefile win32/makefile.mk win32/vdir.h
7326 ____________________________________________________________________________
7327 [  4701] By: gsar                                  on 1999/12/20  17:09:55
7328         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
7329              isn't set for all m/$foo/o)
7330      Branch: perl
7331            ! pp_ctl.c
7332 ____________________________________________________________________________
7333 [  4700] By: gsar                                  on 1999/12/20  16:28:51
7334         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
7335              we have a race on our hands)
7336      Branch: perl
7337            ! pp_ctl.c
7338 ____________________________________________________________________________
7339 [  4699] By: gsar                                  on 1999/12/20  16:19:00
7340         Log: pod tweaks
7341      Branch: perl
7342            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
7343 ____________________________________________________________________________
7344 [  4698] By: gsar                                  on 1999/12/20  07:55:07
7345         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
7346      Branch: perl
7347            ! utf8.c
7348 ____________________________________________________________________________
7349 [  4697] By: gsar                                  on 1999/12/18  01:35:50
7350         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
7351              anon hash rather than a block; test case for the same
7352      Branch: perl
7353            ! t/comp/term.t toke.c
7354 ____________________________________________________________________________
7355 [  4696] By: gsar                                  on 1999/12/17  19:55:03
7356         Log: leak in change#4694 spotted by Larry
7357      Branch: perl
7358            ! hv.c
7359 ____________________________________________________________________________
7360 [  4695] By: gsar                                  on 1999/12/17  18:14:11
7361         Log: test case for change#4694
7362      Branch: perl
7363            ! t/op/delete.t
7364 ____________________________________________________________________________
7365 [  4694] By: gsar                                  on 1999/12/17  18:09:08
7366         Log: delete() should return the value as is, not a copy thereof
7367      Branch: perl
7368            ! hv.c pod/perldelta.pod
7369 ____________________________________________________________________________
7370 [  4693] By: gsar                                  on 1999/12/17  17:45:58
7371         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
7372      Branch: perl
7373            ! regexec.c t/op/re_tests
7374 ____________________________________________________________________________
7375 [  4692] By: gsar                                  on 1999/12/17  17:41:10
7376         Log: credits tweak
7377      Branch: perl
7378            ! lib/File/Spec.pm
7379 ____________________________________________________________________________
7380 [  4691] By: gsar                                  on 1999/12/17  07:12:53
7381         Log: DynaLoader doesn't build properly when $(DLSRC) changes
7382              (fix suggested by Hans Mulder)
7383      Branch: perl
7384            ! ext/DynaLoader/Makefile.PL
7385 ____________________________________________________________________________
7386 [  4690] By: gsar                                  on 1999/12/17  06:26:34
7387         Log: add missing new ops
7388      Branch: perl
7389            ! ext/B/ramblings/runtime.porting
7390 ____________________________________________________________________________
7391 [  4689] By: gsar                                  on 1999/12/17  06:16:49
7392         Log: test harness tweak from Hans Mulder
7393      Branch: perl
7394            ! t/TEST
7395 ____________________________________________________________________________
7396 [  4688] By: gsar                                  on 1999/12/17  06:14:23
7397         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
7398              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
7399      Branch: perl
7400            ! Makefile.SH cygwin/Makefile.SHs
7401 ____________________________________________________________________________
7402 [  4687] By: gsar                                  on 1999/12/17  06:06:46
7403         Log: applied suggested patch with whitespace adjustments
7404              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
7405              Date: Thu, 16 Dec 1999 08:57:55 +0100
7406              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
7407              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
7408      Branch: perl
7409            ! lib/File/Find.pm
7410 ____________________________________________________________________________
7411 [  4686] By: gsar                                  on 1999/12/17  05:48:53
7412         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
7413              by Hans Mulder)
7414      Branch: perl
7415            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
7416            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7417            ! ext/DynaLoader/dl_rhapsody.xs
7418 ____________________________________________________________________________
7419 [  4685] By: gsar                                  on 1999/12/17  05:37:51
7420         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
7421              <rjk@linguist.dartmouth.edu>)
7422      Branch: perl
7423            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7424 ____________________________________________________________________________
7425 [  4684] By: gsar                                  on 1999/12/16  09:32:48
7426         Log: spell out how to get 4-digit year (from Micheal G Schwern
7427              <schwern@pobox.com>)
7428      Branch: perl
7429            ! pod/perlfunc.pod
7430 ____________________________________________________________________________
7431 [  4683] By: gsar                                  on 1999/12/16  09:26:53
7432         Log: type mismatch for %c format argument (spotted by Robin Barker
7433              <rmb1@cise.npl.co.uk>)
7434      Branch: perl
7435            ! regcomp.c
7436 ____________________________________________________________________________
7437 [  4682] By: gsar                                  on 1999/12/16  08:33:28
7438         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
7439              <sho_pi@hotmail.com>)
7440      Branch: perl
7441            ! win32/win32.c
7442 ____________________________________________________________________________
7443 [  4681] By: gsar                                  on 1999/12/16  08:31:15
7444         Log: missing backslash (spotted by Johan Vromans)
7445      Branch: perl
7446            ! perl.c
7447 ____________________________________________________________________________
7448 [  4680] By: gsar                                  on 1999/12/16  08:26:00
7449         Log: avoid coredump on diagnostics when STDERR is closed
7450      Branch: perl
7451            ! perl.h
7452 ____________________________________________________________________________
7453 [  4679] By: gsar                                  on 1999/12/12  18:09:41
7454         Log: integrate mainline changes
7455      Branch: utfperl
7456           +> (branch 39 files)
7457            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7458            - lib/unicode/UnicodeData-Latest.txt
7459           !> (integrate 447 files)
7460 ____________________________________________________________________________
7461 [  4678] By: gsar                                  on 1999/12/10  01:39:13
7462         Log: interpreter structure should be nulled under -DMULTIPLICITY
7463      Branch: perl
7464            ! perl.c
7465 ____________________________________________________________________________
7466 [  4677] By: gsar                                  on 1999/12/09  11:10:27
7467         Log: update Changes
7468      Branch: perl
7469            ! Changes
7470
7471 ----------------
7472 Version 5.005_63
7473 ----------------
7474
7475 ____________________________________________________________________________
7476 [  4676] By: gsar                                  on 1999/12/09  10:51:43
7477         Log: fix File::Find testsuite bugs in symlink-less places
7478      Branch: perl
7479            ! t/lib/filefind.t
7480 ____________________________________________________________________________
7481 [  4675] By: gsar                                  on 1999/12/09  10:22:31
7482         Log: USE_ITHREADS tweaks and notes
7483      Branch: perl
7484            ! op.c pod/perldelta.pod sv.c
7485 ____________________________________________________________________________
7486 [  4674] By: gsar                                  on 1999/12/09  10:21:53
7487         Log: allow new style sort subs to work under usethreads
7488      Branch: perl
7489            ! pp_ctl.c
7490 ____________________________________________________________________________
7491 [  4673] By: gsar                                  on 1999/12/09  04:00:23
7492         Log: document compatibility issue with literal list slices and NOTOP
7493              (C<not (1,2,3)[0]> is now a syntax error)
7494      Branch: perl
7495            ! pod/perldelta.pod
7496 ____________________________________________________________________________
7497 [  4672] By: gsar                                  on 1999/12/09  01:14:46
7498         Log: avoid mismatched expectation <-> int types for C++ builds
7499      Branch: perl
7500            ! embed.pl intrpvar.h proto.h toke.c
7501 ____________________________________________________________________________
7502 [  4671] By: gsar                                  on 1999/12/09  00:36:24
7503         Log: newer version of File::Find with support for following symlinks and
7504              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
7505      Branch: perl
7506            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
7507 ____________________________________________________________________________
7508 [  4670] By: gsar                                  on 1999/12/09  00:13:06
7509         Log: avoid initializing GvCV slot for autovivified filehandles
7510      Branch: perl
7511            ! pp.c
7512 ____________________________________________________________________________
7513 [  4669] By: gsar                                  on 1999/12/08  19:09:27
7514         Log: apply change#4618 again along with Ilya's patch to fix bugs
7515              in it (see change#4622)
7516      Branch: perl
7517            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
7518            ! t/op/re_tests t/op/subst.t
7519 ____________________________________________________________________________
7520 [  4668] By: gsar                                  on 1999/12/08  18:56:53
7521         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
7522              From: Larry Wall <larry@wall.org>
7523              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
7524              Message-Id: <199912072039.MAA13257@kiev.wall.org>
7525              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
7526      Branch: perl
7527            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
7528 ____________________________________________________________________________
7529 [  4667] By: gsar                                  on 1999/12/08  18:47:37
7530         Log: patch to fix aix hints from ortmann@vnet.ibm.com
7531      Branch: perl
7532            ! hints/aix.sh
7533 ____________________________________________________________________________
7534 [  4666] By: gsar                                  on 1999/12/08  18:29:02
7535         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
7536              Tim Meadowcroft
7537      Branch: perl
7538            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
7539 ____________________________________________________________________________
7540 [  4665] By: gsar                                  on 1999/12/08  02:22:31
7541         Log: introduce save_I8() for saving byte values
7542      Branch: perl
7543            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7544            ! regcomp.c regexec.c scope.c scope.h sv.c
7545 ____________________________________________________________________________
7546 [  4664] By: gsar                                  on 1999/12/08  02:02:33
7547         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
7548      Branch: perl
7549            ! toke.c
7550 ____________________________________________________________________________
7551 [  4663] By: gsar                                  on 1999/12/08  01:11:44
7552         Log: longstanding typo in lexer: PL_lex_expect was not properly
7553              saved on reentry
7554      Branch: perl
7555            ! toke.c
7556 ____________________________________________________________________________
7557 [  4662] By: gsar                                  on 1999/12/07  23:16:21
7558         Log: typos in change#4546
7559      Branch: perl
7560            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
7561 ____________________________________________________________________________
7562 [  4661] By: gsar                                  on 1999/12/07  09:33:50
7563         Log: typos in change#4660
7564      Branch: perl
7565            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
7566 ____________________________________________________________________________
7567 [  4660] By: gsar                                  on 1999/12/06  23:42:55
7568         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
7569              fix bug where lc($readonly) could result in bogus errors
7570      Branch: perl
7571            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
7572            ! pp.c pp_sys.c proto.h sv.c
7573 ____________________________________________________________________________
7574 [  4659] By: gsar                                  on 1999/12/06  15:24:31
7575         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
7576              <jarausch@igpm.rwth-aachen.de>)
7577      Branch: perl
7578            ! perl.h
7579 ____________________________________________________________________________
7580 [  4658] By: gsar                                  on 1999/12/06  15:18:30
7581         Log: fix for -Dp via $^D (suggested by Stephane Payrard
7582              <stef@adnaccess.com>)
7583      Branch: perl
7584            ! mg.c
7585 ____________________________________________________________________________
7586 [  4657] By: gsar                                  on 1999/12/06  06:50:01
7587         Log: change#4641 needs perldiag.pod edit
7588      Branch: perl
7589            - lib/unicode/UnicodeData-Latest.txt
7590            ! pod/perldiag.pod
7591 ____________________________________________________________________________
7592 [  4656] By: gsar                                  on 1999/12/06  01:36:56
7593         Log: Makefile tweak for change#4649
7594      Branch: perl
7595            ! Makefile.SH
7596 ____________________________________________________________________________
7597 [  4655] By: gsar                                  on 1999/12/05  17:23:57
7598         Log: change#4653 was missing a patch reject
7599      Branch: perl
7600            ! win32/makefile.mk
7601 ____________________________________________________________________________
7602 [  4654] By: gsar                                  on 1999/12/05  11:41:04
7603         Log: windows build tweaks for Borland compiler
7604      Branch: perl
7605            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
7606 ____________________________________________________________________________
7607 [  4653] By: gsar                                  on 1999/12/05  11:07:37
7608         Log: applied somewhat modified version of suggested patch
7609              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
7610              Date: Thu, 18 Nov 1999 18:45:27 PST
7611              Message-ID: <19991119024527.72749.qmail@hotmail.com>
7612              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
7613      Branch: perl
7614            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
7615            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7616            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
7617            ! win32/makefile.mk win32/win32.h
7618 ____________________________________________________________________________
7619 [  4652] By: gsar                                  on 1999/12/05  09:24:45
7620         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
7621              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
7622              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
7623              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
7624      Branch: perl
7625            ! Changes hints/svr5.sh
7626 ____________________________________________________________________________
7627 [  4651] By: gsar                                  on 1999/12/05  09:01:19
7628         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
7629              when given non-existent drive names
7630      Branch: perl
7631            ! lib/File/Path.pm
7632 ____________________________________________________________________________
7633 [  4650] By: gsar                                  on 1999/12/05  08:47:11
7634         Log: windows build tweaks for change#4649
7635      Branch: perl
7636            ! win32/Makefile win32/makefile.mk
7637 ____________________________________________________________________________
7638 [  4649] By: gsar                                  on 1999/12/05  07:49:28
7639         Log: make File::Glob::glob() the default for CORE::glob()
7640              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
7641      Branch: perl
7642            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
7643            ! win32/makefile.mk
7644 ____________________________________________________________________________
7645 [  4648] By: gsar                                  on 1999/12/05  00:33:34
7646         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
7647      Branch: perl
7648            ! lib/Pod/Html.pm
7649 ____________________________________________________________________________
7650 [  4647] By: gsar                                  on 1999/12/05  00:14:01
7651         Log: remove outdated entry
7652      Branch: perl
7653            ! pod/perltrap.pod
7654 ____________________________________________________________________________
7655 [  4646] By: gsar                                  on 1999/12/04  22:48:51
7656         Log: s/block/loop block/ in diagnostics about next, last, redo
7657      Branch: perl
7658            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
7659 ____________________________________________________________________________
7660 [  4645] By: gsar                                  on 1999/12/04  22:25:32
7661         Log: readability tweak suggested by GRommel@sears.com
7662      Branch: perl
7663            ! pp.c
7664 ____________________________________________________________________________
7665 [  4644] By: gsar                                  on 1999/12/04  22:05:00
7666         Log: Configure tweak from Peter Prymmer
7667      Branch: perl
7668            ! Configure
7669 ____________________________________________________________________________
7670 [  4643] By: gsar                                  on 1999/12/04  21:55:27
7671         Log: make weak keyword check look for defined(&lock), not
7672              merely defined(*lock)
7673      Branch: perl
7674            ! toke.c
7675 ____________________________________________________________________________
7676 [  4642] By: gsar                                  on 1999/12/04  21:11:51
7677         Log: make eof() open ARGV if it isn't open already; also fixes bug
7678              where eof() would operate on any last-read filehandle, not
7679              just ARGV
7680      Branch: perl
7681            ! pp_sys.c
7682 ____________________________________________________________________________
7683 [  4641] By: gsar                                  on 1999/12/04  04:42:25
7684         Log: make uninitialized value warnings report opcode
7685      Branch: perl
7686            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7687            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
7688            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
7689            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
7690            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
7691            ! t/pragma/warn/sv
7692 ____________________________________________________________________________
7693 [  4640] By: gsar                                  on 1999/12/04  02:40:44
7694         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
7695              that don't do range checking
7696      Branch: perl
7697            ! lib/Time/Local.pm
7698 ____________________________________________________________________________
7699 [  4639] By: gsar                                  on 1999/12/04  01:00:49
7700         Log: better implementation of change#3326; open(local $foo,...) now
7701              allowed in addition to any uninitialized variable, for consistency
7702              with how autovivification works elsewhere; add code to use the
7703              variable name as the name of the handle for simple variables, so
7704              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
7705      Branch: perl
7706            ! op.c pod/perldelta.pod pp.c t/io/open.t
7707 ____________________________________________________________________________
7708 [  4638] By: gsar                                  on 1999/12/03  21:20:00
7709         Log: pod nits
7710      Branch: perl
7711            ! pod/perlfunc.pod pod/perlrun.pod
7712 ____________________________________________________________________________
7713 [  4637] By: gsar                                  on 1999/12/03  08:59:04
7714         Log: change#4431 was flawed
7715      Branch: perl
7716            ! Makefile.SH
7717 ____________________________________________________________________________
7718 [  4636] By: gsar                                  on 1999/12/03  07:59:52
7719         Log: pod embellishments from Nathan Torkington
7720      Branch: perl
7721            ! pod/perlfaq2.pod pod/perlhack.pod
7722 ____________________________________________________________________________
7723 [  4635] By: gsar                                  on 1999/12/03  07:56:04
7724         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
7725      Branch: perl
7726            ! pod/perlfaq4.pod
7727 ____________________________________________________________________________
7728 [  4634] By: gsar                                  on 1999/12/03  07:47:47
7729         Log: test tweak for VMS (from Craig A. Berry)
7730      Branch: perl
7731            ! t/io/nargv.t
7732 ____________________________________________________________________________
7733 [  4633] By: gsar                                  on 1999/12/03  07:44:52
7734         Log: patchls tweak from Andreas Koenig
7735      Branch: perl
7736            ! Porting/patchls
7737 ____________________________________________________________________________
7738 [  4632] By: gsar                                  on 1999/12/03  07:42:23
7739         Log: don't mess with the umask()
7740      Branch: perl
7741            ! installhtml installman installperl lib/ExtUtils/Install.pm
7742            ! lib/ExtUtils/Manifest.pm
7743 ____________________________________________________________________________
7744 [  4631] By: gsar                                  on 1999/12/03  06:52:50
7745         Log: support -a switch to append bytecode to an existing file and make
7746              perlcc use it (from Tom Hughes <tom@compton.nu>)
7747      Branch: perl
7748            ! ext/B/B/Bytecode.pm utils/perlcc.PL
7749 ____________________________________________________________________________
7750 [  4630] By: gsar                                  on 1999/12/03  06:46:16
7751         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
7752              (from Tom Phoenix)
7753      Branch: perl
7754            ! pod/perltrap.pod
7755 ____________________________________________________________________________
7756 [  4629] By: gsar                                  on 1999/12/03  06:40:15
7757         Log: use PerlIO abstraction rather than straight stdio (from
7758              Chip Salzenberg)
7759      Branch: perl
7760            ! ext/ByteLoader/ByteLoader.xs
7761 ____________________________________________________________________________
7762 [  4628] By: gsar                                  on 1999/12/03  06:15:54
7763         Log: avoid warning in IO::Select::exists() if socket doesn't exist
7764      Branch: perl
7765            ! ext/IO/lib/IO/Select.pm
7766 ____________________________________________________________________________
7767 [  4627] By: gsar                                  on 1999/12/03  06:05:19
7768         Log: two small patches from Peter Prymmer <pvhp@forte.com>
7769      Branch: perl
7770            ! makedepend.SH win32/Makefile win32/makefile.mk
7771 ____________________________________________________________________________
7772 [  4626] By: gsar                                  on 1999/12/03  05:36:38
7773         Log: From: Peter Prymmer <pvhp@forte.com>
7774              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
7775              Message-Id: <199911260506.VAA17230@brio.forte.com>
7776              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
7777      Branch: perl
7778            ! regcomp.c
7779 ____________________________________________________________________________
7780 [  4625] By: gsar                                  on 1999/12/03  05:20:21
7781         Log: Windows build tweaks due to change#4623
7782      Branch: perl
7783            ! win32/Makefile win32/makefile.mk win32/perlhost.h
7784 ____________________________________________________________________________
7785 [  4624] By: gsar                                  on 1999/12/03  04:58:30
7786         Log: add missing file
7787      Branch: perl
7788            + ext/DynaLoader/XSLoader_pm.PL
7789 ____________________________________________________________________________
7790 [  4623] By: gsar                                  on 1999/12/03  04:47:03
7791         Log: applied suggested patch; removed $VERSION = $VERSION hack
7792              (change#4043 fixed the need for that)
7793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7794              Date: Tue, 16 Nov 1999 01:50:31 EST
7795              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
7796              Subject: [PATCH 5.005_62] XSLoader.pm
7797      Branch: perl
7798            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
7799            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
7800            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
7801            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
7802            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
7803            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
7804            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7805            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
7806            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
7807            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7808            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
7809 ____________________________________________________________________________
7810 [  4622] By: gsar                                  on 1999/12/03  04:02:39
7811         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
7812      Branch: perl
7813            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7814 ____________________________________________________________________________
7815 [  4621] By: gsar                                  on 1999/12/02  22:24:53
7816         Log: caveat about thread-safety of extensions
7817      Branch: perl
7818            ! pod/perlfork.pod
7819 ____________________________________________________________________________
7820 [  4620] By: gsar                                  on 1999/12/02  20:31:02
7821         Log: XS documentation patches suggested by Ilya, severally adjusted
7822      Branch: perl
7823            ! pod/perlxs.pod pod/perlxstut.pod
7824 ____________________________________________________________________________
7825 [  4619] By: gsar                                  on 1999/12/02  17:52:50
7826         Log: re-add missing Unicode database master
7827      Branch: perl
7828            + lib/unicode/Unicode.300
7829 ____________________________________________________________________________
7830 [  4618] By: gsar                                  on 1999/12/02  06:56:18
7831         Log: applied suggested patch with prototype changes
7832              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
7833              Date:    Tue, 23 Nov 1999 22:55:55 EST
7834              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
7835              Subject: [PATCH 5.005_62] First char cognizance
7836      Branch: perl
7837            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7838 ____________________________________________________________________________
7839 [  4617] By: gsar                                  on 1999/12/02  06:04:57
7840         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
7841      Branch: perl
7842            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
7843 ____________________________________________________________________________
7844 [  4616] By: gsar                                  on 1999/12/02  04:30:22
7845         Log: various documentation tweaks suggested by M. J. T. Guy
7846      Branch: perl
7847            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
7848 ____________________________________________________________________________
7849 [  4615] By: gsar                                  on 1999/12/02  04:17:43
7850         Log: various File::Glob fixes for DOSISH platforms
7851              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7852              Date: Tue, 02 Nov 1999 11:11:25 GMT
7853              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
7854              Subject: File::Glob again. Final patch, honest!
7855      Branch: perl
7856            + t/lib/glob-case.t
7857            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
7858            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7859            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
7860 ____________________________________________________________________________
7861 [  4614] By: gsar                                  on 1999/12/02  03:42:55
7862         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
7863              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
7864      Branch: perl
7865            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
7866 ____________________________________________________________________________
7867 [  4613] By: gsar                                  on 1999/12/02  01:59:19
7868         Log: ignore yet another known scalar leak
7869      Branch: perl
7870            ! t/pragma/warn/regcomp
7871 ____________________________________________________________________________
7872 [  4612] By: gsar                                  on 1999/12/02  01:15:02
7873         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
7874      Branch: perl
7875            ! pp.c
7876 ____________________________________________________________________________
7877 [  4611] By: gsar                                  on 1999/12/02  00:31:43
7878         Log: a somewhat tweaked version of suggested patch
7879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7880              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
7881              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
7882              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
7883      Branch: perl
7884            ! pod/perlfunc.pod
7885 ____________________________________________________________________________
7886 [  4610] By: gsar                                  on 1999/12/01  19:09:31
7887         Log: more accurate require() pseudocode (from James P. Williams
7888              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
7889      Branch: perl
7890            ! pod/perlfunc.pod
7891 ____________________________________________________________________________
7892 [  4609] By: gsar                                  on 1999/12/01  18:43:49
7893         Log: avoid "Callback called exit" error on intentional exit()
7894      Branch: perl
7895            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
7896 ____________________________________________________________________________
7897 [  4608] By: gsar                                  on 1999/12/01  18:42:38
7898         Log: find_byclass() prototype was incoherent
7899      Branch: perl
7900            ! regexec.c
7901 ____________________________________________________________________________
7902 [  4607] By: gsar                                  on 1999/12/01  05:45:10
7903         Log: better documentation for goto &NAME (from M. J. T. Guy)
7904      Branch: perl
7905            ! pod/perlfunc.pod
7906 ____________________________________________________________________________
7907 [  4606] By: gsar                                  on 1999/12/01  05:33:14
7908         Log: integrate cfgperl contents into mainline
7909      Branch: perl
7910           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
7911           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
7912            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7913            ! Changes
7914           !> (integrate 210 files)
7915 ____________________________________________________________________________
7916 [  4605] By: gsar                                  on 1999/12/01  05:15:27
7917         Log: avoid PTR->IV cast warnings
7918      Branch: perl
7919            ! mg.c op.c scope.h
7920 ____________________________________________________________________________
7921 [  4604] By: gsar                                  on 1999/12/01  03:59:56
7922         Log: email address changes
7923      Branch: perl
7924            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
7925            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
7926            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
7927            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
7928            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
7929 ____________________________________________________________________________
7930 [  4603] By: gsar                                  on 1999/12/01  03:45:13
7931         Log: minor USE_ITHREADS tweaks
7932      Branch: perl
7933            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
7934            ! win32/perllib.c win32/win32.h
7935 ____________________________________________________________________________
7936 [  4602] By: gsar                                  on 1999/12/01  01:00:09
7937         Log: more complete pseudo-fork() support for Windows
7938      Branch: perl
7939            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
7940            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
7941            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
7942            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
7943            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
7944            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
7945            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
7946            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
7947            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
7948            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
7949            ! win32/win32iop.h win32/win32thread.h
7950 ____________________________________________________________________________
7951 [  4601] By: gsar                                  on 1999/12/01  00:45:38
7952         Log: rudimentary support for remote debugging, from aeons ago (somewhat
7953              modified)
7954              From: Graham TerMarsch <grahamt@ActiveState.com>
7955              Date: Sat, 12 Sep 1998 10:46:55 -0700
7956              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
7957              Subject: Re: Patches to perl5db.pl to allow for remote debugging
7958      Branch: perl
7959            ! lib/perl5db.pl
7960 ____________________________________________________________________________
7961 [  4600] By: chip                                  on 1999/11/19  21:16:00
7962         Log: Document known limitations of fdopen() on some systems,
7963              as they apply to open() and sysopen().
7964      Branch: perl
7965            ! pod/perlfunc.pod
7966 ____________________________________________________________________________
7967 [  4599] By: chip                                  on 1999/11/19  17:20:19
7968         Log: Undef printf before redirecting it to PerlIO_stdoutf.
7969              (Avoids an irritating warning when compiling with PerlIO.)
7970      Branch: perl
7971            ! perl.h
7972 ____________________________________________________________________________
7973 [  4598] By: jhi                                   on 1999/11/22  21:30:17
7974         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
7975      Branch: cfgperl
7976            ! README.vms t/io/open.t
7977 ____________________________________________________________________________
7978 [  4597] By: jhi                                   on 1999/11/21  16:21:21
7979         Log: Replace #4596 with the change done in 5.005_03.
7980      Branch: cfgperl
7981            ! ext/Errno/Errno_pm.PL
7982 ____________________________________________________________________________
7983 [  4596] By: jhi                                   on 1999/11/21  16:07:20
7984         Log: Skip processing a file if the file to be opened is '-'
7985              (can happen in UNICOS)
7986      Branch: cfgperl
7987            ! ext/Errno/Errno_pm.PL
7988 ____________________________________________________________________________
7989 [  4595] By: jhi                                   on 1999/11/21  14:05:10
7990         Log: VMS patches from Peter Prymmer.
7991      Branch: cfgperl
7992            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
7993 ____________________________________________________________________________
7994 [  4594] By: jhi                                   on 1999/11/18  17:07:14
7995         Log: The find_byclass prototype is already in proto.h. 
7996      Branch: cfgperl
7997            ! regexec.c
7998 ____________________________________________________________________________
7999 [  4593] By: gsar                                  on 1999/11/16  21:25:21
8000         Log: typo in flag checks
8001      Branch: utfperl
8002            ! sv.h
8003 ____________________________________________________________________________
8004 [  4592] By: jhi                                   on 1999/11/16  21:17:25
8005         Log: Regen Configure.
8006      Branch: cfgperl
8007            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
8008      Branch: metaconfig
8009            ! U/a_dvisory/quadtype.U
8010 ____________________________________________________________________________
8011 [  4591] By: jhi                                   on 1999/11/16  14:53:19
8012         Log: Integrate with Sarathy.
8013      Branch: cfgperl
8014           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
8015           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8016           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
8017           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
8018           !> t/pod/poderrs.xr
8019 ____________________________________________________________________________
8020 [  4590] By: gsar                                  on 1999/11/16  05:57:56
8021         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
8022      Branch: perl
8023            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8024            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
8025            ! t/pod/poderrs.t t/pod/poderrs.xr
8026 ____________________________________________________________________________
8027 [  4589] By: gsar                                  on 1999/11/15  18:47:34
8028         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
8029              C<if (fork()) { print "parent" } else { print "child" }> works on
8030              Windows (incidentally running a cloned^2 interpreter :)
8031      Branch: perl
8032            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
8033            ! pp_sys.c proto.h sv.c
8034 ____________________________________________________________________________
8035 [  4588] By: gsar                                  on 1999/11/15  14:34:36
8036         Log: cloning the stack (part 1)
8037      Branch: perl
8038            ! cop.h deb.c perl.c sv.c
8039 ____________________________________________________________________________
8040 [  4587] By: jhi                                   on 1999/11/15  00:22:20
8041         Log: Integrate with Sarathy.
8042      Branch: cfgperl
8043           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
8044           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
8045           !> win32/perllib.c
8046 ____________________________________________________________________________
8047 [  4586] By: jhi                                   on 1999/11/14  21:17:26
8048         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
8049      Branch: cfgperl
8050            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
8051 ____________________________________________________________________________
8052 [  4585] By: gsar                                  on 1999/11/14  20:01:45
8053         Log: tweak for win32 build
8054      Branch: perl
8055            ! embed.h embed.pl op.c proto.h
8056 ____________________________________________________________________________
8057 [  4584] By: gsar                                  on 1999/11/14  19:46:25
8058         Log: cosmetic tweaks
8059      Branch: perl
8060            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
8061            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
8062 ____________________________________________________________________________
8063 [  4583] By: gsar                                  on 1999/11/14  17:38:32
8064         Log: fix problem pointer casts
8065      Branch: perl
8066            ! Changes run.c sv.c
8067 ____________________________________________________________________________
8068 [  4582] By: jhi                                   on 1999/11/14  17:10:01
8069         Log: Integrate with Sarathy.
8070      Branch: cfgperl
8071           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
8072           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
8073           !> vms/perly_c.vms win32/perllib.c
8074 ____________________________________________________________________________
8075 [  4581] By: jhi                                   on 1999/11/14  17:08:23
8076         Log: The separation of 64-bitness and largefileness continues
8077              (with a setback, see hpux.sh).
8078      Branch: cfgperl
8079            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
8080            ! hints/solaris_2.sh
8081      Branch: metaconfig
8082            ! U/threads/archname.U U/typedefs/lseektype.U
8083      Branch: metaconfig/U/perl
8084            ! fpossize.U use64bits.U uselfs.U
8085 ____________________________________________________________________________
8086 [  4580] By: jhi                                   on 1999/11/14  13:26:41
8087         Log: Another Unicode update.
8088      Branch: cfgperl
8089            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
8090            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
8091            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
8092            ! (edit 189 files)
8093 ____________________________________________________________________________
8094 [  4579] By: gsar                                  on 1999/11/14  10:21:49
8095         Log: sundry cleanups for cloned interpreters (only known failure mode
8096              is due to regexps keeping non-constant data in their compiled
8097              structures)
8098      Branch: perl
8099            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
8100            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
8101 ____________________________________________________________________________
8102 [  4578] By: gsar                                  on 1999/11/14  03:37:37
8103         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
8104      Branch: perl
8105            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
8106 ____________________________________________________________________________
8107 [  4577] By: jhi                                   on 1999/11/13  19:50:24
8108         Log: Change #4576 accidentally leaked also parts of
8109              Ilya's patch that won't apply cleanly anymore.
8110      Branch: cfgperl
8111            ! regexec.c t/op/re_tests
8112 ____________________________________________________________________________
8113 [  4576] By: jhi                                   on 1999/11/13  19:43:37
8114         Log: Integrate with Sarathy.
8115      Branch: cfgperl
8116            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
8117           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
8118           !> t/op/regexp.t t/pragma/overload.t
8119 ____________________________________________________________________________
8120 [  4575] By: gsar                                  on 1999/11/13  19:41:46
8121         Log: typos in change#4561 and change#4565
8122      Branch: perl
8123            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
8124 ____________________________________________________________________________
8125 [  4574] By: gsar                                  on 1999/11/13  19:31:19
8126         Log: revert non-kosher parts of change#4562 (sort order problems
8127              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
8128              result and expected lines; /[:ascii:]/ not working should be
8129              fixed, not ignored in regexp.t; result from sort should be
8130              fixed to be ascii portable on ebcdic, not ebcdic-specific)
8131      Branch: perl
8132            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
8133 ____________________________________________________________________________
8134 [  4573] By: gsar                                  on 1999/11/13  19:13:04
8135         Log: integrate cfgperl changes into mainline
8136      Branch: perl
8137           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8138           +> lib/unicode/In/BopomofoExtended.pl
8139           +> lib/unicode/In/BraillePatterns.pl
8140           +> lib/unicode/In/CJKRadicalsSupplement.pl
8141           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8142           +> lib/unicode/In/Cherokee.pl
8143           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
8144           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
8145           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8146           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
8147           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
8148           +> lib/unicode/In/Thaana.pl
8149           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8150           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8151            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8152           !> (integrate 213 files)
8153 ____________________________________________________________________________
8154 [  4572] By: jhi                                   on 1999/11/13  18:44:50
8155         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
8156              To: perl5-porters@perl.org, VMSPERL@perl.org
8157              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
8158              Date: Wed, 27 Oct 1999 11:02:54 -0500
8159              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
8160      Branch: cfgperl
8161            ! README.vms
8162 ____________________________________________________________________________
8163 [  4571] By: jhi                                   on 1999/11/13  18:33:39
8164         Log: From: jand@activestate.com (Jan Dubois)
8165              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
8166              Cc: Douglas Lankshear <dougl@activestate.com>,
8167              Gurusamy Sarathy <gsar@activestate.com>
8168              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
8169              Date: Tue, 09 Nov 1999 00:38:33 +0100
8170              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
8171      Branch: cfgperl
8172            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
8173            ! win32/config.gc win32/config.vc win32/config_H.bc
8174            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
8175            ! win32/win32.c win32/win32iop.h
8176 ____________________________________________________________________________
8177 [  4570] By: jhi                                   on 1999/11/13  18:30:37
8178         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8179              To: perl5-porters@perl.org (Mailing list Perl5)
8180              Subject: [PATCH 5.005_62] makedef.pl goof
8181              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
8182              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
8183      Branch: cfgperl
8184            ! makedef.pl
8185 ____________________________________________________________________________
8186 [  4569] By: jhi                                   on 1999/11/13  18:06:54
8187         Log: From: Michael G Schwern <schwern@pobox.com>
8188              To: perl5-porters@perl.org, pod-people@perl.org
8189              Cc: tchrist@mox.perl.com, gnat@frii.com
8190              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
8191              Date: Wed, 10 Nov 1999 17:21:46 -0500
8192              Message-ID: <19991110172146.A23527@athens.aocn.com>
8193      Branch: cfgperl
8194            ! pod/perlfaq9.pod
8195 ____________________________________________________________________________
8196 [  4568] By: jhi                                   on 1999/11/13  18:05:33
8197         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
8198              To: <perl5-porters@perl.org>
8199              Subject: DynaLoader_pm.PL patch (backslashes in strings)
8200              Date: Wed, 10 Nov 1999 22:52:02 -0000
8201              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
8202      Branch: cfgperl
8203            ! ext/DynaLoader/DynaLoader_pm.PL
8204 ____________________________________________________________________________
8205 [  4567] By: jhi                                   on 1999/11/13  18:03:52
8206         Log: From: JD Laub <jdl@access-health.com>
8207              To: perl5-porters@perl.org
8208              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
8209              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
8210              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
8211      Branch: cfgperl
8212            ! lib/Exporter/Heavy.pm
8213 ____________________________________________________________________________
8214 [  4566] By: jhi                                   on 1999/11/13  18:01:24
8215         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
8216              To: perl5-porters@perl.org
8217              Subject: small patch for perldoc
8218              Date: Fri, 12 Nov 1999 23:11:43 GMT
8219              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
8220      Branch: cfgperl
8221            ! utils/perldoc.PL
8222 ____________________________________________________________________________
8223 [  4565] By: jhi                                   on 1999/11/13  17:58:54
8224         Log: From: Scott Gifford <sgifford@tir.com>
8225              To: perl5-porters@perl.org
8226              Cc: gbarr@pobox.com
8227              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
8228              Date: 12 Nov 1999 18:55:30 -0500
8229              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
8230      Branch: cfgperl
8231            ! ext/IO/lib/IO/Socket.pm
8232 ____________________________________________________________________________
8233 [  4564] By: jhi                                   on 1999/11/13  17:45:39
8234         Log: Applied manually:
8235              From: "Craig A. Berry" <craig.berry@metamor.com>
8236              To: perl5-porters@perl.org, VMSPERL@perl.org
8237              Subject: [PATCH 5.005_62] patches required to build on VMS
8238              Date: Tue, 09 Nov 1999 18:16:14 -0600
8239              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
8240      Branch: cfgperl
8241            ! configure.com vms/descrip_mms.template vms/subconfigure.com
8242            ! vms/vms.c vms/vmsish.h
8243 ____________________________________________________________________________
8244 [  4563] By: jhi                                   on 1999/11/13  17:18:41
8245         Log: Regen Unicode tables to include a warning:
8246              Thou Shalt Not Edit Them By Hand; add missing
8247              (Unicode 2.0 -introduced) tables to MANIFEST;
8248              convert the equivalence tables to be valid Perl code.
8249      Branch: cfgperl
8250            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8251            + lib/unicode/In/BopomofoExtended.pl
8252            + lib/unicode/In/BraillePatterns.pl
8253            + lib/unicode/In/CJKRadicalsSupplement.pl
8254            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8255            + lib/unicode/In/Cherokee.pl
8256            + lib/unicode/In/IdeographicDescriptionCharacters.pl
8257            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
8258            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8259            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
8260            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
8261            + lib/unicode/In/Thaana.pl
8262            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8263            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8264            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8265            ! (edit 169 files)
8266 ____________________________________________________________________________
8267 [  4562] By: jhi                                   on 1999/11/13  16:53:00
8268         Log: From: Peter Prymmer <pvhp@forte.com>
8269              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
8270              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
8271              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
8272              Message-Id: <199911102234.OAA01018@brio.forte.com>
8273      Branch: cfgperl
8274            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
8275            ! t/pragma/overload.t
8276 ____________________________________________________________________________
8277 [  4561] By: jhi                                   on 1999/11/13  16:29:37
8278         Log: $Config{myarchname} is not a good architecture identifier
8279              because it may contain host/node identification like
8280              CPU serial numbers.
8281      Branch: cfgperl
8282            ! ext/Errno/Errno_pm.PL
8283 ____________________________________________________________________________
8284 [  4560] By: jhi                                   on 1999/11/13  16:26:13
8285         Log: Continue largefileness separation from quadness;
8286              move nv-preserving test out of perl.h into Configure;
8287              use HAS_SETVBUF in IO.
8288      Branch: cfgperl
8289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8290            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
8291      Branch: metaconfig
8292            ! U/a_dvisory/quadtype.U
8293      Branch: metaconfig/U/perl
8294            + nvpresuv.U
8295            ! d_fseeko.U d_ftello.U io64.U perlxv.U
8296 ____________________________________________________________________________
8297 [  4559] By: jhi                                   on 1999/11/13  13:46:38
8298         Log: Try to fix largefileness so that it "works" without a quad IV.
8299      Branch: cfgperl
8300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8301            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
8302      Branch: metaconfig
8303            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
8304      Branch: metaconfig/U/perl
8305            ! io64.U
8306 ____________________________________________________________________________
8307 [  4558] By: jhi                                   on 1999/11/13  11:36:19
8308         Log: Undo drift from mainline.
8309      Branch: cfgperl
8310            ! regcomp.c util.c utils/h2xs.PL
8311 ____________________________________________________________________________
8312 [  4557] By: gsar                                  on 1999/11/13  10:54:46
8313         Log: typo
8314      Branch: perl
8315            ! util.c
8316 ____________________________________________________________________________
8317 [  4556] By: gsar                                  on 1999/11/13  10:53:41
8318         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
8319      Branch: perl
8320           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
8321           +> epoc/epoc_stubs.c
8322           !> (integrate 48 files)
8323 ____________________________________________________________________________
8324 [  4555] By: jhi                                   on 1999/11/13  10:05:54
8325         Log: Integrate with Sarathy.
8326      Branch: cfgperl
8327           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
8328           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
8329 ____________________________________________________________________________
8330 [  4554] By: jhi                                   on 1999/11/13  10:03:07
8331         Log: s/_SIGN$/_sign/g;
8332      Branch: metaconfig
8333            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
8334 ____________________________________________________________________________
8335 [  4553] By: gsar                                  on 1999/11/13  02:17:53
8336         Log: cloned interpreters now actually run and pass all but 55/10386
8337              subtests; various subtle bugs, new and old, observed when running
8338              cloned interpreters have been fixed
8339              
8340              still to do:
8341              |  * dup psig_ptr table
8342              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
8343              |    simple-minded and grab one pad entry each, heavily bloating
8344              |    the pad by not avoiding dups)
8345              |  * overloaded constants are not really immutable--they need to
8346              |    be PADOPs
8347              |  * allocator for constants and OPs need to be spelled differently
8348              |    (shared vs interpreter-local allocations)
8349              |  * optree refcounting is still missing locking (macros are in place)
8350              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
8351              |    perl_clone() can be called from within runops*()
8352      Branch: perl
8353            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
8354            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
8355 ____________________________________________________________________________
8356 [  4552] By: jhi                                   on 1999/11/11  23:17:43
8357         Log: Turn on largefileness always if available and
8358              continue 64-bit fixes.
8359      Branch: cfgperl
8360            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
8361            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
8362            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
8363 ____________________________________________________________________________
8364 [  4551] By: jhi                                   on 1999/11/11  23:16:15
8365         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
8366      Branch: metaconfig
8367            ! U/a_dvisory/quadtype.U
8368      Branch: metaconfig/U/perl
8369            + d_int64t.U
8370            ! i_inttypes.U io64.U
8371 ____________________________________________________________________________
8372 [  4550] By: jhi                                   on 1999/11/11  20:24:55
8373         Log: Fix a thinko in 4548.
8374      Branch: cfgperl
8375            ! pp_sys.c
8376 ____________________________________________________________________________
8377 [  4549] By: jhi                                   on 1999/11/11  19:48:21
8378         Log: Integrate with Sarathy.
8379      Branch: cfgperl
8380           !> (integrate 56 files)
8381 ____________________________________________________________________________
8382 [  4548] By: jhi                                   on 1999/11/11  19:41:56
8383         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
8384              regen Configure.
8385      Branch: cfgperl
8386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8387            ! config_h.SH pp_sys.c
8388 ____________________________________________________________________________
8389 [  4547] By: jhi                                   on 1999/11/11  19:40:38
8390         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
8391      Branch: metaconfig
8392            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
8393            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
8394 ____________________________________________________________________________
8395 [  4546] By: gsar                                  on 1999/11/11  10:32:54
8396         Log: avoid stash pointers in optree under USE_ITHREADS
8397      Branch: perl
8398            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
8399            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
8400            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
8401            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8402            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
8403            ! scope.h sv.c
8404 ____________________________________________________________________________
8405 [  4545] By: gsar                                  on 1999/11/11  06:04:20
8406         Log: another change towards a shareable optree: avoid pointer to filegv
8407              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
8408              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
8409              to suit
8410      Branch: perl
8411            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
8412            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8413            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
8414            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
8415            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8416            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
8417            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
8418            ! win32/perllib.c
8419 ____________________________________________________________________________
8420 [  4544] By: gsar                                  on 1999/11/10  18:19:12
8421         Log: more cleanups for change#4539
8422      Branch: perl
8423            ! gv.h op.c op.h pp_ctl.c pp_hot.c
8424 ____________________________________________________________________________
8425 [  4543] By: gsar                                  on 1999/11/10  01:52:22
8426         Log: remove dead branch/infinite looper in change#3612
8427      Branch: perl
8428            ! op.c
8429 ____________________________________________________________________________
8430 [  4542] By: gsar                                  on 1999/11/09  20:05:47
8431         Log: IoDIRP may be fake when used in source filters, mark as such
8432      Branch: perl
8433            ! sv.c sv.h toke.c
8434 ____________________________________________________________________________
8435 [  4541] By: gsar                                  on 1999/11/09  05:47:53
8436         Log: small nits in changes#4538,4539
8437      Branch: perl
8438            ! op.c sv.c
8439 ____________________________________________________________________________
8440 [  4540] By: gsar                                  on 1999/11/08  20:30:58
8441         Log: win32 symbol export tweak
8442      Branch: perl
8443            ! makedef.pl win32/win32.c win32/win32iop.h
8444 ____________________________________________________________________________
8445 [  4539] By: gsar                                  on 1999/11/08  18:50:40
8446         Log: preliminary support for GVOP indirection via pad
8447      Branch: perl
8448            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
8449            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
8450 ____________________________________________________________________________
8451 [  4538] By: gsar                                  on 1999/11/08  11:25:49
8452         Log: preliminary support for perl_clone() (still needs work in
8453              the following areas: SVOPs must indirect via pad; context
8454              stack, scope stack, and runlevels must be cloned; must
8455              hook up the virtualized pseudo-process support provided by
8456              "host"; ...)
8457      Branch: perl
8458            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
8459            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
8460            ! win32/perllib.c win32/win32.c
8461 ____________________________________________________________________________
8462 [  4537] By: gsar                                  on 1999/11/08  11:19:18
8463         Log: more thorough cleanup in perl_destroy()
8464      Branch: perl
8465            ! perl.c util.c
8466 ____________________________________________________________________________
8467 [  4536] By: gsar                                  on 1999/11/08  07:16:10
8468         Log: win32 internal data must be interpreter-local
8469      Branch: perl
8470            ! win32/win32.c win32/win32.h win32/win32sck.c
8471 ____________________________________________________________________________
8472 [  4535] By: gsar                                  on 1999/11/08  04:17:28
8473         Log: tweak change#4502
8474      Branch: perl
8475            ! doio.c perl.c
8476 ____________________________________________________________________________
8477 [  4534] By: jhi                                   on 1999/11/07  13:17:03
8478         Log: Four special class subs, not three.
8479      Branch: cfgperl
8480            ! pod/perlmod.pod
8481 ____________________________________________________________________________
8482 [  4533] By: jhi                                   on 1999/11/07  13:13:15
8483         Log: Integrate with Sarathy.
8484      Branch: cfgperl
8485           !> mg.c t/io/print.t
8486 ____________________________________________________________________________
8487 [  4532] By: jhi                                   on 1999/11/07  12:36:10
8488         Log: More test program maintenance.
8489      Branch: cfgperl
8490            ! Configure config_h.SH
8491      Branch: metaconfig
8492            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8493            ! U/compline/charsize.U U/compline/d_sigaction.U
8494            ! U/compline/doublesize.U U/compline/floatsize.U
8495            ! U/compline/nblock_io.U U/compline/ptrsize.U
8496            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
8497            ! U/typedefs/uidsize.U
8498      Branch: metaconfig/U/perl
8499            ! fpossize.U
8500 ____________________________________________________________________________
8501 [  4531] By: jhi                                   on 1999/11/07  00:34:09
8502         Log: Tidy up the metaconfig test programs.
8503      Branch: cfgperl
8504            ! Configure config_h.SH
8505      Branch: metaconfig
8506            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8507            ! U/compline/charsize.U U/compline/doublesize.U
8508            ! U/compline/nblock_io.U U/compline/ptrsize.U
8509            ! U/modified/d_longlong.U U/typedefs/gidsize.U
8510            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
8511            ! U/typedefs/uidsize.U
8512      Branch: metaconfig/U/perl
8513            ! fpossize.U
8514 ____________________________________________________________________________
8515 [  4530] By: jhi                                   on 1999/11/06  23:51:34
8516         Log: So many printfs, so little time.
8517      Branch: cfgperl
8518            ! op.c perl.c regcomp.c scope.c util.c
8519 ____________________________________________________________________________
8520 [  4529] By: jhi                                   on 1999/11/06  23:27:35
8521         Log: Replace the explicit zeros with NOOPs.
8522      Branch: cfgperl
8523            ! perl.h
8524 ____________________________________________________________________________
8525 [  4528] By: jhi                                   on 1999/11/06  23:10:54
8526         Log: From: jand@activestate.com (Jan Dubois)
8527              To: perl5-porters@perl.org
8528              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
8529              Mark Borgerding <mborgerding@acm.org>
8530              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
8531              Date: Sat, 06 Nov 1999 22:16:43 +0100
8532              Message-ID: <38279207.46448719@smtprelay.t-online.de>
8533      Branch: cfgperl
8534            ! op.c op.h
8535 ____________________________________________________________________________
8536 [  4527] By: jhi                                   on 1999/11/06  20:22:14
8537         Log: ...and fewer.
8538      Branch: cfgperl
8539            ! dump.c
8540 ____________________________________________________________________________
8541 [  4526] By: jhi                                   on 1999/11/06  20:19:04
8542         Log: ...and they are getting fewer.
8543      Branch: cfgperl
8544            ! dump.c op.c util.c
8545 ____________________________________________________________________________
8546 [  4525] By: jhi                                   on 1999/11/06  19:59:59
8547         Log: More printf miscasts flushed out.
8548      Branch: cfgperl
8549            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
8550            ! regexec.c
8551 ____________________________________________________________________________
8552 [  4524] By: jhi                                   on 1999/11/06  15:39:05
8553         Log: Crushing the remaining %ld guerillas.
8554      Branch: cfgperl
8555            ! ext/Devel/DProf/DProf.xs
8556 ____________________________________________________________________________
8557 [  4523] By: jhi                                   on 1999/11/06  15:11:38
8558         Log: Update CPAN sites list.
8559      Branch: cfgperl
8560            ! pod/perlmodlib.pod
8561 ____________________________________________________________________________
8562 [  4522] By: jhi                                   on 1999/11/05  19:50:46
8563         Log: The -n32 is normally part of $cc, not $ccflags.
8564      Branch: cfgperl
8565            ! hints/irix_6.sh
8566 ____________________________________________________________________________
8567 [  4521] By: gsar                                  on 1999/11/05  04:35:30
8568         Log: allow $\ to work right when set to a string with embedded nulls
8569      Branch: perl
8570            ! mg.c t/io/print.t
8571 ____________________________________________________________________________
8572 [  4520] By: jhi                                   on 1999/11/04  23:30:09
8573         Log: Integrate with Sarathy.
8574      Branch: cfgperl
8575           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
8576           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
8577           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
8578           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
8579           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
8580           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
8581 ____________________________________________________________________________
8582 [  4519] By: jhi                                   on 1999/11/04  23:09:25
8583         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8584              To: perl5-porters@perl.org (Mailing list Perl5)
8585              Subject: [PATCH 5.005_62] ref to non-lvalue method
8586              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
8587              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
8588      Branch: cfgperl
8589            ! op.c
8590 ____________________________________________________________________________
8591 [  4518] By: jhi                                   on 1999/11/04  23:07:27
8592         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8593              To: perl5-porters@perl.org (Mailing list Perl5)
8594              Subject: [PATCH 5.005_62] xsubpp dependency
8595              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
8596              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
8597      Branch: cfgperl
8598            ! lib/ExtUtils/MM_Unix.pm
8599 ____________________________________________________________________________
8600 [  4517] By: jhi                                   on 1999/11/04  23:05:59
8601         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8602              To: perl5-porters@perl.org (Mailing list Perl5)
8603              Subject: [PATCH 5.005_62] regexp.h
8604              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
8605              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
8606      Branch: cfgperl
8607            ! regexp.h
8608 ____________________________________________________________________________
8609 [  4516] By: gsar                                  on 1999/11/04  18:25:45
8610         Log: change#4485 didn't do the right thing for B::Bytecode
8611      Branch: perl
8612            ! ext/B/B/Bytecode.pm
8613 ____________________________________________________________________________
8614 [  4515] By: gsar                                  on 1999/11/04  17:28:29
8615         Log: implement STOP blocks and fix compiler to use them (minimally
8616              tested)
8617      Branch: perl
8618            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
8619            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
8620            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8621            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
8622            ! pod/perltodo.pod toke.c
8623 ____________________________________________________________________________
8624 [  4514] By: gsar                                  on 1999/11/04  15:59:46
8625         Log: display BSD license in Glob.pm (for clause #2 conformity)
8626      Branch: perl
8627            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8628            ! ext/File/Glob/bsd_glob.h
8629 ____________________________________________________________________________
8630 [  4513] By: jhi                                   on 1999/11/04  08:26:19
8631         Log: Integrate with Sarathy.
8632      Branch: cfgperl
8633           +> t/io/nargv.t
8634           !> (integrate 34 files)
8635 ____________________________________________________________________________
8636 [  4512] By: jhi                                   on 1999/11/04  08:01:25
8637         Log: Incremental Mac integration from Matthias.
8638      Branch: cfgperl
8639            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
8640            ! toke.c util.c
8641 ____________________________________________________________________________
8642 [  4511] By: gsar                                  on 1999/11/04  02:53:37
8643         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
8644      Branch: perl
8645            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
8646            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
8647            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
8648            ! xsutils.c
8649 ____________________________________________________________________________
8650 [  4510] By: jhi                                   on 1999/11/02  22:12:29
8651         Log: S_init_interp is a better place to diddle with PL_opargs
8652              than perl_construct.
8653      Branch: cfgperl
8654            ! perl.c
8655 ____________________________________________________________________________
8656 [  4509] By: jhi                                   on 1999/11/02  21:30:02
8657         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8658              To: ben@mucus.advanced.org, perl5-porters@perl.org
8659              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
8660              Date: Tue, 02 Nov 1999 21:36:00 +0000
8661              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
8662      Branch: cfgperl
8663            ! pod/perlfunc.pod
8664 ____________________________________________________________________________
8665 [  4508] By: jhi                                   on 1999/11/02  20:46:27
8666         Log: Initial integration of the MacPerl changes form Matthias.
8667      Branch: cfgperl
8668            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
8669            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
8670            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
8671 ____________________________________________________________________________
8672 [  4507] By: jhi                                   on 1999/11/01  23:05:07
8673         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8674              To: lvirden@cas.org (Larry W. Virden)
8675              Cc: perl5-porters@perl.org, lvirden@cas.org
8676              Subject: Re: [ID 19991026.001] perl segmentation fault report
8677              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
8678              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
8679      Branch: cfgperl
8680            ! regexec.c t/op/pat.t
8681 ____________________________________________________________________________
8682 [  4506] By: jhi                                   on 1999/11/01  19:56:28
8683         Log: From: Olaf Flebbe <olaf@science-computing.de>
8684              To: perl5-porters@perl.org
8685              Subject: [PATCH: 5.005_62] Patch for EPOC Support
8686              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
8687              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
8688      Branch: cfgperl
8689            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
8690            + epoc/epoc_stubs.c
8691            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
8692            ! epoc/perl.pkg
8693 ____________________________________________________________________________
8694 [  4505] By: gsar                                  on 1999/11/01  17:09:44
8695         Log: macros for COP.cop_filegv access
8696      Branch: perl
8697            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
8698            ! util.c
8699 ____________________________________________________________________________
8700 [  4504] By: gsar                                  on 1999/11/01  17:08:28
8701         Log: enable better Win32::DomainName() by demand loading netapi32.dll
8702              (from Jan Dubois)
8703      Branch: perl
8704            ! pod/Win32.pod win32/win32.c
8705 ____________________________________________________________________________
8706 [  4503] By: gsar                                  on 1999/10/31  20:56:06
8707         Log: change#4502 was missing a file
8708      Branch: perl
8709            + t/io/nargv.t
8710 ____________________________________________________________________________
8711 [  4502] By: gsar                                  on 1999/10/31  20:46:02
8712         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
8713              in the way ARGV state was handled in readline(); writing a
8714              subroutine to do inplace edits is now possible, provided *ARGV,
8715              *ARGVOUT, $^I and $_ are localized where needed
8716      Branch: perl
8717            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
8718            ! pp_hot.c scope.c
8719 ____________________________________________________________________________
8720 [  4501] By: jhi                                   on 1999/10/31  12:43:54
8721         Log: Integrate with Sarathy.
8722      Branch: cfgperl
8723           !> perl.h win32/config.bc win32/config.gc win32/config.vc
8724           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8725 ____________________________________________________________________________
8726 [  4500] By: gsar                                  on 1999/10/31  10:01:17
8727         Log: updated windows config* files
8728      Branch: perl
8729            ! win32/config.bc win32/config.gc win32/config.vc
8730            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8731 ____________________________________________________________________________
8732 [  4499] By: gsar                                  on 1999/10/31  09:15:17
8733         Log: integrate cfgperl contents into mainline
8734      Branch: perl
8735           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8736           !> config_h.SH perl.h
8737 ____________________________________________________________________________
8738 [  4498] By: gsar                                  on 1999/10/31  09:13:41
8739         Log: remove unused struct Outrec
8740      Branch: perl
8741            ! perl.h
8742 ____________________________________________________________________________
8743 [  4497] By: jhi                                   on 1999/10/30  12:41:50
8744         Log: Add HAS_QUAD ($Config{d_quad}); use it.
8745      Branch: cfgperl
8746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8747            ! config_h.SH perl.h
8748      Branch: metaconfig
8749            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
8750            ! U/typedefs/uidf.U
8751      Branch: metaconfig/U/perl
8752            ! perlxv.U
8753 ____________________________________________________________________________
8754 [  4496] By: gsar                                  on 1999/10/30  00:28:32
8755         Log: integrate cfgperl contents into mainline
8756      Branch: perl
8757           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
8758           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
8759           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
8760           !> perl.h pp.c pp.h regexec.c sv.c taint.c
8761 ____________________________________________________________________________
8762 [  4495] By: jhi                                   on 1999/10/29  23:36:19
8763         Log: Continue what #4494 started; introduce uid and gid formats.
8764      Branch: cfgperl
8765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8766            ! config_h.SH handy.h perl.h
8767      Branch: metaconfig
8768            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
8769            - U/typedefs/quadtype.U
8770      Branch: metaconfig/U/perl
8771            ! perlxv.U
8772 ____________________________________________________________________________
8773 [  4494] By: jhi                                   on 1999/10/29  22:09:01
8774         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
8775              from perl.h and handy.h.
8776      Branch: cfgperl
8777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8778            ! config_h.SH handy.h perl.h
8779      Branch: metaconfig/U/perl
8780            + perlxv.U perlxvf.U
8781 ____________________________________________________________________________
8782 [  4493] By: jhi                                   on 1999/10/29  22:08:06
8783         Log: Finetuning the output continues along the lines of #4490 and #4491.
8784      Branch: metaconfig
8785            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8786            ! U/typedefs/fpostype.U
8787      Branch: metaconfig/U/perl
8788            + fpossize.U
8789            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8790            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8791 ____________________________________________________________________________
8792 [  4492] By: jhi                                   on 1999/10/29  21:14:53
8793         Log: Hurd update from Mark Kettenis.
8794      Branch: cfgperl
8795            ! README.hurd
8796 ____________________________________________________________________________
8797 [  4491] By: jhi                                   on 1999/10/29  20:37:02
8798         Log: A new try at what #4490 tried to accomplish.
8799      Branch: metaconfig
8800            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8801      Branch: metaconfig/U/perl
8802            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8803            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8804 ____________________________________________________________________________
8805 [  4490] By: jhi                                   on 1999/10/29  20:19:41
8806         Log: metaconfig nits.
8807      Branch: metaconfig
8808            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8809      Branch: metaconfig/U/perl
8810            + d_iovec_s.U
8811            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8812            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8813 ____________________________________________________________________________
8814 [  4489] By: jhi                                   on 1999/10/29  16:08:43
8815         Log: Integrate with Sarathy.
8816      Branch: cfgperl
8817           !> (integrate 31 files)
8818 ____________________________________________________________________________
8819 [  4488] By: jhi                                   on 1999/10/29  15:30:30
8820         Log: Regen Configure and Glossary.
8821      Branch: cfgperl
8822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8823            ! config_h.SH
8824 ____________________________________________________________________________
8825 [  4487] By: jhi                                   on 1999/10/29  15:24:13
8826         Log: Remove quad logic from perl.h; regen Configure;
8827              add -DUSE_LONG_LONG to ccflags if not already there.
8828      Branch: cfgperl
8829            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
8830            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
8831 ____________________________________________________________________________
8832 [  4486] By: jhi                                   on 1999/10/29  15:22:38
8833         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
8834              fixed the use*.U to define their stuff only iff not already defined
8835              (so that ccflags can have any -DUSE_* it wants);
8836              uselonglong.U added; various small nits fixed.
8837      Branch: metaconfig
8838            + U/typedefs/quadtype.U
8839            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8840            ! U/modified/d_statblks.U U/modified/usenm.U
8841            ! U/threads/usethreads.U
8842      Branch: metaconfig/U/perl
8843            + uselonglong.U
8844            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8845            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
8846            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
8847            ! usemultiplicity.U useperlio.U usesocks.U
8848 ____________________________________________________________________________
8849 [  4485] By: gsar                                  on 1999/10/29  06:08:50
8850         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
8851      Branch: perl
8852            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
8853            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8854            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
8855            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
8856            ! sv.h
8857 ____________________________________________________________________________
8858 [  4484] By: gsar                                  on 1999/10/29  03:00:21
8859         Log: usurp GVOP slot for new PADOP (one small step to making optree
8860              shareable across interpreters)
8861      Branch: perl
8862            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
8863            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8864            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8865            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
8866            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
8867            ! pp_hot.c pp_sys.c regexec.c run.c
8868 ____________________________________________________________________________
8869 [  4483] By: jhi                                   on 1999/10/28  22:01:12
8870         Log: Regen Configure.
8871      Branch: cfgperl
8872            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8873            ! config_h.SH
8874 ____________________________________________________________________________
8875 [  4482] By: jhi                                   on 1999/10/28  21:45:26
8876         Log: Installdirs patches from Andy.
8877      Branch: metaconfig
8878            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
8879            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
8880            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
8881            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
8882            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
8883            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
8884            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
8885            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
8886            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
8887 ____________________________________________________________________________
8888 [  4481] By: gsar                                  on 1999/10/28  17:33:49
8889         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
8890              can still be directly set)
8891      Branch: perl
8892            ! lib/Time/Local.pm
8893 ____________________________________________________________________________
8894 [  4480] By: jhi                                   on 1999/10/28  13:49:26
8895         Log: Fix printing of uids and gids; regen Configure.
8896      Branch: cfgperl
8897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8898            ! config_h.SH mg.c perl.c perl.h taint.c
8899 ____________________________________________________________________________
8900 [  4479] By: jhi                                   on 1999/10/28  11:53:57
8901         Log: Fix typo.
8902      Branch: metaconfig
8903            ! U/typedefs/gidsize.U
8904 ____________________________________________________________________________
8905 [  4478] By: jhi                                   on 1999/10/28  06:50:02
8906         Log: Integrate with Sarathy.
8907      Branch: cfgperl
8908           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
8909           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8910           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8911           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
8912 ____________________________________________________________________________
8913 [  4477] By: jhi                                   on 1999/10/28  06:40:54
8914         Log: (Slightly) better comments for Policy_sh.SH from Andy.
8915      Branch: cfgperl
8916            ! Policy_sh.SH
8917 ____________________________________________________________________________
8918 [  4476] By: gsar                                  on 1999/10/27  23:54:36
8919         Log: regen config* stuff for windows
8920      Branch: perl
8921            ! Changes patchlevel.h win32/Makefile win32/config.bc
8922            ! win32/config.gc win32/config.vc win32/config_H.bc
8923            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8924            ! win32/makefile.mk
8925 ____________________________________________________________________________
8926 [  4475] By: gsar                                  on 1999/10/27  21:32:30
8927         Log: integrate cfgperl contents into mainline; merge conflicts
8928      Branch: perl
8929           !> (integrate 46 files)
8930 ____________________________________________________________________________
8931 [  4474] By: gsar                                  on 1999/10/27  21:15:07
8932         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
8933              perl; stdout/stderr redirects seem broken as well)
8934      Branch: perl
8935            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
8936 ____________________________________________________________________________
8937 [  4473] By: jhi                                   on 1999/10/27  21:11:11
8938         Log: Do not block if no message queues available.
8939      Branch: cfgperl
8940            ! t/lib/ipc_sysv.t
8941 ____________________________________________________________________________
8942 [  4472] By: jhi                                   on 1999/10/27  18:27:40
8943         Log: Remove unused "squatter" symbols; regen Configure.
8944      Branch: cfgperl
8945            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8946            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
8947            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8948 ____________________________________________________________________________
8949 [  4471] By: jhi                                   on 1999/10/27  18:26:55
8950         Log: metaconfig; split socket; fix output.
8951      Branch: metaconfig
8952            ! U/modified/d_socket.U U/modified/d_statblks.U
8953      Branch: metaconfig/U/perl
8954            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
8955            ! i_sysstatfs.U i_sysvfs.U
8956 ____________________________________________________________________________
8957 [  4470] By: jhi                                   on 1999/10/27  17:19:06
8958         Log: Regen Configure.
8959      Branch: cfgperl
8960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8961            ! config_h.SH perl.c perl.h
8962 ____________________________________________________________________________
8963 [  4469] By: jhi                                   on 1999/10/27  17:18:41
8964         Log: metaconfig; split statfs.
8965      Branch: metaconfig/U/perl
8966            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
8967            ! d_statfs.U
8968 ____________________________________________________________________________
8969 [  4468] By: jhi                                   on 1999/10/27  14:06:44
8970         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
8971              (Ilya's changes won).
8972      Branch: cfgperl
8973           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8974           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8975           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8976           !> (integrate 65 files)
8977 ____________________________________________________________________________
8978 [  4467] By: jhi                                   on 1999/10/27  13:38:41
8979         Log: Regen Configure.
8980      Branch: cfgperl
8981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8982            ! config_h.SH
8983 ____________________________________________________________________________
8984 [  4466] By: jhi                                   on 1999/10/27  13:18:06
8985         Log: metaconfig fixes from Andy.
8986      Branch: metaconfig
8987            + U/modified/libnlist.U U/modified/usrinc.U
8988            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
8989 ____________________________________________________________________________
8990 [  4465] By: jhi                                   on 1999/10/27  13:06:27
8991         Log: Nosuid checking for statfs() people.
8992      Branch: cfgperl
8993            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8994            ! config_h.SH perl.c perl.h pod/perldiag.pod
8995 ____________________________________________________________________________
8996 [  4464] By: jhi                                   on 1999/10/27  13:04:20
8997         Log: metaconfig maintenance; fix Hasfield, statfs;
8998              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
8999              split fstatfs away from statfs.
9000      Branch: metaconfig
9001            + U/protos/Hasstruct.U
9002            ! U/protos/Hasfield.U
9003      Branch: metaconfig/U/perl
9004            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
9005            + i_ustat.U
9006            ! d_statfs.U
9007 ____________________________________________________________________________
9008 [  4463] By: jhi                                   on 1999/10/27  07:55:53
9009         Log: We need cc to be able to test for cc -v.
9010      Branch: cfgperl
9011            ! hints/dec_osf.sh
9012 ____________________________________________________________________________
9013 [  4462] By: gsar                                  on 1999/10/27  01:31:41
9014         Log: more GCC v2.95 induced adjustments
9015      Branch: perl
9016            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
9017            ! win32/makefile.mk win32/win32.c x2p/walk.c
9018 ____________________________________________________________________________
9019 [  4461] By: gsar                                  on 1999/10/26  21:42:59
9020         Log: warnings and const violations identified by compiling in C++ mode
9021              with GCC v2.95
9022      Branch: perl
9023            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
9024            ! sv.c taint.c toke.c win32/win32.c
9025 ____________________________________________________________________________
9026 [  4459] By: jhi                                   on 1999/10/26  10:15:58
9027         Log: Regen Configure.
9028      Branch: cfgperl
9029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9030            ! config_h.SH
9031 ____________________________________________________________________________
9032 [  4458] By: jhi                                   on 1999/10/26  09:48:37
9033         Log: Minor rewordings.
9034      Branch: metaconfig/U/perl
9035            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
9036 ____________________________________________________________________________
9037 [  4456] By: jhi                                   on 1999/10/26  09:11:49
9038         Log: Fix d_statfsflags; add d_getmnt.
9039      Branch: metaconfig/U/perl
9040            + d_getmnt.U
9041            ! d_statfs.U
9042 ____________________________________________________________________________
9043 [  4455] By: jhi                                   on 1999/10/26  08:12:27
9044         Log: Massive multitypo in #4446.
9045      Branch: cfgperl
9046            ! hints/dec_osf.sh
9047 ____________________________________________________________________________
9048 [  4454] By: jhi                                   on 1999/10/25  08:28:45
9049         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9050              To: Perl 5 Porters <perl5-porters@perl.org>
9051              Subject: [PATCH 5.005_62] dos-djgpp update
9052              Date: Mon, 25 Oct 1999 10:11:30 +0200
9053              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
9054      Branch: cfgperl
9055            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
9056            ! pod/perldelta.pod t/lib/io_unix.t
9057 ____________________________________________________________________________
9058 [  4453] By: jhi                                   on 1999/10/25  08:25:50
9059         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9060              To: perl5-porters@perl.org (Mailing list Perl5)
9061              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
9062              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
9063              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
9064      Branch: cfgperl
9065            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
9066 ____________________________________________________________________________
9067 [  4452] By: jhi                                   on 1999/10/25  08:16:55
9068         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9069              To: perl5-porters@perl.org (Mailing list Perl5)
9070              Subject: [PATCH 5.005_62] Missing REx engine patch
9071              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
9072              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
9073      Branch: cfgperl
9074            ! pod/perldiag.pod regcomp.c regexec.c
9075 ____________________________________________________________________________
9076 [  4451] By: jhi                                   on 1999/10/25  08:13:06
9077         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9078              To: perl5-porters@perl.org (Mailing list Perl5)
9079              Subject: [PATCH 5.005_62] charnames and UTEST
9080              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
9081              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
9082      Branch: cfgperl
9083            ! t/lib/charnames.t
9084 ____________________________________________________________________________
9085 [  4450] By: gsar                                  on 1999/10/25  07:38:15
9086         Log: win32 tweak
9087      Branch: perl
9088            ! win32/perllib.c
9089 ____________________________________________________________________________
9090 [  4449] By: gsar                                  on 1999/10/24  23:20:10
9091         Log: remove inconsistent tainting behavior of sprintf("%e",...)
9092              (all bets are off is "C" locale is compromised)
9093      Branch: perl
9094            ! pod/perlfunc.pod pod/perllocale.pod sv.c
9095 ____________________________________________________________________________
9096 [  4448] By: gsar                                  on 1999/10/24  22:20:42
9097         Log: remove unused interpreter globals
9098      Branch: perl
9099            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
9100            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
9101            ! proto.h toke.c
9102 ____________________________________________________________________________
9103 [  4447] By: jhi                                   on 1999/10/24  21:49:52
9104         Log: Another hints tweak.
9105      Branch: cfgperl
9106            ! hints/aix.sh
9107 ____________________________________________________________________________
9108 [  4446] By: jhi                                   on 1999/10/24  21:48:02
9109         Log: Hints tweak.
9110      Branch: cfgperl
9111            ! hints/dec_osf.sh
9112 ____________________________________________________________________________
9113 [  4445] By: nick                                  on 1999/10/24  21:03:28
9114         Log: Integrate own changes to mainline.
9115      Branch: utfperl
9116           !> installperl pp.c
9117 ____________________________________________________________________________
9118 [  4444] By: nick                                  on 1999/10/24  20:54:06
9119         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
9120              (Fix/workround for [ID19991024.001])
9121      Branch: perl
9122            ! pp.c
9123 ____________________________________________________________________________
9124 [  4443] By: nick                                  on 1999/10/24  15:09:51
9125         Log: Follow that camel ... another sync.
9126      Branch: utfperl
9127           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
9128           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
9129           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
9130           !> (integrate 36 files)
9131 ____________________________________________________________________________
9132 [  4442] By: gsar                                  on 1999/10/24  14:40:01
9133         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
9134      Branch: perl
9135            ! installperl
9136 ____________________________________________________________________________
9137 [  4441] By: gsar                                  on 1999/10/24  14:33:11
9138         Log: test in change#4428 needs strict interpretation of C modulus
9139      Branch: perl
9140            ! t/op/int.t
9141 ____________________________________________________________________________
9142 [  4440] By: gsar                                  on 1999/10/24  13:47:17
9143         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
9144              $? break
9145      Branch: perl
9146            ! perl.c pod/perldelta.pod pod/perldiag.pod
9147 ____________________________________________________________________________
9148 [  4439] By: jhi                                   on 1999/10/24  13:19:17
9149         Log: test for #2835 (yeah, better later than never)
9150      Branch: cfgperl
9151            ! t/op/array.t
9152 ____________________________________________________________________________
9153 [  4438] By: gsar                                  on 1999/10/24  12:59:12
9154         Log: typo, doc tweak
9155      Branch: perl
9156            ! lib/attributes.pm pod/perlop.pod
9157 ____________________________________________________________________________
9158 [  4437] By: gsar                                  on 1999/10/24  11:59:55
9159         Log: allow get() and reftype() functions to be imported (from
9160              Spider Boardman)
9161      Branch: perl
9162            ! lib/attributes.pm
9163 ____________________________________________________________________________
9164 [  4436] By: gsar                                  on 1999/10/24  11:52:53
9165         Log: suppress scalar leak messages for known leaks (from
9166              Robin Barker <rmb1@cise.npl.co.uk>)
9167      Branch: perl
9168            ! Changes t/op/lex_assign.t t/pragma/warn/op
9169 ____________________________________________________________________________
9170 [  4435] By: gsar                                  on 1999/10/24  11:39:42
9171         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
9172      Branch: perl
9173            ! ext/B/defsubs_h.PL
9174 ____________________________________________________________________________
9175 [  4434] By: gsar                                  on 1999/10/24  11:36:08
9176         Log: relax range checking if they ask for it (from John L. Allen
9177              <allen@grumman.com>)
9178      Branch: perl
9179            ! lib/Time/Local.pm
9180 ____________________________________________________________________________
9181 [  4433] By: gsar                                  on 1999/10/24  11:25:51
9182         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
9183      Branch: perl
9184            ! README lib/File/Path.pm
9185 ____________________________________________________________________________
9186 [  4432] By: gsar                                  on 1999/10/24  11:11:02
9187         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9188              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
9189              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
9190              Subject: Re: [PATCH 5.005_62] OS/2 improvements
9191      Branch: perl
9192            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
9193            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
9194            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
9195            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
9196            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
9197            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9198            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9199            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9200            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
9201            ! perl.c perl.h t/io/fs.t t/op/magic.t
9202 ____________________________________________________________________________
9203 [  4431] By: gsar                                  on 1999/10/24  10:50:14
9204         Log: install all README.foo with pod content as podfoo.pod
9205      Branch: perl
9206            ! Makefile.SH installman
9207 ____________________________________________________________________________
9208 [  4430] By: gsar                                  on 1999/10/24  09:28:24
9209         Log: @INC needs ../lib
9210      Branch: perl
9211            ! t/op/int.t
9212 ____________________________________________________________________________
9213 [  4429] By: jhi                                   on 1999/10/23  21:47:49
9214         Log: More printf-fixes (see also #4426).
9215      Branch: cfgperl
9216            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
9217            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
9218            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
9219 ____________________________________________________________________________
9220 [  4428] By: gsar                                  on 1999/10/23  20:28:56
9221         Log: fix accidental C modulo semantics on integer-valued operations
9222              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
9223      Branch: perl
9224            ! op.c t/op/int.t
9225 ____________________________________________________________________________
9226 [  4427] By: jhi                                   on 1999/10/23  16:10:10
9227         Log: Integrate with Sarathy.
9228      Branch: cfgperl
9229           !> sv.c win32/win32.c
9230 ____________________________________________________________________________
9231 [  4426] By: jhi                                   on 1999/10/23  16:04:02
9232         Log: Fix the printfing nits pointed out by using gcc -Wall and
9233              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
9234              plus few other warnings in Dumper.xs.
9235      Branch: cfgperl
9236            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9237            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
9238 ____________________________________________________________________________
9239 [  4425] By: jhi                                   on 1999/10/23  15:16:41
9240         Log: Configure regen to pick up the new installation directories
9241              from Policy_sh.SH.  The explanations of "public add-ons" and
9242              "vendor-supplied" could do with more work.
9243      Branch: cfgperl
9244            ! Configure config_h.SH
9245 ____________________________________________________________________________
9246 [  4424] By: nick                                  on 1999/10/23  00:46:22
9247         Log: Resolve mainline before possible hacking operertunity this weekend
9248      Branch: utfperl
9249           +> pod/perlfilter.pod
9250           !> (integrate 32 files)
9251 ____________________________________________________________________________
9252 [  4423] By: jhi                                   on 1999/10/22  22:53:17
9253         Log: Update Policy_sh.SH to handle the newer installation directives.
9254              From: Andy Dougherty <doughera@lafayette.edu>
9255              To: Perl Porters <perl5-porters@perl.org>
9256              Subject: [PATCH 5.005_62] Policy_sh.SH update
9257              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
9258              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
9259      Branch: cfgperl
9260            ! Policy_sh.SH
9261 ____________________________________________________________________________
9262 [  4422] By: jhi                                   on 1999/10/22  22:44:44
9263         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
9264      Branch: cfgperl
9265            ! hints/aix.sh
9266 ____________________________________________________________________________
9267 [  4421] By: gsar                                  on 1999/10/22  21:16:44
9268         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
9269              C<"%ld", long_val>
9270      Branch: perl
9271            ! sv.c
9272 ____________________________________________________________________________
9273 [  4420] By: gsar                                  on 1999/10/22  16:36:46
9274         Log: win32_utime() on directories should use localtime() rather
9275              than gmtime() (from Jan Dubois)
9276      Branch: perl
9277            ! win32/win32.c
9278 ____________________________________________________________________________
9279 [  4419] By: jhi                                   on 1999/10/21  10:31:41
9280         Log: Integrate with Sarathy.
9281      Branch: cfgperl
9282           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
9283           !> t/lib/glob-basic.t t/op/sort.t
9284 ____________________________________________________________________________
9285 [  4418] By: gsar                                  on 1999/10/20  23:49:47
9286         Log: add test for change#4417
9287      Branch: perl
9288            ! t/op/sort.t
9289 ____________________________________________________________________________
9290 [  4417] By: gsar                                  on 1999/10/20  23:45:03
9291         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
9292      Branch: perl
9293            ! op.c
9294 ____________________________________________________________________________
9295 [  4416] By: gsar                                  on 1999/10/20  01:00:50
9296         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
9297      Branch: perl
9298            ! lib/CPAN/FirstTime.pm
9299 ____________________________________________________________________________
9300 [  4415] By: gsar                                  on 1999/10/20  00:52:34
9301         Log: disable optimizing troublesome ops in change#3612
9302              (from Ilya Zakharevich)
9303      Branch: perl
9304            ! Makefile.SH opcode.h opcode.pl
9305 ____________________________________________________________________________
9306 [  4414] By: gsar                                  on 1999/10/20  00:37:46
9307         Log: skip unreadable directory test when running as root
9308      Branch: perl
9309            ! t/lib/glob-basic.t
9310 ____________________________________________________________________________
9311 [  4413] By: jhi                                   on 1999/10/19  09:26:52
9312         Log: Avoid GNU ar if HP cc is being used.
9313      Branch: cfgperl
9314            ! hints/hpux.sh
9315 ____________________________________________________________________________
9316 [  4412] By: jhi                                   on 1999/10/19  07:24:29
9317         Log: Integrate with Sarathy.
9318      Branch: cfgperl
9319           !> perlvars.h
9320 ____________________________________________________________________________
9321 [  4411] By: jhi                                   on 1999/10/19  07:22:34
9322         Log: Long double support: sqrtl et al are not available everywhere,
9323              e.g. not in Solaris, even when long doubles are.
9324      Branch: cfgperl
9325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9326            ! config_h.SH perl.h
9327 ____________________________________________________________________________
9328 [  4410] By: jhi                                   on 1999/10/19  07:21:42
9329         Log: Add sqrtl probe, add echo dependencies.
9330      Branch: metaconfig
9331            ! U/threads/d_pthreadj.U
9332      Branch: metaconfig/U/perl
9333            + d_sqrtl.U
9334            ! i_inttypes.U io64.U
9335 ____________________________________________________________________________
9336 [  4409] By: gsar                                  on 1999/10/19  02:18:54
9337         Log: perl_mutex n/a if !USE_THREADS
9338      Branch: perl
9339            ! perlvars.h
9340 ____________________________________________________________________________
9341 [  4408] By: jhi                                   on 1999/10/18  20:13:02
9342         Log: Forgotten s/warning/warnings/.
9343      Branch: cfgperl
9344            ! Makefile.SH
9345 ____________________________________________________________________________
9346 [  4407] By: jhi                                   on 1999/10/18  20:02:12
9347         Log: Integrate with Sarathy.
9348      Branch: cfgperl
9349           +> pod/perlfilter.pod
9350           !> (integrate 30 files)
9351 ____________________________________________________________________________
9352 [  4406] By: gsar                                  on 1999/10/18  16:32:10
9353         Log: added intro to source filters from Paul Marquess
9354      Branch: perl
9355            + pod/perlfilter.pod
9356            ! MANIFEST pod/perldelta.pod
9357 ____________________________________________________________________________
9358 [  4405] By: gsar                                  on 1999/10/18  05:53:06
9359         Log: missing manpages
9360      Branch: perl
9361            ! installman
9362 ____________________________________________________________________________
9363 [  4404] By: gsar                                  on 1999/10/18  05:09:22
9364         Log: pod updates from Tom Christiansen
9365      Branch: perl
9366            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
9367 ____________________________________________________________________________
9368 [  4403] By: gsar                                  on 1999/10/17  23:43:59
9369         Log: PL_malloc_mutex needs to be global, not per-interpreter
9370              (malloc.c has static data)
9371      Branch: perl
9372            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
9373 ____________________________________________________________________________
9374 [  4402] By: gsar                                  on 1999/10/17  22:30:30
9375         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
9376              windows
9377      Branch: perl
9378            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
9379            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
9380            ! win32/win32.h
9381 ____________________________________________________________________________
9382 [  4401] By: gsar                                  on 1999/10/17  20:33:42
9383         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
9384              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
9385              is one symptom of the problem
9386      Branch: perl
9387            ! pp_ctl.c t/op/eval.t
9388 ____________________________________________________________________________
9389 [  4400] By: gsar                                  on 1999/10/17  18:36:46
9390         Log: remove FileHandle from list of PodParser dependencies (the
9391              difference is 20 files vs 6 files loaded!)
9392      Branch: perl
9393            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
9394            ! t/pod/testcmp.pl
9395 ____________________________________________________________________________
9396 [  4399] By: nick                                  on 1999/10/17  14:51:35
9397         Log: Pre-trip resolve
9398      Branch: utfperl
9399           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
9400 ____________________________________________________________________________
9401 [  4398] By: gsar                                  on 1999/10/17  09:19:24
9402         Log: make installperl ignore RCS files (from Michael G Schwern
9403              <schwern@pobox.com>)
9404      Branch: perl
9405            ! installperl lib/Text/Tabs.pm
9406 ____________________________________________________________________________
9407 [  4397] By: gsar                                  on 1999/10/16  18:30:14
9408         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
9409      Branch: perl
9410            ! perl.c
9411 ____________________________________________________________________________
9412 [  4396] By: jhi                                   on 1999/10/16  17:44:39
9413         Log: Missing comma.
9414      Branch: cfgperl
9415            ! lib/diagnostics.pm
9416 ____________________________________________________________________________
9417 [  4395] By: gsar                                  on 1999/10/16  17:18:36
9418         Log: assumption about @_ always being non-REAL doesn't hold when
9419              debugger is running; DB::sub() can call arbitrary stuff
9420              that modifies @_ at will
9421      Branch: perl
9422            ! pp_hot.c
9423 ____________________________________________________________________________
9424 [  4394] By: nick                                  on 1999/10/16  09:35:20
9425         Log: Resolve utfperl branch against mainline as of _62
9426      Branch: utfperl
9427           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9428           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
9429           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9430           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9431           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9432           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
9433           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
9434           +> t/lib/glob-taint.t win32/genmk95.pl
9435            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9436           !> (integrate 144 files)
9437 ____________________________________________________________________________
9438 [  4393] By: gsar                                  on 1999/10/16  04:07:02
9439         Log: OS/2 support bits (from Ilya Zakharevich)
9440      Branch: perl
9441            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
9442 ____________________________________________________________________________
9443 [  4392] By: jhi                                   on 1999/10/15  10:28:09
9444         Log: Integrate with Sarathy.
9445      Branch: cfgperl
9446           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
9447           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
9448           !> win32/Makefile win32/makefile.mk
9449
9450 ----------------
9451 Version 5.005_62
9452 ----------------
9453
9454 ____________________________________________________________________________
9455 [  4391] By: gsar                                  on 1999/10/15  10:12:42
9456         Log: here be 5.005_62
9457      Branch: perl
9458            ! Changes MANIFEST Porting/makerel
9459 ____________________________________________________________________________
9460 [  4390] By: gsar                                  on 1999/10/15  09:45:51
9461         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
9462              avoid tickling it in Pod::Man for now; other nits in
9463              Pod::*
9464      Branch: perl
9465            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
9466            ! pod/perlopentut.pod
9467 ____________________________________________________________________________
9468 [  4389] By: gsar                                  on 1999/10/15  08:55:01
9469         Log: disable internal globbing for miniperl (or build breaks out
9470              in a rash of failed dependencies)
9471      Branch: perl
9472            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
9473 ____________________________________________________________________________
9474 [  4388] By: jhi                                   on 1999/10/15  08:07:49
9475         Log: Integrate with Sarathy.
9476      Branch: cfgperl
9477           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
9478           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
9479 ____________________________________________________________________________
9480 [  4387] By: gsar                                  on 1999/10/15  07:46:24
9481         Log: integrate cfgperl contents into mainline
9482      Branch: perl
9483            ! Changes
9484           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
9485           !> t/pragma/warn/regcomp
9486 ____________________________________________________________________________
9487 [  4386] By: gsar                                  on 1999/10/15  05:45:36
9488         Log: various little goofs in change#4385
9489      Branch: perl
9490            ! win32/include/dirent.h win32/win32.c
9491 ____________________________________________________________________________
9492 [  4385] By: gsar                                  on 1999/10/15  04:49:09
9493         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
9494              rather than win32_opendir() reading all files up front (untested)
9495      Branch: perl
9496            ! win32/include/dirent.h win32/win32.c
9497 ____________________________________________________________________________
9498 [  4384] By: gsar                                  on 1999/10/15  01:34:09
9499         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
9500      Branch: perl
9501            ! lib/Benchmark.pm pod/perldelta.pod
9502 ____________________________________________________________________________
9503 [  4383] By: gsar                                  on 1999/10/15  01:22:32
9504         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
9505              <dha@panix.com>)
9506      Branch: perl
9507            ! pod/perlfaq2.pod
9508 ____________________________________________________________________________
9509 [  4382] By: gsar                                  on 1999/10/15  01:14:22
9510         Log: From: jand@ActiveState.com (Jan Dubois)
9511              Date: Fri, 15 Oct 1999 01:14:23 +0200
9512              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
9513              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
9514      Branch: perl
9515            ! ext/POSIX/POSIX.xs
9516 ____________________________________________________________________________
9517 [  4381] By: jhi                                   on 1999/10/14  22:11:36
9518         Log: Integrate with Sarathy.
9519      Branch: cfgperl
9520           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
9521           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
9522           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
9523           !> win32/makefile.mk
9524 ____________________________________________________________________________
9525 [  4380] By: jhi                                   on 1999/10/14  22:08:22
9526         Log: Warn inside character classes about unknown backslash escapes
9527              (that are not caught earlier because of being completely unknown,
9528              such as \m), such as \z (because they make do sense inside regexen,
9529              but not inside character classes).
9530      Branch: cfgperl
9531            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
9532            ! t/pragma/warn/regcomp
9533 ____________________________________________________________________________
9534 [  4379] By: gsar                                  on 1999/10/14  18:26:56
9535         Log: clarify significance of parens for "x" (from M.J.T. Guy
9536              <mjtg@cus.cam.ac.uk>)
9537      Branch: perl
9538            ! pod/perlop.pod
9539 ____________________________________________________________________________
9540 [  4378] By: gsar                                  on 1999/10/14  18:25:20
9541         Log: make timelocal work better when time is close to the epoch
9542              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
9543      Branch: perl
9544            ! lib/Time/Local.pm
9545 ____________________________________________________________________________
9546 [  4377] By: gsar                                  on 1999/10/14  18:15:11
9547         Log: integrate cfgperl contents into mainline
9548      Branch: perl
9549           +> ext/DB_File/hints/sco.pl
9550           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
9551           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
9552           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
9553 ____________________________________________________________________________
9554 [  4376] By: gsar                                  on 1999/10/14  17:47:35
9555         Log: fix POPSTACK panics that ensued from bad interaction between
9556              runlevels and stack of stacks (change#3988 done right);
9557              basically, we pop the runlevel if the stacklevel is not the
9558              same one we started the runlevel with
9559      Branch: perl
9560            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
9561 ____________________________________________________________________________
9562 [  4375] By: gsar                                  on 1999/10/14  15:54:48
9563         Log: avoid warnings
9564      Branch: perl
9565            ! ext/File/Glob/bsd_glob.c
9566 ____________________________________________________________________________
9567 [  4374] By: jhi                                   on 1999/10/14  10:08:44
9568         Log: Warn about false ranges like \d-\w (see the change #4355).
9569              The invalid ranges (b-a) warning message also enhanced.
9570      Branch: cfgperl
9571            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
9572            ! t/pragma/warn/regcomp
9573 ____________________________________________________________________________
9574 [  4373] By: gsar                                  on 1999/10/14  03:49:54
9575         Log: File::Glob fixes for Windows
9576      Branch: perl
9577            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
9578            ! win32/makefile.mk
9579 ____________________________________________________________________________
9580 [  4372] By: gsar                                  on 1999/10/14  02:21:31
9581         Log: avoid inefficiency in change#3386 (every longjmp() was followed
9582              by an avoidable call to setjmp())
9583      Branch: perl
9584            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
9585            ! proto.h scope.c scope.h
9586 ____________________________________________________________________________
9587 [  4371] By: jhi                                   on 1999/10/13  21:17:17
9588         Log: Integrate with Sarathy.
9589      Branch: cfgperl
9590           !> op.c pod/perldelta.pod
9591 ____________________________________________________________________________
9592 [  4370] By: gsar                                  on 1999/10/13  18:08:45
9593         Log: misc tweaks
9594      Branch: perl
9595            ! op.c pod/perldelta.pod
9596 ____________________________________________________________________________
9597 [  4369] By: jhi                                   on 1999/10/13  16:18:58
9598         Log: Integrate with Sarathy.
9599      Branch: cfgperl
9600           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9601 ____________________________________________________________________________
9602 [  4368] By: gsar                                  on 1999/10/13  16:14:16
9603         Log: pod nits from various perl porters
9604      Branch: perl
9605            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9606 ____________________________________________________________________________
9607 [  4367] By: jhi                                   on 1999/10/13  12:10:30
9608         Log: From: Vlad Harchev <hvv@hippo.ru>
9609              To: perl5-porters@perl.org
9610              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
9611              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
9612              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
9613      Branch: cfgperl
9614            ! pod/perlop.pod
9615 ____________________________________________________________________________
9616 [  4366] By: gsar                                  on 1999/10/13  08:11:11
9617         Log: typos and language goofs pointed out by Hugo van der Sanden
9618              <hv@crypt.compulink.co.uk>
9619      Branch: perl
9620            ! pod/perldelta.pod pod/perldiag.pod
9621 ____________________________________________________________________________
9622 [  4365] By: jhi                                   on 1999/10/13  07:27:44
9623         Log: Integrate with Sarathy.
9624      Branch: cfgperl
9625           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9626           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9627           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9628           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
9629           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
9630           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
9631           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
9632           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
9633           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
9634 ____________________________________________________________________________
9635 [  4364] By: gsar                                  on 1999/10/13  07:06:04
9636         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
9637      Branch: perl
9638            ! lib/perl5db.pl
9639 ____________________________________________________________________________
9640 [  4363] By: jhi                                   on 1999/10/13  07:03:43
9641         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
9642              To: perl5-porters@perl.org
9643              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
9644              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
9645              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
9646      Branch: cfgperl
9647            ! hints/svr5.sh
9648 ____________________________________________________________________________
9649 [  4362] By: jhi                                   on 1999/10/13  06:57:16
9650         Log: Add DB_File hint for SCO ODT.
9651              From: hops@sco.com
9652              To: perl5-porters@perl.org
9653              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
9654              Date: Tue, 12 Oct 1999 20:16:04 PDT
9655              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9656      Branch: cfgperl
9657            + ext/DB_File/hints/sco.pl
9658            ! MANIFEST
9659 ____________________________________________________________________________
9660 [  4361] By: gsar                                  on 1999/10/13  06:56:08
9661         Log: PL_numeric_radix used without being defined (from Ilya
9662              Zakharevich)
9663      Branch: perl
9664            ! util.c
9665 ____________________________________________________________________________
9666 [  4360] By: gsar                                  on 1999/10/13  06:43:03
9667         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
9668              From: hops@sco.com
9669              Date: Tue, 12 Oct 1999 20:16:04 PDT
9670              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9671              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
9672      Branch: perl
9673            + ext/NDBM_File/hints/sco.pl
9674            ! MANIFEST ext/ODBM_File/hints/sco.pl
9675 ____________________________________________________________________________
9676 [  4359] By: gsar                                  on 1999/10/13  06:34:53
9677         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
9678      Branch: perl
9679            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
9680            ! pod/perlport.pod
9681 ____________________________________________________________________________
9682 [  4358] By: gsar                                  on 1999/10/12  19:10:27
9683         Log: perldelta updates
9684      Branch: perl
9685            ! pod/perldelta.pod
9686 ____________________________________________________________________________
9687 [  4357] By: gsar                                  on 1999/10/12  17:11:18
9688         Log: update perldelta for change#4356
9689      Branch: perl
9690            ! Changes pod/perldelta.pod
9691 ____________________________________________________________________________
9692 [  4356] By: gsar                                  on 1999/10/12  16:53:31
9693         Log: add File::BSDGlob as File::Glob and load it at compile-time
9694              if perl was built with -DPERL_INTERNAL_GLOB
9695              
9696              TODO: we currently get a compile-time failure if File/Glob.pm
9697              can't be found; such failure needs to be made to emit a warning
9698              and use the csh implementation instead
9699      Branch: perl
9700            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
9701            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9702            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9703            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
9704            + t/lib/glob-global.t t/lib/glob-taint.t
9705            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
9706            ! t/pragma/overload.t
9707 ____________________________________________________________________________
9708 [  4355] By: jhi                                   on 1999/10/12  15:30:05
9709         Log: Revert the parts of #3926 that outlawed character ranges
9710              that have character classes such as \w as either endpoint.
9711              This change re-establishes the old behavior which meant that
9712              such ranges weren't really ranges, the "-" was literal.
9713              Moreover, this change also fixes the old behavior to be
9714              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
9715              Now they all do work as described above.  The #3926 outlawed
9716              all of those.
9717      Branch: cfgperl
9718            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
9719 ____________________________________________________________________________
9720 [  4354] By: jhi                                   on 1999/10/12  09:58:59
9721         Log: Integrate with Sarathy.
9722      Branch: cfgperl
9723           !> (integrate 33 files)
9724 ____________________________________________________________________________
9725 [  4353] By: gsar                                  on 1999/10/12  05:53:40
9726         Log: apply parts of LynxOS patches from Alan Johnson
9727              <johnson@alonn.gemse.fr>
9728      Branch: perl
9729            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
9730            ! t/op/groups.t
9731 ____________________________________________________________________________
9732 [  4352] By: gsar                                  on 1999/10/12  05:24:39
9733         Log: allow any unpack specifier to take a count via '/'
9734              (from Ilya Zakharevich)
9735      Branch: perl
9736            ! pp.c t/op/pack.t
9737 ____________________________________________________________________________
9738 [  4351] By: gsar                                  on 1999/10/12  05:02:35
9739         Log: avoid warnings
9740      Branch: perl
9741            ! malloc.c
9742 ____________________________________________________________________________
9743 [  4350] By: gsar                                  on 1999/10/12  04:50:52
9744         Log: various cleanups
9745      Branch: perl
9746            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
9747            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
9748            ! win32/config.gc win32/config.vc win32/config_H.bc
9749            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
9750 ____________________________________________________________________________
9751 [  4349] By: gsar                                  on 1999/10/12  00:23:11
9752         Log: update Changes, patchlevel etc.
9753      Branch: perl
9754            ! Changes Porting/findvars patchlevel.h win32/Makefile
9755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9756            ! win32/makefile.mk
9757 ____________________________________________________________________________
9758 [  4348] By: gsar                                  on 1999/10/11  23:11:57
9759         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
9760      Branch: perl
9761            ! pod/perlfunc.pod
9762 ____________________________________________________________________________
9763 [  4347] By: jhi                                   on 1999/10/11  21:25:03
9764         Log: Sparc Linux -Duseshrplib fix.
9765              
9766              From: Brian Jepson <bjepson@home.com>
9767              To: Nick Ing-Simmons <nick@ing-simmons.net>
9768              cc: perl5-porters@perl.org
9769              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
9770              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
9771              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
9772      Branch: cfgperl
9773            ! hints/linux.sh
9774 ____________________________________________________________________________
9775 [  4346] By: gsar                                  on 1999/10/11  20:28:32
9776         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
9777              the behavior of 'Z*' and 'Z3' to always pack a trailing
9778              null byte; changed documentation to suit; added test
9779      Branch: perl
9780            ! pod/perlfunc.pod pp.c t/op/pack.t
9781 ____________________________________________________________________________
9782 [  4345] By: gsar                                  on 1999/10/11  19:15:46
9783         Log: writing to perllocal.pod fails if it was never created;
9784              tweak pseudo-hash example (both suggested by Michael G Schwern
9785              <schwern@pobox.com>)
9786      Branch: perl
9787            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
9788 ____________________________________________________________________________
9789 [  4344] By: gsar                                  on 1999/10/11  17:57:31
9790         Log: slightly edited variant of suggested patch
9791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9792              Date: Thu, 9 Sep 1999 18:35:37 -0400
9793              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
9794              Subject: [PATCH 5.005_58] How RExen match?
9795      Branch: perl
9796            ! pod/perlre.pod
9797 ____________________________________________________________________________
9798 [  4343] By: gsar                                  on 1999/10/11  16:55:48
9799         Log: change#4327 was inefficient
9800      Branch: perl
9801            ! lib/lib.pm
9802 ____________________________________________________________________________
9803 [  4342] By: jhi                                   on 1999/10/11  07:01:46
9804         Log: Integrate with Sarathy.
9805      Branch: cfgperl
9806           +> pod/perlhack.pod
9807           !> (integrate 28 files)
9808 ____________________________________________________________________________
9809 [  4341] By: jhi                                   on 1999/10/11  06:37:47
9810         Log: The 2.5th cut at the AIX C++ extension problems.
9811      Branch: cfgperl
9812            ! hints/aix.sh
9813 ____________________________________________________________________________
9814 [  4340] By: gsar                                  on 1999/10/10  23:48:07
9815         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
9816      Branch: perl
9817            + pod/perlhack.pod
9818            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9819 ____________________________________________________________________________
9820 [  4339] By: gsar                                  on 1999/10/10  20:42:40
9821         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
9822              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
9823              void(*)(pTHX_ void*)
9824      Branch: perl
9825            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
9826            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
9827            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
9828            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
9829 ____________________________________________________________________________
9830 [  4338] By: gsar                                  on 1999/10/10  20:38:59
9831         Log: add missing new diagnostics to perldelta
9832      Branch: perl
9833            ! pod/perldelta.pod
9834 ____________________________________________________________________________
9835 [  4337] By: gsar                                  on 1999/10/10  17:40:13
9836         Log: update perldelta for change#3406
9837      Branch: perl
9838            ! embed.pl pod/perldata.pod pod/perldelta.pod
9839 ____________________________________________________________________________
9840 [  4336] By: gsar                                  on 1999/10/10  16:33:14
9841         Log: integrate cfgperl contents into mainline
9842      Branch: perl
9843           +> ext/DynaLoader/hints/aix.pl
9844           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
9845           !> makedef.pl perl.h pod/perldelta.pod
9846 ____________________________________________________________________________
9847 [  4335] By: jhi                                   on 1999/10/10  11:09:48
9848         Log: Update perldelta.
9849      Branch: cfgperl
9850            ! pod/perldelta.pod
9851 ____________________________________________________________________________
9852 [  4334] By: jhi                                   on 1999/10/10  10:31:46
9853         Log: Integrate with Sarathy.
9854      Branch: cfgperl
9855           +> win32/genmk95.pl
9856           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
9857           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
9858           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
9859           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
9860           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
9861           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
9862           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
9863           !> utils/perldoc.PL win32/makefile.mk
9864 ____________________________________________________________________________
9865 [  4333] By: gsar                                  on 1999/10/10  06:33:15
9866         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
9867              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
9868      Branch: perl
9869            ! installperl lib/diagnostics.pm utils/perldoc.PL
9870 ____________________________________________________________________________
9871 [  4332] By: gsar                                  on 1999/10/10  05:15:26
9872         Log: add $VERSION
9873      Branch: perl
9874            ! lib/Exporter.pm
9875 ____________________________________________________________________________
9876 [  4331] By: gsar                                  on 1999/10/10  05:10:22
9877         Log: describe what can go in an export list (from Anno Siegel
9878              <anno4000@lublin.zrz.tu-berlin.de>)
9879      Branch: perl
9880            ! lib/Exporter.pm
9881 ____________________________________________________________________________
9882 [  4330] By: gsar                                  on 1999/10/10  04:50:43
9883         Log: more basic support for building modules under Windows 95/98
9884              (applied relevant parts from a patch suggested by
9885              Jochen Wiedmann <joe@ispsoft.de>)
9886      Branch: perl
9887            ! lib/ExtUtils/MM_Unix.pm
9888 ____________________________________________________________________________
9889 [  4329] By: gsar                                  on 1999/10/10  04:28:38
9890         Log: rudimentary support for building under Windows 95/98 (from
9891              Benjamin Stuhl <sho_pi@hotmail.com>)
9892      Branch: perl
9893            + win32/genmk95.pl
9894            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
9895            ! win32/makefile.mk
9896 ____________________________________________________________________________
9897 [  4328] By: gsar                                  on 1999/10/10  03:37:21
9898         Log: fix two leaks in Thread.xs (from Eugene Alterman
9899              <Eugene.Alterman@bremer-inc.com>); convert places with
9900              'use attrs' to new attributes syntax
9901      Branch: perl
9902            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
9903            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9904            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
9905            ! ext/Thread/sync2.t
9906 ____________________________________________________________________________
9907 [  4327] By: gsar                                  on 1999/10/10  02:23:52
9908         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
9909              (suggested by Tod Irwin <irwin@stockmaster.com>)
9910      Branch: perl
9911            ! lib/lib.pm
9912 ____________________________________________________________________________
9913 [  4326] By: gsar                                  on 1999/10/10  00:51:48
9914         Log: better documentation for recv() (from Anton Berezin
9915              <tobez@plab.ku.dk>)
9916      Branch: perl
9917            ! pod/perlfunc.pod
9918 ____________________________________________________________________________
9919 [  4325] By: gsar                                  on 1999/10/09  22:46:23
9920         Log: perldelta updates (see TODO markers)
9921      Branch: perl
9922            ! Changes pod/perldelta.pod pp_sys.c
9923 ____________________________________________________________________________
9924 [  4324] By: gsar                                  on 1999/10/09  19:43:10
9925         Log: fix Exporter::export_to_level() documentation
9926      Branch: perl
9927            ! lib/Exporter.pm
9928 ____________________________________________________________________________
9929 [  4323] By: gsar                                  on 1999/10/09  18:48:31
9930         Log: don't run END blocks when running under -c switch (older,
9931              rarely useful behavior may still be obtained by putting
9932              BEGIN { $^C = 0; exit; } at the end of the script)
9933      Branch: perl
9934            ! perl.c
9935 ____________________________________________________________________________
9936 [  4322] By: jhi                                   on 1999/10/09  05:31:26
9937         Log: While awaiting a good test program to detect the broken gcc.
9938              From: Thomas Conté <tom@fr.uu.net>
9939              To: <jhi@iki.fi>
9940              Cc: <perl5-porters@perl.org>
9941              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
9942              Date: Wed, 6 Oct 1999 19:56:29 +0200
9943              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
9944      Branch: cfgperl
9945            ! hints/irix_6.sh perl.h
9946 ____________________________________________________________________________
9947 [  4321] By: gsar                                  on 1999/10/09  00:41:02
9948         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
9949              clear entries in the CV's pad, leading to coredumps when CV had no
9950              other references to it; this is a slightly edited version of the
9951              patch suggested by Russel O'Connor <roconnor@world.std.com>
9952      Branch: perl
9953            ! cop.h pp_ctl.c pp_hot.c
9954 ____________________________________________________________________________
9955 [  4320] By: gsar                                  on 1999/10/08  22:50:51
9956         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
9957              situation (assumptions about cx invalidation are not valid
9958              anymore)
9959      Branch: perl
9960            ! cop.h pp_ctl.c pp_hot.c
9961 ____________________________________________________________________________
9962 [  4319] By: jhi                                   on 1999/10/08  14:33:31
9963         Log: Integrate with Sarathy.
9964      Branch: cfgperl
9965           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
9966           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
9967           !> t/comp/bproto.t thrdvar.h toke.c util.c
9968 ____________________________________________________________________________
9969 [  4318] By: jhi                                   on 1999/10/08  13:51:34
9970         Log: The second cut at AIX C++ extension troubles.
9971      Branch: cfgperl
9972            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9973            ! hints/aix.sh
9974 ____________________________________________________________________________
9975 [  4317] By: jhi                                   on 1999/10/08  10:44:13
9976         Log: The first cut at fixing Perl extensions written in C++ in AIX,
9977              statics don't get initialized right.  This patch at least
9978              doesn't seem to break the build in my AIX, but unfortunately
9979              I don't have the IBM C++ to do further testing.
9980              
9981              Problem reported by Stephanie Beals in
9982              From: bealzy@us.ibm.com
9983              To: perl5-porters@perl.org
9984              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
9985              Date: Thu, 7 Oct 1999 15:05:54 -0400
9986              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
9987      Branch: cfgperl
9988            + ext/DynaLoader/hints/aix.pl
9989            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
9990 ____________________________________________________________________________
9991 [  4316] By: gsar                                  on 1999/10/08  10:26:15
9992         Log: remove kludgey duplicate background error avoidance (caused
9993              "leaks"; %@ wasn't even user-visible under -Dusethreads);
9994              only repeats of most recent error are now avoided
9995      Branch: perl
9996            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
9997 ____________________________________________________________________________
9998 [  4315] By: jhi                                   on 1999/10/08  09:48:59
9999         Log: Fix omission.
10000      Branch: cfgperl
10001            ! makedef.pl
10002 ____________________________________________________________________________
10003 [  4314] By: gsar                                  on 1999/10/08  07:17:01
10004         Log: extend change#2299 to C<use> (fixes scoping problems in
10005              C<if (...) { use foo; ... }>)
10006      Branch: perl
10007            ! op.c
10008 ____________________________________________________________________________
10009 [  4313] By: gsar                                  on 1999/10/08  04:52:19
10010         Log: small tweak for change#4309
10011      Branch: perl
10012            ! op.c
10013 ____________________________________________________________________________
10014 [  4312] By: gsar                                  on 1999/10/08  02:31:13
10015         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
10016              From: Larry Wall <larry@wall.org>
10017              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
10018              Message-Id: <199910061655.JAA11333@kiev.wall.org>
10019              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
10020      Branch: perl
10021            ! opcode.h t/comp/bproto.t toke.c
10022 ____________________________________________________________________________
10023 [  4311] By: gsar                                  on 1999/10/08  00:58:19
10024         Log: typo
10025      Branch: perl
10026            ! pp_sys.c
10027 ____________________________________________________________________________
10028 [  4310] By: gsar                                  on 1999/10/07  23:51:38
10029         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
10030              Brian Mitchell <brian@chele.cais.net>)
10031      Branch: perl
10032            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
10033 ____________________________________________________________________________
10034 [  4309] By: gsar                                  on 1999/10/07  22:57:52
10035         Log: change#3728 was flawed (loop contexts saw the wrong statement
10036              info, causing loop control constructs to not find the label);
10037              disable OP_SETSTATE entirely and add a fix that is specifically
10038              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
10039              which was what the original patch was supposed to fix
10040              
10041              TODO: remove the remainder of the setstate logic if it can't
10042              be used anywhere else (it isn't used anywhere now)
10043      Branch: perl
10044            ! cop.h op.c perly.c perly.y
10045 ____________________________________________________________________________
10046 [  4308] By: jhi                                   on 1999/10/07  19:21:27
10047         Log: Integrate with Sarathy.
10048      Branch: cfgperl
10049           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10050 ____________________________________________________________________________
10051 [  4307] By: gsar                                  on 1999/10/07  15:12:24
10052         Log: update to podlators-0.08 from Russ Allbery
10053      Branch: perl
10054            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10055 ____________________________________________________________________________
10056 [  4306] By: jhi                                   on 1999/10/06  17:20:34
10057         Log: Integrate with Sarathy.
10058      Branch: cfgperl
10059           !> (integrate 45 files)
10060 ____________________________________________________________________________
10061 [  4305] By: gsar                                  on 1999/10/06  16:55:45
10062         Log: some versions of mingw32 have __int64, define iff it isn't
10063      Branch: perl
10064            ! win32/win32.h
10065 ____________________________________________________________________________
10066 [  4304] By: gsar                                  on 1999/10/06  03:45:44
10067         Log: fix typos in change#4288
10068      Branch: perl
10069            ! Changes dump.c sv.c
10070 ____________________________________________________________________________
10071 [  4303] By: gsar                                  on 1999/10/06  03:22:46
10072         Log: integrate cfgperl contents into mainline
10073      Branch: perl
10074           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
10075            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
10076           !> (integrate 31 files)
10077 ____________________________________________________________________________
10078 [  4302] By: gsar                                  on 1999/10/06  02:36:53
10079         Log: make die/warn and other diagnostics go to wherever STDERR happens
10080              to point at; change places that meant Perl_debug_log rather than
10081              PerlIO_stderr()
10082      Branch: perl
10083            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
10084            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10085            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10086            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10087            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10088            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
10089            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
10090            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
10091            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
10092            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
10093            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
10094 ____________________________________________________________________________
10095 [  4301] By: jhi                                   on 1999/10/05  23:03:46
10096         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10097              To: François Désarménien <desar@club-internet.fr>
10098              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
10099              Subject: Re: Strange RE engine breakage in 5_61
10100              Date: Mon, 4 Oct 1999 19:58:03 -0400
10101              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
10102              
10103              (had to apply pat.t part manually because there
10104              already were more tests than there was in _61)
10105      Branch: cfgperl
10106            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
10107 ____________________________________________________________________________
10108 [  4300] By: jhi                                   on 1999/10/04  17:03:18
10109         Log: From: Andy Dougherty <doughera@lafayette.edu>
10110              To: Jarkko Hietaniemi <jhi@iki.fi>
10111              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
10112              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
10113              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
10114              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
10115      Branch: cfgperl
10116            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
10117            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
10118            ! MANIFEST ext/B/defsubs_h.PL
10119 ____________________________________________________________________________
10120 [  4299] By: jhi                                   on 1999/10/04  07:15:16
10121         Log: From: Michael G Schwern <schwern@pobox.com>
10122              To: perl5-porters@perl.org
10123              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
10124              Date: Sun, 3 Oct 1999 17:34:17 -0400
10125              Message-ID: <19991003173417.A4351@blackrider>
10126      Branch: cfgperl
10127            ! t/lib/fields.t t/pragma/constant.t
10128 ____________________________________________________________________________
10129 [  4298] By: gsar                                  on 1999/10/04  04:57:53
10130         Log: some compatibility macros were busted
10131      Branch: perl
10132            ! embed.h embed.pl toke.c
10133 ____________________________________________________________________________
10134 [  4297] By: jhi                                   on 1999/10/03  17:50:59
10135         Log: A better version of #4296.
10136              
10137              From: Michael G Schwern <schwern@pobox.com>
10138              To: perl5-porters@perl.org
10139              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
10140              Date: Sun, 3 Oct 1999 13:54:23 -0400
10141              Message-ID: <19991003135423.A3050@blackrider>
10142      Branch: cfgperl
10143            ! av.c op.c pod/perldiag.pod
10144 ____________________________________________________________________________
10145 [  4296] By: jhi                                   on 1999/10/03  17:21:01
10146         Log: (Replaced by #4297.)
10147              
10148              From: Michael G Schwern <schwern@pobox.com>
10149              To: perl5-porters@perl.org
10150              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
10151              Date: Sun, 3 Oct 1999 13:16:47 -0400
10152              Message-ID: <19991003131647.A2816@blackrider>
10153              
10154              plus changed the error message to say "No such pseudo-hash field"
10155              as discussed in the above mail message.
10156      Branch: cfgperl
10157            ! av.c pod/perldiag.pod
10158 ____________________________________________________________________________
10159 [  4295] By: gsar                                  on 1999/10/03  16:09:36
10160         Log: avoid doing irrelevant things on 'make perl'
10161      Branch: perl
10162            ! Makefile.SH
10163 ____________________________________________________________________________
10164 [  4294] By: jhi                                   on 1999/10/03  14:16:24
10165         Log: Fix a typo in #4293 spotted by Graham Barr.
10166      Branch: cfgperl
10167            ! pod/perlref.pod
10168 ____________________________________________________________________________
10169 [  4293] By: jhi                                   on 1999/10/03  11:31:22
10170         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
10171              To: perl5-porters@perl.org
10172              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
10173              Date: Sun, 3 Oct 1999 02:34:01 -0400
10174              Message-ID: <19991003023401.A1520@blackrider>
10175      Branch: cfgperl
10176            ! pod/perlfunc.pod pod/perlref.pod
10177 ____________________________________________________________________________
10178 [  4292] By: jhi                                   on 1999/10/03  09:23:16
10179         Log: From: Barrie Slaymaker <barries@slaysys.com>
10180              To: perl5-porters@perl.org
10181              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
10182              Date: Sun, 3 Oct 1999 00:09:51 -0400
10183              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
10184      Branch: cfgperl
10185            ! lib/Benchmark.pm
10186 ____________________________________________________________________________
10187 [  4291] By: jhi                                   on 1999/10/02  23:43:53
10188         Log: Be understanding about large file systems.
10189      Branch: cfgperl
10190            ! t/lib/syslfs.t t/op/lfs.t
10191 ____________________________________________________________________________
10192 [  4290] By: jhi                                   on 1999/10/02  23:39:16
10193         Log: Configure fixfest continues.
10194      Branch: cfgperl
10195            ! Configure config_h.SH
10196      Branch: metaconfig
10197            ! U/modified/d_longdbl.U U/modified/d_longlong.U
10198            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
10199            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
10200            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
10201      Branch: metaconfig/U/perl
10202            ! i_inttypes.U io64.U
10203 ____________________________________________________________________________
10204 [  4289] By: jhi                                   on 1999/10/02  23:12:54
10205         Log: Regen Porting stuff.
10206      Branch: cfgperl
10207            ! Porting/Glossary Porting/config.sh Porting/config_H
10208 ____________________________________________________________________________
10209 [  4288] By: jhi                                   on 1999/10/02  23:05:50
10210         Log: Untangle the IV_IS_QUAD jungle by introduding
10211              macros to be used when doing formatted printing:
10212              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
10213      Branch: cfgperl
10214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10215            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
10216            ! regcomp.c sv.c taint.c toke.c util.c
10217 ____________________________________________________________________________
10218 [  4287] By: jhi                                   on 1999/10/02  22:54:18
10219         Log: metaconfig maintenance.
10220      Branch: metaconfig
10221            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
10222            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
10223            ! U/typedefs/uidsize.U
10224 ____________________________________________________________________________
10225 [  4286] By: nick                                  on 1999/10/02  11:11:44
10226         Log: Incremental merge of mainline
10227      Branch: utfperl
10228           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
10229           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
10230           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
10231           +> t/pod/podselect.t t/pod/podselect.xr
10232            - lib/Pod/PlainText.pm
10233           !> (integrate 148 files)
10234 ____________________________________________________________________________
10235 [  4285] By: jhi                                   on 1999/10/02  10:16:15
10236         Log: Battle namespace pollution.
10237      Branch: cfgperl
10238            ! lib/Benchmark.pm
10239 ____________________________________________________________________________
10240 [  4284] By: jhi                                   on 1999/10/02  10:11:20
10241         Log: Regen Configure, all of xs_apiversion didn't take.
10242      Branch: cfgperl
10243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10244            ! config_h.SH patchlevel.h
10245 ____________________________________________________________________________
10246 [  4283] By: jhi                                   on 1999/10/02  09:48:17
10247         Log: Integrate with Sarathy.
10248      Branch: cfgperl
10249           +> lib/Pod/Man.pm t/pod/multiline_items.t
10250           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
10251           +> t/pod/podselect.t t/pod/podselect.xr
10252            - lib/Pod/PlainText.pm
10253           !> (integrate 50 files)
10254 ____________________________________________________________________________
10255 [  4282] By: gsar                                  on 1999/10/02  06:39:14
10256         Log: update pod2man, pod2text and related Pod:: modules with the
10257              ones in podlators-0.07 from Russ Allbery
10258      Branch: perl
10259            + lib/Pod/Man.pm
10260            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
10261            ! pod/pod2man.PL pod/pod2text.PL
10262 ____________________________________________________________________________
10263 [  4281] By: gsar                                  on 1999/10/02  06:14:44
10264         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
10265      Branch: perl
10266            - lib/Pod/PlainText.pm
10267            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
10268            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
10269            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
10270            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
10271            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10272            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
10273            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
10274 ____________________________________________________________________________
10275 [  4280] By: gsar                                  on 1999/10/02  04:39:38
10276         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
10277      Branch: perl
10278            + t/pod/multiline_items.t t/pod/multiline_items.xr
10279            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
10280            + t/pod/podselect.xr
10281            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
10282            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
10283            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
10284            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
10285            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
10286            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
10287            ! t/pod/testp2pt.pl
10288 ____________________________________________________________________________
10289 [  4279] By: gsar                                  on 1999/10/02  03:36:41
10290         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
10291              by Michael G Schwern <schwern@pobox.com>)
10292      Branch: perl
10293            ! av.c t/op/avhv.t
10294 ____________________________________________________________________________
10295 [  4278] By: gsar                                  on 1999/10/02  02:36:55
10296         Log: deprecate C<use attrs>
10297      Branch: perl
10298            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
10299            ! t/lib/thread.t t/pragma/sub_lval.t
10300 ____________________________________________________________________________
10301 [  4277] By: gsar                                  on 1999/10/02  01:43:25
10302         Log: add notes about effect of loop control statements inside
10303              LABEL BLOCK continue BLOCK
10304      Branch: perl
10305            ! pod/perlfunc.pod
10306 ____________________________________________________________________________
10307 [  4276] By: gsar                                  on 1999/10/02  01:23:02
10308         Log: indent nested =items properly (suggested by Bill Fenner
10309              <fenner@research.att.com>)
10310      Branch: perl
10311            ! pod/pod2man.PL
10312 ____________________________________________________________________________
10313 [  4275] By: gsar                                  on 1999/10/02  01:09:16
10314         Log: updated ptags generator from Ilya Zakharevich
10315      Branch: perl
10316            ! emacs/ptags
10317 ____________________________________________________________________________
10318 [  4274] By: gsar                                  on 1999/10/01  23:08:52
10319         Log: update Changes
10320      Branch: perl
10321            ! Changes
10322 ____________________________________________________________________________
10323 [  4273] By: gsar                                  on 1999/10/01  22:58:55
10324         Log: typo, whitespace adjustments
10325      Branch: perl
10326            ! utils/h2xs.PL
10327 ____________________________________________________________________________
10328 [  4272] By: gsar                                  on 1999/10/01  22:46:06
10329         Log: remove dup hunks
10330      Branch: perl
10331            ! configure.com vms/vms.c
10332 ____________________________________________________________________________
10333 [  4271] By: gsar                                  on 1999/10/01  22:33:02
10334         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
10335              by declaring new globals "our" (XXX this means h2xs generated code
10336              won't run on earlier versions; a switch to generate compatible
10337              source is needed)
10338      Branch: perl
10339           !> (integrate 35 files)
10340 ____________________________________________________________________________
10341 [  4270] By: jhi                                   on 1999/10/01  12:05:56
10342         Log: Integrate with Sarathy.
10343      Branch: cfgperl
10344           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10345           !> pod/perldiag.pod util.c
10346 ____________________________________________________________________________
10347 [  4269] By: jhi                                   on 1999/10/01  10:26:19
10348         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
10349              To: perl5-porters@perl.org
10350              Subject: [ID 19991001.001] perlguts man page error
10351              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
10352              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
10353      Branch: cfgperl
10354            ! pod/perlguts.pod
10355 ____________________________________________________________________________
10356 [  4268] By: jhi                                   on 1999/10/01  07:32:33
10357         Log: There *is* a month called October.
10358      Branch: cfgperl
10359            ! t/op/time.t
10360 ____________________________________________________________________________
10361 [  4267] By: jhi                                   on 1999/10/01  06:58:10
10362         Log: Temp file cleanliness.
10363      Branch: cfgperl
10364            ! t/lib/filecopy.t
10365 ____________________________________________________________________________
10366 [  4266] By: jhi                                   on 1999/10/01  06:46:56
10367         Log: From: Barrie Slaymaker <barries@slaysys.com>
10368              To: perl5-porters@perl.org
10369              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
10370              Date: Thu, 30 Sep 1999 22:16:26 -0400
10371              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
10372      Branch: cfgperl
10373            ! lib/Benchmark.pm
10374 ____________________________________________________________________________
10375 [  4265] By: jhi                                   on 1999/09/30  20:25:35
10376         Log: From: Barrie Slaymaker <barries@slaysys.com>
10377              To: perl5-porters@perl.org
10378              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
10379              Date: Thu, 30 Sep 1999 15:44:00 -0400
10380              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
10381              (Replaces #4175.)
10382      Branch: cfgperl
10383            ! lib/Benchmark.pm
10384 ____________________________________________________________________________
10385 [  4264] By: gsar                                  on 1999/09/30  17:59:26
10386         Log: re-add missing "Out of memory!" entry
10387      Branch: perl
10388            ! pod/perldiag.pod
10389 ____________________________________________________________________________
10390 [  4263] By: jhi                                   on 1999/09/30  17:05:43
10391         Log: Regenerate Configure.
10392      Branch: cfgperl
10393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10394            ! config_h.SH
10395 ____________________________________________________________________________
10396 [  4261] By: jhi                                   on 1999/09/30  16:15:05
10397         Log: From: Andy Dougherty <doughera@lafayette.edu>
10398              To: Perl Porters <perl5-porters@perl.org>
10399              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
10400              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
10401              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
10402      Branch: cfgperl
10403            ! pod/perldelta.pod
10404 ____________________________________________________________________________
10405 [  4260] By: jhi                                   on 1999/09/30  15:48:56
10406         Log: From: Andy Dougherty <doughera@lafayette.edu>
10407              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
10408              Subject: Re: Possible skeletal structure for searching multiple versions
10409              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
10410              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
10411      Branch: metaconfig
10412            ! U/mkglossary
10413      Branch: metaconfig/U/perl
10414            + xs_apiversion.U
10415            ! patchlevel.U
10416 ____________________________________________________________________________
10417 [  4259] By: jhi                                   on 1999/09/30  15:07:16
10418         Log: Further ?idsize.U fixing.
10419      Branch: metaconfig
10420            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
10421 ____________________________________________________________________________
10422 [  4258] By: jhi                                   on 1999/09/30  15:00:14
10423         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
10424      Branch: metaconfig
10425            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10426            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10427 ____________________________________________________________________________
10428 [  4257] By: jhi                                   on 1999/09/30  09:48:33
10429         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10430              To: Gurusamy Sarathy <gsar@ActiveState.com>
10431              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
10432              The Perl Porters Mailing List <perl5-porters@perl.org>
10433              Subject: [PATCH] (Was: deprecating SIGDIE)
10434              Date: Wed, 29 Sep 1999 15:16:50 -0400
10435              Message-ID: <19990929151650.E26675@O2.chapin.edu>
10436      Branch: cfgperl
10437            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
10438 ____________________________________________________________________________
10439 [  4256] By: jhi                                   on 1999/09/30  09:45:22
10440         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10441              To: Gurusamy Sarathy <gsar@activestate.com>
10442              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
10443              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
10444              Date: Wed, 29 Sep 1999 18:58:23 -0400
10445              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
10446      Branch: cfgperl
10447            ! Makefile.SH opcode.pl
10448 ____________________________________________________________________________
10449 [  4255] By: gsar                                  on 1999/09/30  09:03:48
10450         Log: remove prehistoric XFree() gunk
10451      Branch: perl
10452            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10453 ____________________________________________________________________________
10454 [  4254] By: gsar                                  on 1999/09/30  08:40:14
10455         Log: From: Vishal Bhatia <vishal@gol.com>
10456              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
10457              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
10458              Subject: [patch _61] Minor corrections in C.pm
10459      Branch: perl
10460            ! ext/B/B/C.pm
10461 ____________________________________________________________________________
10462 [  4253] By: gsar                                  on 1999/09/30  08:36:27
10463         Log: off-by-one in fbm_compile() (spotted by John Bley
10464              <jbley@cs.cmu.edu>); whitespace adjustments
10465      Branch: perl
10466            ! util.c
10467 ____________________________________________________________________________
10468 [  4251] By: jhi                                   on 1999/09/30  08:09:13
10469         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10470              To: perl5-porters@perl.org (Mailing list Perl5)
10471              Subject: [PATCH 5.00561+]  Followup h2xs patch
10472              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
10473              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
10474      Branch: cfgperl
10475            ! utils/h2xs.PL
10476 ____________________________________________________________________________
10477 [  4250] By: jhi                                   on 1999/09/29  19:11:32
10478         Log: Integrate with Sarathy.
10479      Branch: cfgperl
10480           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
10481           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
10482           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
10483 ____________________________________________________________________________
10484 [  4249] By: bailey                                on 1999/09/29  02:21:31
10485         Log: resync with mainline
10486      Branch: vmsperl
10487           +> (branch 32 files)
10488            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
10489            - lib/unicode/blocks.txt lib/unicode/index2.txt
10490            - lib/unicode/jamo2.txt lib/unicode/names2.txt
10491            - lib/unicode/props2.txt lib/unicode/readme.txt
10492            - t/lib/bigfloatpm.t
10493           !> (integrate 240 files)
10494 ____________________________________________________________________________
10495 [  4248] By: jhi                                   on 1999/09/28  18:14:39
10496         Log: From: Andy Dougherty <doughera@lafayette.edu>
10497              To: Perl Porters <perl5-porters@perl.org>
10498              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
10499              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
10500              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
10501              
10502              From: Andy Dougherty <doughera@lafayette.edu>
10503              To: Perl Porters <perl5-porters@perl.org>
10504              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
10505              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
10506              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
10507      Branch: cfgperl
10508            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
10509            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
10510            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
10511            ! hints/next_4.sh
10512 ____________________________________________________________________________
10513 [  4247] By: gsar                                  on 1999/09/28  17:36:59
10514         Log: revert change#4115 (breaks libwww's base/date.t); could be 
10515              reworked to enable it conditional on $Time::Local::nocroak
10516              or some such
10517      Branch: perl
10518            ! lib/Time/Local.pm
10519 ____________________________________________________________________________
10520 [  4246] By: gsar                                  on 1999/09/28  17:33:14
10521         Log: tweak for win32 build
10522      Branch: perl
10523            ! win32/Makefile win32/makefile.mk
10524 ____________________________________________________________________________
10525 [  4245] By: gsar                                  on 1999/09/28  17:31:34
10526         Log: change#4236 fallout
10527      Branch: perl
10528            ! lib/ExtUtils/MM_Unix.pm
10529 ____________________________________________________________________________
10530 [  4244] By: gsar                                  on 1999/09/28  17:29:31
10531         Log: remove doubled new_xpv
10532      Branch: perl
10533            ! embed.h embed.pl proto.h
10534 ____________________________________________________________________________
10535 [  4243] By: jhi                                   on 1999/09/27  19:13:20
10536         Log: Artistic fine-tuning.
10537      Branch: cfgperl
10538            ! ext/B/defsubs_h.PL
10539 ____________________________________________________________________________
10540 [  4242] By: gsar                                  on 1999/09/27  17:05:22
10541         Log: avoid implicit split to @_ in change#4181; binary -> text file
10542              types in p4
10543      Branch: perl
10544            ! djgpp/configure.bat lib/Exporter/Heavy.pm
10545            ! t/pragma/locale/latin1
10546 ____________________________________________________________________________
10547 [  4241] By: jhi                                   on 1999/09/27  07:48:19
10548         Log: Integrate with Sarathy.
10549      Branch: cfgperl
10550           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
10551           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
10552 ____________________________________________________________________________
10553 [  4240] By: jhi                                   on 1999/09/27  07:47:11
10554         Log: Finalize change #4232.
10555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10556              To: Jarkko Hietaniemi <jhi@iki.fi>
10557              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
10558              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
10559              Date: Sun, 26 Sep 1999 16:52:31 -0400
10560              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
10561      Branch: cfgperl
10562            ! lib/ExtUtils/xsubpp
10563 ____________________________________________________________________________
10564 [  4239] By: gsar                                  on 1999/09/27  02:48:42
10565         Log: add notes in INSTALL about Configure -Accflags=-DFOO
10566      Branch: perl
10567            ! INSTALL
10568 ____________________________________________________________________________
10569 [  4238] By: gsar                                  on 1999/09/27  02:03:48
10570         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
10571              it automatically
10572      Branch: perl
10573            ! embed.h embed.pl
10574 ____________________________________________________________________________
10575 [  4237] By: gsar                                  on 1999/09/27  01:52:47
10576         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10577              Date: Fri, 24 Sep 1999 23:25:36 -0400
10578              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
10579              Subject: [PATCH 5.005_61] Malloc fixes and docs
10580      Branch: perl
10581            ! malloc.c pod/perldiag.pod
10582 ____________________________________________________________________________
10583 [  4236] By: gsar                                  on 1999/09/27  01:31:32
10584         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
10585              <vkonovalov@lucent.com>)
10586      Branch: perl
10587            ! win32/Makefile win32/makefile.mk
10588 ____________________________________________________________________________
10589 [  4235] By: gsar                                  on 1999/09/26  17:02:03
10590         Log: fix buggy popping of subroutine contexts in the lvalue
10591              subroutines implementation (change#4081); correct the
10592              plethora of cases where DIE() was more appropriate than
10593              croak()
10594      Branch: perl
10595            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
10596 ____________________________________________________________________________
10597 [  4234] By: jhi                                   on 1999/09/26  12:06:28
10598         Log: Fix #endif.
10599      Branch: cfgperl
10600            ! XSUB.h
10601 ____________________________________________________________________________
10602 [  4233] By: jhi                                   on 1999/09/26  11:59:18
10603         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
10604              I kept my (Ilya's) version.
10605      Branch: cfgperl
10606           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
10607           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10608           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
10609           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
10610           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
10611           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
10612 ____________________________________________________________________________
10613 [  4232] By: jhi                                   on 1999/09/26  09:53:43
10614         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10615              To: Mailing list Perl5 <perl5-porters@perl.org>
10616              Subject: [PATCH 5.005_61] teach xsubpp function pointers
10617              Date: Sun, 26 Sep 1999 01:36:09 -0400
10618              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
10619              
10620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10621              To: Mailing list Perl5 <perl5-porters@perl.org>
10622              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
10623              Date: Sun, 26 Sep 1999 03:00:50 -0400
10624              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
10625      Branch: cfgperl
10626            ! lib/ExtUtils/xsubpp utils/h2xs.PL
10627 ____________________________________________________________________________
10628 [  4231] By: jhi                                   on 1999/09/26  09:48:49
10629         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10630              To: perl5-porters@perl.org
10631              Subject: misprint in perlguts
10632              Date: Sun, 26 Sep 1999 12:48:36 +0400
10633              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
10634      Branch: cfgperl
10635            ! pod/perlguts.pod
10636 ____________________________________________________________________________
10637 [  4230] By: gsar                                  on 1999/09/26  00:50:08
10638         Log: add $installarchlib/CORE to default linker search path on windows
10639      Branch: perl
10640            ! win32/Makefile win32/makefile.mk
10641 ____________________________________________________________________________
10642 [  4229] By: gsar                                  on 1999/09/25  20:05:03
10643         Log: support C<use Shell> on Windows (reworked a patch suggested
10644              by Jenda Krynicky <Jenda@McCann.cz>)
10645      Branch: perl
10646            ! lib/Shell.pm
10647 ____________________________________________________________________________
10648 [  4228] By: gsar                                  on 1999/09/25  07:03:34
10649         Log: integrate cfgperl contents into mainline
10650      Branch: perl
10651           +> hints/svr5.sh
10652           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
10653           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10654           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
10655           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
10656 ____________________________________________________________________________
10657 [  4227] By: gsar                                  on 1999/09/25  06:44:47
10658         Log: From: Larry Wall <larry@wall.org>
10659              Date: Fri, 24 Sep 1999 21:59:37 PDT
10660              Message-Id: <199909250459.VAA27506@kiev.wall.org>
10661              Subject: Re: [PATCH 5.005_61] "our" declarations
10662      Branch: perl
10663            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
10664            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10665            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
10666            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
10667            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
10668            ! utils/h2xs.PL
10669 ____________________________________________________________________________
10670 [  4226] By: jhi                                   on 1999/09/24  23:10:52
10671         Log: Integrate with Sarathy.
10672      Branch: cfgperl
10673           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10674           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
10675           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
10676 ____________________________________________________________________________
10677 [  4225] By: gsar                                  on 1999/09/24  18:19:54
10678         Log: avoid infinite recursive exec()s of perl.exe when shebang
10679              contains "Perl" rather than "perl" on DOSISH platforms
10680      Branch: perl
10681            ! toke.c
10682 ____________________________________________________________________________
10683 [  4224] By: gsar                                  on 1999/09/24  16:09:23
10684         Log: support cygwin and other platforms that link to import libraries
10685              rather than directly with shared libraries (from a suggestion
10686              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
10687      Branch: perl
10688            ! utils/perlcc.PL
10689 ____________________________________________________________________________
10690 [  4223] By: gsar                                  on 1999/09/24  05:05:06
10691         Log: normalize time for strftime() (without the isdst effects of
10692              mktime()) using a custom mini_mktime()
10693              From: spider-perl@Orb.Nashua.NH.US
10694              Date: Thu, 23 Sep 1999 17:54:53 -0400
10695              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
10696              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
10697      Branch: perl
10698            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10699            ! ext/POSIX/hints/linux.pl t/lib/posix.t
10700 ____________________________________________________________________________
10701 [  4222] By: gsar                                  on 1999/09/23  06:44:42
10702         Log: change "#" to a comment starter in pack templates; "/" now
10703              used for specifying counted types
10704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10705              Date: Wed, 22 Sep 1999 19:41:30 -0400
10706              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
10707              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
10708      Branch: perl
10709            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
10710 ____________________________________________________________________________
10711 [  4221] By: gsar                                  on 1999/09/23  06:26:54
10712         Log: From: Vishal Bhatia <vishal@gol.com>
10713              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
10714              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
10715              Subject: [patch _61] perlcc changes
10716      Branch: perl
10717            ! utils/perlcc.PL
10718 ____________________________________________________________________________
10719 [  4220] By: gsar                                  on 1999/09/23  01:12:24
10720         Log: add include guard
10721      Branch: perl
10722            ! XSUB.h
10723 ____________________________________________________________________________
10724 [  4219] By: jhi                                   on 1999/09/22  20:38:15
10725         Log: Cleanup cleanup.
10726      Branch: cfgperl
10727            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
10728 ____________________________________________________________________________
10729 [  4218] By: jhi                                   on 1999/09/22  19:26:58
10730         Log: Tweak the equivalence tables once again.
10731      Branch: cfgperl
10732            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10733            ! lib/unicode/mktables.PL
10734 ____________________________________________________________________________
10735 [  4215] By: jhi                                   on 1999/09/22  06:47:03
10736         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10737              To: Mailing list Perl5 <perl5-porters@perl.org>
10738              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
10739              Date: Tue, 21 Sep 1999 19:50:00 -0400
10740              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
10741              
10742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10743              To: Mailing list Perl5 <perl5-porters@perl.org>
10744              Subject: [PATCH 5.005_61] More verbose -Mre=debug
10745              Date: Tue, 21 Sep 1999 22:29:55 -0400
10746              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
10747      Branch: cfgperl
10748            ! regcomp.c regexec.c
10749 ____________________________________________________________________________
10750 [  4214] By: jhi                                   on 1999/09/21  21:08:43
10751         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
10752              Reply-To: gerberb@zenez.com
10753              To: perl5-porters@perl.org
10754              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
10755              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
10756              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
10757              
10758              (Snipped away the last lines of svr5.sh a la change #3725)
10759      Branch: cfgperl
10760            + hints/svr5.sh
10761            ! Configure MANIFEST config_h.SH hints/sco.sh
10762      Branch: metaconfig
10763            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10764 ____________________________________________________________________________
10765 [  4213] By: jhi                                   on 1999/09/21  20:48:01
10766         Log: From: Kragen Sitaker <kragen@dnaco.net>
10767              To: perl5-porters@perl.org
10768              Subject: [ID 19990921.013] accidental list context in perlfaq9
10769              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
10770              Reply-To: kragen@pobox.com
10771              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
10772      Branch: cfgperl
10773            ! pod/perlfaq9.pod
10774 ____________________________________________________________________________
10775 [  4212] By: jhi                                   on 1999/09/20  19:55:42
10776         Log: Integrate with Sarathy.
10777      Branch: cfgperl
10778           +> README.Y2K
10779           !> Changes MANIFEST
10780 ____________________________________________________________________________
10781 [  4211] By: jhi                                   on 1999/09/20  19:44:44
10782         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
10783      Branch: cfgperl
10784            ! Configure config_h.SH pod/perldelta.pod
10785      Branch: metaconfig/U/perl
10786            ! use64bits.U uselfs.U uselongdbl.U
10787 ____________________________________________________________________________
10788 [  4210] By: jhi                                   on 1999/09/20  19:38:26
10789         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
10790      Branch: cfgperl
10791            ! Configure config_h.SH
10792      Branch: metaconfig
10793            ! U/modified/Options.U
10794 ____________________________________________________________________________
10795 [  4209] By: gsar                                  on 1999/09/20  19:35:39
10796         Log: integrate cfgperl changes into mainline
10797      Branch: perl
10798           +> lib/unicode/Unicode.html
10799            ! Changes
10800           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10801           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
10802 ____________________________________________________________________________
10803 [  4208] By: gsar                                  on 1999/09/20  18:28:44
10804         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
10805      Branch: perl
10806            + README.Y2K
10807            ! MANIFEST
10808 ____________________________________________________________________________
10809 [  4207] By: jhi                                   on 1999/09/20  11:06:13
10810         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
10811      Branch: cfgperl
10812            ! pod/perldelta.pod
10813 ____________________________________________________________________________
10814 [  4206] By: jhi                                   on 1999/09/20  09:53:15
10815         Log: Do not test for gccish things in non-gccish platforms.
10816      Branch: cfgperl
10817            ! Configure config_h.SH
10818      Branch: metaconfig
10819            ! U/compline/ccflags.U
10820 ____________________________________________________________________________
10821 [  4205] By: jhi                                   on 1999/09/20  09:41:22
10822         Log: Prompt for uselfs.
10823      Branch: cfgperl
10824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10825            ! config_h.SH
10826      Branch: metaconfig
10827            ! U/mksample
10828      Branch: metaconfig/U/perl
10829            ! use64bits.U uselfs.U
10830 ____________________________________________________________________________
10831 [  4204] By: jhi                                   on 1999/09/20  09:09:29
10832         Log: Add usemorebits and uselfs.
10833      Branch: cfgperl
10834            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10835            ! config_h.SH doio.c perl.h
10836      Branch: metaconfig/U/perl
10837            + uselfs.U usemorebits.U
10838            ! use64bits.U uselongdbl.U
10839 ____________________________________________________________________________
10840 [  4203] By: jhi                                   on 1999/09/20  07:48:48
10841         Log: Dethinko.
10842      Branch: cfgperl
10843            ! pod/perlfunc.pod
10844 ____________________________________________________________________________
10845 [  4202] By: jhi                                   on 1999/09/20  07:33:32
10846         Log: Fix a bug in the description of endianness.  Reported in
10847              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10848              To: perl5-porters@perl.org
10849              Subject: BUG: perldoc -f pack
10850              Date: Mon, 20 Sep 1999 09:43:49 +0400
10851              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
10852      Branch: cfgperl
10853            ! pod/perlfunc.pod
10854 ____________________________________________________________________________
10855 [  4201] By: jhi                                   on 1999/09/20  07:01:26
10856         Log: Integrate with Sarathy.
10857      Branch: cfgperl
10858           +> t/op/args.t
10859           !> (integrate 31 files)
10860 ____________________________________________________________________________
10861 [  4200] By: gsar                                  on 1999/09/20  03:45:06
10862         Log: From: Russ Allbery <rra@stanford.edu>
10863              Date: 19 Aug 1999 04:35:44 -0700
10864              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
10865              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
10866      Branch: perl
10867            ! lib/File/Find.pm
10868 ____________________________________________________________________________
10869 [  4199] By: gsar                                  on 1999/09/20  03:27:49
10870         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
10871      Branch: perl
10872            ! ext/B/B/Terse.pm
10873 ____________________________________________________________________________
10874 [  4198] By: gsar                                  on 1999/09/20  03:25:25
10875         Log: add arenas for managing allocations of remaining xpv*v structures
10876              From: Vishal Bhatia <vishal@gol.com>
10877              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
10878              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
10879              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
10880      Branch: perl
10881            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
10882            ! proto.h sv.c
10883 ____________________________________________________________________________
10884 [  4197] By: gsar                                  on 1999/09/20  03:06:10
10885         Log: queue errors due to strictures rather than printing them as
10886              warnings; symbols that violate strictures do *not* end up in
10887              the symbol table anyway, making multiple evals of the same piece
10888              of code produce the same errors; errors indicate all locations
10889              of a global symbol rather than just the first one; these
10890              changes make compile-time failures within evals reliably
10891              visible via the return value or contents of $@, and trappable
10892              using __DIE__ hooks
10893      Branch: perl
10894            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
10895            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
10896            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
10897            ! t/pragma/strict-vars thrdvar.h toke.c util.c
10898 ____________________________________________________________________________
10899 [  4196] By: gsar                                  on 1999/09/19  22:14:29
10900         Log: control change#1914 via hints (causes problems on some platforms)
10901      Branch: perl
10902            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10903            ! ext/POSIX/hints/linux.pl
10904 ____________________________________________________________________________
10905 [  4195] By: gsar                                  on 1999/09/19  21:30:18
10906         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
10907              in passing around references to @_, eg C<sub foo { \@_ }>; add
10908              tests for the same
10909      Branch: perl
10910            + t/op/args.t
10911            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
10912 ____________________________________________________________________________
10913 [  4194] By: jhi                                   on 1999/09/18  18:57:45
10914         Log: Integrate with Sarathy.
10915      Branch: cfgperl
10916           !> opcode.h opcode.pl
10917 ____________________________________________________________________________
10918 [  4193] By: nick                                  on 1999/09/18  15:24:56
10919         Log: Re-integrate mainline
10920              Basic SvUTF8 stuff in headers, no functional changes yet.
10921      Branch: utfperl
10922            + lib/byte.pm lib/byte_heavy.pl
10923           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
10924           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10925           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10926           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10927           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
10928           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
10929           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
10930           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
10931           +> lib/unicode/Names.txt lib/unicode/Props.txt
10932           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
10933           +> t/lib/bigfltpm.t
10934            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
10935            - lib/unicode/blocks.txt lib/unicode/index2.txt
10936            - lib/unicode/jamo2.txt lib/unicode/names2.txt
10937            - lib/unicode/props2.txt lib/unicode/readme.txt
10938            - t/lib/bigfloatpm.t
10939            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
10940            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
10941            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
10942            ! warnings.h
10943           !> (integrate 142 files)
10944 ____________________________________________________________________________
10945 [  4192] By: gsar                                  on 1999/09/18  15:11:47
10946         Log: more op description tweaks
10947      Branch: perl
10948            ! opcode.h opcode.pl
10949 ____________________________________________________________________________
10950 [  4191] By: jhi                                   on 1999/09/18  07:47:16
10951         Log: Integrate with Sarathy.
10952      Branch: cfgperl
10953           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10954           !> t/pragma/warn/op
10955 ____________________________________________________________________________
10956 [  4190] By: jhi                                   on 1999/09/18  07:35:45
10957         Log: Add description of the Unicode database files.
10958      Branch: cfgperl
10959            + lib/unicode/Unicode.html
10960 ____________________________________________________________________________
10961 [  4189] By: gsar                                  on 1999/09/18  03:14:58
10962         Log: tweak some op names in change#4177 (will any of this break code that
10963              gropes $@ ?)
10964      Branch: perl
10965            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10966            ! t/pragma/warn/op
10967 ____________________________________________________________________________
10968 [  4188] By: jhi                                   on 1999/09/17  21:30:08
10969         Log: Pick up the typo fix.
10970      Branch: cfgperl
10971           !> t/io/open.t
10972 ____________________________________________________________________________
10973 [  4187] By: gsar                                  on 1999/09/17  21:13:55
10974         Log: fix typo
10975      Branch: perl
10976            ! t/io/open.t
10977 ____________________________________________________________________________
10978 [  4186] By: gsar                                  on 1999/09/17  20:57:29
10979         Log: integrate cfgperl change
10980      Branch: perl
10981           !> vms/subconfigure.com
10982 ____________________________________________________________________________
10983 [  4185] By: jhi                                   on 1999/09/17  20:46:41
10984         Log: Re-apply applicable parts of #3993, #3994, and #3995.
10985      Branch: cfgperl
10986            ! vms/subconfigure.com
10987 ____________________________________________________________________________
10988 [  4184] By: gsar                                  on 1999/09/17  20:26:02
10989         Log: integrate cfgperl contents into mainline
10990      Branch: perl
10991           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
10992           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
10993           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
10994           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
10995           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
10996           +> lib/unicode/SpecCase.txt
10997            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
10998            - lib/unicode/index2.txt lib/unicode/jamo2.txt
10999            - lib/unicode/names2.txt lib/unicode/props2.txt
11000            - lib/unicode/readme.txt
11001           !> (integrate 73 files)
11002 ____________________________________________________________________________
11003 [  4183] By: jhi                                   on 1999/09/17  20:25:51
11004         Log: Integrate with Sarathy.
11005      Branch: cfgperl
11006           !> configure.com ext/ByteLoader/byterun.h
11007           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
11008           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
11009           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
11010           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
11011 ____________________________________________________________________________
11012 [  4182] By: gsar                                  on 1999/09/17  20:16:28
11013         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
11014              vmsperl contents have prevailed)
11015      Branch: perl
11016           !> configure.com ext/ByteLoader/byterun.h
11017           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
11018           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
11019           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
11020           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
11021 ____________________________________________________________________________
11022 [  4181] By: jhi                                   on 1999/09/17  20:12:37
11023         Log: From: Michael G Schwern <schwern@pobox.com>
11024              To: perl5-porters@perl.org
11025              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
11026              Date: Thu, 19 Aug 1999 21:30:01 -0400
11027              Message-ID: <19990819213001.A22512@athens.aocn.com>
11028      Branch: cfgperl
11029            ! lib/Exporter/Heavy.pm
11030 ____________________________________________________________________________
11031 [  4180] By: gsar                                  on 1999/09/17  20:11:00
11032         Log: perlhist additions
11033      Branch: perl
11034            ! pod/perlhist.pod
11035 ____________________________________________________________________________
11036 [  4179] By: jhi                                   on 1999/09/17  20:08:00
11037         Log: The change #4176 should've undone only the test, not the code patch.
11038      Branch: cfgperl
11039            ! doio.c
11040 ____________________________________________________________________________
11041 [  4178] By: jhi                                   on 1999/09/17  20:06:08
11042         Log: From: Ian Phillipps <ian@dial.pipex.com>
11043              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
11044              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
11045              Date: Sat, 21 Aug 1999 12:36:12 +0100
11046              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
11047      Branch: cfgperl
11048            ! pod/perlsyn.pod
11049 ____________________________________________________________________________
11050 [  4177] By: jhi                                   on 1999/09/17  20:00:19
11051         Log: More descriptive names for operators.
11052              
11053              From: Michael G Schwern <schwern@pobox.com>
11054              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
11055              Cc: perl5-porters@perl.org
11056              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
11057              Date: Tue, 17 Aug 1999 18:35:45 -0400
11058              Message-ID: <19990817183545.A23073@toldyouso.com>
11059              
11060              From: Michael G Schwern <schwern@pobox.com>
11061              To: perl5-porters@perl.org
11062              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
11063              Date: Wed, 18 Aug 1999 03:53:38 -0400
11064              Message-ID: <19990818035337.A31505@athens.aocn.com>
11065      Branch: cfgperl
11066            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
11067            ! t/pragma/warn/op t/pragma/warn/sv
11068 ____________________________________________________________________________
11069 [  4176] By: jhi                                   on 1999/09/17  18:19:18
11070         Log: Take away the infamous io/dup.t #7.
11071              It seems there simply is no way to portably
11072              "flush" an input file handle.
11073      Branch: cfgperl
11074            ! doio.c t/io/dup.t
11075 ____________________________________________________________________________
11076 [  4175] By: jhi                                   on 1999/09/17  14:45:08
11077         Log: From: Barrie Slaymaker <barries@slaysys.com>
11078              To: perl5-porters@perl.org
11079              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
11080              Date: Fri, 17 Sep 1999 11:16:48 -0400
11081              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
11082      Branch: cfgperl
11083            ! lib/Benchmark.pm
11084 ____________________________________________________________________________
11085 [  4174] By: jhi                                   on 1999/09/17  14:07:16
11086         Log: UNICOS does support large files but doesn't support sparse files
11087              so we cannot easily test for large file support.
11088      Branch: cfgperl
11089            ! t/lib/syslfs.t t/op/lfs.t
11090 ____________________________________________________________________________
11091 [  4173] By: jhi                                   on 1999/09/17  14:03:44
11092         Log: UNICOS has sloppy division/modulo for floating point numbers.
11093      Branch: cfgperl
11094            ! t/op/arith.t
11095 ____________________________________________________________________________
11096 [  4172] By: jhi                                   on 1999/09/17  13:47:49
11097         Log: Portable blocksize (replaces #4171).
11098      Branch: cfgperl
11099            ! t/lib/syslfs.t t/op/lfs.t
11100 ____________________________________________________________________________
11101 [  4171] By: jhi                                   on 1999/09/17  13:08:54
11102         Log: (replaced by #4172)
11103      Branch: cfgperl
11104            ! t/lib/syslfs.t t/op/lfs.t
11105 ____________________________________________________________________________
11106 [  4170] By: jhi                                   on 1999/09/17  12:59:11
11107         Log: Detypo #4169.
11108      Branch: cfgperl
11109            ! t/lib/syslfs.t t/op/lfs.t
11110 ____________________________________________________________________________
11111 [  4169] By: jhi                                   on 1999/09/17  12:16:34
11112         Log: Diagnose possible quota limits.
11113      Branch: cfgperl
11114            ! t/lib/syslfs.t t/op/lfs.t
11115 ____________________________________________________________________________
11116 [  4168] By: jhi                                   on 1999/09/17  12:10:43
11117         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
11118              doesn't have one that wouldn't cause SIGSYS.  UNICOS
11119              does have getpgrp(void) so Perl getpgrp() is happy.
11120      Branch: cfgperl
11121            ! hints/unicos.sh
11122 ____________________________________________________________________________
11123 [  4167] By: jhi                                   on 1999/09/17  11:49:30
11124         Log: Filesystem quotas may stop you from using large files.
11125      Branch: cfgperl
11126            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
11127 ____________________________________________________________________________
11128 [  4166] By: jhi                                   on 1999/09/17  11:36:01
11129         Log: Too strict pattern for parsing group lists.
11130      Branch: cfgperl
11131            ! t/op/groups.t
11132 ____________________________________________________________________________
11133 [  4165] By: jhi                                   on 1999/09/17  09:06:18
11134         Log: Configure maintenance. It's sigaction.sa_flags
11135              and the Glossary regen'ed.
11136      Branch: cfgperl
11137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11138            ! config_h.SH
11139      Branch: metaconfig
11140            ! U/compline/d_sigaction.U
11141 ____________________________________________________________________________
11142 [  4164] By: jhi                                   on 1999/09/15  06:57:51
11143         Log: Integrate with Sarathy.
11144      Branch: cfgperl
11145           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
11146           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
11147           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
11148           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
11149           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
11150           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
11151           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
11152           !> jpl/PerlInterpreter/Makefile.PL
11153           !> jpl/PerlInterpreter/PerlInterpreter.c
11154           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11155           !> jpl/Sample/Makefile.PL jpl/install-jpl
11156           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
11157           !> t/op/pat.t
11158 ____________________________________________________________________________
11159 [  4163] By: gsar                                  on 1999/09/15  05:17:27
11160         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
11161      Branch: perl
11162            ! lib/File/Spec/Functions.pm
11163 ____________________________________________________________________________
11164 [  4162] By: gsar                                  on 1999/09/15  05:09:14
11165         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
11166      Branch: perl
11167            ! Changes embed.h embed.pl
11168 ____________________________________________________________________________
11169 [  4161] By: gsar                                  on 1999/09/15  04:08:25
11170         Log: missing perlhist dates from Jeff Okamoto
11171      Branch: perl
11172            ! pod/perlhist.pod
11173 ____________________________________________________________________________
11174 [  4160] By: gsar                                  on 1999/09/15  03:13:08
11175         Log: jpl tweak
11176      Branch: perl
11177            ! MANIFEST jpl/JNI/Makefile.PL
11178 ____________________________________________________________________________
11179 [  4159] By: gsar                                  on 1999/09/15  02:57:08
11180         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
11181              Jepson <bjepson@home.com>)
11182      Branch: perl
11183            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
11184            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
11185            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
11186            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
11187            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11188            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
11189            ! jpl/PerlInterpreter/Makefile.PL
11190            ! jpl/PerlInterpreter/PerlInterpreter.c
11191            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11192            ! jpl/Sample/Makefile.PL jpl/install-jpl
11193 ____________________________________________________________________________
11194 [  4158] By: gsar                                  on 1999/09/15  01:27:14
11195         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
11196              Date:    Tue, 14 Sep 1999 21:26:15 EDT
11197              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
11198              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
11199      Branch: perl
11200            ! regexec.c t/op/pat.t
11201 ____________________________________________________________________________
11202 [  4157] By: jhi                                   on 1999/09/14  21:18:09
11203         Log: config.h will define USE_64_BITS if need be.
11204      Branch: cfgperl
11205            ! hints/irix_6.sh
11206 ____________________________________________________________________________
11207 [  4156] By: jhi                                   on 1999/09/14  20:30:00
11208         Log: Change #4149 necessitates also a small code change.
11209      Branch: cfgperl
11210            ! ext/B/defsubs_h.PL
11211 ____________________________________________________________________________
11212 [  4155] By: jhi                                   on 1999/09/14  20:15:53
11213         Log: Update EPOC libdir names.
11214      Branch: cfgperl
11215            ! epoc/config.h
11216 ____________________________________________________________________________
11217 [  4154] By: jhi                                   on 1999/09/14  20:13:41
11218         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
11219              deceased HAS.*DBM.*64 mumblings.
11220      Branch: cfgperl
11221            ! Configure config_h.SH epoc/config.h
11222 ____________________________________________________________________________
11223 [  4153] By: jhi                                   on 1999/09/14  20:04:53
11224         Log: Configure nits.
11225      Branch: cfgperl
11226            ! Configure config_h.SH
11227      Branch: metaconfig
11228            ! U/compline/d_sigaction.U U/threads/i_pthread.U
11229 ____________________________________________________________________________
11230 [  4152] By: jhi                                   on 1999/09/14  19:30:22
11231         Log: Integrate with Sarathy.
11232      Branch: cfgperl
11233           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
11234            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
11235           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
11236           !> win32/config_sh.PL
11237 ____________________________________________________________________________
11238 [  4151] By: jhi                                   on 1999/09/14  10:25:01
11239         Log: Update Unicode database and recompute the tables.
11240              Rename the .txt files to be more Unicode 3.0-like.
11241              Unihan-3.0.txt not included because it is 16 MB.
11242              syllables.txt is manually maintained.
11243              See ReadMe.txt for description of the .txt files.
11244              (not all of them are used yet)
11245      Branch: cfgperl
11246            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
11247            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
11248            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
11249            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
11250            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
11251            + lib/unicode/SpecCase.txt
11252            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
11253            - lib/unicode/index2.txt lib/unicode/jamo2.txt
11254            - lib/unicode/names2.txt lib/unicode/props2.txt
11255            - lib/unicode/readme.txt
11256            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
11257            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
11258            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
11259            ! lib/unicode/Decomposition.pl
11260            ! lib/unicode/In/ArabicPresentationForms-B.pl
11261            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
11262            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11263            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
11264            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
11265            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
11266            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
11267            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
11268            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
11269            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
11270            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
11271            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
11272            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
11273            ! lib/unicode/mktables.PL
11274 ____________________________________________________________________________
11275 [  4150] By: gsar                                  on 1999/09/14  09:31:57
11276         Log: INSTALL tweak
11277      Branch: perl
11278            ! INSTALL
11279 ____________________________________________________________________________
11280 [  4149] By: gsar                                  on 1999/09/14  09:00:45
11281         Log: change some filenames to be 8.3-friendly
11282      Branch: perl
11283           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
11284            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
11285            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
11286 ____________________________________________________________________________
11287 [  4148] By: gsar                                  on 1999/09/14  08:35:00
11288         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
11289      Branch: perl
11290            ! win32/config_sh.PL
11291 ____________________________________________________________________________
11292 [  4147] By: jhi                                   on 1999/09/14  08:07:49
11293         Log: Not that UVSIZE normally differs that much from IVSIZE...
11294      Branch: cfgperl
11295            ! perl.h
11296 ____________________________________________________________________________
11297 [  4146] By: jhi                                   on 1999/09/14  08:04:40
11298         Log: Integrate with Sarathy.
11299      Branch: cfgperl
11300           !> Changes ext/DB_File/DB_File.xs
11301 ____________________________________________________________________________
11302 [  4145] By: jhi                                   on 1999/09/14  07:10:02
11303         Log: I_PTHREAD was PTHREADEAD.
11304      Branch: cfgperl
11305            ! Configure config_h.SH
11306      Branch: metaconfig
11307            ! U/threads/i_pthread.U
11308 ____________________________________________________________________________
11309 [  4144] By: gsar                                  on 1999/09/14  06:46:47
11310         Log: change#4113 was missing DB_File.xs changes
11311      Branch: perl
11312            ! ext/DB_File/DB_File.xs
11313 ____________________________________________________________________________
11314 [  4143] By: jhi                                   on 1999/09/13  20:16:20
11315         Log: Small doc and whitespace edits.
11316      Branch: cfgperl
11317            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11318            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
11319            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
11320            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11321            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11322            ! pod/perldelta.pod
11323 ____________________________________________________________________________
11324 [  4142] By: gsar                                  on 1999/09/13  19:32:31
11325         Log: integrate cfgperl contents into mainline, update Changes
11326      Branch: perl
11327           +> ext/DB_File/version.c
11328            ! Changes
11329           !> (integrate 44 files)
11330 ____________________________________________________________________________
11331 [  4141] By: jhi                                   on 1999/09/13  16:16:56
11332         Log: Scan for <pthread.h> always.
11333      Branch: cfgperl
11334            ! Configure config_h.SH perl.h
11335      Branch: metaconfig
11336            ! U/threads/i_pthread.U
11337 ____________________________________________________________________________
11338 [  4140] By: jhi                                   on 1999/09/13  16:00:08
11339         Log: Integrate with Sarathy.
11340      Branch: cfgperl
11341           !> (integrate 27 files)
11342 ____________________________________________________________________________
11343 [  4139] By: jhi                                   on 1999/09/13  15:35:18
11344         Log: Add -A option to Configure to diddle with variables
11345              after the hints file has been applied.
11346      Branch: cfgperl
11347            ! Configure config_h.SH
11348      Branch: metaconfig
11349            ! U/modified/Oldconfig.U U/modified/Options.U
11350 ____________________________________________________________________________
11351 [  4138] By: jhi                                   on 1999/09/13  13:42:56
11352         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
11353      Branch: cfgperl
11354            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11355            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
11356            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
11357            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11358            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11359 ____________________________________________________________________________
11360 [  4137] By: jhi                                   on 1999/09/13  13:25:31
11361         Log: Applying change #4136 manually introduced patch residue.
11362      Branch: cfgperl
11363            ! perl.h
11364 ____________________________________________________________________________
11365 [  4136] By: jhi                                   on 1999/09/13  13:23:04
11366         Log: Replace change #4100 with
11367              From: Robin Barker <rmb1@cise.npl.co.uk>
11368              To: gsar@activestate.com
11369              Cc: perl5-porters@perl.org
11370              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
11371              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
11372              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
11373      Branch: cfgperl
11374            ! doio.c dump.c ext/B/B.xs ext/B/typemap
11375            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
11376            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
11377            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
11378            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
11379 ____________________________________________________________________________
11380 [  4135] By: jhi                                   on 1999/09/13  10:22:31
11381         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11382              To: perl5-porters@perl.org (Mailing list Perl5)
11383              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
11384              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
11385              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
11386              
11387              From: andreas.koenig@anima.de (Andreas J. Koenig)
11388              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
11389              Cc: perl5-porters@perl.org (Mailing list Perl5)
11390              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
11391              Date: 11 Sep 1999 15:36:26 +0200
11392              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
11393      Branch: cfgperl
11394            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11395 ____________________________________________________________________________
11396 [  4134] By: jhi                                   on 1999/09/13  10:20:14
11397         Log: From: Tom Phoenix <rootbeer@redcat.com>
11398              To: Perl Porters Mailing List <perl5-porters@perl.org>
11399              Subject: [DOCPATCH] Server errors and perldiag
11400              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
11401              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
11402      Branch: cfgperl
11403            ! pod/perldiag.pod
11404 ____________________________________________________________________________
11405 [  4133] By: gsar                                  on 1999/09/13  03:25:43
11406         Log: avoid assertion failure on C<@a'>
11407      Branch: perl
11408            ! toke.c
11409 ____________________________________________________________________________
11410 [  4132] By: gsar                                  on 1999/09/13  03:03:57
11411         Log: add -DPERL_Y2KWARN build option that will generate additional
11412              warnings on "19$yy" etc (reworked a patch suggested by
11413              Ulrich Pfeifer <upf@de.uu.net>)
11414      Branch: perl
11415            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
11416            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
11417 ____________________________________________________________________________
11418 [  4131] By: gsar                                  on 1999/09/12  22:06:25
11419         Log: fix DATA leaks; reword documentation about the DATA filehandle
11420      Branch: perl
11421            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
11422 ____________________________________________________________________________
11423 [  4130] By: gsar                                  on 1999/09/12  20:08:56
11424         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
11425              formatted result looks nonstandard
11426      Branch: perl
11427            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
11428            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11429            ! t/pragma/locale.t thrdvar.h
11430 ____________________________________________________________________________
11431 [  4129] By: gsar                                  on 1999/09/12  17:04:11
11432         Log: From: Doug MacEachern <dougm@cp.net>
11433              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
11434              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
11435              Subject: [PATCH 5.005_57] B::clearsym
11436      Branch: perl
11437            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
11438 ____________________________________________________________________________
11439 [  4128] By: gsar                                  on 1999/09/12  16:59:12
11440         Log: better debugger help output (from Ilya Zakharevich)
11441      Branch: perl
11442            ! lib/perl5db.pl
11443 ____________________________________________________________________________
11444 [  4127] By: jhi                                   on 1999/09/11  20:50:37
11445         Log: Integrate with Sarathy.
11446      Branch: cfgperl
11447           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
11448           +> t/lib/gol-linkage.t
11449           !> (integrate 43 files)
11450 ____________________________________________________________________________
11451 [  4126] By: nick                                  on 1999/09/10  20:44:22
11452         Log: Get resolve -at mainline
11453      Branch: utfperl
11454           +> (branch 297 files)
11455            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
11456            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11457            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
11458            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
11459            - t/pragma/warn-1global t/pragma/warning.t thread.sym
11460            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
11461            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11462            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
11463            - win32/makeperldef.pl win32/perlhost.h
11464           !> (integrate 847 files)
11465 ____________________________________________________________________________
11466 [  4125] By: gsar                                  on 1999/09/10  19:22:14
11467         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
11468              etc.)
11469      Branch: perl
11470            ! XSUB.h pp.h
11471 ____________________________________________________________________________
11472 [  4124] By: gsar                                  on 1999/09/10  19:14:35
11473         Log: rewrote substantive parts of patch
11474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11475              Date: Fri, 27 Aug 1999 19:02:18 -0400
11476              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
11477              Subject: [PATCH 5.005_58] REx documentation
11478      Branch: perl
11479            ! pod/perlre.pod
11480 ____________________________________________________________________________
11481 [  4123] By: gsar                                  on 1999/09/10  18:21:53
11482         Log: note about AVf_*
11483      Branch: perl
11484            ! av.h
11485 ____________________________________________________________________________
11486 [  4122] By: gsar                                  on 1999/09/10  17:55:42
11487         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
11488              <lichtin@bivio.com>)
11489      Branch: perl
11490            ! lib/Pod/Html.pm
11491 ____________________________________________________________________________
11492 [  4121] By: gsar                                  on 1999/09/10  17:49:35
11493         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
11494      Branch: perl
11495            ! AUTHORS Changes README.dos djgpp/config.over
11496            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
11497            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
11498            ! pod/podselect.PL sv.h t/io/openpid.t util.c
11499 ____________________________________________________________________________
11500 [  4120] By: gsar                                  on 1999/09/10  12:25:01
11501         Log: add perlcompile.pod (edited content from Nathan Torkington
11502              <gnat@frii.com> and others)
11503      Branch: perl
11504            + pod/perlcompile.pod
11505            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
11506 ____________________________________________________________________________
11507 [  4119] By: gsar                                  on 1999/09/10  11:05:13
11508         Log: avoid leaking static local_patches unless patchlevel.h is
11509              explicitly included
11510      Branch: perl
11511            ! patchlevel.h perl.c
11512 ____________________________________________________________________________
11513 [  4118] By: gsar                                  on 1999/09/10  10:44:54
11514         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
11515              <jvromans@squirrel.nl>)
11516      Branch: perl
11517            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
11518            ! Changes MANIFEST lib/Getopt/Long.pm
11519 ____________________________________________________________________________
11520 [  4116] By: jhi                                   on 1999/09/09  15:56:52
11521         Log: perldeltify change #4115.
11522      Branch: cfgperl
11523            ! pod/perldelta.pod
11524 ____________________________________________________________________________
11525 [  4115] By: jhi                                   on 1999/09/09  15:48:56
11526         Log: From: "John L. Allen" <allen@grumman.com> 
11527              To: perl5-porters@perl.org 
11528              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
11529              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
11530              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
11531      Branch: cfgperl
11532            ! lib/Time/Local.pm
11533 ____________________________________________________________________________
11534 [  4114] By: jhi                                   on 1999/09/09  15:42:30
11535         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
11536              To: perl5-porters@perl.org
11537              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
11538              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
11539              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
11540      Branch: cfgperl
11541            ! pp_sys.c
11542 ____________________________________________________________________________
11543 [  4113] By: jhi                                   on 1999/09/09  10:17:45
11544         Log: From: paul.marquess@bt.com
11545              To: gsar@ActiveState.com
11546              Cc: perl5-porters@perl.org
11547              Subject: [PATCH 5.005_61] DB_File 1.71
11548              Date: Thu, 9 Sep 1999 11:20:13 +0100
11549              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
11550      Branch: cfgperl
11551            + ext/DB_File/version.c
11552            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11553            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
11554            ! t/lib/db-btree.t
11555 ____________________________________________________________________________
11556 [  4112] By: jhi                                   on 1999/09/09  09:05:32
11557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11558              To: perl5-porters@perl.org (Mailing list Perl5)
11559              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
11560              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
11561              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
11562      Branch: cfgperl
11563            ! regexec.c t/op/pat.t
11564 ____________________________________________________________________________
11565 [  4110] By: jhi                                   on 1999/09/09  07:29:17
11566         Log: Tidy up 64-bit situation in perldelta.
11567      Branch: cfgperl
11568            ! pod/perldelta.pod
11569 ____________________________________________________________________________
11570 [  4109] By: jhi                                   on 1999/09/09  07:26:53
11571         Log: Clear up PL_regcc issues.
11572              
11573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11574              To: perl5-porters@perl.org (Mailing list Perl5)
11575              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
11576              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
11577              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
11578      Branch: cfgperl
11579            ! regexec.c
11580 ____________________________________________________________________________
11581 [  4108] By: gsar                                  on 1999/09/08  20:52:51
11582         Log: avoid ass_u_ming uppercase types are not user objects (spotted
11583              by Kurt Starsinic)
11584      Branch: perl
11585            ! ext/Data/Dumper/Dumper.pm
11586 ____________________________________________________________________________
11587 [  4107] By: gsar                                  on 1999/09/08  20:35:18
11588         Log: From: akim@epita.fr (DEMAILLE Akim)
11589              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
11590              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
11591              Subject: [ID 19990908.014] s2p does not quote @
11592      Branch: perl
11593            ! x2p/s2p.PL
11594 ____________________________________________________________________________
11595 [  4106] By: gsar                                  on 1999/09/08  20:25:12
11596         Log: integrate cfgperl contents into mainline
11597      Branch: perl
11598           !> (integrate 30 files)
11599 ____________________________________________________________________________
11600 [  4105] By: jhi                                   on 1999/09/08  09:02:37
11601         Log: Minor touches at the [:class:] description.
11602      Branch: cfgperl
11603            ! pod/perlre.pod
11604 ____________________________________________________________________________
11605 [  4104] By: jhi                                   on 1999/09/08  08:57:58
11606         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11607              To: Mailing list Perl5 <perl5-porters@perl.org>
11608              Subject: [PATCH 5.005_58] Fix debugging output for REx
11609              Date: Wed, 8 Sep 1999 05:02:02 -0400
11610              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
11611      Branch: cfgperl
11612            ! regcomp.c
11613 ____________________________________________________________________________
11614 [  4103] By: gsar                                  on 1999/09/08  00:53:50
11615         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
11616      Branch: perl
11617            ! pp.c
11618 ____________________________________________________________________________
11619 [  4102] By: gsar                                  on 1999/09/08  00:52:50
11620         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
11621      Branch: perl
11622            ! cop.h pp_hot.c
11623 ____________________________________________________________________________
11624 [  4101] By: gsar                                  on 1999/09/07  17:25:07
11625         Log: various fixups for windows
11626      Branch: perl
11627            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
11628            ! win32/Makefile win32/makefile.mk xsutils.c
11629 ____________________________________________________________________________
11630 [  4100] By: jhi                                   on 1999/09/07  12:49:15
11631         Log: Fix pointer casts.
11632              
11633              From: Robin Barker <rmb1@cise.npl.co.uk>
11634              To: perl5-porters@perl.org
11635              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
11636              -Duse64bits
11637              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
11638              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
11639      Branch: cfgperl
11640            ! doio.c dump.c ext/B/B.xs ext/B/typemap
11641            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
11642            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
11643            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
11644            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
11645 ____________________________________________________________________________
11646 [  4099] By: jhi                                   on 1999/09/07  10:29:04
11647         Log: Add sig/pid/uid size and sign probes.
11648      Branch: metaconfig
11649            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
11650            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
11651 ____________________________________________________________________________
11652 [  4098] By: jhi                                   on 1999/09/07  10:27:06
11653         Log: Band-aid until we've got %{Uid_t} or something similar
11654              for sv_catpvfn().
11655      Branch: cfgperl
11656            ! taint.c
11657 ____________________________________________________________________________
11658 [  4097] By: jhi                                   on 1999/09/07  09:41:23
11659         Log: Fix a printf thinko: now quads must have the ll L q prefix.
11660              (in other words, a bare %d is an int/unsigned)
11661      Branch: cfgperl
11662            ! pp_sys.c sv.c t/op/64bit.t
11663 ____________________________________________________________________________
11664 [  4096] By: jhi                                   on 1999/09/07  07:36:17
11665         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
11666              
11667              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
11668              To: perl5-porters@perl.org
11669              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
11670              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
11671              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
11672      Branch: cfgperl
11673            ! hints/hpux.sh perl.h
11674 ____________________________________________________________________________
11675 [  4095] By: gsar                                  on 1999/09/06  20:47:02
11676         Log: applied suggested patch with suitable test to detect MSVC
11677              From: "Vishal Bhatia" <vishalb@my-deja.com>
11678              Date: Wed, 11 Aug 1999 01:43:28 -0700
11679              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
11680              Subject: compiler on  win32
11681      Branch: perl
11682            ! ext/B/B/C.pm
11683 ____________________________________________________________________________
11684 [  4094] By: jhi                                   on 1999/09/06  20:34:44
11685         Log: Integrate with Sarathy.
11686      Branch: cfgperl
11687           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11688           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
11689 ____________________________________________________________________________
11690 [  4093] By: jhi                                   on 1999/09/06  20:33:43
11691         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
11692              so that they overflow also on 64-bit platforms.
11693      Branch: cfgperl
11694            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
11695 ____________________________________________________________________________
11696 [  4092] By: gsar                                  on 1999/09/06  20:16:58
11697         Log: support bytecode and C backends in perlcc (patch suggested
11698              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
11699              C backend the default; describe new switches in pod; introduce
11700              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
11701              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
11702              entries
11703      Branch: perl
11704            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11705            ! t/harness utils/Makefile utils/perlcc.PL
11706 ____________________________________________________________________________
11707 [  4091] By: jhi                                   on 1999/09/06  19:10:41
11708         Log: Integrate with Sarathy.
11709      Branch: cfgperl
11710           +> t/pragma/sub_lval.t
11711           !> (integrate 52 files)
11712 ____________________________________________________________________________
11713 [  4090] By: gsar                                  on 1999/09/06  19:09:06
11714         Log: propagate changed error text
11715      Branch: perl
11716            ! t/pragma/sub_lval.t
11717 ____________________________________________________________________________
11718 [  4089] By: gsar                                  on 1999/09/06  18:54:43
11719         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
11720      Branch: perl
11721            ! pod/perlfunc.pod
11722 ____________________________________________________________________________
11723 [  4088] By: gsar                                  on 1999/09/06  18:52:10
11724         Log: From: paul.marquess@bt.com
11725              Date: Sun, 5 Sep 1999 15:11:08 +0100 
11726              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
11727              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
11728      Branch: perl
11729            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
11730            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11731            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
11732            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
11733            ! toke.c
11734 ____________________________________________________________________________
11735 [  4087] By: gsar                                  on 1999/09/06  18:06:06
11736         Log: change#3612 is buggy when quotemeta argument matches target
11737              (hope this is the last of the optimized-OP_SASSIGN bugs)
11738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11739              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
11740              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
11741              Subject: Re: [BUG: quotemeta]
11742      Branch: perl
11743            ! Changes op.c t/op/lex_assign.t
11744 ____________________________________________________________________________
11745 [  4086] By: gsar                                  on 1999/09/06  17:57:52
11746         Log: misc tweaks
11747      Branch: perl
11748            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
11749 ____________________________________________________________________________
11750 [  4085] By: gsar                                  on 1999/09/06  03:54:23
11751         Log: applied patch suggested by Hans Mulder to fix problems on
11752              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
11753              when they ask for bincompat (platforms that used to default
11754              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
11755              (appears unsalvageable on some platforms)
11756      Branch: perl
11757            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
11758 ____________________________________________________________________________
11759 [  4084] By: bailey                                on 1999/09/06  02:39:11
11760         Log: Integrate mainline 5.05_61
11761      Branch: vmsperl
11762           +> (branch 32 files)
11763            - lib/unicode/EthiopicSyllables.txt
11764            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
11765            - warning.pl
11766            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
11767            ! vms/perly_h.vms vms/vms.c
11768           !> (integrate 346 files)
11769 ____________________________________________________________________________
11770 [  4083] By: gsar                                  on 1999/09/06  00:10:40
11771         Log: optional warning on join(/foo/...) (reworked suggested patch
11772              by Mark-Jason Dominus <mjd@plover.com>)
11773      Branch: perl
11774            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
11775            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
11776            ! pp_proto.h t/pragma/warn/op
11777 ____________________________________________________________________________
11778 [  4082] By: gsar                                  on 1999/09/05  22:28:57
11779         Log: fix data loss when more than one block is read from SDBM
11780              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
11781      Branch: perl
11782            ! ext/SDBM_File/sdbm/sdbm.c
11783 ____________________________________________________________________________
11784 [  4081] By: gsar                                  on 1999/09/05  22:07:18
11785         Log: initial implementation of lvalue subroutines (slightly fixed
11786              version of patch suggested by Ilya Zakharevich, which in turn
11787              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
11788      Branch: perl
11789            + t/pragma/sub_lval.t
11790            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
11791            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
11792            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
11793            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
11794            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
11795 ____________________________________________________________________________
11796 [  4080] By: jhi                                   on 1999/09/05  22:02:18
11797         Log: Undo #4055 (related to #4079).
11798      Branch: cfgperl
11799            ! pod/perlop.pod
11800 ____________________________________________________________________________
11801 [  4079] By: jhi                                   on 1999/09/05  21:30:54
11802         Log: Time is not yet ripe.
11803      Branch: cfgperl
11804            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
11805 ____________________________________________________________________________
11806 [  4078] By: gsar                                  on 1999/09/05  18:17:32
11807         Log: modified suggested patch to handle cross-refs and qr// objects
11808              correctly; unfollowed refs are represented as simple string
11809              value, not just the bare type; $VERSION stays the same until
11810              it is ready for prime time (avoids CPAN confustication)
11811              From:    John Nolan <jpnolan@Op.Net>
11812              Date:    Wed, 04 Aug 1999 20:21:10 EDT
11813              Message-Id: <199908050021.UAA09693@monet.op.net>
11814              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
11815      Branch: perl
11816            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11817            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
11818 ____________________________________________________________________________
11819 [  4077] By: jhi                                   on 1999/09/04  21:54:42
11820         Log: timesum() wasn't @EXPORTed as promised by the documentation.
11821              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
11822      Branch: cfgperl
11823            ! lib/Benchmark.pm
11824 ____________________________________________________________________________
11825 [  4076] By: gsar                                  on 1999/09/04  20:21:59
11826         Log: integrate cfgperl contents into mainline
11827      Branch: perl
11828           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
11829           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
11830           +> warnings.h warnings.pl xsutils.c
11831            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
11832           !> (integrate 109 files)
11833 ____________________________________________________________________________
11834 [  4075] By: jhi                                   on 1999/09/04  18:04:47
11835         Log: use integer on the problematic subtest.
11836      Branch: cfgperl
11837            ! t/op/misc.t
11838 ____________________________________________________________________________
11839 [  4074] By: jhi                                   on 1999/09/04  17:57:40
11840         Log: Warn about numconvert.t in case somebody
11841              wants to make sv_2pv more 64-bit aware.
11842      Branch: cfgperl
11843            ! sv.c
11844 ____________________________________________________________________________
11845 [  4073] By: jhi                                   on 1999/09/04  17:54:51
11846         Log: Comment upgrading: the quad situation isn't quite as
11847              bad as it used to be.
11848      Branch: cfgperl
11849            ! perl.h
11850 ____________________________________________________________________________
11851 [  4072] By: jhi                                   on 1999/09/04  15:35:37
11852         Log: Integrate with Sarathy.
11853      Branch: cfgperl
11854           !> win32/win32.c
11855 ____________________________________________________________________________
11856 [  4071] By: jhi                                   on 1999/09/04  15:28:11
11857         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
11858              
11859              From: Robin Barker <rmb1@cise.npl.co.uk>
11860              To: perl5-porters@perl.org
11861              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11862              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
11863              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
11864              
11865              and later (in private email) found to be dependent
11866              on useperlio.
11867              
11868              Mental note: the cpp magic done in perlsdio.h (and assumedly
11869              also in perlsfio.h) may cause trouble later with lfs because
11870              both the perlio scheme by Perl and the lfs support by vendors
11871              like to play cpp games to map the stdio namespace back and forth.
11872              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
11873              just the beginning.
11874      Branch: cfgperl
11875            ! perlio.c
11876 ____________________________________________________________________________
11877 [  4070] By: jhi                                   on 1999/09/04  13:12:14
11878         Log: Enable 64-bit clean bit ops.
11879              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
11880      Branch: cfgperl
11881            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
11882            ! t/op/misc.t
11883 ____________________________________________________________________________
11884 [  4069] By: jhi                                   on 1999/09/03  21:17:30
11885         Log: Turn on USE_64_BIT_OFFSETS implicitly.
11886      Branch: cfgperl
11887            ! perl.h
11888 ____________________________________________________________________________
11889 [  4068] By: jhi                                   on 1999/09/03  08:19:59
11890         Log: Fix from Spider for the sub attributes (there was an undocumented
11891              dependency between force_word() and skipspace()).
11892      Branch: cfgperl
11893            ! toke.c
11894 ____________________________________________________________________________
11895 [  4067] By: jhi                                   on 1999/09/01  23:17:06
11896         Log: From: John Tobey <spam@john-edwin-tobey.org>
11897              To: ilya@math.ohio-state.edu
11898              CC: perl5-porters@perl.org
11899              Subject: Re: [PATCH 5.005_60] distclean forgot two
11900              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
11901              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
11902      Branch: cfgperl
11903            ! t/lib/dprof.t
11904 ____________________________________________________________________________
11905 [  4066] By: jhi                                   on 1999/09/01  23:14:50
11906         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
11907              To: perl5-porters@perl.org
11908              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
11909              Date: Fri, 20 Aug 1999 15:37:27 +0100
11910              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
11911      Branch: cfgperl
11912            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
11913            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
11914            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
11915 ____________________________________________________________________________
11916 [  4065] By: jhi                                   on 1999/09/01  22:06:43
11917         Log: From: Dominic Dunlop <domo@vo.lu>
11918              To: perl5-porters@perl.org
11919              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
11920              (UNINSTALLED) [PATCH]
11921              Date: Thu, 19 Aug 1999 09:48:03 +0200
11922              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
11923              
11924              The PERL_POLLUTE_MALLOC part had to be manually applied.
11925      Branch: cfgperl
11926            ! hints/machten.sh perl.h
11927 ____________________________________________________________________________
11928 [  4064] By: jhi                                   on 1999/09/01  13:56:14
11929         Log: From: Martin Lichtin <lichtin@bivio.com>
11930              To: jhi@iki.fi
11931              CC: perl5-porters@perl.org
11932              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
11933              Date: Wed, 01 Sep 1999 15:50:04 +0200
11934              Message-ID: <37CD2F0C.944BFACE@bivio.com>
11935      Branch: cfgperl
11936            ! lib/ExtUtils/Install.pm
11937 ____________________________________________________________________________
11938 [  4063] By: jhi                                   on 1999/09/01  13:16:11
11939         Log: Enhance lfs tests: check every seek and sysseek
11940              and test also that -e and -f detect largefiles.
11941      Branch: cfgperl
11942            ! t/lib/syslfs.t t/op/lfs.t
11943 ____________________________________________________________________________
11944 [  4062] By: jhi                                   on 1999/09/01  12:08:04
11945         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
11946              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11947              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
11948              The Perl Porters Mailing List <perl5-porters@perl.org>
11949              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
11950              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
11951              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
11952      Branch: cfgperl
11953            ! pod/perldiag.pod
11954 ____________________________________________________________________________
11955 [  4061] By: jhi                                   on 1999/09/01  12:03:03
11956         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11957              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
11958              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
11959              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
11960              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
11961              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
11962      Branch: cfgperl
11963            ! op.c t/op/join.t
11964 ____________________________________________________________________________
11965 [  4060] By: jhi                                   on 1999/09/01  07:59:42
11966         Log: IV_DIG and NV_DIG fixes.
11967      Branch: cfgperl
11968            ! perl.h
11969 ____________________________________________________________________________
11970 [  4059] By: jhi                                   on 1999/08/31  14:47:18
11971         Log: \C{} -> \N{} residue.
11972      Branch: cfgperl
11973            ! toke.c
11974 ____________________________________________________________________________
11975 [  4057] By: gsar                                  on 1999/08/30  22:08:19
11976         Log: avoid hiding child process window
11977      Branch: perl
11978            ! win32/win32.c
11979 ____________________________________________________________________________
11980 [  4055] By: jhi                                   on 1999/08/30  21:20:50
11981         Log: Document the undefinedness of overshifting.
11982      Branch: cfgperl
11983            ! pod/perlop.pod
11984 ____________________________________________________________________________
11985 [  4054] By: jhi                                   on 1999/08/30  20:18:18
11986         Log: History fixes and updates.
11987      Branch: cfgperl
11988            ! pod/perlhist.pod
11989 ____________________________________________________________________________
11990 [  4053] By: jhi                                   on 1999/08/30  19:34:02
11991         Log: Shell quoting thinko broke installdirs.
11992              From: JVromans@Squirrel.nl (Johan Vromans)
11993              To: perl5-porters@perl.org
11994              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
11995              installprefix
11996              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
11997              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
11998      Branch: cfgperl
11999            ! Configure config_h.SH
12000      Branch: metaconfig
12001            ! U/installdirs/archlib.U U/installdirs/bin.U
12002            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
12003            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
12004            ! U/installdirs/man3dir.U U/installdirs/privlib.U
12005            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
12006            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
12007            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
12008            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
12009            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
12010            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
12011            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
12012            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
12013            ! U/installdirs/vendorscriptdir.U
12014 ____________________________________________________________________________
12015 [  4052] By: jhi                                   on 1999/08/30  02:57:05
12016         Log: Use \N{named characters} instead of \C.
12017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12018              To: jhi@iki.fi
12019              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
12020              perl5-porters@perl.org (Mailing list Perl5)
12021              Subject: Re: [PATCH 5.005_58] Named characters in Perl
12022              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
12023              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
12024      Branch: cfgperl
12025            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
12026            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
12027 ____________________________________________________________________________
12028 [  4051] By: jhi                                   on 1999/08/30  02:54:20
12029         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
12030              To: perl5-porters@perl.org
12031              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
12032              don't mix
12033              Date: Sun, 29 Aug 1999 19:04:53 -0400
12034              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
12035      Branch: cfgperl
12036            ! universal.c
12037 ____________________________________________________________________________
12038 [  4050] By: jhi                                   on 1999/08/29  16:38:58
12039         Log: Conditionally socksify the LIBS of Socket.
12040      Branch: cfgperl
12041            ! ext/Socket/Makefile.PL
12042 ____________________________________________________________________________
12043 [  4049] By: jhi                                   on 1999/08/29  15:33:30
12044         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12045              To: Mailing list Perl5 <perl5-porters@perl.org>
12046              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
12047              Date: Wed, 25 Aug 1999 16:19:58 -0400
12048              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
12049      Branch: cfgperl
12050            ! lib/perl5db.pl
12051 ____________________________________________________________________________
12052 [  4048] By: jhi                                   on 1999/08/29  15:31:36
12053         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12054              To: perl5-porters@perl.org
12055              Subject: [PATCH _61] Lost arguments to simplified sort
12056              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
12057              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
12058      Branch: cfgperl
12059            ! op.c t/op/sort.t
12060 ____________________________________________________________________________
12061 [  4047] By: jhi                                   on 1999/08/29  15:29:29
12062         Log: From: Olaf Flebbe <olaf@science-computing.de>
12063              Sender: owner-perl5-porters@perl.org
12064              To: perl5-porters@perl.org
12065              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
12066              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
12067      Branch: cfgperl
12068            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
12069            ! epoc/perl.mmp epoc/perl.pkg
12070 ____________________________________________________________________________
12071 [  4046] By: jhi                                   on 1999/08/29  15:21:18
12072         Log: From: pvhp@forte.com (Peter Prymmer)
12073              To: perl5-porters@perl.org
12074              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
12075              Date: Fri, 27 Aug 99 18:51:04 PDT
12076              Message-Id: <9908280151.AA05010@forte.com>
12077      Branch: cfgperl
12078            ! t/lib/cgi-html.t
12079 ____________________________________________________________________________
12080 [  4045] By: jhi                                   on 1999/08/29  15:18:38
12081         Log: Fix scalar gmtime (and localtime) in quad environments,
12082              bug reported by Robin Parker.
12083              
12084              From: Robin Barker <rmb1@cise.npl.co.uk>
12085              To: jhi@iki.fi
12086              Cc: perl5-porters@perl.org
12087              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
12088              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
12089              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
12090      Branch: cfgperl
12091            ! pp_sys.c t/op/time.t
12092 ____________________________________________________________________________
12093 [  4044] By: jhi                                   on 1999/08/29  11:24:03
12094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12095              To: perl5-porters@perl.org (Mailing list Perl5)
12096              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
12097              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
12098              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
12099              
12100              Addendum: it's "only" 33% speedup.
12101      Branch: cfgperl
12102            ! dump.c op.c op.h pp.h
12103 ____________________________________________________________________________
12104 [  4043] By: jhi                                   on 1999/08/29  11:10:33
12105         Log: From: spider-perl@Orb.Nashua.NH.US
12106              To: Mailing list Perl5 <perl5-porters@perl.org>
12107              Subject: [PATCH 5.005_61 CORE] sub : attrlist
12108              Date: Sun, 29 Aug 1999 03:02:11 -0400
12109              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
12110      Branch: cfgperl
12111            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
12112            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
12113            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
12114            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
12115            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
12116            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
12117            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
12118 ____________________________________________________________________________
12119 [  4042] By: jhi                                   on 1999/08/29  11:08:50
12120         Log: Turn off gcc-2.95's strict-alias optimization.
12121              This, of course, should be only temporary.
12122              From Andy Dougherty.
12123      Branch: cfgperl
12124            ! Configure config_h.SH
12125      Branch: metaconfig
12126            ! U/compline/ccflags.U U/modified/cc.U
12127 ____________________________________________________________________________
12128 [  4041] By: jhi                                   on 1999/08/29  10:47:30
12129         Log: Fix a typo in #4036.
12130      Branch: cfgperl
12131            ! mg.c
12132 ____________________________________________________________________________
12133 [  4040] By: jhi                                   on 1999/08/29  10:34:58
12134         Log: Add a missing #endif forgotten by #4035.
12135      Branch: cfgperl
12136            ! doop.c
12137 ____________________________________________________________________________
12138 [  4039] By: jhi                                   on 1999/08/29  10:31:19
12139         Log: Remove an extra #endif introduced by #4036.
12140      Branch: cfgperl
12141            ! perl.h
12142 ____________________________________________________________________________
12143 [  4038] By: jhi                                   on 1999/08/29  10:18:59
12144         Log: Rename warning to warnings, from Paul Marquess.
12145      Branch: cfgperl
12146            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
12147            + t/pragma/warnings.t warnings.h warnings.pl
12148            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
12149            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
12150            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
12151            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
12152            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
12153            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
12154            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
12155            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12156            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12157            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12158            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12159            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12160            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
12161 ____________________________________________________________________________
12162 [  4037] By: jhi                                   on 1999/08/29  10:08:47
12163         Log: Create the equivalence tables based on
12164              the real Unicode decomposition, not on
12165              the character name.
12166      Branch: cfgperl
12167            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12168            ! lib/unicode/mktables.PL
12169 ____________________________________________________________________________
12170 [  4036] By: jhi                                   on 1999/08/29  09:29:08
12171         Log: Integrate with Sarathy.
12172      Branch: cfgperl
12173           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
12174           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
12175           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
12176           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
12177           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
12178           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
12179           !> (integrate 190 files)
12180 ____________________________________________________________________________
12181 [  4035] By: jhi                                   on 1999/08/29  08:56:15
12182         Log: Implement 64-bit vec().
12183      Branch: cfgperl
12184            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12185            ! pp.h t/op/64bit.t
12186 ____________________________________________________________________________
12187 [  4034] By: gsar                                  on 1999/08/29  03:35:18
12188         Log: deadcode removal
12189      Branch: perl
12190            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
12191            ! pp_ctl.c proto.h run.c sv.c
12192 ____________________________________________________________________________
12193 [  4033] By: jhi                                   on 1999/08/28  17:31:07
12194         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
12195              To: perl5-porters@perl.org
12196              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
12197              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
12198              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
12199      Branch: cfgperl
12200            ! perl.h
12201 ____________________________________________________________________________
12202 [  4032] By: gsar                                  on 1999/08/26  23:53:33
12203         Log: new thread should set current interp in TLS
12204      Branch: perl
12205            ! ext/Thread/Thread.xs
12206 ____________________________________________________________________________
12207 [  4031] By: bailey                                on 1999/08/23  03:40:07
12208         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
12209      Branch: vmsperl
12210            ! lib/ExtUtils/MM_VMS.pm
12211 ____________________________________________________________________________
12212 [  4030] By: bailey                                on 1999/08/23  03:37:43
12213         Log: Patch up holes in realclean target
12214      Branch: vmsperl
12215            ! vms/descrip_mms.template
12216 ____________________________________________________________________________
12217 [  4029] By: bailey                                on 1999/08/23  03:36:24
12218         Log: Fix handling of PERL_POLLUTE
12219      Branch: vmsperl
12220            ! lib/ExtUtils/MM_VMS.pm
12221 ____________________________________________________________________________
12222 [  4028] By: bailey                                on 1999/08/23  03:34:08
12223         Log: Update VMS version of perly.h
12224      Branch: vmsperl
12225            ! vms/perly_h.vms
12226 ____________________________________________________________________________
12227 [  4027] By: bailey                                on 1999/08/23  03:32:45
12228         Log: Update dependencies in Descrip.MMS
12229      Branch: vmsperl
12230            ! vms/descrip_mms.template
12231 ____________________________________________________________________________
12232 [  4026] By: bailey                                on 1999/08/23  03:30:01
12233         Log: Fix prototypes in perlapi.c (64-bit?)
12234              Clear prior definition of getenv_len before defining VMS-specific macro
12235      Branch: vmsperl
12236            ! perlapi.c vms/vmsish.h
12237 ____________________________________________________________________________
12238 [  4025] By: bailey                                on 1999/08/23  03:25:51
12239         Log: Add '-m' option to Configure.com which skips the MANIFEST check
12240      Branch: vmsperl
12241            ! configure.com
12242 ____________________________________________________________________________
12243 [  4024] By: bailey                                on 1999/08/23  03:23:34
12244         Log: Skip open() tests that rely on Unix fork semantics
12245      Branch: vmsperl
12246            ! t/io/open.t
12247 ____________________________________________________________________________
12248 [  4023] By: bailey                                on 1999/08/23  03:21:46
12249         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
12250      Branch: vmsperl
12251            ! vms/gen_shrfls.pl
12252 ____________________________________________________________________________
12253 [  4022] By: bailey                                on 1999/08/23  03:17:33
12254         Log: update MM_VMS to use new File::Spec routines
12255      Branch: vmsperl
12256            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
12257 ____________________________________________________________________________
12258 [  4021] By: bailey                                on 1999/08/23  03:13:40
12259         Log: byteperl is now part of the ByteLoader ext
12260      Branch: vmsperl
12261            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
12262 ____________________________________________________________________________
12263 [  4020] By: bailey                                on 1999/08/23  03:10:41
12264         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
12265      Branch: vmsperl
12266            ! vms/vms.c
12267 ____________________________________________________________________________
12268 [  4019] By: bailey                                on 1999/08/23  03:07:28
12269         Log: Update calls for new thread context handling
12270      Branch: vmsperl
12271            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
12272            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
12273 ____________________________________________________________________________
12274 [  4018] By: bailey                                on 1999/08/23  03:01:31
12275         Log: Allow for file versions in library when looking for .bs files
12276      Branch: vmsperl
12277            ! ext/DynaLoader/DynaLoader_pm.PL
12278 ____________________________________________________________________________
12279 [  4017] By: bailey                                on 1999/08/23  02:58:55
12280         Log: Update VMS configuration procedures for 5.005_60
12281      Branch: vmsperl
12282            ! configure.com vms/subconfigure.com
12283 ____________________________________________________________________________
12284 [  4016] By: gsar                                  on 1999/08/20  22:19:56
12285         Log: update Changes
12286      Branch: perl
12287            ! Changes
12288
12289 ----------------
12290 Version 5.005_61
12291 ----------------
12292
12293 ____________________________________________________________________________
12294 [  4015] By: gsar                                  on 1999/08/20  22:17:41
12295         Log: perl_free() should use PerlMem_free()
12296      Branch: perl
12297            ! perl.c
12298 ____________________________________________________________________________
12299 [  4014] By: gsar                                  on 1999/08/20  22:10:46
12300         Log: win32 tweaks
12301      Branch: perl
12302            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
12303            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12304            ! win32/config_H.vc
12305 ____________________________________________________________________________
12306 [  4013] By: gsar                                  on 1999/08/20  22:09:56
12307         Log: DEBUG_m() adjusted to internalize dTHX
12308      Branch: perl
12309            ! malloc.c perl.h util.c
12310 ____________________________________________________________________________
12311 [  4012] By: gsar                                  on 1999/08/20  17:51:06
12312         Log: make autogenerated files writable
12313      Branch: perl
12314            ! (edit 171 files)
12315 ____________________________________________________________________________
12316 [  4011] By: gsar                                  on 1999/08/20  17:43:47
12317         Log: update Changes
12318      Branch: perl
12319            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
12320 ____________________________________________________________________________
12321 [  4010] By: gsar                                  on 1999/08/20  17:21:53
12322         Log: up patchlevel &c
12323      Branch: perl
12324            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12325            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12326 ____________________________________________________________________________
12327 [  4009] By: gsar                                  on 1999/08/20  16:46:26
12328         Log: add missing Is/Syl*.pl files
12329      Branch: perl
12330            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
12331            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
12332            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
12333            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
12334            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
12335            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
12336 ____________________________________________________________________________
12337 [  4008] By: gsar                                  on 1999/08/20  16:31:02
12338         Log: integrate cfgperl contents into mainline
12339      Branch: perl
12340           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
12341           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12342           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
12343           +> t/op/lfs.t
12344            - lib/unicode/EthiopicSyllables.txt
12345            - lib/unicode/MakeEthiopicSyllables.PL
12346           !> (integrate 261 files)
12347 ____________________________________________________________________________
12348 [  4007] By: gsar                                  on 1999/08/20  15:24:08
12349         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
12350              USE_THREADS and MULTIPLICITY; minor pod adjustments
12351      Branch: perl
12352            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
12353            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
12354 ____________________________________________________________________________
12355 [  4006] By: jhi                                   on 1999/08/19  19:01:41
12356         Log: Tighten the vec() code so that naughty BITS cause an error.
12357      Branch: cfgperl
12358            ! doop.c
12359 ____________________________________________________________________________
12360 [  4005] By: jhi                                   on 1999/08/19  15:55:09
12361         Log: Don't document ill-defined vec() bits cases
12362              (for which the code doesn't work right in any case)
12363      Branch: cfgperl
12364            ! pod/perldiag.pod pod/perlfunc.pod
12365 ____________________________________________________________________________
12366 [  4004] By: jhi                                   on 1999/08/19  12:49:41
12367         Log: Removed duplicated code (in pp.c and mg.c) by introducing
12368              do_vecget().  NOTE: the calling convention of do_vecset()
12369              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
12370              in pp_vec() is no more multiplied by `size' in pp_vec(),
12371              the multiplication is now done in do_vecset().
12372              
12373              Also fix a cpp thinko in change #4002.
12374      Branch: cfgperl
12375            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
12376            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
12377            ! proto.h
12378 ____________________________________________________________________________
12379 [  4003] By: jhi                                   on 1999/08/18  08:27:22
12380         Log: Warn about small spherical distances.
12381      Branch: cfgperl
12382            ! lib/Math/Trig.pm
12383 ____________________________________________________________________________
12384 [  4002] By: jhi                                   on 1999/08/17  09:11:51
12385         Log: Enhance IV_FITS_IN_IV (though it's still unused).
12386      Branch: cfgperl
12387            ! perl.h
12388 ____________________________________________________________________________
12389 [  4001] By: jhi                                   on 1999/08/17  08:13:34
12390         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
12391              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
12392              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
12393              Subject: [PATCH] overload.pm str/num confu
12394              Date: 17 Aug 1999 08:21:12 +0200
12395      Branch: cfgperl
12396            ! lib/overload.pm
12397 ____________________________________________________________________________
12398 [  4000] By: jhi                                   on 1999/08/17  07:20:23
12399         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
12400              To: perl5-porters@perl.org
12401              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
12402              Date: 16 Aug 1999 14:24:28 -0700
12403              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
12404      Branch: cfgperl
12405            ! pod/perlobj.pod
12406 ____________________________________________________________________________
12407 [  3999] By: jhi                                   on 1999/08/16  19:49:09
12408         Log: Integrate with Nick.
12409      Branch: cfgperl
12410           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
12411 ____________________________________________________________________________
12412 [  3998] By: jhi                                   on 1999/08/16  19:44:29
12413         Log: Fix most of the pod2man moanings reported in
12414              
12415              From: "Larry W. Virden" <lvirden@cas.org>
12416              To: perl5-porters@perl.org
12417              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
12418              (UNINSTALLED)
12419              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
12420              Message-Id: <199908031935.PAA27692@cas.org>
12421              
12422              Configure regen'ed.
12423      Branch: cfgperl
12424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12425            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
12426            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
12427            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
12428            ! utils/h2xs.PL utils/perlcc.PL
12429 ____________________________________________________________________________
12430 [  3997] By: jhi                                   on 1999/08/16  19:20:37
12431         Log: A fix of sorts for the flush-before-dup scenario.
12432      Branch: cfgperl
12433            ! doio.c
12434 ____________________________________________________________________________
12435 [  3996] By: jhi                                   on 1999/08/16  19:14:37
12436         Log: More paranoia.
12437      Branch: cfgperl
12438            ! sv.c
12439 ____________________________________________________________________________
12440 [  3995] By: jhi                                   on 1999/08/16  18:55:35
12441         Log: Batch of small 64-bit/long double/large file support tweaks:
12442              - scan for LDBL_DIG
12443              - from DBL_DIG and LDBL_DIG select NV_DIG
12444              - introduce IVSIZE, UVSIZE, NVSIZE
12445              - introduce IV_DIG
12446              - remove stdio64
12447              - AIX uses `oslevel` when others use `uname -r`
12448              - already AIX 4.2 goes 64-bit
12449              - in HP-UX require the 64-bit libc, just the directory isn't enough
12450              - group ids are not NVs
12451              - #undef USE_LONG_DOUBLE if long double is no better than double
12452              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
12453              - mention large file support in perldelta
12454              - introduce quad TOPpin' and POPpin'
12455              - the svcat... buffer was tiny for printing quads in %b
12456              - fix the multiplication test in 64bit.t
12457              - try to make VMS to comply with all this removal and "introducal"
12458              of symbols
12459      Branch: cfgperl
12460            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
12461            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
12462            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
12463      Branch: metaconfig
12464            ! U/modified/d_longdbl.U
12465      Branch: metaconfig/U/perl
12466            + d_ldbl_dig.U
12467 ____________________________________________________________________________
12468 [  3994] By: jhi                                   on 1999/08/16  07:53:44
12469         Log: More Configure/subconfigure.com syncing.
12470      Branch: cfgperl
12471            ! vms/subconfigure.com
12472 ____________________________________________________________________________
12473 [  3993] By: jhi                                   on 1999/08/14  22:09:26
12474         Log: Remove from VMS what the change #3982 took away from Configure lands.
12475      Branch: cfgperl
12476            ! vms/subconfigure.com
12477 ____________________________________________________________________________
12478 [  3992] By: jhi                                   on 1999/08/14  13:29:13
12479         Log: Small test tweaks.
12480      Branch: cfgperl
12481            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
12482 ____________________________________________________________________________
12483 [  3991] By: jhi                                   on 1999/08/14  13:08:41
12484         Log: Augment filesize limit note.
12485      Branch: cfgperl
12486            ! doio.c
12487 ____________________________________________________________________________
12488 [  3990] By: jhi                                   on 1999/08/14  13:06:12
12489         Log: Note about filesize limits.
12490      Branch: cfgperl
12491            ! doio.c pp_sys.c
12492 ____________________________________________________________________________
12493 [  3989] By: jhi                                   on 1999/08/14  11:31:58
12494         Log: Catch the case of filesize limits.
12495      Branch: cfgperl
12496            ! t/lib/syslfs.t t/op/lfs.t
12497 ____________________________________________________________________________
12498 [  3988] By: nick                                  on 1999/08/14  09:20:58
12499         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
12500              this causes a POPSTACK panic. The problem seems to be that although
12501              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
12502              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
12503              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
12504              messing with CATCH_SET() in call_sv, use it in perl_vdie().
12505              Add test to op/eval.t which will fail (panic) if bug comes back.
12506              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
12507      Branch: perl
12508            ! cop.h perl.c t/op/eval.t util.c
12509 ____________________________________________________________________________
12510 [  3987] By: jhi                                   on 1999/08/13  23:57:52
12511         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
12512              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
12513              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
12514              Date: Fri, 13 Aug 1999 17:42:47 -0500
12515              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
12516      Branch: cfgperl
12517            ! lib/ExtUtils/MM_VMS.pm
12518 ____________________________________________________________________________
12519 [  3986] By: jhi                                   on 1999/08/13  23:56:44
12520         Log: Don't quit before printing out the message.
12521      Branch: cfgperl
12522            ! t/lib/syslfs.t t/op/lfs.t
12523 ____________________________________________________________________________
12524 [  3985] By: jhi                                   on 1999/08/13  23:35:49
12525         Log: Remove more t/ trash on target "clean".
12526      Branch: cfgperl
12527            ! Makefile.SH
12528 ____________________________________________________________________________
12529 [  3984] By: jhi                                   on 1999/08/13  23:02:53
12530         Log: Avoid double long double. 
12531      Branch: cfgperl
12532            ! Configure config_h.SH
12533      Branch: metaconfig/U/perl
12534            ! uselongdbl.U
12535 ____________________________________________________________________________
12536 [  3983] By: jhi                                   on 1999/08/13  22:59:56
12537         Log: BYTEORDER fix.
12538      Branch: cfgperl
12539            ! Configure config_h.SH
12540      Branch: metaconfig
12541            ! U/compline/byteorder.U
12542 ____________________________________________________________________________
12543 [  3982] By: jhi                                   on 1999/08/13  22:48:40
12544         Log: Jumbo Configure and large file support update.
12545              Remove a lot of unneeded 64-bitness cruft;
12546              re-introduce BYTEORDER; update 64-bitness hints;
12547              lfs should now work in Solaris; long doubles in AIX.
12548      Branch: cfgperl
12549            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
12550            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
12551            ! perlsdio.h pp.h pp_sys.c
12552      Branch: metaconfig
12553            ! U/compline/byteorder.U U/compline/ccflags.U
12554      Branch: metaconfig/U/perl
12555            ! d_dlsymun.U io64.U uselongdbl.U
12556 ____________________________________________________________________________
12557 [  3980] By: jhi                                   on 1999/08/13  15:09:11
12558         Log: Introduce HAS_LLSEEK.
12559      Branch: cfgperl
12560            ! Configure config_h.SH perl.h
12561 ____________________________________________________________________________
12562 [  3979] By: jhi                                   on 1999/08/13  14:29:47
12563         Log: From: <dan@sidhe.org>
12564              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
12565              sarathy@activestate.com
12566              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
12567              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
12568              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
12569      Branch: cfgperl
12570            ! vms/vms.c
12571 ____________________________________________________________________________
12572 [  3978] By: jhi                                   on 1999/08/13  09:56:46
12573         Log: Make the 64-bit tests more paranoid.
12574      Branch: cfgperl
12575            ! t/op/64bit.t
12576 ____________________________________________________________________________
12577 [  3976] By: jhi                                   on 1999/08/12  21:49:16
12578         Log: IRIX64 needs more -mabi=64 with gcc.
12579      Branch: cfgperl
12580            ! hints/irix_6.sh
12581 ____________________________________________________________________________
12582 [  3975] By: jhi                                   on 1999/08/12  21:02:03
12583         Log: Reincarnate change #3967, now in more modest form.
12584      Branch: cfgperl
12585            ! hints/irix_6.sh
12586 ____________________________________________________________________________
12587 [  3974] By: jhi                                   on 1999/08/12  20:49:36
12588         Log: Remove rt from libswanted (I added it many moons ago
12589              when I thought it would be useful in Digital UNIX,
12590              I was wrong); undo the recent IRIX hints changes,
12591              getting rid of one warning brought new ones.
12592      Branch: cfgperl
12593            ! Configure config_h.SH hints/irix_6.sh
12594      Branch: metaconfig
12595            ! U/modified/Myinit.U
12596 ____________________________________________________________________________
12597 [  3973] By: jhi                                   on 1999/08/12  19:42:53
12598         Log: st_blocks is in 512 byte blocks.
12599      Branch: cfgperl
12600            ! t/lib/syslfs.t t/op/lfs.t
12601 ____________________________________________________________________________
12602 [  3972] By: jhi                                   on 1999/08/12  19:27:31
12603         Log: Don't claim defeat too early.
12604      Branch: cfgperl
12605            ! Configure config_h.SH
12606      Branch: metaconfig/U/perl
12607            ! longdblfio.U
12608 ____________________________________________________________________________
12609 [  3971] By: jhi                                   on 1999/08/12  19:24:14
12610         Log: IRIX 64-bit hint tweak. 
12611      Branch: cfgperl
12612            ! hints/irix_6.sh
12613 ____________________________________________________________________________
12614 [  3970] By: nick                                  on 1999/08/12  19:17:20
12615         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
12616              tests i.e. RV2AV and RV2HV
12617      Branch: perl
12618            ! op.c t/pragma/warn/op
12619 ____________________________________________________________________________
12620 [  3969] By: jhi                                   on 1999/08/12  19:06:17
12621         Log: Add Configure -Duselongdouble and add a missing semicolon.
12622      Branch: cfgperl
12623            ! Configure config_h.SH sv.c
12624      Branch: metaconfig/U/perl
12625            + uselongdbl.U
12626 ____________________________________________________________________________
12627 [  3968] By: jhi                                   on 1999/08/12  18:46:00
12628         Log: Simply exit() early if lfs support seems unlikely.
12629      Branch: cfgperl
12630            ! t/lib/syslfs.t t/op/lfs.t
12631 ____________________________________________________________________________
12632 [  3967] By: jhi                                   on 1999/08/12  18:44:05
12633         Log: Suffer silently for unused libraries.
12634      Branch: cfgperl
12635            ! hints/irix_6.sh
12636 ____________________________________________________________________________
12637 [  3966] By: jhi                                   on 1999/08/12  13:18:44
12638         Log: Update MANIFEST to follow change #3965.
12639      Branch: cfgperl
12640            ! MANIFEST
12641 ____________________________________________________________________________
12642 [  3965] By: jhi                                   on 1999/08/12  13:15:38
12643         Log: Regenerate Unicode tables based on new syllable lists
12644              from Daniel Yacob.
12645      Branch: cfgperl
12646            ! (edit 159 files)
12647 ____________________________________________________________________________
12648 [  3964] By: jhi                                   on 1999/08/12  10:06:24
12649         Log: Remove more spurious casting.
12650      Branch: cfgperl
12651            ! pp_sys.c
12652 ____________________________________________________________________________
12653 [  3963] By: jhi                                   on 1999/08/12  08:18:53
12654         Log: Minor niggles on the lfs tests.
12655      Branch: cfgperl
12656            ! t/lib/syslfs.t t/op/lfs.t
12657 ____________________________________________________________________________
12658 [  3962] By: jhi                                   on 1999/08/11  22:48:25
12659         Log: Don't bother with lfs testing if off_t is too small.
12660      Branch: cfgperl
12661            ! t/lib/syslfs.t t/op/lfs.t
12662 ____________________________________________________________________________
12663 [  3961] By: jhi                                   on 1999/08/11  22:22:54
12664         Log: Long double patches from Dan Sugalski.
12665      Branch: cfgperl
12666            ! sv.c
12667 ____________________________________________________________________________
12668 [  3960] By: jhi                                   on 1999/08/11  22:17:55
12669         Log: Flush buffer before duplicating file descriptor.
12670              
12671              From: Mark-Jason Dominus <mjd@plover.com>
12672              To: Graham Barr <gbarr@pobox.com>
12673              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
12674              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
12675              Date: Wed, 11 Aug 1999 15:56:09 -0400
12676              Message-ID: <19990811195610.5933.qmail@plover.com>
12677              
12678              From: Mark-Jason Dominus <mjd@plover.com>
12679              To: perl5-porters@perl.org
12680              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
12681              Date: Wed, 11 Aug 1999 16:05:46 -0400
12682              Message-ID: <19990811200546.6165.qmail@plover.com>
12683      Branch: cfgperl
12684            ! doio.c pod/perldelta.pod
12685 ____________________________________________________________________________
12686 [  3959] By: jhi                                   on 1999/08/11  22:11:35
12687         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
12688              
12689              From: "Craig A. Berry" <craig.berry@metamor.com>
12690              Sender: owner-perl5-porters@perl.org
12691              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
12692              bailey@newman.upenn.edu
12693              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
12694              problem
12695              Date: Wed, 11 Aug 1999 14:31:11 -0500
12696              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
12697      Branch: cfgperl
12698            ! vms/vms.c
12699 ____________________________________________________________________________
12700 [  3958] By: jhi                                   on 1999/08/11  15:35:45
12701         Log: Add a hopefully comforting message if there seems to be no LFS. 
12702              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
12703              The tests will fail on lfs tests only if quad is available,
12704              if ENOQUAD, the lfs tests will be skipped.
12705      Branch: cfgperl
12706            ! t/lib/syslfs.t t/op/lfs.t
12707 ____________________________________________________________________________
12708 [  3957] By: jhi                                   on 1999/08/11  12:25:59
12709         Log: Unapply an experimental patch that accidentally escaped
12710              from the lab by piggybacking with the change #3955.
12711      Branch: cfgperl
12712            ! pp.c pp.h pp_hot.c
12713 ____________________________________________________________________________
12714 [  3956] By: jhi                                   on 1999/08/11  08:19:23
12715         Log: Add sysio large file support testing.
12716      Branch: cfgperl
12717            + t/lib/syslfs.t
12718            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
12719 ____________________________________________________________________________
12720 [  3955] By: jhi                                   on 1999/08/10  22:39:11
12721         Log: From: <dan@sidhe.org>
12722              To: vmsperl@perl.org, perl5-porters@perl.org,
12723              sarathy@activestate.com, bailey@newman.upenn.edu
12724              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
12725              threads on VMS
12726              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
12727              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
12728      Branch: cfgperl
12729            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
12730            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
12731            ! vms/writemain.pl
12732 ____________________________________________________________________________
12733 [  3954] By: jhi                                   on 1999/08/10  20:37:55
12734         Log: LFS testing robustness.
12735      Branch: cfgperl
12736            ! t/op/lfs.t
12737 ____________________________________________________________________________
12738 [  3953] By: jhi                                   on 1999/08/10  19:54:50
12739         Log: From: <dan@sidhe.org>
12740              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
12741              sarathy@activestate.com
12742              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
12743              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
12744              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
12745      Branch: cfgperl
12746            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12747            ! vms/subconfigure.com vms/vmsish.h
12748 ____________________________________________________________________________
12749 [  3952] By: jhi                                   on 1999/08/10  17:18:57
12750         Log: AIX is different, again.  Now in cc -E output.
12751      Branch: cfgperl
12752            ! Configure config_h.SH
12753      Branch: metaconfig
12754            ! U/modified/cppstdin.U
12755 ____________________________________________________________________________
12756 [  3951] By: jhi                                   on 1999/08/10  14:37:08
12757         Log: Use Pid_t on pgrp matters.
12758      Branch: cfgperl
12759            ! pp_sys.c
12760 ____________________________________________________________________________
12761 [  3950] By: jhi                                   on 1999/08/10  14:35:30
12762         Log: Use Pid_t.
12763      Branch: cfgperl
12764            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12765            ! pp_sys.c proto.h util.c
12766 ____________________________________________________________________________
12767 [  3949] By: jhi                                   on 1999/08/10  14:11:15
12768         Log: Use Mode_t.
12769      Branch: cfgperl
12770            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12771            ! perlapi.h pp_sys.c proto.h
12772 ____________________________________________________________________________
12773 [  3948] By: jhi                                   on 1999/08/10  13:53:19
12774         Log: Small perlbug doc tweaks from Jon Orwant.
12775      Branch: cfgperl
12776            ! utils/perlbug.PL
12777 ____________________________________________________________________________
12778 [  3947] By: jhi                                   on 1999/08/10  09:55:11
12779         Log: Large file support testing.
12780      Branch: cfgperl
12781            + t/op/lfs.t
12782            ! MANIFEST t/op/64bit.t
12783 ____________________________________________________________________________
12784 [  3946] By: jhi                                   on 1999/08/10  09:13:54
12785         Log: Remove I32 casting from time-related functions.
12786      Branch: cfgperl
12787            ! pp_sys.c
12788 ____________________________________________________________________________
12789 [  3945] By: jhi                                   on 1999/08/10  09:06:42
12790         Log: Gratuitous uid and gid casts to I32s and ints removed.
12791              There are still problem spots in printfing such ids:
12792              width (%d vs %ld) and signedness %d vs %u.
12793      Branch: cfgperl
12794            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
12795            ! perl.c perlapi.c pp_hot.c proto.h
12796 ____________________________________________________________________________
12797 [  3944] By: jhi                                   on 1999/08/10  07:43:03
12798         Log: Remove I32 casts from pp_stat, these make stat()
12799              very broken e.g. on files larger than 2 gigabytes.
12800              Reported by
12801              From: Phil Lobbes <phil@finchcomputer.com>
12802              To: perl5-porters@perl.org
12803              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
12804              UNIX Perl 5.005_03
12805              Date: Mon, 09 Aug 1999 21:38:54 -0700
12806              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
12807              
12808              There are more of these I32 casts all over pp_sys.c,
12809              all of them should be checked.
12810      Branch: cfgperl
12811            ! pp_sys.c
12812 ____________________________________________________________________________
12813 [  3943] By: jhi                                   on 1999/08/10  07:38:30
12814         Log: Remove blathering.
12815      Branch: cfgperl
12816            ! lib/unicode/mktables.PL
12817 ____________________________________________________________________________
12818 [  3942] By: jhi                                   on 1999/08/09  20:35:13
12819         Log: lexwarn maintenance: new warning class unsafe
12820              subclasses 'overflow' and 'portable' created,
12821              used by the recent integer overflow warnings.
12822              Class syntax subclass 'octal' renamed to 'digit',
12823              binary and hexadecimal parsing errors also 'digit' warnings.
12824      Branch: cfgperl
12825            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
12826            ! util.c warning.h warning.pl
12827 ____________________________________________________________________________
12828 [  3941] By: jhi                                   on 1999/08/09  10:40:47
12829         Log: Integrate with Nick.
12830      Branch: cfgperl
12831           +> opnames.h
12832           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
12833           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
12834 ____________________________________________________________________________
12835 [  3940] By: jhi                                   on 1999/08/09  10:32:43
12836         Log: Regenerate the Unicode tables after having updated the Unicode
12837              database (change #3939).
12838      Branch: cfgperl
12839            ! (edit 157 files)
12840 ____________________________________________________________________________
12841 [  3939] By: jhi                                   on 1999/08/09  10:27:22
12842         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
12843      Branch: cfgperl
12844            ! lib/unicode/UnicodeData-Latest.txt
12845 ____________________________________________________________________________
12846 [  3938] By: jhi                                   on 1999/08/09  10:25:54
12847         Log: Ethiopic changes via private email from Daniel Yacob,
12848              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
12849              Canadian Syllabics and Yi under construction.
12850      Branch: cfgperl
12851            + lib/unicode/syllables.txt
12852            - lib/unicode/EthiopicSyllables.txt
12853            - lib/unicode/MakeEthiopicSyllables.PL
12854            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
12855            ! lib/unicode/mktables.PL
12856 ____________________________________________________________________________
12857 [  3937] By: jhi                                   on 1999/08/09  10:21:51
12858         Log: Move the equivalence class creation last.
12859      Branch: cfgperl
12860            ! lib/unicode/mktables.PL
12861 ____________________________________________________________________________
12862 [  3936] By: jhi                                   on 1999/08/09  10:20:40
12863         Log: Compute equivalence classes (diacritics stripping) only
12864              for letters, not for ligatures.
12865      Branch: cfgperl
12866            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12867            ! lib/unicode/mktables.PL
12868 ____________________________________________________________________________
12869 [  3935] By: nick                                  on 1999/08/08  13:53:57
12870         Log: Will now correctly re-call 
12871              bootstrap "Foo";
12872              if requested. This should allow build on Win32 and other
12873              platforms where you cannot link to loadables directly.
12874      Branch: perl
12875            ! ext/B/B/C.pm
12876 ____________________________________________________________________________
12877 [  3934] By: nick                                  on 1999/08/07  12:23:55
12878         Log: Vishal Bhatia <vishalb@my-deja.com>
12879              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
12880              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
12881      Branch: perl
12882            ! ext/B/B/CC.pm
12883 ____________________________________________________________________________
12884 [  3933] By: nick                                  on 1999/08/07  12:19:46
12885         Log: B::C changes to get simple Tk app. compiling again
12886      Branch: perl
12887            ! ext/B/B/C.pm
12888 ____________________________________________________________________________
12889 [  3932] By: jhi                                   on 1999/08/06  21:17:16
12890         Log: Regen Configure to include change #3915.
12891      Branch: cfgperl
12892            ! Configure config_h.SH
12893 ____________________________________________________________________________
12894 [  3931] By: jhi                                   on 1999/08/06  18:52:57
12895         Log: Todo update.
12896      Branch: cfgperl
12897            ! Todo Todo-5.005 lib/unicode/mktables.PL
12898 ____________________________________________________________________________
12899 [  3930] By: jhi                                   on 1999/08/06  13:13:05
12900         Log: Character class equivalence tables.
12901      Branch: cfgperl
12902            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12903            ! MANIFEST lib/unicode/mktables.PL
12904 ____________________________________________________________________________
12905 [  3929] By: jhi                                   on 1999/08/06  11:59:11
12906         Log: More Fcntl constants.  (This process really needs
12907              to be automated, at least partly, see the Errno extension.)
12908              Now also the SEEK_ constants are available via the Fcntl.
12909              Yes, this is redundant (IO::Seekable and POSIX supply them already),
12910              but now Fcntl is a one-stop shopping mall for all your
12911              file-related constants.    
12912      Branch: cfgperl
12913            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
12914 ____________________________________________________________________________
12915 [  3928] By: jhi                                   on 1999/08/06  08:08:03
12916         Log: Protect against pack/unpack repeat count overflows,
12917              based on:
12918              
12919              From: Nathan Torkington <gnat@frii.com>
12920              To: Brian Keefer <mgomes@cwix.com>
12921              Cc: perl5-porters@perl.org
12922              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
12923              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
12924              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
12925      Branch: cfgperl
12926            ! pod/perldiag.pod pp.c
12927 ____________________________________________________________________________
12928 [  3927] By: jhi                                   on 1999/08/06  07:32:20
12929         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
12930              
12931              From: Nathan Torkington <gnat@frii.com>
12932              To: perl5-porters@perl.org
12933              Subject: Bugfix for my bugfix
12934              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
12935              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
12936      Branch: cfgperl
12937            ! ext/B/B/Assembler.pm
12938 ____________________________________________________________________________
12939 [  3926] By: jhi                                   on 1999/08/05  17:25:19
12940         Log: Fix regex charclass parsing so that bogus ranges
12941              like [0-\d] and [[:word:]-z] are no more allowed.
12942              The anomaly was noticed by Guy Decoux.
12943      Branch: cfgperl
12944            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
12945 ____________________________________________________________________________
12946 [  3925] By: jhi                                   on 1999/08/05  10:31:47
12947         Log: split /^/ deprecation warning should not be on by default.
12948      Branch: cfgperl
12949            ! pp.c
12950 ____________________________________________________________________________
12951 [  3923] By: jhi                                   on 1999/08/05  09:16:57
12952         Log: From: paul.marquess@bt.com
12953              To: jhi@iki.fi, paul.marquess@bt.com
12954              Cc: gsar@ActiveState.com, perl5-porters@perl.org
12955              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
12956              Date: Thu, 5 Aug 1999 09:33:14 +0100
12957              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
12958      Branch: cfgperl
12959            ! t/lib/anydbm.t
12960 ____________________________________________________________________________
12961 [  3921] By: jhi                                   on 1999/08/05  08:05:13
12962         Log: From: paul.marquess@bt.com
12963              To: perl5-porters@perl.org
12964              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
12965              randy@theoryx5.uwinnipeg.ca
12966              Subject:  [PATCH 5.005_60] DB_File 1.70
12967              Date: Wed, 4 Aug 1999 23:22:22 +0100
12968              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
12969              
12970              (Replaces change #3917)
12971      Branch: cfgperl
12972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12973            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12974 ____________________________________________________________________________
12975 [  3920] By: jhi                                   on 1999/08/04  19:02:58
12976         Log: From: Nathan Torkington <gnat@frii.com>
12977              To: perl5-porters@perl.org
12978              Subject: [5.005_60 PATCH] Make B::Bytecode work
12979              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
12980              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
12981      Branch: cfgperl
12982            ! ext/B/B/Assembler.pm
12983 ____________________________________________________________________________
12984 [  3919] By: jhi                                   on 1999/08/04  10:56:26
12985         Log: Update history records.
12986      Branch: cfgperl
12987            ! pod/perlhist.pod
12988 ____________________________________________________________________________
12989 [  3918] By: jhi                                   on 1999/08/04  09:36:13
12990         Log: Minor fixes to linux -Dusethreads -Duseperlio.
12991      Branch: cfgperl
12992            ! perlio.c
12993 ____________________________________________________________________________
12994 [  3917] By: jhi                                   on 1999/08/04  08:13:20
12995         Log: (Replaced by change #3921)
12996              From: paul.marquess@bt.com
12997              To: gsar@activestate.com
12998              Cc: perl5-porters@perl.org
12999              Subject: [PATCH 5.005_60] DB_File 1.69
13000              Date: Tue, 3 Aug 1999 22:55:00 +0100
13001              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
13002      Branch: cfgperl
13003            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13004            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
13005 ____________________________________________________________________________
13006 [  3916] By: jhi                                   on 1999/08/04  07:59:05
13007         Log: Introduce the charnames pragma.
13008              
13009              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
13010              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
13011              To: Chip Salzenberg <[11]chip@perlsupport.com>
13012              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
13013              Date: Sat, 31 Jul 1999 05:44:05 -0400
13014              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
13015              
13016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13017              To: Mailing list Perl5 <perl5-porters@perl.org>
13018              Subject: [PATCH 5.005_58] Named characters in Perl
13019              Date: Mon, 2 Aug 1999 19:25:40 -0400
13020              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
13021      Branch: cfgperl
13022            + lib/charnames.pm t/lib/charnames.t
13023            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
13024            ! pod/perlre.pod regcomp.c toke.c
13025 ____________________________________________________________________________
13026 [  3915] By: jhi                                   on 1999/08/03  21:18:49
13027         Log: Support Configure -Dmake=pmake.
13028              Via private email from Andy.
13029              NOTE: assumes "basename" command.
13030      Branch: metaconfig
13031            ! U/modified/Config_sh.U
13032 ____________________________________________________________________________
13033 [  3914] By: jhi                                   on 1999/08/03  21:11:11
13034         Log: The op/filetest.t failed subtest 7 if testing as root.
13035              
13036              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
13037              To: perl5-porters@perl.org
13038              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
13039              Date: Tue, 27 Jul 1999 22:54:05 +0200
13040              Message-Id: <379E1C6D.626DC765@club-internet.fr>
13041      Branch: cfgperl
13042            ! t/op/filetest.t
13043 ____________________________________________________________________________
13044 [  3911] By: jhi                                   on 1999/08/03  19:52:38
13045         Log: The "-Dusethreads -Duseperlio" combination failed.
13046              
13047              From: Spider Boardman <spider@leggy.zk3.dec.com>
13048              To: perl5-porters@perl.org
13049              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
13050              4.0 (UNINSTALLED)
13051              Date: Tue, 3 Aug 1999 14:25:00 -0400
13052              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
13053              
13054              See also change #3912.
13055      Branch: cfgperl
13056            ! perlio.c
13057 ____________________________________________________________________________
13058 [  3910] By: jhi                                   on 1999/08/03  10:44:24
13059         Log: From: Chris Nandor <pudge@pobox.com>
13060              To: perl5-porters@perl.org
13061              Subject: [PATCH 5.005_58] perlbug.PL 1.27
13062              Date: Wed, 28 Jul 1999 23:42:49 -0400
13063              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
13064      Branch: cfgperl
13065            ! utils/perlbug.PL
13066 ____________________________________________________________________________
13067 [  3909] By: jhi                                   on 1999/08/03  10:41:04
13068         Log: Hints for building ByteLoader in SunoS.  Based on
13069              From: Andy Dougherty <doughera@lafayette.edu>
13070              To: Gurusamy Sarathy <gsar@activestate.com>
13071              Cc: Perl Porters <perl5-porters@perl.org>
13072              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
13073              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
13074              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
13075      Branch: cfgperl
13076            + ext/ByteLoader/hints/sunos.pl
13077            ! MANIFEST ext/ByteLoader/ByteLoader.xs
13078 ____________________________________________________________________________
13079 [  3908] By: jhi                                   on 1999/08/03  09:29:22
13080         Log: Clarify RE engine code; inline a static function to a macro;
13081              make exact string nodes smaller.
13082              
13083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13084              To: perl5-porters@perl.org (Mailing list Perl5)
13085              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
13086              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
13087              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
13088      Branch: cfgperl
13089            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
13090            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
13091            ! regnodes.h warning.h
13092 ____________________________________________________________________________
13093 [  3907] By: jhi                                   on 1999/08/03  08:11:49
13094         Log: 5_59 configured with -Dd_bincompat5005 can't be made
13095              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
13096              
13097              From: Spider Boardman <spider@leggy.zk3.dec.com>
13098              To: perl5-porters@perl.org
13099              Subject: [ID 19990802.016] Not OK: perl 5.00559
13100              Date: Mon, 2 Aug 1999 16:11:13 -0400
13101              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
13102      Branch: cfgperl
13103            ! embed.pl
13104 ____________________________________________________________________________
13105 [  3906] By: jhi                                   on 1999/08/03  07:48:59
13106         Log: Change #3790 redemption: with a little additional
13107              patch from Ilya it works okay.
13108      Branch: cfgperl
13109            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13110            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13111 ____________________________________________________________________________
13112 [  3905] By: gsar                                  on 1999/08/02  21:03:23
13113         Log: this will be 5.005_60
13114      Branch: perl
13115            ! Changes
13116
13117 ----------------
13118 Version 5.005_60
13119 ----------------
13120
13121 ____________________________________________________________________________
13122 [  3904] By: gsar                                  on 1999/08/02  20:30:23
13123         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
13124              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
13125              regen headers
13126      Branch: perl
13127            ! embed.h embed.pl global.sym opcode.h perlapi.c
13128 ____________________________________________________________________________
13129 [  3903] By: gsar                                  on 1999/08/02  20:26:07
13130         Log: native int pack/unpack fixes (from Spider Boardman
13131              <spider@leggy.zk3.dec.com>)
13132      Branch: perl
13133            ! pp.c
13134 ____________________________________________________________________________
13135 [  3902] By: gsar                                  on 1999/08/02  20:24:41
13136         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
13137              <spider@leggy.zk3.dec.com>)
13138      Branch: perl
13139            + opnames.h
13140            ! Changes MANIFEST opcode.pl perl.h
13141 ____________________________________________________________________________
13142 [  3901] By: gsar                                  on 1999/08/02  18:51:18
13143         Log: integrate cfgperl contents
13144      Branch: perl
13145           !> INSTALL README pod/perldelta.pod
13146 ____________________________________________________________________________
13147 [  3900] By: jhi                                   on 1999/08/02  18:46:21
13148         Log: Update README and INSTALL; partly based on the message
13149              
13150              From: "John L. Allen" <allen@grumman.com>
13151              To: Jarkko Hietaniemi <jhi@iki.fi>
13152              cc: perl5-porters@perl.org
13153              Subject: Re: Perl Installation Problem
13154              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
13155              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
13156              
13157              and private email from Andy Dougherty.
13158      Branch: cfgperl
13159            ! INSTALL README
13160 ____________________________________________________________________________
13161 [  3899] By: jhi                                   on 1999/08/02  18:36:35
13162         Log: Integrate with Sarathy.
13163      Branch: cfgperl
13164           !> op.c
13165 ____________________________________________________________________________
13166 [  3898] By: jhi                                   on 1999/08/02  18:34:49
13167         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
13168      Branch: cfgperl
13169            ! pod/perldelta.pod
13170 ____________________________________________________________________________
13171 [  3897] By: gsar                                  on 1999/08/02  18:18:37
13172         Log: optimizations could sometimes bypass bareword check
13173      Branch: perl
13174            ! op.c
13175 ____________________________________________________________________________
13176 [  3896] By: jhi                                   on 1999/08/02  18:18:34
13177         Log: Integrate with Sarathy.
13178      Branch: cfgperl
13179           !> Changes makedef.pl patchlevel.h win32/Makefile
13180           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13181           !> win32/makefile.mk
13182 ____________________________________________________________________________
13183 [  3895] By: gsar                                  on 1999/08/02  17:22:40
13184         Log: up patchlevel etc.
13185      Branch: perl
13186            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13187            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13188 ____________________________________________________________________________
13189 [  3894] By: gsar                                  on 1999/08/02  17:12:31
13190         Log: integrate change#3893, make it conditional on bincompat5005
13191      Branch: perl
13192            ! makedef.pl
13193 ____________________________________________________________________________
13194 [  3893] By: jhi                                   on 1999/08/02  16:49:08
13195         Log: PERL_BINCOMPAT_5005 symbol translation.
13196              (AIX wouldn't link neither perl nor extensions.)
13197      Branch: cfgperl
13198            ! makedef.pl
13199 ____________________________________________________________________________
13200 [  3892] By: gsar                                  on 1999/08/02  16:09:13
13201         Log: integrate cfgperl contents into mainline
13202      Branch: perl
13203           +> t/op/64bit.t
13204            ! Changes
13205           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
13206           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
13207           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
13208 ____________________________________________________________________________
13209 [  3891] By: jhi                                   on 1999/08/02  14:52:40
13210         Log: AIX long long probing requires LL suffix for
13211              the ll constant.  The suffix doesn't seem
13212              to bother other ll platforms.
13213      Branch: cfgperl
13214            ! Configure config_h.SH hints/aix.sh
13215      Branch: metaconfig/U/perl
13216            ! quadfio.U
13217 ____________________________________________________________________________
13218 [  3890] By: jhi                                   on 1999/08/02  14:21:55
13219         Log: Exact path to perl for open -|.
13220      Branch: cfgperl
13221            ! t/io/open.t
13222 ____________________________________________________________________________
13223 [  3889] By: jhi                                   on 1999/08/02  14:18:03
13224         Log: Integrate with Sarathy.
13225      Branch: cfgperl
13226           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
13227           !> win32/Makefile win32/config_H.bc win32/config_H.gc
13228           !> win32/config_H.vc win32/makefile.mk win32/win32.c
13229 ____________________________________________________________________________
13230 [  3888] By: jhi                                   on 1999/08/02  14:14:29
13231         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
13232      Branch: cfgperl
13233            ! hints/aix.sh
13234 ____________________________________________________________________________
13235 [  3887] By: jhi                                   on 1999/08/02  12:53:10
13236         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
13237              emacs code indentation doesn't get wrong ideas--
13238              in other words, introduce a couple of "redundant" if:s.
13239      Branch: cfgperl
13240            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
13241            ! util.c
13242 ____________________________________________________________________________
13243 [  3886] By: jhi                                   on 1999/08/02  12:43:16
13244         Log: Mention that also *BSD systems with glibc are known to stumble.
13245      Branch: cfgperl
13246            ! t/pragma/warn/pp_hot
13247 ____________________________________________________________________________
13248 [  3885] By: jhi                                   on 1999/08/02  12:34:15
13249         Log: Allow also non-long long but still quad platforms print quads.
13250      Branch: cfgperl
13251            ! Configure config_h.SH
13252      Branch: metaconfig/U/perl
13253            ! longdblfio.U quadfio.U
13254 ____________________________________________________________________________
13255 [  3884] By: jhi                                   on 1999/08/02  11:56:14
13256         Log: Fix regclass utf8 hex ranges for quads.
13257      Branch: cfgperl
13258            ! regcomp.c
13259 ____________________________________________________________________________
13260 [  3883] By: jhi                                   on 1999/08/02  11:42:14
13261         Log: Enhance the description of how to detect quad support.
13262      Branch: cfgperl
13263            ! pod/perlfunc.pod
13264 ____________________________________________________________________________
13265 [  3882] By: jhi                                   on 1999/08/02  11:22:19
13266         Log: Fix printf %D %U %O for quads.
13267      Branch: cfgperl
13268            ! sv.c t/op/64bit.t
13269 ____________________________________________________________________________
13270 [  3881] By: jhi                                   on 1999/08/02  11:16:12
13271         Log: Document quad printing.
13272      Branch: cfgperl
13273            ! pod/perlfunc.pod
13274 ____________________________________________________________________________
13275 [  3880] By: jhi                                   on 1999/08/02  10:32:01
13276         Log: More 64-bit fixing.  One known bug of that kind
13277              remains, 32-bit platforms using long long in
13278              the test t/pragma/utf8 subtests 1-3 fail.
13279              (Update: change    #3884 fixed that one.)
13280      Branch: cfgperl
13281            + t/op/64bit.t
13282            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
13283
13284 ----------------
13285 Version 5.005_59
13286 ----------------
13287
13288 ____________________________________________________________________________
13289 [  3879] By: gsar                                  on 1999/08/02  08:18:58
13290         Log: integrate cfgperl changes into mainline
13291      Branch: perl
13292           !> Configure config_h.SH sv.c
13293 ____________________________________________________________________________
13294 [  3878] By: gsar                                  on 1999/08/02  08:13:16
13295         Log: change#3692 had an unintentional patch leak through!
13296              (this would explain the mysterious C<next LABEL> failures
13297              people have seen)
13298      Branch: perl
13299            ! pp_ctl.c
13300 ____________________________________________________________________________
13301 [  3877] By: gsar                                  on 1999/08/02  08:00:29
13302         Log: up patchlevel to 59
13303      Branch: perl
13304            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13305            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13306            ! win32/makefile.mk
13307 ____________________________________________________________________________
13308 [  3876] By: gsar                                  on 1999/08/02  07:51:18
13309         Log: fix coredump under usethreads+debug
13310      Branch: perl
13311            ! util.c
13312 ____________________________________________________________________________
13313 [  3875] By: jhi                                   on 1999/08/02  07:50:51
13314         Log: d_bincompat5005 could be left empty.
13315      Branch: cfgperl
13316            ! Configure config_h.SH
13317      Branch: metaconfig/U/perl
13318            ! bincompat5005.U
13319 ____________________________________________________________________________
13320 [  3874] By: jhi                                   on 1999/08/02  07:42:45
13321         Log: Fix printf %d when IV is quad.
13322      Branch: cfgperl
13323            ! sv.c
13324 ____________________________________________________________________________
13325 [  3873] By: gsar                                  on 1999/08/02  07:41:03
13326         Log: fix d_bincompat5005='' junking config.h
13327      Branch: perl
13328            ! Configure
13329 ____________________________________________________________________________
13330 [  3872] By: gsar                                  on 1999/08/02  07:38:48
13331         Log: C needs parameter list, not merely type
13332      Branch: perl
13333            ! win32/win32.c
13334 ____________________________________________________________________________
13335 [  3871] By: jhi                                   on 1999/08/02  07:20:51
13336         Log: Integrate with Sarathy.
13337      Branch: cfgperl
13338           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
13339 ____________________________________________________________________________
13340 [  3870] By: gsar                                  on 1999/08/02  07:12:18
13341         Log: integrate cfgperl changes into mainline
13342      Branch: perl
13343            ! Changes
13344           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
13345           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
13346           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
13347           !> toke.c util.c
13348 ____________________________________________________________________________
13349 [  3869] By: gsar                                  on 1999/08/02  06:59:09
13350         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13351              Date: Sat, 31 Jul 1999 19:08:33 -0700
13352              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
13353              Subject: [PATCH 5.005_58] "use constant" in the compiler
13354      Branch: perl
13355            ! ext/B/B/C.pm ext/B/B/CC.pm
13356 ____________________________________________________________________________
13357 [  3868] By: gsar                                  on 1999/08/02  06:55:51
13358         Log: debug build tweak
13359      Branch: perl
13360            ! regexec.c
13361 ____________________________________________________________________________
13362 [  3867] By: gsar                                  on 1999/08/02  06:35:18
13363         Log: create vmsperl branch (to be owned and operated by: cbailey)
13364      Branch: vmsperl
13365           +> (branch 1476 files)
13366 ____________________________________________________________________________
13367 [  3866] By: jhi                                   on 1999/08/01  23:34:40
13368         Log: so_locations once is enough.
13369      Branch: cfgperl
13370            ! Makefile.SH
13371 ____________________________________________________________________________
13372 [  3865] By: jhi                                   on 1999/08/01  23:13:05
13373         Log: Simplicate duplicated code.
13374      Branch: cfgperl
13375            ! util.c
13376 ____________________________________________________________________________
13377 [  3864] By: jhi                                   on 1999/08/01  22:41:41
13378         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
13379      Branch: cfgperl
13380           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
13381           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
13382            - README.cygwin32 cygwin32/Makefile.SHs
13383            - cygwin32/build-instructions.READFIRST
13384            - cygwin32/build-instructions.charles-wilson
13385            - cygwin32/build-instructions.sebastien-barre
13386            - cygwin32/build-instructions.steven-morlock
13387            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
13388            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
13389            - hints/cygwin32.sh
13390           !> (integrate 61 files)
13391 ____________________________________________________________________________
13392 [  3863] By: jhi                                   on 1999/08/01  22:36:02
13393         Log: Regen Configure and Glossary once again.
13394      Branch: cfgperl
13395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13396            ! config_h.SH
13397 ____________________________________________________________________________
13398 [  3862] By: jhi                                   on 1999/08/01  22:26:09
13399         Log: Glossary update for #3861.
13400      Branch: cfgperl
13401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13402            ! config_h.SH
13403 ____________________________________________________________________________
13404 [  3861] By: jhi                                   on 1999/08/01  22:22:51
13405         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
13406              with -Duse64bits (using long long).
13407              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
13408              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
13409              'print unpack "q", pack "q", 12345678901'
13410              should work on such 32-bit platforms.
13411              Still a lot of printf()s behind -D which wrongly assume
13412              that %ld/%lx and (long) are a good combination.
13413              Introducing a slew of new macros intended to be used in printf()
13414              format strings: e. g. PERL_PRId64 is the string to be used
13415              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
13416              The PRI... naming follows the C9X naming of <inttypes.h> macros.
13417      Branch: cfgperl
13418            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13419            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
13420            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
13421      Branch: metaconfig/U/perl
13422            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
13423 ____________________________________________________________________________
13424 [  3860] By: gsar                                  on 1999/08/01  21:23:18
13425         Log: integrate cfgperl contents into mainline
13426      Branch: perl
13427            ! toke.c
13428           !> (integrate 29 files)
13429 ____________________________________________________________________________
13430 [  3859] By: gsar                                  on 1999/08/01  21:13:09
13431         Log: From: Nathan Torkington <gnat@frii.com>
13432              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
13433              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
13434              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
13435      Branch: perl
13436            ! ext/B/B/Disassembler.pm
13437 ____________________________________________________________________________
13438 [  3858] By: gsar                                  on 1999/08/01  21:09:15
13439         Log: DB_File 1.68 update from Paul Marquess
13440      Branch: perl
13441            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13442            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
13443            ! t/lib/db-recno.t
13444 ____________________________________________________________________________
13445 [  3857] By: gsar                                  on 1999/08/01  21:05:54
13446         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13447              Date: Sat, 31 Jul 1999 05:13:38 -0400
13448              Message-Id: <199907311407.IAA25038@localhost.frii.com>
13449              Subject: [PATCH 5.005_58] More optimizations to REx engine
13450      Branch: perl
13451            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
13452            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
13453 ____________________________________________________________________________
13454 [  3856] By: gsar                                  on 1999/08/01  20:59:59
13455         Log: slightly modified version of suggested patch
13456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13457              Date: Sat, 31 Jul 1999 04:45:12 -0400
13458              Message-Id: <199907311406.IAA25034@localhost.frii.com>
13459              Subject: [PATCH 5.005_58] Fix OS/2 build
13460      Branch: perl
13461            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
13462            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
13463 ____________________________________________________________________________
13464 [  3855] By: gsar                                  on 1999/08/01  20:49:06
13465         Log: cygwin update
13466              From: "Fifer, Eric" <EFifer@sanwaint.com>
13467              Date: Fri, 30 Jul 1999 18:31:48 +0100
13468              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
13469              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
13470      Branch: perl
13471            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
13472            ! pp_sys.c unixish.h util.c
13473 ____________________________________________________________________________
13474 [  3854] By: gsar                                  on 1999/08/01  20:41:53
13475         Log: fixes from Stephen McCamant that address bugs in change#3612
13476              (the optimization shouldn't be enabled in expressions where
13477              the variable is introduced), and fix Deparse to grok the
13478              optimization
13479              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
13480              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
13481              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
13482              --
13483              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
13484              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
13485              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
13486              --
13487              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
13488              Message-Id: <199907310326.VAA24376@localhost.frii.com>
13489              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
13490      Branch: perl
13491            ! ext/B/B/Deparse.pm op.c
13492 ____________________________________________________________________________
13493 [  3853] By: gsar                                  on 1999/08/01  20:31:32
13494         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13495              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
13496              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
13497              Subject: [PATCH _58] Two one-liner LOGOP tweaks
13498      Branch: perl
13499            ! op.c opcode.h opcode.pl
13500 ____________________________________________________________________________
13501 [  3852] By: gsar                                  on 1999/08/01  20:29:17
13502         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
13503      Branch: perl
13504            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
13505            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
13506            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
13507            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
13508            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
13509            ! pod/perlport.pod pp_sys.c util.c
13510 ____________________________________________________________________________
13511 [  3851] By: gsar                                  on 1999/08/01  20:20:05
13512         Log: move files around for s/cygwin32/cygwin/ renaming
13513      Branch: perl
13514           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
13515           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
13516            - README.cygwin32 cygwin32/Makefile.SHs
13517            - cygwin32/build-instructions.READFIRST
13518            - cygwin32/build-instructions.charles-wilson
13519            - cygwin32/build-instructions.sebastien-barre
13520            - cygwin32/build-instructions.steven-morlock
13521            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
13522            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
13523            - hints/cygwin32.sh
13524            ! MANIFEST
13525 ____________________________________________________________________________
13526 [  3850] By: gsar                                  on 1999/08/01  20:05:14
13527         Log: posix-bc hints tweak (via private mail from Thomas Dorner
13528              <Thomas.Dorner@start.de>)
13529      Branch: perl
13530            ! Changes hints/posix-bc.sh
13531 ____________________________________________________________________________
13532 [  3849] By: gsar                                  on 1999/08/01  19:50:20
13533         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
13534              <gnat@frii.com>)
13535      Branch: perl
13536            ! perl.h pod/perldelta.pod pod/perlguts.pod
13537 ____________________________________________________________________________
13538 [  3848] By: gsar                                  on 1999/08/01  18:34:41
13539         Log: fix defined(@foo) encarpments
13540      Branch: perl
13541            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
13542            ! pod/perltrap.pod
13543 ____________________________________________________________________________
13544 [  3847] By: jhi                                   on 1999/08/01  17:17:07
13545         Log: Undo #3790 and the patches that attempted to fix it
13546              (#3837, #3838, #3845).  The #3790 caused linkage failures
13547              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
13548              IRIX 6.5.
13549      Branch: cfgperl
13550            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
13551            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13552            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13553 ____________________________________________________________________________
13554 [  3846] By: jhi                                   on 1999/08/01  11:41:52
13555         Log: Reading 64-bit decimal numbers was broken because
13556              the NV was cast to an I32, not an IV.
13557      Branch: cfgperl
13558            ! toke.c
13559 ____________________________________________________________________________
13560 [  3845] By: jhi                                   on 1999/08/01  11:00:24
13561         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
13562      Branch: cfgperl
13563            + ext/SDBM_File/hints/solaris.pl
13564 ____________________________________________________________________________
13565 [  3844] By: jhi                                   on 1999/08/01  10:55:44
13566         Log: Enable Solaris largefiles support only if -Duse64bits is used.
13567              (Effectively removes #3311).
13568      Branch: cfgperl
13569            ! hints/solaris_2.sh
13570 ____________________________________________________________________________
13571 [  3843] By: jhi                                   on 1999/07/31  22:44:56
13572         Log: Integer overflow iteration.
13573      Branch: cfgperl
13574            ! t/op/oct.t toke.c util.c
13575 ____________________________________________________________________________
13576 [  3842] By: jhi                                   on 1999/07/31  22:11:03
13577         Log: Remove a lot of unused regnode codes.
13578              Noticed by Ilya.
13579      Branch: cfgperl
13580            ! regcomp.c regcomp.sym regexec.c regnodes.h
13581 ____________________________________________________________________________
13582 [  3841] By: jhi                                   on 1999/07/31  21:53:54
13583         Log: Make the use64bits and usethreads friendlier/braver;
13584              they no more wimp out if the platform is unknown.
13585              On use64bits if gcc used -DUSE_LONG_LONG is added
13586              to the ccflags (this dependency on gcc caused a slightly weird
13587              reordering of Configure, but things still seem to work.)
13588      Branch: cfgperl
13589            ! Configure README.threads config_h.SH
13590      Branch: metaconfig
13591            ! U/threads/usethreads.U
13592      Branch: metaconfig/U/perl
13593            ! use64bits.U
13594 ____________________________________________________________________________
13595 [  3840] By: jhi                                   on 1999/07/31  20:26:22
13596         Log: Hack the "integer overflow" code some more.
13597      Branch: cfgperl
13598            ! perl.h toke.c util.c
13599 ____________________________________________________________________________
13600 [  3839] By: jhi                                   on 1999/07/31  20:22:00
13601         Log: Test oct() at the 2^32-1 limit.
13602      Branch: cfgperl
13603            ! t/op/oct.t
13604 ____________________________________________________________________________
13605 [  3838] By: jhi                                   on 1999/07/31  20:08:43
13606         Log: Update MANIFEST for #3837.
13607      Branch: cfgperl
13608            ! MANIFEST
13609 ____________________________________________________________________________
13610 [  3837] By: jhi                                   on 1999/07/31  20:02:40
13611         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
13612              (a core dump with a corrput stack ensues).
13613      Branch: cfgperl
13614            + ext/SDBM_File/hints/dec_osf.pl
13615 ____________________________________________________________________________
13616 [  3836] By: jhi                                   on 1999/07/29  21:09:01
13617         Log: Allow for Configure -Ubincompat5005 override.
13618      Branch: cfgperl
13619            ! Configure config_h.SH
13620      Branch: metaconfig/U/perl
13621            ! bincompat5005.U
13622 ____________________________________________________________________________
13623 [  3835] By: jhi                                   on 1999/07/29  21:04:02
13624         Log: Make Configure support PERL_BINCOMPAT_5005.
13625      Branch: cfgperl
13626            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13627            ! config_h.SH
13628      Branch: metaconfig/U/perl
13629            + bincompat5005.U
13630 ____________________________________________________________________________
13631 [  3834] By: jhi                                   on 1999/07/29  19:25:35
13632         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
13633      Branch: cfgperl
13634            ! Makefile.SH
13635 ____________________________________________________________________________
13636 [  3833] By: jhi                                   on 1999/07/29  14:07:09
13637         Log: Integrate with Sarathy.  I overruled on perldelta
13638              and perldiag.
13639      Branch: cfgperl
13640           !> README.win32 emacs/cperl-mode.el globals.c installperl
13641           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
13642           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
13643           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
13644           !> win32/perllib.c win32/win32.c
13645 ____________________________________________________________________________
13646 [  3832] By: jhi                                   on 1999/07/29  14:02:50
13647         Log: Repent and make overly large integerish
13648              constants non-fatal.  They are now promoted
13649              to NVs, accompanied by an overflow warning that
13650              is by default on.
13651      Branch: cfgperl
13652            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
13653            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
13654            ! toke.c util.c
13655 ____________________________________________________________________________
13656 [  3831] By: jhi                                   on 1999/07/29  11:40:04
13657         Log: AIX exhibits different error on failed system().
13658              Slightly modified patch via private email from
13659              David R. Favor <dfavor@austin.ibm.com>
13660      Branch: cfgperl
13661            ! t/op/exec.t
13662 ____________________________________________________________________________
13663 [  3830] By: gsar                                  on 1999/07/29  07:46:11
13664         Log: cperl-mode.el v4.19
13665      Branch: perl
13666            ! emacs/cperl-mode.el
13667 ____________________________________________________________________________
13668 [  3829] By: gsar                                  on 1999/07/29  07:30:35
13669         Log: From: jan.dubois@ibm.net (Jan Dubois)
13670              Date: Wed, 28 Jul 1999 22:01:42 +0200
13671              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
13672              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
13673      Branch: perl
13674            ! win32/bin/pl2bat.pl
13675 ____________________________________________________________________________
13676 [  3828] By: gsar                                  on 1999/07/29  07:19:27
13677         Log: tweak previous change for multiple hits
13678      Branch: perl
13679            ! utils/perldoc.PL
13680 ____________________________________________________________________________
13681 [  3827] By: gsar                                  on 1999/07/29  07:10:00
13682         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
13683              really needs a pod2text() compatibility function)
13684      Branch: perl
13685            ! utils/perldoc.PL
13686 ____________________________________________________________________________
13687 [  3826] By: gsar                                  on 1999/07/29  01:33:46
13688         Log: minor tweaks to pods and toke.c comments
13689      Branch: perl
13690            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
13691 ____________________________________________________________________________
13692 [  3825] By: gsar                                  on 1999/07/29  00:12:52
13693         Log: integrate cfgperl changes into mainline
13694      Branch: perl
13695           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13696           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
13697           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13698           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
13699           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13700           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
13701           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
13702           !> t/pragma/warn/util toke.c util.c
13703 ____________________________________________________________________________
13704 [  3824] By: jhi                                   on 1999/07/28  21:15:04
13705         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
13706      Branch: cfgperl
13707            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13708            ! ext/IO/lib/IO/Socket/INET.pm
13709 ____________________________________________________________________________
13710 [  3823] By: jhi                                   on 1999/07/28  20:29:17
13711         Log: Continue pack() doc honing.
13712      Branch: cfgperl
13713            ! pod/perlfunc.pod
13714 ____________________________________________________________________________
13715 [  3822] By: jhi                                   on 1999/07/28  20:17:37
13716         Log: Enhance pack() doc.
13717      Branch: cfgperl
13718            ! pod/perlfunc.pod
13719 ____________________________________________________________________________
13720 [  3821] By: jhi                                   on 1999/07/28  18:34:50
13721         Log: UNIX Domain Sockets are not implemented under QNX.
13722              
13723              From: Norton Allen <allen@huarp.harvard.edu>
13724              To: perl5-porters@perl.org
13725              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
13726              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
13727              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
13728      Branch: cfgperl
13729            ! t/lib/io_unix.t
13730 ____________________________________________________________________________
13731 [  3820] By: jhi                                   on 1999/07/28  18:13:37
13732         Log: IO::* enhancements.
13733              
13734              1) write() and syswrite() will now accept a single-argument
13735              form of the call, for consistency with Perl's syswrite().
13736              2) You can create a TCP-based IO::Socket::INET without forcing
13737              a connect attempt.  This allows you to configure its options
13738              (like making it non-blocking) and then call connect() manually.
13739              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
13740              from ever returning the correct value.
13741              
13742              From: Lincoln Stein <lstein@formaggio.cshl.org>
13743              To: Graham Barr <gbarr@pobox.com>
13744              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
13745              Subject: Re: patch for IO::*
13746              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
13747              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
13748      Branch: cfgperl
13749            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13750            ! ext/IO/lib/IO/Socket/INET.pm
13751 ____________________________________________________________________________
13752 [  3819] By: gsar                                  on 1999/07/28  18:08:06
13753         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
13754      Branch: perl
13755            ! README.win32 globals.c installperl iperlsys.h makedef.pl
13756            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
13757            ! win32/win32.c
13758 ____________________________________________________________________________
13759 [  3818] By: jhi                                   on 1999/07/28  17:48:16
13760         Log: Need to add QNX to the list for DONT_DECLARE_STD.
13761              (The elimination of use of the _() macro apparently triggered
13762              an incompatability with a #define of atof)
13763              
13764              From: Norton Allen <allen@huarp.harvard.edu>
13765              To: perl5-porters@perl.org
13766              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
13767              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
13768              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
13769      Branch: cfgperl
13770            ! perl.h
13771 ____________________________________________________________________________
13772 [  3817] By: jhi                                   on 1999/07/28  17:46:30
13773         Log: Need to add some more conditions to deal with the case
13774              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
13775              which is true for QNX4.
13776              From: Norton Allen <allen@huarp.harvard.edu>
13777              To: perl5-porters@perl.org
13778              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
13779              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
13780              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
13781      Branch: cfgperl
13782            ! pp_sys.c
13783 ____________________________________________________________________________
13784 [  3816] By: jhi                                   on 1999/07/28  17:43:40
13785         Log: The QNX shell needs a couple more semicolons.
13786              
13787              From: Norton Allen <allen@huarp.harvard.edu>
13788              To: perl5-porters@perl.org
13789              Subject: [ID 19990728.007] Patch:Configure _58 QNX
13790              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
13791              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
13792              
13793              plus silence metalint moanings on vendorprefix.
13794      Branch: cfgperl
13795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13796            ! config_h.SH
13797 ____________________________________________________________________________
13798 [  3815] By: jhi                                   on 1999/07/28  17:31:11
13799         Log: Silence metalint on vendorprefix.U.
13800      Branch: metaconfig
13801            ! U/installdirs/vendorprefix.U
13802 ____________________________________________________________________________
13803 [  3814] By: jhi                                   on 1999/07/28  17:13:29
13804         Log: QNX shell needs more semicolons.
13805      Branch: metaconfig/U/perl
13806            ! Extensions.U
13807 ____________________________________________________________________________
13808 [  3813] By: jhi                                   on 1999/07/28  17:05:08
13809         Log: Integrate with Sarathy.
13810      Branch: cfgperl
13811           !> lib/ExtUtils/MM_Unix.pm
13812 ____________________________________________________________________________
13813 [  3812] By: jhi                                   on 1999/07/28  16:20:17
13814         Log: Fix a typo, un-shout, and reformat the installation output.
13815      Branch: cfgperl
13816            ! lib/ExtUtils/Install.pm
13817 ____________________________________________________________________________
13818 [  3811] By: gsar                                  on 1999/07/28  15:41:11
13819         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
13820      Branch: perl
13821            ! lib/ExtUtils/MM_Unix.pm
13822 ____________________________________________________________________________
13823 [  3810] By: jhi                                   on 1999/07/28  13:55:57
13824         Log: Talk more about subsecond things in perlfunc.
13825              (Yes, redundant with perlfaq8.)
13826      Branch: cfgperl
13827            ! pod/perlfunc.pod
13828 ____________________________________________________________________________
13829 [  3809] By: jhi                                   on 1999/07/28  07:23:48
13830         Log: Integrate with Sarathy.
13831      Branch: cfgperl
13832           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
13833           !> t/op/pwent.t
13834 ____________________________________________________________________________
13835 [  3808] By: jhi                                   on 1999/07/28  07:23:03
13836         Log: Document toke.c.
13837              From: Nathan Torkington <gnat@frii.com>
13838              To: perl5-porters@perl.org
13839              Subject: Re: toke.c patch, work in progress
13840              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
13841              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
13842      Branch: cfgperl
13843            ! toke.c
13844 ____________________________________________________________________________
13845 [  3807] By: jhi                                   on 1999/07/28  07:10:56
13846         Log: perlre clarification.
13847              
13848              From: Ian Phillipps <ian@dial.pipex.com>
13849              To: Perl 5 Porters <perl5-porters@perl.org>
13850              Subject: [PATCH 5.00557] Add definite article to perlre.pod
13851              Date: Tue, 27 Jul 1999 10:46:29 +0100
13852              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
13853      Branch: cfgperl
13854            ! pod/perlre.pod
13855 ____________________________________________________________________________
13856 [  3806] By: gsar                                  on 1999/07/28  07:07:46
13857         Log: fix the perl -V breakage
13858              
13859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13860              To: Jarkko Hietaniemi <jhi@iki.fi>
13861              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
13862              gsar@activestate.com
13863              Subject: Re: Follow up to: _58 on AIX 431
13864              Date: Tue, 27 Jul 1999 17:42:00 -0400
13865              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
13866      Branch: perl
13867            ! configpm
13868 ____________________________________________________________________________
13869 [  3805] By: gsar                                  on 1999/07/28  07:03:34
13870         Log: avoid warning (from Doug MacEachern)
13871      Branch: perl
13872            ! perl.h
13873 ____________________________________________________________________________
13874 [  3804] By: gsar                                  on 1999/07/28  06:59:30
13875         Log: Pod::Html tweak
13876              
13877              From: jan.dubois@ibm.net (Jan Dubois)
13878              To: perl5-porters@perl.org
13879              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
13880              Date: Tue, 27 Jul 1999 22:14:12 +0200
13881              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
13882      Branch: perl
13883            ! lib/Pod/Html.pm
13884 ____________________________________________________________________________
13885 [  3803] By: gsar                                  on 1999/07/28  06:56:38
13886         Log: freebsd hints update
13887              
13888              From: Anton Berezin <tobez@plab.ku.dk>
13889              To: perl5-porters@perl.org
13890              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
13891              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
13892              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
13893      Branch: perl
13894            ! hints/freebsd.sh
13895 ____________________________________________________________________________
13896 [  3802] By: gsar                                  on 1999/07/28  06:51:32
13897         Log: cosmetic testsuite patch
13898              
13899              From: Graham Barr <gbarr@ti.com>
13900              To: Perl5 Porters <perl5-porters@perl.org>
13901              Subject: 5.005_58 build
13902              Date: Tue, 27 Jul 1999 08:09:25 -0500
13903              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
13904      Branch: perl
13905            ! t/op/grent.t t/op/pwent.t
13906 ____________________________________________________________________________
13907 [  3801] By: jhi                                   on 1999/07/27  13:49:39
13908         Log: Minuscule cleanup of the integer overflow patch.
13909      Branch: cfgperl
13910            ! util.c
13911 ____________________________________________________________________________
13912 [  3800] By: jhi                                   on 1999/07/27  13:37:23
13913         Log: Test hex('x...').
13914      Branch: cfgperl
13915            ! t/op/oct.t
13916 ____________________________________________________________________________
13917 [  3799] By: jhi                                   on 1999/07/27  12:45:45
13918         Log: Integrate with Sarathy (5.005_58).
13919      Branch: cfgperl
13920            - ext/B/byteperl.c
13921           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
13922           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
13923           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
13924           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13925           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
13926           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
13927           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
13928           !> win32/config_H.vc
13929 ____________________________________________________________________________
13930 [  3798] By: jhi                                   on 1999/07/27  12:42:43
13931         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
13932              they used to be just optional lexical warnings.
13933              Also, with warnings turned on, constants > 2**32-1
13934              trigger a non-portability warning.
13935      Branch: cfgperl
13936            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
13937            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
13938            ! util.c
13939 ____________________________________________________________________________
13940 [  3797] By: gsar                                  on 1999/07/27  10:48:27
13941         Log: here lies 5.005_58
13942      Branch: perl
13943            - ext/B/byteperl.c
13944            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
13945            ! pod/perlfaq9.pod pod/perlhist.pod
13946
13947 ----------------
13948 Version 5.005_58
13949 ----------------
13950
13951 ____________________________________________________________________________
13952 [  3796] By: gsar                                  on 1999/07/27  09:23:42
13953         Log: regenerate win32/config_H.?c
13954      Branch: perl
13955            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13956 ____________________________________________________________________________
13957 [  3795] By: gsar                                  on 1999/07/27  09:02:31
13958         Log: From: Tye McQueen <tye@metronet.com>
13959              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
13960              Message-Id: <199907270019.AA08223@metronet.com>
13961              Subject: Patch pl2bat.pl so batch file can fail
13962      Branch: perl
13963            ! win32/bin/pl2bat.pl
13964 ____________________________________________________________________________
13965 [  3794] By: gsar                                  on 1999/07/27  08:59:58
13966         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13967              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
13968              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
13969              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
13970      Branch: perl
13971            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
13972            ! lib/SelfLoader.pm
13973 ____________________________________________________________________________
13974 [  3793] By: gsar                                  on 1999/07/27  08:19:16
13975         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
13976              (from Andy Dougherty)
13977      Branch: perl
13978            ! embed.h embed.pl
13979 ____________________________________________________________________________
13980 [  3792] By: gsar                                  on 1999/07/27  08:04:19
13981         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
13982              and Brad Appleton)
13983      Branch: perl
13984            ! lib/Pod/Parser.pm
13985 ____________________________________________________________________________
13986 [  3791] By: gsar                                  on 1999/07/27  07:50:54
13987         Log: cover case where CLK_TCK is a float, not integer (from
13988              alexander smishlajev <als@turnhere.com>)
13989      Branch: perl
13990            ! ext/Devel/DProf/DProf.xs
13991 ____________________________________________________________________________
13992 [  3790] By: gsar                                  on 1999/07/27  07:45:08
13993         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
13994              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
13995      Branch: perl
13996            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13997            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13998 ____________________________________________________________________________
13999 [  3789] By: jhi                                   on 1999/07/27  07:44:55
14000         Log: Integrate with Sarathy.
14001      Branch: cfgperl
14002           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
14003           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
14004           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
14005           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
14006           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
14007           !> proto.h t/comp/proto.t t/io/open.t
14008 ____________________________________________________________________________
14009 [  3788] By: gsar                                  on 1999/07/27  07:29:59
14010         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
14011              to Russ Allbery <rra@stanford.edu>); s/Simple// and
14012              s/pod2txt/pod2text/ etc.
14013      Branch: perl
14014            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
14015            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
14016 ____________________________________________________________________________
14017 [  3787] By: gsar                                  on 1999/07/27  06:48:40
14018         Log: From: Andy Dougherty <doughera@lafayette.edu>
14019              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
14020              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
14021              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
14022      Branch: perl
14023            ! ext/SDBM_File/sdbm/sdbm.h
14024 ____________________________________________________________________________
14025 [  3786] By: gsar                                  on 1999/07/27  06:30:09
14026         Log: applied suggested patch; added missing prototype changes to
14027              opcode.pl along with documentation typos (feature still needs
14028              to be described in perlopentut.pod and summarized in
14029              perldelta.pod)
14030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14031              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
14032              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
14033              Subject: [PATCH 5.00557] 3-arg open
14034      Branch: perl
14035            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
14036            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
14037            ! proto.h t/comp/proto.t t/io/open.t
14038 ____________________________________________________________________________
14039 [  3785] By: gsar                                  on 1999/07/27  04:36:39
14040         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
14041              <roland.bauer@fff.at>)
14042      Branch: perl
14043            ! lib/Pod/Html.pm
14044 ____________________________________________________________________________
14045 [  3784] By: gsar                                  on 1999/07/27  03:56:17
14046         Log: change#3762 wasn't needed
14047      Branch: perl
14048            ! ext/B/B/CC.pm
14049 ____________________________________________________________________________
14050 [  3783] By: jhi                                   on 1999/07/26  19:08:21
14051         Log: Integrate with Sarathy.
14052      Branch: cfgperl
14053           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
14054           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
14055           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14056 ____________________________________________________________________________
14057 [  3782] By: gsar                                  on 1999/07/26  18:16:50
14058         Log: update Changes, patchlevel &c.
14059      Branch: perl
14060            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
14061            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14062 ____________________________________________________________________________
14063 [  3781] By: gsar                                  on 1999/07/26  17:54:47
14064         Log: a more correct fix for change#2744
14065              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14066              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
14067              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
14068              Subject: [PATCH _57] Re: toke.c questions 
14069      Branch: perl
14070            ! toke.c
14071 ____________________________________________________________________________
14072 [  3780] By: gsar                                  on 1999/07/26  17:37:04
14073         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
14074      Branch: perl
14075            ! pod/perlfunc.pod
14076 ____________________________________________________________________________
14077 [  3779] By: jhi                                   on 1999/07/26  16:37:23
14078         Log: Dusting off.
14079      Branch: cfgperl
14080            ! README.threads
14081 ____________________________________________________________________________
14082 [  3778] By: gsar                                  on 1999/07/26  13:28:46
14083         Log: avoid DIVZERO
14084      Branch: perl
14085            ! utils/dprofpp.PL
14086 ____________________________________________________________________________
14087 [  3777] By: gsar                                  on 1999/07/26  13:18:53
14088         Log: warnings identified by Borland compiler
14089      Branch: perl
14090            ! makedef.pl pp_ctl.c
14091 ____________________________________________________________________________
14092 [  3776] By: jhi                                   on 1999/07/26  13:07:36
14093         Log: Integrate with Sarathy.
14094      Branch: cfgperl
14095           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
14096 ____________________________________________________________________________
14097 [  3775] By: gsar                                  on 1999/07/26  12:55:43
14098         Log: avoid infinite recursion when Thread.pm croaks during
14099              bootstrap
14100      Branch: perl
14101            ! lib/Carp/Heavy.pm
14102 ____________________________________________________________________________
14103 [  3774] By: gsar                                  on 1999/07/26  12:43:02
14104         Log: integrate cfgperl contents into mainline
14105      Branch: perl
14106           +> lib/Carp/Heavy.pm
14107           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
14108           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
14109           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
14110           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14111           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
14112 ____________________________________________________________________________
14113 [  3773] By: jhi                                   on 1999/07/26  12:40:29
14114         Log: Use long doubles only if they are useful.
14115      Branch: cfgperl
14116            ! ext/POSIX/POSIX.xs
14117 ____________________________________________________________________________
14118 [  3772] By: gsar                                  on 1999/07/26  12:33:11
14119         Log: typo in change#3768
14120      Branch: perl
14121            ! pp_hot.c
14122 ____________________________________________________________________________
14123 [  3771] By: gsar                                  on 1999/07/26  12:08:27
14124         Log: alpha-stage support for user-hooks in @INC
14125              From: Ken Fox <kfox@ford.com>
14126              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
14127              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
14128              Subject: Re: loading remote modules
14129      Branch: perl
14130            ! pp_ctl.c
14131 ____________________________________________________________________________
14132 [  3770] By: jhi                                   on 1999/07/26  11:38:36
14133         Log: Back out #3735.  Needs more work.
14134      Branch: cfgperl
14135            ! Makefile.SH cflags.SH configpm ext/util/make_ext
14136            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
14137            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
14138            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14139            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
14140 ____________________________________________________________________________
14141 [  3769] By: jhi                                   on 1999/07/26  11:24:45
14142         Log: Integrate with Sarathy.
14143      Branch: cfgperl
14144           !> (integrate 35 files)
14145 ____________________________________________________________________________
14146 [  3768] By: gsar                                  on 1999/07/26  11:03:07
14147         Log: optimize method name lookup
14148              From: Chip Salzenberg <chip@perlsupport.com>
14149              Date: Thu, 22 Jul 1999 13:43:36 -0400
14150              Message-ID: <19990722134336.Q391@perlsupport.com>
14151              Subject: [PATCH] OP_METHOD_NAMED
14152      Branch: perl
14153            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
14154            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
14155            ! proto.h
14156 ____________________________________________________________________________
14157 [  3767] By: gsar                                  on 1999/07/26  10:44:11
14158         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
14159              foo()->()); rework grammar to remove conflicts
14160              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14161              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
14162              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
14163              Subject: [PATCH _57, long] Re: optional arrow asymmetry
14164      Branch: perl
14165            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
14166            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
14167            ! vms/perly_c.vms vms/perly_h.vms
14168 ____________________________________________________________________________
14169 [  3766] By: jhi                                   on 1999/07/26  10:18:56
14170         Log: Use $< instead of $*.c in *perlmain.o rules.
14171      Branch: cfgperl
14172            ! Makefile.SH
14173 ____________________________________________________________________________
14174 [  3765] By: gsar                                  on 1999/07/26  09:28:48
14175         Log: From: Ian Phillipps <ian@dial.pipex.com>
14176              Date: Fri, 23 Jul 1999 23:35:56 +0100
14177              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
14178              Subject: (Version 2) Extending unpack to deal with counted strings
14179      Branch: perl
14180            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
14181 ____________________________________________________________________________
14182 [  3764] By: jhi                                   on 1999/07/26  09:17:26
14183         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14184              To: perl5-porters@perl.org (Mailing list Perl5)
14185              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
14186              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
14187              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
14188              
14189              The patch was based on 5_57 so had to re-apply lib/Carp.pm
14190              parts of changes #3498, #3696, and #3702 for the new
14191              lib/Carp/Heavy.pm.
14192      Branch: cfgperl
14193            + lib/Carp/Heavy.pm
14194            ! MANIFEST lib/Carp.pm
14195 ____________________________________________________________________________
14196 [  3763] By: gsar                                  on 1999/07/26  09:03:17
14197         Log: ~ isn't valid in VMS filenames
14198      Branch: perl
14199            ! lib/Pod/Html.pm
14200 ____________________________________________________________________________
14201 [  3762] By: gsar                                  on 1999/07/26  08:59:47
14202         Log: setstate stop-gap from Vishal Bhatia
14203      Branch: perl
14204            ! ext/B/B/CC.pm
14205 ____________________________________________________________________________
14206 [  3761] By: gsar                                  on 1999/07/26  08:06:39
14207         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
14208              add B::OP::name() method that returns just the op_name;
14209              convert Deparse et all to use that instead of B::OP::ppaddr();
14210              add support for OP_SETSTATE in Deparse
14211      Branch: perl
14212            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
14213            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14214            ! ext/B/B/Xref.pm opcode.h opcode.pl
14215 ____________________________________________________________________________
14216 [  3760] By: jhi                                   on 1999/07/26  07:14:43
14217         Log: Integrate with Sarathy.
14218      Branch: cfgperl
14219           !> (integrate 43 files)
14220 ____________________________________________________________________________
14221 [  3759] By: gsar                                  on 1999/07/26  05:12:24
14222         Log: add disclaimer about perl 4 libraries (modified version of
14223              patch suggested by Clinton Pierce <cpierce1@ford.com>)
14224      Branch: perl
14225            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
14226            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
14227            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
14228            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
14229            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
14230 ____________________________________________________________________________
14231 [  3758] By: gsar                                  on 1999/07/26  04:48:35
14232         Log: make reset() behave with high-bit characters
14233              From: Ian Phillipps <ian@dial.pipex.com>
14234              Date: Thu, 22 Jul 1999 22:48:59 +0100
14235              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
14236              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
14237      Branch: perl
14238            ! sv.c
14239 ____________________________________________________________________________
14240 [  3757] By: gsar                                  on 1999/07/26  04:40:32
14241         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
14242      Branch: perl
14243            ! pod/perlport.pod
14244 ____________________________________________________________________________
14245 [  3756] By: gsar                                  on 1999/07/26  04:20:37
14246         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
14247      Branch: perl
14248            ! utils/dprofpp.PL
14249 ____________________________________________________________________________
14250 [  3755] By: gsar                                  on 1999/07/26  04:18:00
14251         Log: disable VPATH for now (breaks x2p build)
14252      Branch: perl
14253            ! x2p/Makefile.SH
14254 ____________________________________________________________________________
14255 [  3754] By: gsar                                  on 1999/07/26  03:15:33
14256         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
14257              (%! has the necessary magic); misc typos
14258      Branch: perl
14259            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
14260            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
14261            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
14262            ! utils/h2xs.PL
14263 ____________________________________________________________________________
14264 [  3753] By: gsar                                  on 1999/07/26  02:38:28
14265         Log: integrate cfgperl contents into mainline
14266      Branch: perl
14267           +> t/pragma/locale/latin1 t/pragma/locale/utf8
14268           !> (integrate 53 files)
14269 ____________________________________________________________________________
14270 [  3752] By: gsar                                  on 1999/07/26  02:11:31
14271         Log: ensure implicitly closed handles don't set $? or $!
14272      Branch: perl
14273            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
14274 ____________________________________________________________________________
14275 [  3751] By: gsar                                  on 1999/07/26  01:28:34
14276         Log: change#3534 didn't preserve undef return values from caller()
14277      Branch: perl
14278            ! Changes pp_ctl.c
14279 ____________________________________________________________________________
14280 [  3750] By: jhi                                   on 1999/07/25  20:59:29
14281         Log: Back up a tiny bit from #3735.
14282              This may break builds outside the source directory
14283              but then again, they do not work that ell yet anyway.
14284      Branch: cfgperl
14285            ! Makefile.SH
14286 ____________________________________________________________________________
14287 [  3750] By: jhi                                   on 1999/07/25  20:59:29
14288         Log: Back up a tiny bit from #3735.
14289              This may break builds outside the source directory
14290              but then again, they do not work that ell yet anyway.
14291      Branch: cfgperl
14292            ! Makefile.SH
14293 ____________________________________________________________________________
14294 [  3749] By: jhi                                   on 1999/07/25  19:15:55
14295         Log: Integrate with Sarathy.
14296      Branch: cfgperl
14297           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
14298 ____________________________________________________________________________
14299 [  3748] By: jhi                                   on 1999/07/25  19:06:59
14300         Log: Recode locale.t so that the change in #3730
14301              is not needed and locale.t works both without
14302              and with the utf8 pragma.
14303      Branch: cfgperl
14304            + t/pragma/locale/latin1 t/pragma/locale/utf8
14305            ! MANIFEST t/pragma/locale.t
14306 ____________________________________________________________________________
14307 [  3747] By: jhi                                   on 1999/07/25  19:01:46
14308         Log: Like #3743.
14309      Branch: cfgperl
14310            ! utils/perlbug.PL
14311 ____________________________________________________________________________
14312 [  3746] By: gsar                                  on 1999/07/25  18:08:58
14313         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
14314              append a HISTORY section to POD if option is used
14315      Branch: perl
14316            ! utils/h2xs.PL
14317 ____________________________________________________________________________
14318 [  3745] By: gsar                                  on 1999/07/25  17:40:03
14319         Log: warn rather than die when parse_version() can't cut it (from
14320              Michael G Schwern <schwern@pobox.com>)
14321      Branch: perl
14322            ! lib/ExtUtils/MM_Unix.pm
14323 ____________________________________________________________________________
14324 [  3744] By: gsar                                  on 1999/07/25  16:32:48
14325         Log: make map behave like grep wrt indirect object slot when
14326              there are parentheses; revert an experimental mod by Larry
14327              in change#2038 that failed to parse %{{qw(a b c)}} properly
14328              (this means C<map {use Foo; ...} ...> still needs a proper
14329              fix)
14330      Branch: perl
14331            ! toke.c
14332 ____________________________________________________________________________
14333 [  3743] By: jhi                                   on 1999/07/25  16:24:55
14334         Log: Fix a typo in #3725.
14335      Branch: cfgperl
14336            ! utils/perlbug.PL
14337 ____________________________________________________________________________
14338 [  3742] By: jhi                                   on 1999/07/25  16:14:39
14339         Log: Integrate with Sarathy.
14340      Branch: cfgperl
14341           !> (integrate 26 files)
14342 ____________________________________________________________________________
14343 [  3741] By: jhi                                   on 1999/07/25  16:02:28
14344         Log: Cut-and-pasto in #3737.
14345      Branch: cfgperl
14346            ! perl.c
14347 ____________________________________________________________________________
14348 [  3740] By: gsar                                  on 1999/07/25  15:59:34
14349         Log: add note about glibc bug
14350      Branch: perl
14351            ! t/pragma/warn/pp_hot
14352 ____________________________________________________________________________
14353 [  3739] By: gsar                                  on 1999/07/25  15:48:40
14354         Log: fix bug in change#3728 that might free COPs prematurely;
14355              null(op) now does more thorough scrubbing of the op, which
14356              fixes a few compile-time memory "leaks"
14357      Branch: perl
14358            ! dump.c embed.h embed.pl op.c proto.h
14359 ____________________________________________________________________________
14360 [  3738] By: jhi                                   on 1999/07/25  14:15:26
14361         Log: In accordance with #3737.
14362      Branch: metaconfig
14363            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
14364            ! U/modified/Oldconfig.U
14365      Branch: metaconfig/U/perl
14366            ! Extensions.U
14367 ____________________________________________________________________________
14368 [  3737] By: jhi                                   on 1999/07/25  14:12:34
14369         Log: Use vendorprefixlib.
14370      Branch: cfgperl
14371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14372            ! config_h.SH perl.c
14373 ____________________________________________________________________________
14374 [  3736] By: jhi                                   on 1999/07/25  13:10:03
14375         Log: Populate metaconfig branch.
14376      Branch: metaconfig
14377            + (add 1468 files)
14378      Branch: metaconfig/U/perl
14379            + (add 101 files)
14380 ____________________________________________________________________________
14381 [  3735] By: jhi                                   on 1999/07/25  12:27:20
14382         Log: First steps of making builds outside the source
14383              directory possible.  These should get us as far
14384              as miniperl, then building DynaLoader falls into
14385              tiny twinkling pieces as MakeMaker knows nothing
14386              of VPATH mindset.
14387      Branch: cfgperl
14388            ! Configure Makefile.SH cflags.SH config_h.SH configpm
14389            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
14390            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
14391            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
14392            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
14393 ____________________________________________________________________________
14394 [  3734] By: jhi                                   on 1999/07/25  11:19:28
14395         Log: Poor Glossary--are we fixed yet?
14396      Branch: cfgperl
14397            ! Porting/Glossary
14398 ____________________________________________________________________________
14399 [  3733] By: jhi                                   on 1999/07/25  11:15:06
14400         Log: Change #3732 mistakenly clobbered Glossary.
14401      Branch: cfgperl
14402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14403            ! config_h.SH
14404 ____________________________________________________________________________
14405 [  3732] By: jhi                                   on 1999/07/25  10:46:39
14406         Log: Andy's new installation scheme (note: a lot of this
14407              leaked in already with change #3731).  The vendor*
14408              stuff is not used anywhere (in *.SH, say), so it
14409              isn't in Configure, either.
14410      Branch: cfgperl
14411            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14412            ! config_h.SH
14413 ____________________________________________________________________________
14414 [  3731] By: jhi                                   on 1999/07/25  10:12:07
14415         Log: Circumcode a strange shell(?) bug in AIX found
14416              while trying to do -Duse64bits (which I couldn't do
14417              in the end because the CPU isn't 64-bit in that box,
14418              but at least now the probing doesn't crash.)
14419      Branch: cfgperl
14420            ! Configure config_h.SH hints/aix.sh
14421 ____________________________________________________________________________
14422 [  3730] By: gsar                                  on 1999/07/25  04:56:56
14423         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
14424              a utf8 bug in one of the new RE optimizations
14425      Branch: perl
14426            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
14427            ! t/pragma/locale.t
14428 ____________________________________________________________________________
14429 [  3729] By: jhi                                   on 1999/07/23  19:56:27
14430         Log: From: Andy Dougherty <doughera@lafayette.edu>
14431              To: Perl Porters <perl5-porters@perl.org>
14432              Subject: [PATCH 5.005_57] INSTALL-1.58
14433              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
14434              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
14435              
14436              plus
14437              
14438              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14439              To: Andy Dougherty <doughera@lafayette.edu>
14440              Cc: Perl Porters <perl5-porters@perl.org>
14441              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
14442              Date: Fri, 23 Jul 1999 13:38:25 -0400
14443              Message-ID: <19990723133825.A12033@O2.chapin.edu>
14444      Branch: cfgperl
14445            ! INSTALL
14446 ____________________________________________________________________________
14447 [  3728] By: gsar                                  on 1999/07/23  17:24:42
14448         Log: applied suggested patch for tracking line numbers correctly in
14449              optimized blocks with a single statement; changed setcop to
14450              setstate and added code for -Dx dumps
14451              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14452              Date: Wed, 23 Jun 1999 17:27:42 +0100
14453              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
14454              Subject: [PATCH 5.005_57] Line number error in optimised else() 
14455      Branch: perl
14456            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
14457            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
14458            ! pp_proto.h t/op/misc.t
14459 ____________________________________________________________________________
14460 [  3727] By: gsar                                  on 1999/07/23  15:56:04
14461         Log: avoid useless use of target for pp_each(); also fixes bugs due to
14462              refcount held by the target
14463      Branch: perl
14464            ! opcode.h opcode.pl pp.c t/op/each.t
14465 ____________________________________________________________________________
14466 [  3726] By: jhi                                   on 1999/07/23  12:08:30
14467         Log: Change #3725 aftershock.
14468      Branch: cfgperl
14469            ! INSTALL jpl/JNI/JNI.pm
14470 ____________________________________________________________________________
14471 [  3725] By: jhi                                   on 1999/07/23  11:58:49
14472         Log: Introduce $Config{ldlibpthname} which contains
14473              the name of the environment variable holding the
14474              dynamic library search path, often LD_LIBRARY_PATH.
14475              Use this new feature all over.
14476              Also removed remnants of admonition "add LD_LIBRARY_PATH
14477              before running make" because Makefile.SH does this for you. 
14478      Branch: cfgperl
14479            ! Configure Makefile.SH config_h.SH
14480            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
14481            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
14482            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
14483            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
14484            ! jpl/install-jpl utils/perlbug.PL
14485 ____________________________________________________________________________
14486 [  3724] By: jhi                                   on 1999/07/23  08:03:36
14487         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
14488              To: perl5-porters@perl.org
14489              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
14490              Date: Thu, 22 Jul 1999 19:58:34 -0400
14491              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
14492      Branch: cfgperl
14493            ! av.c
14494 ____________________________________________________________________________
14495 [  3723] By: gsar                                  on 1999/07/23  00:01:29
14496         Log: emit warning about function calls that were encountered too early
14497              to enforce their prototype
14498      Branch: perl
14499            ! op.c op.h pod/perldiag.pod
14500 ____________________________________________________________________________
14501 [  3722] By: jhi                                   on 1999/07/22  21:19:59
14502         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14503              To: perl5-porters@perl.org
14504              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
14505              Subject: [PATCH] MakeMaker documentation
14506              Date: Wed, 21 Jul 1999 14:15:42 -0400
14507              Message-ID: <19990721141542.A1800@O2.chapin.edu>
14508      Branch: cfgperl
14509            ! lib/ExtUtils/MakeMaker.pm
14510 ____________________________________________________________________________
14511 [  3721] By: jhi                                   on 1999/07/22  21:05:19
14512         Log: From: pvhp@forte.com (Peter Prymmer)
14513              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
14514              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
14515              Date: Wed, 21 Jul 99 17:15:39 PDT
14516              Message-Id: <9907220015.AA11931@forte.com>
14517      Branch: cfgperl
14518            ! hints/os390.sh
14519 ____________________________________________________________________________
14520 [  3720] By: jhi                                   on 1999/07/22  20:51:17
14521         Log: AIX magic: ccdlflags needs to be different for
14522              Perl itself and for extra-core extensions
14523              (as used by ExtUtilss::embed::ldopts).
14524              Based on the problems described in
14525              
14526              From: Mike W Ellwood <mwe@rl.ac.uk>
14527              To: perl5-porters@perl.org
14528              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
14529              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
14530              Reply-To: m.w.ellwood@rl.ac.uk
14531              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
14532      Branch: cfgperl
14533            ! Configure Makefile.SH config_h.SH hints/aix.sh
14534 ____________________________________________________________________________
14535 [  3719] By: jhi                                   on 1999/07/22  08:23:53
14536         Log: Update history records.
14537      Branch: cfgperl
14538            ! pod/perlhist.pod
14539 ____________________________________________________________________________
14540 [  3718] By: jhi                                   on 1999/07/21  13:54:42
14541         Log: Todododobedobedo.
14542      Branch: cfgperl
14543            ! Todo
14544 ____________________________________________________________________________
14545 [  3717] By: jhi                                   on 1999/07/21  12:10:48
14546         Log: Even more Todo.
14547      Branch: cfgperl
14548            ! Todo
14549 ____________________________________________________________________________
14550 [  3716] By: jhi                                   on 1999/07/21  11:40:39
14551         Log: Use Errno more extensively so that error
14552              messages are more portable (another way
14553              would be to muck around with LC_MESSAGES).
14554              Problem reported in
14555              
14556              From: oracle@pcr8.pcr.com
14557              To: perl5-porters@perl.org
14558              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
14559              Date: Mon, 19 Jul 1999 18:39:13 -0400
14560              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
14561      Branch: cfgperl
14562            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
14563            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
14564            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
14565 ____________________________________________________________________________
14566 [  3715] By: jhi                                   on 1999/07/21  11:05:36
14567         Log: Slightly modified patch.
14568              From: Sean Sheedy <seans@ncube.com>
14569              To: perl5-porters@perl.org
14570              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
14571              Date: Tue, 20 Jul 1999 09:52:06 -0700
14572              Message-Id: <3794A935.1C150E54@ncube.com>
14573      Branch: cfgperl
14574            ! cflags.SH x2p/cflags.SH
14575 ____________________________________________________________________________
14576 [  3714] By: jhi                                   on 1999/07/20  21:26:19
14577         Log: More Todo.
14578      Branch: cfgperl
14579            ! Todo
14580 ____________________________________________________________________________
14581 [  3713] By: jhi                                   on 1999/07/20  18:02:45
14582         Log: Integrate with Sarathy.
14583      Branch: cfgperl
14584           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
14585           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14586           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
14587           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
14588           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
14589           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
14590           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
14591           +> utils/dprofpp.PL
14592           !> INSTALL MAINTAIN MANIFEST configure.com
14593           !> ext/Devel/Peek/Makefile.PL installman installperl
14594           !> pod/roffitall utils/Makefile vms/descrip_mms.template
14595           !> win32/Makefile win32/makefile.mk win32/win32.h
14596 ____________________________________________________________________________
14597 [  3712] By: gsar                                  on 1999/07/20  15:29:01
14598         Log: DProf tweak
14599      Branch: perl
14600            ! ext/Devel/DProf/DProf.xs
14601 ____________________________________________________________________________
14602 [  3711] By: gsar                                  on 1999/07/20  07:56:19
14603         Log: another DProf build tweak
14604      Branch: perl
14605            ! utils/dprofpp.PL
14606 ____________________________________________________________________________
14607 [  3710] By: gsar                                  on 1999/07/20  07:36:36
14608         Log: move DProf things around to where they are supposed to be
14609      Branch: perl
14610            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
14611            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
14612            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
14613            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
14614            + t/lib/dprof/test6_t t/lib/dprof/test6_v
14615           +> utils/dprofpp.PL
14616            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
14617            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
14618            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
14619            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
14620            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
14621            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
14622            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
14623            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
14624            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
14625            ! installperl pod/roffitall utils/Makefile
14626            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14627 ____________________________________________________________________________
14628 [  3709] By: gsar                                  on 1999/07/20  06:13:16
14629         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
14630      Branch: perl
14631            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14632            ! ext/Devel/Peek/Makefile.PL
14633 ____________________________________________________________________________
14634 [  3708] By: gsar                                  on 1999/07/20  06:01:22
14635         Log: move DProf to Devel/DProf
14636      Branch: perl
14637           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
14638           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14639           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
14640           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
14641           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
14642           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
14643           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
14644           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
14645           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
14646           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
14647           +> ext/Devel/DProf/test.pl
14648            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
14649            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
14650            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
14651            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
14652            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
14653            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
14654            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
14655            ! MAINTAIN MANIFEST configure.com win32/Makefile
14656            ! win32/makefile.mk
14657 ____________________________________________________________________________
14658 [  3707] By: gsar                                  on 1999/07/20  05:39:11
14659         Log: add Devel::DProf v19990108 from CPAN, as it was
14660      Branch: perl
14661            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
14662            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
14663            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
14664            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
14665            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
14666            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
14667            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
14668            ! MANIFEST
14669 ____________________________________________________________________________
14670 [  3706] By: gsar                                  on 1999/07/20  04:52:25
14671         Log: C<union any> needs no PERL_OBJECT-treatment
14672      Branch: perl
14673            ! win32/win32.h
14674 ____________________________________________________________________________
14675 [  3705] By: gsar                                  on 1999/07/20  04:11:54
14676         Log: fix problem in default build
14677      Branch: perl
14678            ! win32/Makefile win32/makefile.mk
14679 ____________________________________________________________________________
14680 [  3704] By: jhi                                   on 1999/07/19  07:06:36
14681         Log: Integrate with Sarathy.
14682      Branch: cfgperl
14683           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
14684           !> win32/win32.c
14685 ____________________________________________________________________________
14686 [  3703] By: gsar                                  on 1999/07/19  05:55:57
14687         Log: win32 nits
14688      Branch: perl
14689            ! makedef.pl sv.h
14690 ____________________________________________________________________________
14691 [  3702] By: gsar                                  on 1999/07/19  04:29:34
14692         Log: don't display tid from main thread (or testsuite breaks)
14693      Branch: perl
14694            ! lib/Carp.pm util.c
14695 ____________________________________________________________________________
14696 [  3701] By: gsar                                  on 1999/07/19  00:47:52
14697         Log: remove several doubled (and tripled!) entries
14698      Branch: perl
14699            ! pod/perldiag.pod
14700 ____________________________________________________________________________
14701 [  3700] By: gsar                                  on 1999/07/19  00:42:34
14702         Log: integrate cfgperl contents into mainline
14703      Branch: perl
14704           +> makedef.pl
14705            - perl_exp.SH win32/makedef.pl
14706           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14707           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
14708           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
14709           !> utf8.c util.c win32/Makefile win32/makefile.mk
14710 ____________________________________________________________________________
14711 [  3699] By: gsar                                  on 1999/07/19  00:33:59
14712         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
14713      Branch: perl
14714            ! Changes win32/win32.c
14715 ____________________________________________________________________________
14716 [  3698] By: jhi                                   on 1999/07/18  21:33:57
14717         Log: Integrate with Sarathy.
14718      Branch: cfgperl
14719           +> t/op/chars.t
14720           !> (integrate 57 files)
14721 ____________________________________________________________________________
14722 [  3697] By: gsar                                  on 1999/07/18  05:22:36
14723         Log: From: pvhp@forte.com (Peter Prymmer)
14724              Date: Thu, 1 Jul 99 19:31:24 PDT
14725              Message-Id: <9907020231.AA16942@forte.com>
14726              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
14727      Branch: perl
14728            + t/op/chars.t
14729            ! MANIFEST ebcdic.c t/op/ord.t
14730 ____________________________________________________________________________
14731 [  3696] By: gsar                                  on 1999/07/18  05:11:02
14732         Log: display thread id in diagnostics (suggested by Dan Sugalski)
14733      Branch: perl
14734            ! lib/Carp.pm util.c
14735 ____________________________________________________________________________
14736 [  3695] By: gsar                                  on 1999/07/18  04:57:47
14737         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
14738      Branch: perl
14739            ! pod/perldiag.pod
14740 ____________________________________________________________________________
14741 [  3694] By: gsar                                  on 1999/07/18  04:56:28
14742         Log: cache [NIUP]V conversions of defined READONLY values
14743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14744              Date: Sun, 11 Jul 1999 04:39:44 -0400
14745              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
14746              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
14747      Branch: perl
14748            ! sv.c
14749 ____________________________________________________________________________
14750 [  3693] By: gsar                                  on 1999/07/18  03:53:38
14751         Log: From: jan.dubois@ibm.net (Jan Dubois)
14752              Date: Sat, 17 Jul 1999 10:58:29 +0200
14753              Message-ID: <379144ad.13616689@smtp1.ibm.net>
14754              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
14755      Branch: perl
14756            ! lib/ExtUtils/Manifest.pm
14757 ____________________________________________________________________________
14758 [  3692] By: gsar                                  on 1999/07/18  03:51:03
14759         Log: remove spurious newSTATEOP() that causes goto to enter one too many
14760              contexts when jumping between if and elsif blocks
14761      Branch: perl
14762            ! perly.c perly.y pp_ctl.c t/op/goto.t
14763 ____________________________________________________________________________
14764 [  3691] By: gsar                                  on 1999/07/18  01:49:59
14765         Log: detypo, update Changes
14766      Branch: perl
14767            ! Changes doio.c
14768 ____________________________________________________________________________
14769 [  3690] By: gsar                                  on 1999/07/18  01:16:59
14770         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
14771      Branch: perl
14772            ! lib/integer.pm
14773 ____________________________________________________________________________
14774 [  3689] By: gsar                                  on 1999/07/18  00:47:17
14775         Log: ensure __END__ appears on a line by itself in wrapped
14776              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
14777              mention caveat about successfull kill()
14778      Branch: perl
14779            ! pod/perlfunc.pod win32/bin/pl2bat.pl
14780 ____________________________________________________________________________
14781 [  3688] By: gsar                                  on 1999/07/17  20:47:44
14782         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
14783      Branch: perl
14784            ! ext/SDBM_File/sdbm/Makefile.PL
14785 ____________________________________________________________________________
14786 [  3687] By: gsar                                  on 1999/07/17  20:43:27
14787         Log: make CC.pm use a distinct CCPP() macro rather than PP()
14788              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
14789      Branch: perl
14790            ! cc_runtime.h ext/B/B/CC.pm
14791 ____________________________________________________________________________
14792 [  3686] By: gsar                                  on 1999/07/17  20:39:08
14793         Log: tiny bug in vars.pm (from John Dlugosz)
14794      Branch: perl
14795            ! lib/vars.pm
14796 ____________________________________________________________________________
14797 [  3685] By: gsar                                  on 1999/07/17  20:37:27
14798         Log: applied suggested patch, along with later tweak
14799              From: jan.dubois@ibm.net (Jan Dubois)
14800              Date: Wed, 14 Jul 1999 23:53:43 +0200
14801              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
14802              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
14803      Branch: perl
14804            ! lib/Pod/Html.pm
14805 ____________________________________________________________________________
14806 [  3684] By: gsar                                  on 1999/07/17  20:24:32
14807         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
14808      Branch: perl
14809            ! thrdvar.h
14810 ____________________________________________________________________________
14811 [  3683] By: gsar                                  on 1999/07/17  20:21:01
14812         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14813              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
14814              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
14815              Subject: [PATCH 5.005_57] Segfaults if $^P
14816      Branch: perl
14817            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
14818            ! proto.h
14819 ____________________________________________________________________________
14820 [  3682] By: gsar                                  on 1999/07/17  20:04:17
14821         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
14822              and prefix/lib/perl5/man are ass_u_med only if those directories
14823              actually exist; else prefix/{lib,man} are used)
14824      Branch: perl
14825            ! lib/ExtUtils/MM_Unix.pm
14826 ____________________________________________________________________________
14827 [  3681] By: gsar                                  on 1999/07/17  19:12:33
14828         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
14829      Branch: perl
14830            ! op.c t/comp/proto.t
14831 ____________________________________________________________________________
14832 [  3680] By: gsar                                  on 1999/07/17  18:23:55
14833         Log: fix vec() on magic values
14834              From: Ian Phillipps <ian@dial.pipex.com>
14835              Date: Mon, 12 Jul 1999 12:30:05 +0100
14836              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
14837              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
14838      Branch: perl
14839            ! doop.c t/op/tie.t
14840 ____________________________________________________________________________
14841 [  3679] By: gsar                                  on 1999/07/17  18:10:44
14842         Log: make system() return -1 and set $! if exec of child failed
14843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14844              Date: Fri, 9 Jul 1999 05:21:13 -0400
14845              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
14846              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
14847      Branch: perl
14848            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
14849            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
14850 ____________________________________________________________________________
14851 [  3678] By: gsar                                  on 1999/07/17  17:54:01
14852         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14853              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
14854              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
14855              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
14856      Branch: perl
14857            ! util.c
14858 ____________________________________________________________________________
14859 [  3677] By: gsar                                  on 1999/07/17  17:34:38
14860         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
14861              converted Ken's documentation outline into pod
14862      Branch: perl
14863            ! x2p/find2perl.PL
14864 ____________________________________________________________________________
14865 [  3676] By: gsar                                  on 1999/07/17  16:34:09
14866         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
14867              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
14868              Steve Lidie
14869      Branch: perl
14870            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
14871            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14872            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
14873            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
14874            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
14875            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
14876 ____________________________________________________________________________
14877 [  3675] By: gsar                                  on 1999/07/17  00:16:53
14878         Log: backout redundant change#3628
14879      Branch: perl
14880            ! Changes hints/bsdos.sh
14881 ____________________________________________________________________________
14882 [  3674] By: jhi                                   on 1999/07/15  14:26:03
14883         Log: Fix the bin/oct/hex constant overflow tests for
14884              long long platforms.
14885      Branch: cfgperl
14886            ! t/pragma/warn/util
14887 ____________________________________________________________________________
14888 [  3673] By: jhi                                   on 1999/07/14  21:59:11
14889         Log: Fixed AIX dynamic loading and AIX shared Perl library.
14890              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
14891              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
14892              Hijacked win32/makedef.pl for more general purpose export
14893              list building, now it is used (as toplevel makedef.pl)
14894              for win32 and AIX (perl_exp.SH made unnecessary).
14895              Because the export lists are now correct in AIX, no more linker
14896              warnings about "Exported symbol not defined" should appear.
14897      Branch: cfgperl
14898            + makedef.pl
14899            - perl_exp.SH win32/makedef.pl
14900            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14901            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
14902            ! win32/makefile.mk
14903 ____________________________________________________________________________
14904 [  3672] By: gsar                                  on 1999/07/14  17:12:13
14905         Log: minor efficiency tweak
14906      Branch: perl
14907            ! pp_ctl.c
14908 ____________________________________________________________________________
14909 [  3671] By: jhi                                   on 1999/07/14  16:22:39
14910         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
14911              if its caller re_intuit_start() was entered with strend == strpos
14912              because end_shift ended up as -1.  The patch ain't necessarily
14913              correct but least the core dump is avoided.
14914      Branch: cfgperl
14915            ! regexec.c
14916 ____________________________________________________________________________
14917 [  3670] By: jhi                                   on 1999/07/13  07:59:09
14918         Log: Integrate with Sarathy.
14919      Branch: cfgperl
14920            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14921            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14922           !> (integrate 67 files)
14923 ____________________________________________________________________________
14924 [  3669] By: gsar                                  on 1999/07/12  06:14:54
14925         Log: fixups for sundry warnings about function pointers
14926      Branch: perl
14927            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
14928            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
14929            ! win32/win32.c win32/win32.h
14930 ____________________________________________________________________________
14931 [  3668] By: gsar                                  on 1999/07/12  04:11:58
14932         Log: tweaks for win32/borland
14933      Branch: perl
14934            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
14935 ____________________________________________________________________________
14936 [  3667] By: gsar                                  on 1999/07/12  01:55:15
14937         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
14938              builds; passing the implicit context is unified among the three
14939              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
14940              flavors (see the top of perl.h) for testing; all varargs functions
14941              foo() have a va_list-taking variant vfoo() for generating the
14942              context-free versions; the PERL_OBJECT build should now be
14943              hyper-compatible with CPAN extensions (C++ is totally out of
14944              the picture)
14945              
14946              result has only been tested on Windows
14947              
14948              TODO: write docs on the THX rationale and idiomatic usage of
14949              the Perl API
14950      Branch: perl
14951            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14952            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14953            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
14954            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
14955            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
14956            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
14957            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
14958            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
14959            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
14960            ! global.sym globals.c intrpvar.h iperlsys.h
14961            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14962            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
14963            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
14964            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
14965            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
14966            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
14967            ! win32/dl_win32.xs win32/include/dirent.h
14968            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
14969            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
14970            ! win32/win32iop.h win32/win32sck.c
14971 ____________________________________________________________________________
14972 [  3666] By: jhi                                   on 1999/07/11  22:00:13
14973         Log: Integrate with Sarathy.
14974      Branch: cfgperl
14975           !> op.c t/op/lex_assign.t
14976 ____________________________________________________________________________
14977 [  3665] By: jhi                                   on 1999/07/11  21:59:01
14978         Log: More manual sync.
14979      Branch: cfgperl
14980            ! pod/perldelta.pod
14981 ____________________________________________________________________________
14982 [  3664] By: gsar                                  on 1999/07/11  19:11:07
14983         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
14984              remedy and related tests via private mail
14985      Branch: perl
14986            ! op.c t/op/lex_assign.t
14987 ____________________________________________________________________________
14988 [  3663] By: jhi                                   on 1999/07/11  15:04:37
14989         Log: Manual synchronization with Sarathy (some files
14990              had drifted apart for no apparent reason), plus
14991              I had a typo in dl_vms.xs Sarathy had fixed.
14992      Branch: cfgperl
14993            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
14994 ____________________________________________________________________________
14995 [  3662] By: jhi                                   on 1999/07/10  12:23:21
14996         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
14997              to adapt to the underlying platform (the binary, 0b1..., test
14998              was broken in 64-bit platforms).  Also change "hex" in the
14999              warning messages to "hexadecimal" to match "binary" and "octal".
15000      Branch: cfgperl
15001            ! pod/perldiag.pod t/pragma/warn/util util.c
15002 ____________________________________________________________________________
15003 [  3661] By: jhi                                   on 1999/07/08  21:54:55
15004         Log: Integrate with Sarathy.
15005      Branch: cfgperl
15006           +> perlapi.c perlapi.h
15007           !> (integrate 43 files)
15008 ____________________________________________________________________________
15009 [  3660] By: gsar                                  on 1999/07/08  18:47:35
15010         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
15011      Branch: perl
15012            + perlapi.c perlapi.h
15013            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
15014            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
15015            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
15016            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
15017            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
15018            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
15019            ! win32/win32.h
15020 ____________________________________________________________________________
15021 [  3659] By: gsar                                  on 1999/07/08  18:41:45
15022         Log: sundry cleanups for clean build on windows
15023      Branch: perl
15024            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
15025 ____________________________________________________________________________
15026 [  3658] By: gsar                                  on 1999/07/08  01:24:25
15027         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
15028              type mismatch problems
15029      Branch: perl
15030            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
15031            ! t/pragma/warn/op toke.c utf8.c util.c
15032 ____________________________________________________________________________
15033 [  3657] By: jhi                                   on 1999/07/07  23:01:16
15034         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
15035      Branch: cfgperl
15036            ! pod/perldiag.pod
15037           !> Changes configure.com ext/B/B/Deparse.pm
15038           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
15039           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
15040           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
15041           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
15042           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
15043           !> t/pragma/overload.t thread.h vms/vms.c
15044 ____________________________________________________________________________
15045 [  3656] By: gsar                                  on 1999/07/07  21:04:38
15046         Log: integrate cfgperl contents
15047      Branch: perl
15048           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
15049           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
15050           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
15051            ! Changes
15052           !> (integrate 45 files)
15053 ____________________________________________________________________________
15054 [  3655] By: gsar                                  on 1999/07/07  18:55:45
15055         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
15056              <pvhp@forte.com>
15057      Branch: perl
15058            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
15059 ____________________________________________________________________________
15060 [  3654] By: gsar                                  on 1999/07/07  18:47:03
15061         Log: change#1889 mistakenly removed F_SETLK
15062      Branch: perl
15063            ! ext/Fcntl/Fcntl.xs
15064 ____________________________________________________________________________
15065 [  3653] By: gsar                                  on 1999/07/07  18:42:42
15066         Log: B::Deparse update
15067              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15068              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
15069              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
15070              Subject: [PATCH _57, long] B::Deparse 0.58
15071      Branch: perl
15072            ! ext/B/B/Deparse.pm
15073 ____________________________________________________________________________
15074 [  3652] By: gsar                                  on 1999/07/07  18:41:07
15075         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15076              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
15077              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
15078              Subject: Re: [ID 19990705.001] Overloading boolean conversion
15079      Branch: perl
15080            ! gv.c t/pragma/overload.t
15081 ____________________________________________________________________________
15082 [  3651] By: gsar                                  on 1999/07/07  17:47:30
15083         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
15084      Branch: perl
15085            ! perlsfio.h
15086 ____________________________________________________________________________
15087 [  3650] By: gsar                                  on 1999/07/07  17:45:52
15088         Log: applied new parts of suggested patch
15089              From: Charles Bailey <BAILEY@newman.upenn.edu>
15090              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
15091              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
15092              Subject: [PATCH 5.005_57] Consolidated VMS patch
15093      Branch: perl
15094            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
15095            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
15096            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
15097            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
15098            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
15099 ____________________________________________________________________________
15100 [  3649] By: jhi                                   on 1999/07/07  13:38:02
15101         Log: Sync regcomp warn with reality.
15102      Branch: cfgperl
15103            ! t/pragma/warn/regcomp
15104 ____________________________________________________________________________
15105 [  3648] By: jhi                                   on 1999/07/07  13:04:55
15106         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
15107              resolved manually.
15108      Branch: cfgperl
15109           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
15110           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
15111           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
15112            - README.lexwarn
15113           !> (integrate 79 files)
15114 ____________________________________________________________________________
15115 [  3647] By: gsar                                  on 1999/07/07  10:32:03
15116         Log: From: jan.dubois@ibm.net (Jan Dubois)
15117              Date: Thu, 01 Jul 1999 11:17:53 +0200
15118              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
15119              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
15120      Branch: perl
15121            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15122            ! lib/ExtUtils/MakeMaker.pm
15123 ____________________________________________________________________________
15124 [  3646] By: gsar                                  on 1999/07/07  10:27:55
15125         Log: fix undocumented IO::Handle functions as suggested
15126              by cj10@cam.ac.uk
15127      Branch: perl
15128            ! ext/IO/lib/IO/Handle.pm
15129 ____________________________________________________________________________
15130 [  3645] By: gsar                                  on 1999/07/07  10:18:55
15131         Log: prohibit thread join()ing itself (from Dan Sugalski)
15132      Branch: perl
15133            ! ext/Thread/Thread.xs
15134 ____________________________________________________________________________
15135 [  3644] By: gsar                                  on 1999/07/07  10:14:26
15136         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15137              Date: Wed, 30 Jun 1999 14:02:42 -0700
15138              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
15139              Subject:  [PATCH 5.005_57] Compiler and XSUBS
15140      Branch: perl
15141            ! ext/B/B/C.pm
15142 ____________________________________________________________________________
15143 [  3643] By: gsar                                  on 1999/07/07  10:08:38
15144         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
15145              (from François Désarménien <desar@club-internet.fr>)
15146      Branch: perl
15147            ! pod/perlsyn.pod
15148 ____________________________________________________________________________
15149 [  3642] By: gsar                                  on 1999/07/07  10:03:24
15150         Log: From: Doug MacEachern <dougm@cp.net>
15151              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
15152              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
15153              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
15154      Branch: perl
15155            ! ext/B/B.xs
15156 ____________________________________________________________________________
15157 [  3641] By: gsar                                  on 1999/07/07  10:00:57
15158         Log: slightly modified version of suggested patch
15159              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
15160              Date: Mon, 28 Jun 1999 14:23:59 -0400
15161              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
15162              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
15163      Branch: perl
15164            ! ext/POSIX/POSIX.xs
15165 ____________________________________________________________________________
15166 [  3640] By: gsar                                  on 1999/07/07  09:45:43
15167         Log: lexical warnings update (warning.t fails one test
15168              due to leaked scalar, investigation pending)
15169              From: paul.marquess@bt.com
15170              Date: Sat, 26 Jun 1999 23:19:52 +0100
15171              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
15172              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
15173      Branch: perl
15174            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
15175            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
15176            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
15177            - README.lexwarn
15178            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
15179            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15180            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
15181            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
15182            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15183            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
15184            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
15185            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
15186            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
15187            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
15188            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
15189            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
15190            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
15191            ! warning.h warning.pl win32/win32.c
15192 ____________________________________________________________________________
15193 [  3639] By: gsar                                  on 1999/07/07  08:09:30
15194         Log: From: Brian Jepson <bjepson@home.com>
15195              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
15196              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
15197              Subject: Patch to JPL example program
15198      Branch: perl
15199            ! jpl/JPL_Rolo/JPL_Rolo.jpl
15200 ____________________________________________________________________________
15201 [  3638] By: jhi                                   on 1999/07/07  08:07:58
15202         Log: Integrate with Sarathy.
15203      Branch: cfgperl
15204           !> (integrate 34 files)
15205 ____________________________________________________________________________
15206 [  3637] By: gsar                                  on 1999/07/07  08:07:49
15207         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15208              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
15209              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
15210              Subject: [PATCH _57, long] Eliminate CONDOPs
15211      Branch: perl
15212            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
15213            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
15214            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
15215            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
15216            ! pod/perltoc.pod pp_ctl.c pp_hot.c
15217 ____________________________________________________________________________
15218 [  3636] By: gsar                                  on 1999/07/07  07:50:51
15219         Log: adapted suggested patch for IO-1.20x
15220              From: ian@dial.pipex.com
15221              Date:  Fri, 25 Jun 1999 10:39:42 +0100
15222              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
15223              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
15224      Branch: perl
15225            ! ext/IO/lib/IO/Socket.pm
15226 ____________________________________________________________________________
15227 [  3635] By: gsar                                  on 1999/07/07  07:26:05
15228         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
15229      Branch: perl
15230            ! hints/powerux.sh
15231 ____________________________________________________________________________
15232 [  3634] By: gsar                                  on 1999/07/07  07:20:02
15233         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15234              Date: Wed, 23 Jun 1999 16:16:05 +0100
15235              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
15236              Subject: [PATCH 5.005_57] memleak in optimizer
15237      Branch: perl
15238            ! embed.h embed.pl objXSUB.h op.c proto.h
15239 ____________________________________________________________________________
15240 [  3633] By: gsar                                  on 1999/07/07  07:10:52
15241         Log: add do-not-edit caveats for files generated by opcode.pl
15242              (suggested by Hugo van der Sanden)
15243      Branch: perl
15244            ! opcode.h opcode.pl pp.sym pp_proto.h
15245 ____________________________________________________________________________
15246 [  3632] By: gsar                                  on 1999/07/07  06:41:13
15247         Log: better diagnostics on read operations from write-only
15248              filehandles
15249      Branch: perl
15250            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
15251            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
15252 ____________________________________________________________________________
15253 [  3631] By: gsar                                  on 1999/07/07  02:03:34
15254         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
15255              by David Muir Sharnoff <muir@idiom.com>)
15256      Branch: perl
15257            ! lib/Sys/Hostname.pm
15258 ____________________________________________________________________________
15259 [  3630] By: gsar                                  on 1999/07/07  01:57:16
15260         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15261              Date: Sun, 20 Jun 1999 17:17:17 -0700
15262              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
15263              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
15264      Branch: perl
15265            ! ext/B/B/CC.pm
15266 ____________________________________________________________________________
15267 [  3629] By: gsar                                  on 1999/07/07  01:46:03
15268         Log: installperl should write normal messages to STDOUT, not STDERR
15269      Branch: perl
15270            ! installperl
15271 ____________________________________________________________________________
15272 [  3628] By: gsar                                  on 1999/07/07  01:41:25
15273         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
15274      Branch: perl
15275            ! hints/bsdos.sh
15276 ____________________________________________________________________________
15277 [  3627] By: gsar                                  on 1999/07/07  00:27:10
15278         Log: make diagnostic on C<my $^I> etc., more readable
15279      Branch: perl
15280            ! op.c
15281 ____________________________________________________________________________
15282 [  3626] By: gsar                                  on 1999/07/06  23:47:27
15283         Log: From: Andy Dougherty <doughera@lafayette.edu>
15284              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
15285              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
15286              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
15287      Branch: perl
15288            ! Makefile.SH utils/Makefile
15289 ____________________________________________________________________________
15290 [  3625] By: jhi                                   on 1999/07/06  21:50:46
15291         Log: Some new files of #3624 missing from MANIFEST.
15292      Branch: cfgperl
15293            ! MANIFEST
15294 ____________________________________________________________________________
15295 [  3624] By: jhi                                   on 1999/07/06  21:47:04
15296         Log: POSIX [[:character class:]] support for standard, locale,
15297              and utf8.  If both utf8 and locale are on, utf8 wins.
15298              I don't fully understand why so many tables changed in
15299              lib/unicode because of "make" -- maybe it was just overdue.
15300      Branch: cfgperl
15301            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
15302            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
15303            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
15304            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
15305            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
15306            ! lib/unicode/Block.pl lib/unicode/Category.pl
15307            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15308            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
15309            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
15310            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
15311            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
15312            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
15313            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
15314            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
15315            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
15316            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
15317            ! t/pragma/warn/regcomp utf8.c
15318 ____________________________________________________________________________
15319 [  3623] By: gsar                                  on 1999/07/06  20:52:48
15320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15321              Date: Wed, 16 Jun 1999 14:57:22 -0400
15322              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
15323              Subject: [PATCH 5.00557] Devel::Peek
15324      Branch: perl
15325            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15326 ____________________________________________________________________________
15327 [  3622] By: gsar                                  on 1999/07/06  20:22:59
15328         Log: applied patch after demunging headers with appropriate paths
15329              From: "Vishal Bhatia" <vishalb@my-deja.com>
15330              Date: Sat, 12 Jun 1999 08:23:59 -0700
15331              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
15332              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
15333      Branch: perl
15334            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
15335            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
15336 ____________________________________________________________________________
15337 [  3621] By: gsar                                  on 1999/07/06  20:10:50
15338         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15339              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
15340              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
15341              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
15342      Branch: perl
15343            ! doio.c
15344 ____________________________________________________________________________
15345 [  3620] By: jhi                                   on 1999/07/06  19:16:47
15346         Log: Mention EPOC and SOCKS.
15347      Branch: cfgperl
15348            ! pod/perldelta.pod
15349 ____________________________________________________________________________
15350 [  3619] By: gsar                                  on 1999/07/06  16:52:37
15351         Log: fix int vs STRLEN issue
15352      Branch: perl
15353            ! pp.c
15354 ____________________________________________________________________________
15355 [  3618] By: jhi                                   on 1999/07/06  16:52:20
15356         Log: There ain't Perl_atonv().
15357      Branch: cfgperl
15358            ! ext/ByteLoader/bytecode.h
15359 ____________________________________________________________________________
15360 [  3617] By: jhi                                   on 1999/07/06  15:55:22
15361         Log: Integrate with Sarathy.
15362      Branch: cfgperl
15363           !> Makefile.SH
15364 ____________________________________________________________________________
15365 [  3616] By: jhi                                   on 1999/07/06  15:54:09
15366         Log: Tweak for #3613.
15367      Branch: cfgperl
15368            ! Configure config_h.SH
15369 ____________________________________________________________________________
15370 [  3615] By: gsar                                  on 1999/07/06  11:00:21
15371         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15372              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
15373              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
15374              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
15375      Branch: perl
15376            ! Makefile.SH
15377 ____________________________________________________________________________
15378 [  3614] By: jhi                                   on 1999/07/06  10:44:48
15379         Log: Integrate with Sarathy.
15380      Branch: cfgperl
15381           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
15382           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
15383 ____________________________________________________________________________
15384 [  3613] By: jhi                                   on 1999/07/06  10:43:20
15385         Log: From: Nathan Kurz <nate@valleytel.net>
15386              Subject: [ID 19990612.001 compiling three deep modules within ext/]
15387              ply-To: nate@valleytel.net
15388              erl5-porters@perl.org
15389              Date: Sat, 12 Jun 1999 01:26:04 -0500
15390              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
15391      Branch: cfgperl
15392            ! Configure config_h.SH
15393 ____________________________________________________________________________
15394 [  3612] By: gsar                                  on 1999/07/06  10:17:52
15395         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15396              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
15397              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
15398              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
15399      Branch: perl
15400            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
15401 ____________________________________________________________________________
15402 [  3611] By: gsar                                  on 1999/07/06  09:51:20
15403         Log: From: pvhp@forte.com (Peter Prymmer)
15404              Date: Fri, 11 Jun 99 17:07:19 PDT
15405              Message-Id: <9906120007.AA13802@forte.com>
15406              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
15407      Branch: perl
15408            ! ext/IO/lib/IO/File.pm
15409 ____________________________________________________________________________
15410 [  3610] By: gsar                                  on 1999/07/06  09:37:37
15411         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
15412              tweak)
15413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15414              Date: Wed, 09 Jun 1999 18:27:51 +0100
15415              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
15416              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
15417      Branch: perl
15418            ! perl.h t/base/rs.t
15419 ____________________________________________________________________________
15420 [  3609] By: jhi                                   on 1999/07/06  09:28:48
15421         Log: Integrate with Sarathy.
15422      Branch: cfgperl
15423           !> (integrate 49 files)
15424 ____________________________________________________________________________
15425 [  3608] By: gsar                                  on 1999/07/06  09:28:21
15426         Log: test tweak
15427      Branch: perl
15428            ! t/pragma/warn/op
15429 ____________________________________________________________________________
15430 [  3607] By: jhi                                   on 1999/07/06  09:22:48
15431         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
15432      Branch: cfgperl
15433            ! Configure config_h.SH
15434 ____________________________________________________________________________
15435 [  3606] By: gsar                                  on 1999/07/06  09:05:02
15436         Log: applied slightly tweaked version of suggested patch for
15437              improved RE API
15438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15439              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
15440              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
15441              Subject: [PATCH 5.005_57] REx engine rehash
15442      Branch: perl
15443            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
15444            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
15445            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
15446            ! util.c
15447 ____________________________________________________________________________
15448 [  3605] By: gsar                                  on 1999/07/06  08:54:03
15449         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
15450      Branch: perl
15451            ! sv.c
15452 ____________________________________________________________________________
15453 [  3604] By: gsar                                  on 1999/07/06  07:08:30
15454         Log: From: paul.marquess@bt.com
15455              Date: Tue, 8 Jun 1999 22:37:58 +0100 
15456              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
15457              Subject: [PATCH 5.005_57] DB_File 1.67
15458      Branch: perl
15459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15460            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15461 ____________________________________________________________________________
15462 [  3603] By: gsar                                  on 1999/07/06  07:04:50
15463         Log: From: paul.marquess@bt.com
15464              Date: Tue, 8 Jun 1999 22:34:01 +0100 
15465              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
15466              Subject: [PATCH 5.005_57] DBM Filters
15467      Branch: perl
15468            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15469            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
15470            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
15471            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
15472 ____________________________________________________________________________
15473 [  3602] By: gsar                                  on 1999/07/06  07:00:01
15474         Log: slightly tweaked version of suggested patch
15475              From: Dan Sugalski <sugalskd@ous.edu>
15476              Date: Tue, 08 Jun 1999 14:09:38 -0700
15477              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
15478              Subject: [PATCH 5.005_57]Use NV instead of double in the core
15479      Branch: perl
15480            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
15481            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
15482            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
15483            ! proto.h sv.c sv.h toke.c universal.c util.c
15484 ____________________________________________________________________________
15485 [  3601] By: gsar                                  on 1999/07/06  06:52:57
15486         Log: integrate cfgperl contents into mainline
15487      Branch: perl
15488           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
15489           +> epoc/perl.mmp epoc/perl.pkg
15490           !> (integrate 30 files)
15491 ____________________________________________________________________________
15492 [  3598] By: jhi                                   on 1999/07/05  20:02:55
15493         Log: Integrate with mainperl.
15494      Branch: cfgperl
15495           +> lib/CGI/Pretty.pm
15496           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15497           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
15498           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
15499           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
15500           !> vms/vmsish.h
15501 ____________________________________________________________________________
15502 [  3597] By: jhi                                   on 1999/07/05  19:59:48
15503         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
15504              that addresses the notorious "Additional libraries" question.
15505      Branch: cfgperl
15506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15507            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
15508            ! pp_sys.c
15509 ____________________________________________________________________________
15510 [  3596] By: gsar                                  on 1999/07/05  18:30:51
15511         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15512              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
15513              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
15514              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
15515      Branch: perl
15516            ! pp_sys.c t/lib/io_udp.t
15517 ____________________________________________________________________________
15518 [  3595] By: gsar                                  on 1999/07/05  18:29:08
15519         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15520              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
15521              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
15522              Subject: [PATCH 5.00557] Setting $^E wipes out $!
15523      Branch: perl
15524            ! mg.c
15525 ____________________________________________________________________________
15526 [  3594] By: gsar                                  on 1999/07/05  18:24:53
15527         Log: hand-apply whitespace mutiliated patch
15528              From: Dan Sugalski <sugalskd@osshe.edu>
15529              Date: Mon, 07 Jun 1999 14:46:42 -0700
15530              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
15531              Subject: [PATCH 5.005_57]Updated VMS patch
15532      Branch: perl
15533            ! thread.h vms/descrip_mms.template vms/subconfigure.com
15534            ! vms/vms.c vms/vmsish.h
15535 ____________________________________________________________________________
15536 [  3593] By: gsar                                  on 1999/07/05  17:53:04
15537         Log: applied parts not duplicated by previous patches
15538              From: "Vishal Bhatia" <vishalb@my-deja.com>
15539              Date: Sat, 05 Jun 1999 08:42:17 -0700
15540              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
15541              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
15542      Branch: perl
15543            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15544            ! ext/B/B/Stackobj.pm
15545 ____________________________________________________________________________
15546 [  3592] By: jhi                                   on 1999/07/05  17:17:22
15547         Log: AIX threaded build, plus few more on the side.
15548      Branch: cfgperl
15549            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
15550            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
15551            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
15552            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
15553 ____________________________________________________________________________
15554 [  3591] By: gsar                                  on 1999/07/05  16:52:34
15555         Log: "\e" and "\a" didn't produce right escape under EBCDIC
15556              From: pvhp@forte.com (Peter Prymmer)
15557              Date: Fri, 4 Jun 99 12:00:27 PDT
15558              Message-Id: <9906041900.AA28387@forte.com>
15559              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
15560      Branch: perl
15561            ! toke.c
15562 ____________________________________________________________________________
15563 [  3590] By: gsar                                  on 1999/07/05  16:40:01
15564         Log: s/scalar ref constructor/single ref constructor/ (suggested
15565              by Stephen McCamant)
15566      Branch: perl
15567            ! opcode.h opcode.pl
15568 ____________________________________________________________________________
15569 [  3589] By: gsar                                  on 1999/07/05  16:34:06
15570         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
15571      Branch: perl
15572            ! ext/GDBM_File/GDBM_File.xs
15573 ____________________________________________________________________________
15574 [  3588] By: gsar                                  on 1999/07/05  16:29:39
15575         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
15576              is unchanged still)
15577      Branch: perl
15578            ! op.c
15579 ____________________________________________________________________________
15580 [  3587] By: jhi                                   on 1999/07/05  10:31:43
15581         Log: Make perl_exp.SH smarter about what to include and what to exclude.
15582      Branch: cfgperl
15583            ! perl_exp.SH
15584 ____________________________________________________________________________
15585 [  3586] By: jhi                                   on 1999/07/05  09:29:31
15586         Log: Remove unnecessary and extraneous my $i = 0.
15587      Branch: cfgperl
15588            ! bytecode.pl
15589 ____________________________________________________________________________
15590 [  3585] By: jhi                                   on 1999/07/05  07:28:59
15591         Log: Integrate with mainperl.
15592      Branch: cfgperl
15593           !> (integrate 30 files)
15594 ____________________________________________________________________________
15595 [  3584] By: gsar                                  on 1999/07/05  05:36:28
15596         Log: From: Vishal Bhatia <vishalb@hotmail.com>
15597              Date: Thu, 03 Jun 1999 00:57:48 PDT
15598              Message-ID: <19990603075749.86665.qmail@hotmail.com>
15599              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
15600      Branch: perl
15601            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15602 ____________________________________________________________________________
15603 [  3583] By: gsar                                  on 1999/07/05  05:31:19
15604         Log: suppress fancy display when in verbose mode (suggested by
15605              Paul Johnson <pjcj@transeda.com>)
15606      Branch: perl
15607            ! lib/Test/Harness.pm
15608 ____________________________________________________________________________
15609 [  3582] By: gsar                                  on 1999/07/05  05:17:12
15610         Log: cygwin32 update
15611              From: "Fifer, Eric" <EFifer@sanwaint.com>
15612              Date:  Wed, 2 Jun 1999 15:16:05 +0100
15613              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
15614              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
15615      Branch: perl
15616            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
15617            ! cygwin32/build-instructions.READFIRST
15618            ! cygwin32/build-instructions.charles-wilson
15619            ! cygwin32/build-instructions.sebastien-barre
15620            ! cygwin32/build-instructions.steven-morlock
15621            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
15622            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
15623            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
15624            ! t/op/magic.t util.c
15625 ____________________________________________________________________________
15626 [  3581] By: gsar                                  on 1999/07/05  02:46:18
15627         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
15628      Branch: perl
15629            ! util.c
15630 ____________________________________________________________________________
15631 [  3580] By: gsar                                  on 1999/07/05  02:38:03
15632         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
15633              Date: Mon, 31 May 1999 18:18:13 -0600
15634              Message-ID: <19990601001813.AAA17834@csgsystems.com>
15635              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
15636      Branch: perl
15637            ! t/TEST t/UTEST t/harness utils/perlcc.PL
15638 ____________________________________________________________________________
15639 [  3579] By: gsar                                  on 1999/07/05  01:20:58
15640         Log: compatibility tweak for Class::Struct
15641      Branch: perl
15642            ! lib/Class/Struct.pm
15643 ____________________________________________________________________________
15644 [  3578] By: jhi                                   on 1999/07/04  23:26:01
15645         Log: Miscellaneus AIX fixes + SOCKS support.
15646      Branch: cfgperl
15647            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
15648            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
15649            ! hints/aix.sh pp_sys.c
15650 ____________________________________________________________________________
15651 [  3577] By: gsar                                  on 1999/07/04  23:07:39
15652         Log: test tweak
15653      Branch: perl
15654            ! t/io/openpid.t
15655 ____________________________________________________________________________
15656 [  3576] By: jhi                                   on 1999/07/04  22:39:23
15657         Log: Integrate with mainperl.
15658      Branch: cfgperl
15659           +> t/io/openpid.t
15660            - win32/perlhost.h
15661           !> (integrate 51 files)
15662 ____________________________________________________________________________
15663 [  3575] By: jhi                                   on 1999/07/04  22:26:48
15664         Log: Added 64-bit support for AIX 4.3 or better
15665              based on Martin H. Rusoff's observations.
15666      Branch: cfgperl
15667            ! Configure config_h.SH hints/aix.sh
15668 ____________________________________________________________________________
15669 [  3574] By: jhi                                   on 1999/07/04  21:34:47
15670         Log: Do not throw away gccvers compilation errors.
15671              From: Andy Dougherty <doughera@lafayette.edu>
15672              To: Ron Seguin <rseguin@on.bell.ca>
15673              Cc: Perl Porters <perl5-porters@perl.org>
15674              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
15675              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
15676              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
15677      Branch: cfgperl
15678            ! Configure config_h.SH
15679 ____________________________________________________________________________
15680 [  3573] By: gsar                                  on 1999/07/04  21:10:32
15681         Log: adapted suggested tests for addition to testsuite
15682              From: RonaldWS@aol.com
15683              Date:  Sun, 30 May 1999 16:27:28 EDT
15684              Message-Id:  <25cd799f.2482f930@aol.com>
15685              Subject: [19990530.007] Open with pipe | does not return pid under win32
15686      Branch: perl
15687            + t/io/openpid.t
15688            ! MANIFEST win32/win32.c
15689 ____________________________________________________________________________
15690 [  3572] By: gsar                                  on 1999/07/04  20:29:32
15691         Log: perl_run() should call my_exit(0) for normal completion
15692      Branch: perl
15693            ! perl.c
15694 ____________________________________________________________________________
15695 [  3571] By: jhi                                   on 1999/07/04  20:10:44
15696         Log: Add test for change #3568 plus general cleanup.
15697      Branch: cfgperl
15698            ! t/pragma/locale.t
15699 ____________________________________________________________________________
15700 [  3570] By: gsar                                  on 1999/07/04  20:03:21
15701         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
15702              overloading
15703      Branch: perl
15704            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15705            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
15706 ____________________________________________________________________________
15707 [  3569] By: gsar                                  on 1999/07/04  18:04:48
15708         Log: make AIX dynaloading work when libperl is shared (and thus under
15709              mod_perl etc.)
15710              From: Jens-Uwe Mager <jum@helios.de>
15711              Date:  Sat, 29 May 1999 17:09:52 +0200
15712              Message-Id:  <199905291509.RAA43978@ans.helios.de>
15713              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
15714      Branch: perl
15715            ! ext/DynaLoader/dl_aix.xs
15716 ____________________________________________________________________________
15717 [  3568] By: jhi                                   on 1999/07/04  14:54:23
15718         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
15719              This resulted for example in the 'o' magic not being cleared by
15720              magic_setcollxfrm(), which resulted in strange cmp results.
15721              The bug was reported originally in the message
15722              Subject: Bug with locale
15723              From: Jan Starzynski <jan@planet.de> 
15724              To: perlbug@perl.com 
15725              Date: Fri, 09 Apr 1999 13:23:07 +0200 
15726              Message-ID: <370DE31B.DAEE1332@planet.de> 
15727      Branch: cfgperl
15728            ! pp.c
15729 ____________________________________________________________________________
15730 [  3567] By: gsar                                  on 1999/07/04  02:38:34
15731         Log: remove misleading info on defined(&func), unclutter deprecation
15732              about defined(@array)
15733      Branch: perl
15734            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15735            ! t/pragma/warn/op
15736 ____________________________________________________________________________
15737 [  3566] By: gsar                                  on 1999/07/04  01:46:31
15738         Log: From: jan.dubois@ibm.net (Jan Dubois)
15739              Date: Wed, 26 May 1999 22:07:17 +0200
15740              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
15741              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
15742      Branch: perl
15743            ! Changes win32/win32.c win32/win32.h
15744 ____________________________________________________________________________
15745 [  3565] By: gsar                                  on 1999/07/04  01:26:02
15746         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
15747              for win32 issues)
15748      Branch: perl
15749            ! pod/perlxstut.pod
15750 ____________________________________________________________________________
15751 [  3564] By: gsar                                  on 1999/07/02  03:09:04
15752         Log: avoid warnings
15753      Branch: perl
15754            ! ext/Thread/Thread/Specific.pm lib/fields.pm
15755 ____________________________________________________________________________
15756 [  3563] By: gsar                                  on 1999/06/28  19:23:47
15757         Log: inc version (for CPAN.pm sanity)
15758      Branch: perl
15759            ! lib/Text/ParseWords.pm
15760 ____________________________________________________________________________
15761 [  3562] By: gsar                                  on 1999/06/28  19:19:01
15762         Log: regen perltoc
15763      Branch: perl
15764            ! pod/perltoc.pod
15765 ____________________________________________________________________________
15766 [  3561] By: gsar                                  on 1999/06/28  19:08:41
15767         Log: From: Damian Conway <damian@cs.monash.edu.au>
15768              Date: Wed, 26 May 1999 00:58:35 -0400
15769              Message-Id: <199905260458.AAA06411@defender.perl.org>
15770              Subject: [19990526.002] Misc. improvements to Class:Struct
15771      Branch: perl
15772            ! MANIFEST lib/Class/Struct.pm
15773 ____________________________________________________________________________
15774 [  3560] By: gsar                                  on 1999/06/28  18:50:52
15775         Log: remove bogus PL_optype_size
15776      Branch: perl
15777            ! bytecode.pl ext/ByteLoader/byterun.h
15778 ____________________________________________________________________________
15779 [  3559] By: gsar                                  on 1999/06/28  18:22:26
15780         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
15781      Branch: perl
15782            + lib/CGI/Pretty.pm
15783            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
15784            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
15785            ! t/lib/cgi-html.t t/lib/cgi-request.t
15786 ____________________________________________________________________________
15787 [  3558] By: jhi                                   on 1999/06/28  07:30:21
15788         Log: Change Olaf Lebbe's email address.
15789      Branch: cfgperl
15790            ! README.epoc
15791 ____________________________________________________________________________
15792 [  3557] By: gsar                                  on 1999/06/28  00:07:33
15793         Log: make autogenerated files writable
15794      Branch: perl
15795            - win32/perlhost.h
15796            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
15797            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15798            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
15799            ! proto.h regnodes.h warning.h win32/config_H.bc
15800            ! win32/config_H.gc win32/config_H.vc
15801 ____________________________________________________________________________
15802 [  3556] By: jhi                                   on 1999/06/27  19:22:53
15803         Log: Update MANIFEST to match #3555.
15804      Branch: cfgperl
15805            ! MANIFEST
15806 ____________________________________________________________________________
15807 [  3555] By: jhi                                   on 1999/06/27  19:16:22
15808         Log: EPOC port to Psion5.
15809              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15810              To: Jarkko Hietaniemi <jhi@iki.fi>
15811              Cc: perl5-porters@perl.org
15812              Subject: Re: Psion5
15813              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
15814              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
15815      Branch: cfgperl
15816            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
15817            + epoc/perl.mmp epoc/perl.pkg
15818            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
15819            ! perl.h sv.c util.c
15820 ____________________________________________________________________________
15821 [  3554] By: jhi                                   on 1999/06/27  18:50:52
15822         Log: Integrate from mainperl.
15823      Branch: cfgperl
15824           !> (integrate 48 files)
15825 ____________________________________________________________________________
15826 [  3553] By: gsar                                  on 1999/06/27  14:28:49
15827         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
15828              gone from the public API); PERL_OBJECT builds again on
15829              windows
15830              
15831              TODO: namespace-clean the typedefs in iperlsys.h and
15832              elsewhere; remove C++ remnants from public headers
15833      Branch: perl
15834            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
15835            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15836            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15837            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
15838            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
15839            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
15840            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
15841            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
15842            ! win32/config.gc win32/config.vc win32/dl_win32.xs
15843            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
15844            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
15845            ! win32/win32sck.c
15846 ____________________________________________________________________________
15847 [  3552] By: gsar                                  on 1999/06/27  13:49:31
15848         Log: integrate cfgperl changes into mainline
15849      Branch: perl
15850           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15851           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15852           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15853           !> util.c
15854 ____________________________________________________________________________
15855 [  3551] By: gsar                                  on 1999/06/27  13:31:11
15856         Log: fix indents
15857      Branch: perl
15858            ! op.c
15859 ____________________________________________________________________________
15860 [  3550] By: gsar                                  on 1999/06/24  22:42:53
15861         Log: update Changes
15862      Branch: perl
15863            ! Changes
15864 ____________________________________________________________________________
15865 [  3549] By: gsar                                  on 1999/06/24  22:41:17
15866         Log: avoid race condition in the CAPI extension bootstrap handler
15867      Branch: perl
15868            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
15869 ____________________________________________________________________________
15870 [  3548] By: gsar                                  on 1999/06/24  22:39:53
15871         Log: sanity check to cover the case when perl is installed into the
15872              X:\ (drive root)
15873      Branch: perl
15874            ! win32/win32.c
15875 ____________________________________________________________________________
15876 [  3547] By: gsar                                  on 1999/06/22  19:30:32
15877         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
15878      Branch: perl
15879            ! lib/Tie/RefHash.pm
15880 ____________________________________________________________________________
15881 [  3544] By: jhi                                   on 1999/06/18  19:24:28
15882         Log: Tidy up #3542 and #3543. 
15883      Branch: cfgperl
15884            ! t/pragma/locale.t util.c
15885 ____________________________________________________________________________
15886 [  3543] By: jhi                                   on 1999/06/18  10:28:45
15887         Log: Spice up locale.t.
15888      Branch: cfgperl
15889            ! t/pragma/locale.t
15890 ____________________________________________________________________________
15891 [  3542] By: jhi                                   on 1999/06/17  22:42:03
15892         Log: Fixed two long-standing locale bugs.
15893              
15894              Both problems were related to numeric locale which
15895              controls the radix character aka the decimal separator.
15896              (1) printf (and sprintf) were resetting the numeric locale to C.
15897              (2) Using locale-numerically formatted floating point
15898              numbers (e.g. "1,23") together with -w caused warnings about
15899              "isn't numeric".  The operations were working fine, though,
15900              because atof() was using the local locale.
15901              Both problems reported by Stefan Vogtner.
15902              
15903              Introduced a wrapper for atof() that attempts to convert
15904              the string both ways.  This helps Perl to understand
15905              numbers like this "4.56" even when using a local locale
15906              makes atof() understand only numbers like this "7,89".
15907              
15908              Remaining related problems, both of which existed before
15909              this patch and continue to exist after this patch:
15910              (a) The behaviour of print() is _not_ as documented by perllocale.
15911              Instead of always using the C locale, print() does use the
15912              local locale, just like the *printf() do.  This may be fixable
15913              now that switching to-and-fro between locales has been made
15914              more consistent, but fixing print() would change existing
15915              behaviour.  perllocale is not changed by this patch.
15916              (b) If a number has been stringified (say, via "$number") under
15917              a local locale, the cached string value persists even under
15918              "no locale".  This may or may not be a problem: operations
15919              work fine because the original number is still there, but
15920              that the string form keeps its locale-ish outlook may be
15921              somewhat confusing.
15922      Branch: cfgperl
15923            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15924            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15925            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15926            ! util.c
15927 ____________________________________________________________________________
15928 [  3541] By: jhi                                   on 1999/06/17  20:00:16
15929         Log: Integrate from mainperl.
15930      Branch: cfgperl
15931           !> ext/Data/Dumper/Dumper.pm op.c
15932 ____________________________________________________________________________
15933 [  3540] By: gsar                                  on 1999/06/16  16:49:55
15934         Log: dump C<0> as such, not C<'0'>
15935      Branch: perl
15936            ! ext/Data/Dumper/Dumper.pm
15937 ____________________________________________________________________________
15938 [  3539] By: gsar                                  on 1999/06/13  04:04:40
15939         Log: fix coredumper in change#3498
15940      Branch: perl
15941            ! op.c
15942 ____________________________________________________________________________
15943 [  3538] By: jhi                                   on 1999/06/12  22:01:26
15944         Log: Integrate from mainperl.
15945      Branch: cfgperl
15946           +> lib/caller.pm
15947           !> (integrate 36 files)
15948 ____________________________________________________________________________
15949 [  3537] By: gsar                                  on 1999/06/12  06:43:03
15950         Log: EXTERN_C declarations for global arrays in various
15951              headers, so perl can be built even in C++ mode; win32
15952              build fixups; regen headers
15953      Branch: perl
15954            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
15955            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
15956 ____________________________________________________________________________
15957 [  3536] By: gsar                                  on 1999/06/12  06:38:21
15958         Log: caller.pm typos
15959      Branch: perl
15960            ! lib/caller.pm
15961 ____________________________________________________________________________
15962 [  3535] By: gsar                                  on 1999/06/11  23:13:54
15963         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
15964              is temporarily gone
15965      Branch: perl
15966            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
15967            ! pod/perldelta.pod proto.h win32/perllib.c
15968 ____________________________________________________________________________
15969 [  3534] By: gsar                                  on 1999/06/11  20:41:51
15970         Log: implement C<use caller 'encoding'>
15971      Branch: perl
15972            + lib/caller.pm
15973            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
15974 ____________________________________________________________________________
15975 [  3533] By: gsar                                  on 1999/06/11  16:51:04
15976         Log: truncate() has a peculiar exemption from strict barewords, even
15977              though it has a non-filehandle prototype
15978      Branch: perl
15979            ! op.c t/io/fs.t
15980 ____________________________________________________________________________
15981 [  3532] By: gsar                                  on 1999/06/11  09:09:16
15982         Log: GDBM tweak
15983      Branch: perl
15984            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
15985 ____________________________________________________________________________
15986 [  3531] By: gsar                                  on 1999/06/10  23:34:19
15987         Log: part of the platform changes for IMPLICIT_CONTEXT
15988      Branch: perl
15989            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
15990            ! jpl/PerlInterpreter/PerlInterpreter.c
15991            ! jpl/PerlInterpreter/PerlInterpreter.h
15992            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
15993            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
15994 ____________________________________________________________________________
15995 [  3530] By: jhi                                   on 1999/06/10  20:55:56
15996         Log: Integrate from mainperl.
15997      Branch: cfgperl
15998           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
15999 ____________________________________________________________________________
16000 [  3529] By: gsar                                  on 1999/06/10  20:40:01
16001         Log: DB_File tweaks for IMPLICIT CONTEXT
16002      Branch: perl
16003            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16004 ____________________________________________________________________________
16005 [  3528] By: jhi                                   on 1999/06/10  10:18:15
16006         Log: Integrate from mainperl.
16007      Branch: cfgperl
16008           !> (integrate 105 files)
16009 ____________________________________________________________________________
16010 [  3527] By: gsar                                  on 1999/06/10  09:30:35
16011         Log: most globals are now interpreter local; locale initialization
16012              was too early, defer it until interpreter is allocated and
16013              initialized; multiple interpreters should now be
16014              concurrency-safe (untested)
16015      Branch: perl
16016            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
16017            ! perlvars.h
16018 ____________________________________________________________________________
16019 [  3526] By: gsar                                  on 1999/06/10  08:38:00
16020         Log: fix small nits
16021      Branch: perl
16022            ! cc_runtime.h ext/B/B/CC.pm run.c
16023 ____________________________________________________________________________
16024 [  3525] By: gsar                                  on 1999/06/10  04:41:38
16025         Log: win32 build fixes
16026      Branch: perl
16027            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
16028            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16029            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
16030            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
16031            ! win32/Makefile win32/config_H.bc win32/config_H.gc
16032            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
16033            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
16034            ! win32/win32.c win32/win32.h win32/win32sck.c
16035            ! win32/win32thread.c win32/win32thread.h
16036 ____________________________________________________________________________
16037 [  3524] By: gsar                                  on 1999/06/09  18:03:01
16038         Log: more complete support for implicit thread/interpreter pointer,
16039              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
16040              without that enabled):
16041              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
16042              is a noop; tests pass on Solaris; should be faster now!
16043              - MULTIPLICITY has been tested with and without
16044              PERL_IMPLICIT_CONTEXT on Solaris
16045              - improved function database now merged with embed.pl
16046              - everything except the varargs functions have foo(a,b,c) macros
16047              to provide compatibility
16048              - varargs functions default to compatibility variants that
16049              get the context pointer using dTHX
16050              - there should be almost no source compatibility issues as a
16051              result of all this
16052              - dl_foo.xs changes other than dl_dlopen.xs untested
16053              - still needs documentation, fixups for win32 etc
16054              Next step: migrate most non-mutex variables from perlvars.h
16055              to intrpvar.h
16056      Branch: perl
16057            - proto.pl
16058            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
16059            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
16060            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16061            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
16062            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
16063            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16064            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
16065            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
16066            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16067            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
16068            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16069            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16070            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
16071            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
16072            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
16073            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
16074            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
16075            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
16076            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
16077            ! util.c win32/Makefile win32/makefile.mk writemain.SH
16078 ____________________________________________________________________________
16079 [  3523] By: gsar                                  on 1999/06/07  05:24:13
16080         Log: missed a file
16081      Branch: perl
16082            + proto.pl
16083            ! MANIFEST
16084 ____________________________________________________________________________
16085 [  3522] By: gsar                                  on 1999/06/07  05:18:34
16086         Log: initial stub implementation of implicit thread/this
16087              pointer    argument; builds/tests on Solaris, win32
16088              hasn't been fixed up yet; proto.h, global.sym and
16089              static function decls are now generated from a common
16090              database in proto.pl; some inconsistently named
16091              perl_foo() things are now Perl_foo(), compatibility
16092              #defines provided; perl_foo() (lowercase 'p') reserved
16093              for functions that take an explicit context argument;
16094              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
16095      Branch: perl
16096            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
16097            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
16098            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
16099            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
16100            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
16101            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
16102            ! universal.c utf8.c util.c
16103 ____________________________________________________________________________
16104 [  3521] By: gsar                                  on 1999/06/04  23:00:22
16105         Log: clean up some stray "global" symbols
16106      Branch: perl
16107            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
16108            ! pp_proto.h proto.h
16109 ____________________________________________________________________________
16110 [  3520] By: jhi                                   on 1999/06/02  21:33:28
16111         Log: Integrate from mainperl.
16112      Branch: cfgperl
16113           !> (integrate 94 files)
16114 ____________________________________________________________________________
16115 [  3519] By: gsar                                  on 1999/06/02  07:16:10
16116         Log: avoid dereferencing null pointer from getpwent() et al
16117      Branch: perl
16118            ! pp_sys.c
16119 ____________________________________________________________________________
16120 [  3518] By: gsar                                  on 1999/06/02  04:47:10
16121         Log: remove _() non-ansism
16122      Branch: perl
16123            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
16124            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
16125            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
16126            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
16127            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
16128            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16129            ! ext/re/re.xs handy.h hv.c iperlsys.h
16130            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
16131            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
16132            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
16133            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
16134            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
16135            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
16136            ! vms/vmsish.h vms/writemain.pl vos/config.h
16137            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
16138            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
16139            ! win32/perllib.c win32/runperl.c win32/win32.h
16140            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
16141            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
16142 ____________________________________________________________________________
16143 [  3517] By: gsar                                  on 1999/06/02  02:17:51
16144         Log: missed a few files
16145      Branch: perl
16146            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
16147 ____________________________________________________________________________
16148 [  3516] By: gsar                                  on 1999/06/02  01:37:33
16149         Log: integrate cfgperl contents into mainline
16150      Branch: perl
16151           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16152           +> ext/ByteLoader/byterun.h
16153            - bytecode.h byterun.c byterun.h
16154            ! Changes
16155           !> (integrate 58 files)
16156 ____________________________________________________________________________
16157 [  3515] By: gsar                                  on 1999/06/02  00:48:50
16158         Log: remove stray K&R-isms
16159      Branch: perl
16160            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
16161            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
16162            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
16163            ! toke.c util.c win32/win32.c x2p/hash.c
16164 ____________________________________________________________________________
16165 [  3514] By: gsar                                  on 1999/06/01  15:55:55
16166         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
16167              strict 'subs'
16168      Branch: perl
16169            ! op.c t/pragma/strict-subs
16170 ____________________________________________________________________________
16171 [  3513] By: jhi                                   on 1999/06/01  07:17:05
16172         Log: Patch applying of #3499 had gone awry.
16173      Branch: cfgperl
16174            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
16175 ____________________________________________________________________________
16176 [  3512] By: gsar                                  on 1999/05/31  19:21:30
16177         Log: tighter -help output
16178      Branch: perl
16179            ! perl.c
16180 ____________________________________________________________________________
16181 [  3511] By: gsar                                  on 1999/05/31  17:18:23
16182         Log: fix memory leak in C<eval 'return sub {...}'>
16183      Branch: perl
16184            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
16185 ____________________________________________________________________________
16186 [  3510] By: gsar                                  on 1999/05/31  14:11:46
16187         Log: tweak C++isms
16188      Branch: perl
16189            ! win32/dl_win32.xs win32/win32.c
16190 ____________________________________________________________________________
16191 [  3509] By: jhi                                   on 1999/05/30  13:02:26
16192         Log: Cleanup of #3488.
16193      Branch: cfgperl
16194            ! Configure config_h.SH
16195 ____________________________________________________________________________
16196 [  3508] By: jhi                                   on 1999/05/30  11:16:01
16197         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16198              To: Mailing list Perl5 <perl5-porters@perl.org>
16199              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
16200              Date: Sat, 29 May 1999 20:18:13 -0400
16201              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
16202      Branch: cfgperl
16203            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
16204 ____________________________________________________________________________
16205 [  3507] By: jhi                                   on 1999/05/29  20:05:40
16206         Log: From: Mark-Jason Dominus <mjd@plover.com>
16207              To: perl5-porters@perl.com
16208              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
16209              Date: Sat, 29 May 1999 14:45:10 -0400
16210              Message-ID: <19990529184510.27557.qmail@plover.com>
16211      Branch: cfgperl
16212            ! op.h
16213 ____________________________________________________________________________
16214 [  3506] By: gsar                                  on 1999/05/29  16:49:39
16215         Log: avoid gv_check() recursive pit
16216      Branch: perl
16217            ! gv.c
16218 ____________________________________________________________________________
16219 [  3505] By: jhi                                   on 1999/05/29  11:38:16
16220         Log: From: jan.dubois@ibm.net (Jan Dubois)
16221              To: Gurusamy Sarathy <gsar@activestate.com>
16222              Cc: perl5-porters@perl.org
16223              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
16224              Date: Sat, 29 May 1999 08:46:22 +0200
16225              Message-ID: <374f8007.2016008@smtp1.ibm.net>
16226      Branch: cfgperl
16227            ! t/op/grent.t t/op/pwent.t
16228 ____________________________________________________________________________
16229 [  3504] By: jhi                                   on 1999/05/29  11:07:10
16230         Log: QNX needs <sys/select.h> to define fd_set.
16231              
16232              From: Norton Allen <allen@huarp.harvard.edu>
16233              To: perl5-porters@perl.org
16234              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
16235              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
16236              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
16237      Branch: cfgperl
16238            ! ext/IO/poll.c
16239 ____________________________________________________________________________
16240 [  3503] By: jhi                                   on 1999/05/29  10:53:31
16241         Log: From: jan.dubois@ibm.net (Jan Dubois)
16242              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
16243              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
16244              Date: Fri, 28 May 1999 20:14:35 +0200
16245              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
16246      Branch: cfgperl
16247            ! lib/Math/BigFloat.pm
16248 ____________________________________________________________________________
16249 [  3502] By: jhi                                   on 1999/05/29  10:44:44
16250         Log: Make Configure support the change #3367,
16251              SysV shadow passwords.
16252      Branch: cfgperl
16253            ! Configure config_h.SH pp_sys.c
16254 ____________________________________________________________________________
16255 [  3501] By: gsar                                  on 1999/05/28  21:22:23
16256         Log: add wide versions of win32 system calls (first step in
16257              globalization); delayload winsock for performance if compiling
16258              with VC 6.0
16259      Branch: perl
16260            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
16261            ! win32/win32.c win32/win32.h
16262 ____________________________________________________________________________
16263 [  3500] By: jhi                                   on 1999/05/28  21:17:24
16264         Log: The new t/lib/io_linenum.t was using stricture
16265              before @INC was set up.
16266      Branch: cfgperl
16267            ! t/lib/io_linenum.t
16268 ____________________________________________________________________________
16269 [  3499] By: jhi                                   on 1999/05/28  17:13:23
16270         Log: From: Tom Hughes <tom@compton.nu>
16271              To: perl5-porters@perl.org
16272              Subject: [PATCH 5.005_57] ByteLoader mark 2
16273              Date: Wed, 26 May 1999 23:59:49 +0100
16274              Message-ID: <bf337a0849.tom@compton.compton.nu>
16275              
16276              plus resolve tiny conflict with #3479
16277              plus regen_headers.
16278      Branch: cfgperl
16279            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16280            + ext/ByteLoader/byterun.h
16281            - bytecode.h byterun.c byterun.h
16282            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
16283            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
16284            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16285            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
16286            ! perl.h perlvars.h proto.h util.c utils/Makefile
16287 ____________________________________________________________________________
16288 [  3498] By: jhi                                   on 1999/05/28  16:53:04
16289         Log: From: Mark-Jason Dominus <mjd@plover.com>
16290              To: perl5-porters@perl.com
16291              Subject: PATCH (5.005_57): defined(@a) now deprecated
16292              Date: Thu, 27 May 1999 16:05:44 -0400
16293              Message-ID: <19990527200544.13330.qmail@plover.com>
16294      Branch: cfgperl
16295            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
16296            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
16297 ____________________________________________________________________________
16298 [  3497] By: jhi                                   on 1999/05/28  16:50:54
16299         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16300              To: perl5-porters@perl.org (Mailing list Perl5)
16301              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
16302              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
16303              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
16304      Branch: cfgperl
16305            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
16306            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
16307 ____________________________________________________________________________
16308 [  3496] By: jhi                                   on 1999/05/28  16:48:39
16309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16310              To: perl5-porters@perl.org (Mailing list Perl5)
16311              Subject: [PATCH 5.00557] Required OS/2-related patches
16312              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
16313              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
16314      Branch: cfgperl
16315            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
16316            ! t/op/stat.t util.c
16317 ____________________________________________________________________________
16318 [  3495] By: jhi                                   on 1999/05/28  16:45:56
16319         Log: From: Paul Johnson <pjcj@transeda.com>
16320              To: perl5-porters <perl5-porters@perl.org>
16321              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
16322              Date: Fri, 28 May 1999 15:13:54 +0100
16323              Message-ID: <19990528151354.B289@west-tip.transeda.com>
16324      Branch: cfgperl
16325            ! t/TEST
16326 ____________________________________________________________________________
16327 [  3494] By: jhi                                   on 1999/05/28  16:44:34
16328         Log: From: Paul Johnson <pjcj@transeda.com>
16329              To: perl5-porters <perl5-porters@perl.org>
16330              Subject: [PATCH 5.005_57] Fixes related to working local $.
16331              Date: Fri, 28 May 1999 15:11:18 +0100
16332              Message-ID: <19990528151118.A289@west-tip.transeda.com>
16333      Branch: cfgperl
16334            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
16335 ____________________________________________________________________________
16336 [  3493] By: gsar                                  on 1999/05/28  16:37:26
16337         Log: change#3449 wasn't doing enough
16338      Branch: perl
16339            ! op.c t/comp/proto.t
16340 ____________________________________________________________________________
16341 [  3492] By: jhi                                   on 1999/05/28  08:12:23
16342         Log: From: paul.marquess@bt.com
16343              To: doughera@lafayette.edu
16344              Cc: perl5-porters@perl.org
16345              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
16346              Date: Thu, 27 May 1999 23:31:38 +0100
16347              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
16348              
16349              Had to be applied manually; some mailer had munged the patch slightly.
16350      Branch: cfgperl
16351            ! ext/NDBM_File/NDBM_File.xs
16352 ____________________________________________________________________________
16353 [  3491] By: jhi                                   on 1999/05/28  07:51:17
16354         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
16355              To: perl5-porters@perl.org
16356              Subject: [PATCH 5.005_57] fixing eval in the compiler
16357              Date: Thu, 27 May 1999 07:56:54 -0700
16358              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
16359      Branch: cfgperl
16360            ! cc_runtime.h scope.h
16361 ____________________________________________________________________________
16362 [  3490] By: jhi                                   on 1999/05/28  07:47:06
16363         Log: From: Andy Dougherty <doughera@lafayette.edu>
16364              To: perlbug@perl.com
16365              Cc: Jarkko Hietaniemi <jhi@iki.fi>
16366              Subject: [PATCH] Configure updates for ISC 4.1
16367              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
16368              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
16369      Branch: cfgperl
16370            ! Configure config_h.SH
16371 ____________________________________________________________________________
16372 [  3489] By: jhi                                   on 1999/05/28  07:39:17
16373         Log: Integrate from mainperl.
16374      Branch: cfgperl
16375           !> malloc.c win32/makedef.pl win32/win32.c
16376 ____________________________________________________________________________
16377 [  3488] By: jhi                                   on 1999/05/27  16:57:19
16378         Log: From: Andy Dougherty <doughera@lafayette.edu>
16379              To: Perl Porters <perl5-porters@perl.org>
16380              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
16381              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
16382              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
16383      Branch: cfgperl
16384            ! Configure config_h.SH hints/sunos_4_1.sh util.c
16385 ____________________________________________________________________________
16386 [  3487] By: gsar                                  on 1999/05/27  03:56:20
16387         Log: make win32_spawnvp() inherit standard handles even when they
16388              may be redirected
16389      Branch: perl
16390            ! win32/win32.c
16391 ____________________________________________________________________________
16392 [  3486] By: jhi                                   on 1999/05/26  19:55:52
16393         Log: From: Andy Dougherty <doughera@lafayette.edu>
16394              To: perl5-porters@perl.org
16395              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
16396              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
16397              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
16398      Branch: cfgperl
16399            ! util.c
16400 ____________________________________________________________________________
16401 [  3485] By: chip                                  on 1999/05/26  17:19:11
16402         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
16403      Branch: maint-5.004/perl
16404            ! Configure
16405 ____________________________________________________________________________
16406 [  3484] By: gsar                                  on 1999/05/26  01:56:28
16407         Log: fix missing exported symbol
16408      Branch: perl
16409            ! malloc.c win32/makedef.pl
16410 ____________________________________________________________________________
16411 [  3483] By: jhi                                   on 1999/05/25  23:08:07
16412         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
16413              
16414              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16415              To: perlbug@perl.com
16416              Subject: OpenBSD hints file update
16417              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
16418              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
16419      Branch: cfgperl
16420            ! hints/openbsd.sh
16421 ____________________________________________________________________________
16422 [  3482] By: jhi                                   on 1999/05/25  23:01:25
16423         Log: From: Tom Hughes <tom@compton.nu>
16424              To: perl5-porters@perl.org
16425              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
16426              Date: Tue, 25 May 1999 23:10:23 +0100
16427              Message-ID: <1ed7f10749.tom@compton.compton.nu>
16428      Branch: cfgperl
16429            ! Configure config_h.SH
16430 ____________________________________________________________________________
16431 [  3481] By: jhi                                   on 1999/05/25  22:31:50
16432         Log: 3479, 3480, 3481 seems logical.
16433      Branch: cfgperl
16434           !> hints/aix.sh
16435 ____________________________________________________________________________
16436 [  3480] By: jhi                                   on 1999/05/25  22:13:39
16437         Log: The change #3479 wasn't perfect.
16438      Branch: perl
16439            ! hints/aix.sh
16440 ____________________________________________________________________________
16441 [  3479] By: jhi                                   on 1999/05/25  21:59:21
16442         Log: Cures for _57 in AIX 4.1.5.0.
16443              (1) The lddlflags lost its -lc by change #3660
16444              (and the politeness of change #3257).
16445              (2) optype_size must end up in perl.exp (as PL_optype_size).
16446              Added it to perlvars.h, fixed bytecode.pl,
16447              regen'ed the relevant headers.
16448      Branch: cfgperl
16449            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
16450            ! perlvars.h
16451      Branch: perl
16452            ! hints/aix.sh
16453 ____________________________________________________________________________
16454 [  3478] By: jhi                                   on 1999/05/25  20:13:47
16455         Log: Integrate from mainperl.
16456      Branch: cfgperl
16457           +> pod/perltootc.pod
16458           !> (integrate 101 files)
16459 ____________________________________________________________________________
16460 [  3477] By: gsar                                  on 1999/05/25  10:43:48
16461         Log: here be 5.005_57
16462      Branch: perl
16463            ! Changes MANIFEST Porting/makerel
16464           !> Changes5.005
16465
16466 ----------------
16467 Version 5.005_57
16468 ----------------
16469
16470 ____________________________________________________________________________
16471 [  3476] By: gsar                                  on 1999/05/25  09:23:43
16472         Log: up patchlevel &c
16473      Branch: perl
16474            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
16475            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16476            ! win32/makefile.mk
16477 ____________________________________________________________________________
16478 [  3475] By: gsar                                  on 1999/05/25  09:14:51
16479         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16480              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
16481              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
16482              Subject: [PATCH 5.005_56] REx engine improvements
16483      Branch: perl
16484            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
16485            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
16486            ! thrdvar.h util.c
16487 ____________________________________________________________________________
16488 [  3474] By: gsar                                  on 1999/05/25  08:39:56
16489         Log: test case for change#3470
16490      Branch: perl
16491            ! t/lib/bigintpm.t
16492 ____________________________________________________________________________
16493 [  3473] By: gsar                                  on 1999/05/25  08:36:52
16494         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
16495      Branch: perl
16496            ! Changes pod/perlport.pod
16497 ____________________________________________________________________________
16498 [  3472] By: gsar                                  on 1999/05/25  08:28:57
16499         Log: assorted tweaks
16500      Branch: perl
16501            ! doio.c iperlsys.h win32/config.bc win32/config.gc
16502            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16503            ! win32/config_H.vc win32/makedef.pl
16504 ____________________________________________________________________________
16505 [  3471] By: gsar                                  on 1999/05/25  06:06:04
16506         Log: perlref update from Tom Christiansen
16507      Branch: perl
16508            ! pod/perlref.pod
16509 ____________________________________________________________________________
16510 [  3470] By: gsar                                  on 1999/05/25  06:03:27
16511         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16512              Date: Mon, 24 May 1999 17:43:56 -0400
16513              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
16514              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
16515      Branch: perl
16516            ! hv.c
16517 ____________________________________________________________________________
16518 [  3469] By: gsar                                  on 1999/05/25  05:59:22
16519         Log: avoid temporary files that have a constant name (from a suggestion
16520              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
16521      Branch: perl
16522            ! lib/ExtUtils/MM_Unix.pm
16523 ____________________________________________________________________________
16524 [  3468] By: gsar                                  on 1999/05/25  05:54:29
16525         Log: From: pvhp@forte.com (Peter Prymmer)
16526              Date: Mon, 24 May 99 11:20:25 PDT
16527              Message-Id: <9905241820.AA28071@forte.com>
16528              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
16529      Branch: perl
16530            ! lib/Pod/Text.pm
16531 ____________________________________________________________________________
16532 [  3467] By: gsar                                  on 1999/05/25  04:08:50
16533         Log: fix glob() bug that resulted in missing symlinks that don't point
16534              anywhere
16535      Branch: perl
16536            ! pp_hot.c
16537 ____________________________________________________________________________
16538 [  3466] By: gsar                                  on 1999/05/25  03:00:00
16539         Log: avoid enumerating @INC contents in diagnostic if @INC was never
16540              searched
16541      Branch: perl
16542            ! pod/perldiag.pod pp_ctl.c
16543 ____________________________________________________________________________
16544 [  3465] By: gsar                                  on 1999/05/25  02:24:08
16545         Log: add caveat about close(PIPE) carelessness
16546      Branch: perl
16547            ! pod/perlfunc.pod
16548 ____________________________________________________________________________
16549 [  3464] By: gsar                                  on 1999/05/24  23:55:53
16550         Log: fix bogus line numbers for void context warnings
16551              (change#2548 was overeager)
16552      Branch: perl
16553            ! op.c
16554 ____________________________________________________________________________
16555 [  3463] By: gsar                                  on 1999/05/24  23:31:58
16556         Log: change#3455 had a typo
16557      Branch: perl
16558            ! pp_ctl.c
16559 ____________________________________________________________________________
16560 [  3462] By: gsar                                  on 1999/05/24  17:32:20
16561         Log: more pod updates from Tom Christiansen; regen perltoc
16562      Branch: perl
16563            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
16564            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
16565 ____________________________________________________________________________
16566 [  3461] By: gsar                                  on 1999/05/24  07:41:32
16567         Log: perlmod notes from Damian Conway (via Tom Christiansen)
16568      Branch: perl
16569            ! pod/perlmod.pod
16570 ____________________________________________________________________________
16571 [  3460] By: gsar                                  on 1999/05/24  07:24:11
16572         Log: major pod update from Tom Christiansen
16573      Branch: perl
16574            + pod/perltootc.pod
16575            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
16576            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
16577            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
16578            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
16579            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
16580            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
16581            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
16582            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
16583            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
16584            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
16585            ! pod/perlxs.pod pod/pod2man.PL
16586 ____________________________________________________________________________
16587 [  3459] By: gsar                                  on 1999/05/24  06:26:48
16588         Log: perlfaq update from Tom Christiansen
16589      Branch: perl
16590            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16591            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16592            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16593            ! pod/perlfaq9.pod
16594 ____________________________________________________________________________
16595 [  3458] By: gsar                                  on 1999/05/24  05:55:11
16596         Log: updated to v1.50 from CPAN
16597      Branch: perl
16598            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16599 ____________________________________________________________________________
16600 [  3457] By: gsar                                  on 1999/05/24  05:46:20
16601         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16602              Date: Sun, 23 May 1999 16:35:07 +0100
16603              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
16604              Subject: [PATCH 5.005_56] name PL_in_eval bits
16605      Branch: perl
16606            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
16607 ____________________________________________________________________________
16608 [  3456] By: gsar                                  on 1999/05/24  05:18:06
16609         Log: make -t mode the default on emacs/dumb terminals
16610      Branch: perl
16611            ! Changes utils/perldoc.PL
16612 ____________________________________________________________________________
16613 [  3455] By: gsar                                  on 1999/05/24  05:05:19
16614         Log: return 0 rather than "" when scalar grep has nothing to iterate
16615              on (brings behavior in line with documentation)
16616      Branch: perl
16617            ! pp_ctl.c
16618 ____________________________________________________________________________
16619 [  3454] By: gsar                                  on 1999/05/24  04:52:52
16620         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
16621              Date: Thu, 20 May 1999 13:27:02 -1000
16622              Message-Id: <E10kcDN-0007TA-00@lapaki>
16623              Subject: Problem with MM_Unix in 5.005_03
16624      Branch: perl
16625            ! lib/ExtUtils/MM_Unix.pm
16626 ____________________________________________________________________________
16627 [  3453] By: gsar                                  on 1999/05/24  04:39:49
16628         Log: avoid removing duplicates in user-generated warnings
16629              From: byron@omix.com (Byron Brummer)
16630              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
16631              Message-Id: <199905201101.EAA91175@thrush.omix.com>
16632              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
16633      Branch: perl
16634            ! lib/diagnostics.pm
16635 ____________________________________________________________________________
16636 [  3452] By: gsar                                  on 1999/05/24  04:23:10
16637         Log: straighten some code to avoid NeXT compiler bugs (from
16638              Geoff Kuenning <geoff@cs.hmc.edu>)
16639      Branch: perl
16640            ! pp_ctl.c
16641 ____________________________________________________________________________
16642 [  3451] By: gsar                                  on 1999/05/24  03:03:05
16643         Log: minor logic tweak for reserved word warning
16644      Branch: perl
16645            ! lib/Test/Harness.pm toke.c
16646 ____________________________________________________________________________
16647 [  3450] By: gsar                                  on 1999/05/24  02:34:20
16648         Log: oops, some files missing in change#3449
16649      Branch: perl
16650            ! op.c op.h toke.c
16651 ____________________________________________________________________________
16652 [  3449] By: gsar                                  on 1999/05/24  02:33:12
16653         Log: allow '*' prototype to autoquote even barewords that happen to be
16654              function names; parens or ampersand continue to force the other
16655              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
16656              do the right thing, for example
16657      Branch: perl
16658            ! t/comp/proto.t
16659 ____________________________________________________________________________
16660 [  3448] By: gsar                                  on 1999/05/24  01:51:24
16661         Log: remove vestiges of PL_last_proto
16662      Branch: perl
16663            ! embedvar.h intrpvar.h objXSUB.h
16664 ____________________________________________________________________________
16665 [  3447] By: gsar                                  on 1999/05/24  01:49:20
16666         Log: redo change#2061 and parts of change#1169 with code in the
16667              parser; PL_last_proto hackery gone, strict 'subs' in now
16668              implemented in the optimizer where specifying the exceptional
16669              cases is much more robust; '*' (bareword) prototype now works
16670              reliably when used in second and subsequent arguments
16671      Branch: perl
16672            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
16673 ____________________________________________________________________________
16674 [  3446] By: gsar                                  on 1999/05/23  05:00:55
16675         Log: remove redundant part of change#1169 superceded by change#2061;
16676              avoid "future reserved word" warning on prototypical bearwords
16677      Branch: perl
16678            ! t/lib/fatal.t toke.c
16679 ____________________________________________________________________________
16680 [  3445] By: gsar                                  on 1999/05/21  23:36:49
16681         Log: s/isspace/isSPACE/g and make sure the CRT version is always
16682              passed an unsigned char (fixes random occurrence of spaces in
16683              arguments containing high-bit chars passed to spawned children,
16684              on win32)
16685      Branch: perl
16686            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
16687 ____________________________________________________________________________
16688 [  3444] By: gsar                                  on 1999/05/21  23:08:55
16689         Log: integrate Configure changes from cfgperl
16690      Branch: perl
16691           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16692           !> config_h.SH
16693 ____________________________________________________________________________
16694 [  3443] By: jhi                                   on 1999/05/21  22:00:56
16695         Log: Integrate from mainperl.
16696      Branch: cfgperl
16697           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
16698           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
16699           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
16700           !> win32/perlhost.h win32/win32.c x2p/walk.c
16701 ____________________________________________________________________________
16702 [  3442] By: jhi                                   on 1999/05/21  21:59:46
16703         Log: fflush.
16704      Branch: cfgperl
16705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16706            ! config_h.SH
16707 ____________________________________________________________________________
16708 [  3441] By: gsar                                  on 1999/05/21  17:48:55
16709         Log: integrate cfgperl changes
16710      Branch: perl
16711           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16712           !> config_h.SH hints/sunos_4_1.sh installperl
16713 ____________________________________________________________________________
16714 [  3440] By: gsar                                  on 1999/05/21  17:42:49
16715         Log: test tweak
16716      Branch: perl
16717            ! t/comp/proto.t
16718 ____________________________________________________________________________
16719 [  3439] By: gsar                                  on 1999/05/21  17:31:26
16720         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
16721              (Configure fflush(NULL) detection seems broken on Solaris, which
16722              is why I hit the problem)
16723      Branch: perl
16724            ! Changes perl.h
16725 ____________________________________________________________________________
16726 [  3438] By: gsar                                  on 1999/05/20  16:41:01
16727         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
16728      Branch: perl
16729            ! pod/perlport.pod
16730 ____________________________________________________________________________
16731 [  3437] By: jhi                                   on 1999/05/20  07:14:39
16732         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
16733              (via private email).
16734      Branch: cfgperl
16735            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16736            ! config_h.SH hints/sunos_4_1.sh
16737 ____________________________________________________________________________
16738 [  3436] By: gsar                                  on 1999/05/20  05:18:26
16739         Log: various little nits
16740      Branch: perl
16741            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
16742            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
16743            ! win32/perlhost.h win32/win32.c x2p/walk.c
16744 ____________________________________________________________________________
16745 [  3435] By: jhi                                   on 1999/05/18  16:25:49
16746         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16747              To: perl5-porters@perl.org
16748              Subject: installperl
16749              Date: Fri, 14 May 1999 21:34:58 +0100
16750              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
16751      Branch: cfgperl
16752            ! installperl
16753 ____________________________________________________________________________
16754 [  3434] By: jhi                                   on 1999/05/17  21:25:54
16755         Log: Integrate from mainperl.
16756      Branch: cfgperl
16757           +> lib/ExtUtils/MM_Cygwin.pm
16758            - cygwin32/impure_ptr.c
16759           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16760           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16761           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
16762           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
16763           !> x2p/find2perl.PL
16764 ____________________________________________________________________________
16765 [  3433] By: gsar                                  on 1999/05/17  09:49:01
16766         Log: integrate cfgperl changes into mainline
16767      Branch: perl
16768           !> Configure INSTALL config_h.SH configure.com embed.h
16769           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
16770           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
16771           !> util.c
16772 ____________________________________________________________________________
16773 [  3432] By: gsar                                  on 1999/05/17  09:06:45
16774         Log: emit more appropriate diagnostic for failed glob (variant
16775              of patch suggested by Graham Barr)
16776      Branch: perl
16777            ! gv.c pod/perldiag.pod pp.c pp_hot.c
16778 ____________________________________________________________________________
16779 [  3431] By: gsar                                  on 1999/05/17  08:38:09
16780         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16781              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
16782              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
16783              Subject: find2perl does not grok the 'c' suffix to the -size argument
16784      Branch: perl
16785            ! x2p/find2perl.PL
16786 ____________________________________________________________________________
16787 [  3430] By: gsar                                  on 1999/05/17  08:26:21
16788         Log: additional cleanups for cygwin32 port
16789              From: "Fifer, Eric" <EFifer@sanwaint.com>
16790              Date: Wed, 12 May 1999 20:25:54 +0100
16791              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
16792              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
16793      Branch: perl
16794            + lib/ExtUtils/MM_Cygwin.pm
16795            - cygwin32/impure_ptr.c
16796            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16797            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16798            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
16799            ! perl.h util.c
16800 ____________________________________________________________________________
16801 [  3429] By: gsar                                  on 1999/05/17  08:01:04
16802         Log: From: Andy Dougherty <doughera@lafayette.edu>
16803              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16804              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16805              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16806      Branch: perl
16807            ! INSTALL
16808 ____________________________________________________________________________
16809 [  3428] By: jhi                                   on 1999/05/17  07:03:26
16810         Log: Integrate from mainperl modulo the Socket.xs change.
16811      Branch: cfgperl
16812           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
16813           !> win32/win32.c win32/win32.h
16814 ____________________________________________________________________________
16815 [  3427] By: jhi                                   on 1999/05/16  22:09:11
16816         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16817              To: perl5-porters@perl.org (Mailing list Perl5)
16818              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
16819              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
16820              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
16821      Branch: cfgperl
16822            ! ext/Devel/Peek/Peek.xs
16823 ____________________________________________________________________________
16824 [  3426] By: jhi                                   on 1999/05/16  22:07:11
16825         Log: From: Mark-Jason Dominus <mjd@plover.com>
16826              To: perl5-porters@perl.com
16827              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
16828              Date: Sat, 15 May 1999 12:43:47 -0400
16829              Message-ID: <19990515164348.7313.qmail@plover.com>
16830      Branch: cfgperl
16831            ! pod/perldiag.pod
16832 ____________________________________________________________________________
16833 [  3425] By: nick                                  on 1999/05/15  15:56:10
16834         Log: Mingw32 + w32api-0.1.5 tweaks
16835              - now more like other Win32 compilers
16836      Branch: perl
16837            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
16838            ! win32/win32.h
16839 ____________________________________________________________________________
16840 [  3424] By: nick                                  on 1999/05/14  21:04:22
16841         Log: Experimental "slab" allocator for ops.
16842              To try it -DPL_OP_SLAB_ALLOC for op.c 
16843              This is for proof of concept only, it leaks memory 
16844              (ops are not free'd) so don't use in embedded apps.
16845              If this minimalist version does not show performance 
16846              gain then whole idea is worthless. 
16847              Nick see's approx 12% speed up vs perlmalloc running
16848              perl -Ilib -MCPAN -e '' 
16849              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
16850      Branch: perl
16851            ! op.c
16852 ____________________________________________________________________________
16853 [  3423] By: gsar                                  on 1999/05/14  19:55:04
16854         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
16855              found (brings sitelib intuition in line with privlib)
16856      Branch: perl
16857            ! win32/win32.c
16858 ____________________________________________________________________________
16859 [  3422] By: jhi                                   on 1999/05/14  08:08:01
16860         Log: From: pvhp@forte.com (Peter Prymmer)
16861              To: perl5-porters@perl.org, vmsperl@perl.org
16862              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
16863              Date: Thu, 13 May 99 15:29:57 PDT
16864              Message-Id: <9905132229.AA15854@forte.com>
16865      Branch: cfgperl
16866            ! configure.com
16867 ____________________________________________________________________________
16868 [  3421] By: jhi                                   on 1999/05/14  07:34:20
16869         Log: Integrate from mainperl.
16870      Branch: cfgperl
16871           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
16872 ____________________________________________________________________________
16873 [  3420] By: jhi                                   on 1999/05/14  07:33:26
16874         Log: Still fflushing.
16875      Branch: cfgperl
16876            ! Configure config_h.SH util.c
16877 ____________________________________________________________________________
16878 [  3419] By: gsar                                  on 1999/05/14  03:08:29
16879         Log: mortalize string allocations by win32_get_{priv,site}lib()
16880              (fixes small memory leak in interpreter)
16881      Branch: perl
16882            ! win32/win32.c
16883 ____________________________________________________________________________
16884 [  3418] By: gsar                                  on 1999/05/14  03:06:50
16885         Log: make win32_longname() preserve kind of slashes in argument
16886      Branch: perl
16887            ! win32/win32.c
16888 ____________________________________________________________________________
16889 [  3417] By: gsar                                  on 1999/05/14  03:04:44
16890         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
16891      Branch: perl
16892            ! lib/ExtUtils/MM_Unix.pm
16893 ____________________________________________________________________________
16894 [  3416] By: jhi                                   on 1999/05/13  21:18:06
16895         Log: Integrate from mainperl.
16896      Branch: cfgperl
16897           !> pp_ctl.c
16898 ____________________________________________________________________________
16899 [  3415] By: jhi                                   on 1999/05/13  21:16:49
16900         Log: Fixes from Andy Dougherty (via private email).
16901      Branch: cfgperl
16902            ! Configure config_h.SH
16903 ____________________________________________________________________________
16904 [  3414] By: nick                                  on 1999/05/13  20:04:26
16905         Log: valist vs va_list typo
16906      Branch: perl
16907            ! pp_ctl.c
16908 ____________________________________________________________________________
16909 [  3413] By: jhi                                   on 1999/05/13  15:04:05
16910         Log: From: Andy Dougherty <doughera@lafayette.edu>
16911              To: perlbug@perl.com
16912              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16913              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16914              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16915      Branch: cfgperl
16916            ! INSTALL
16917 ____________________________________________________________________________
16918 [  3412] By: jhi                                   on 1999/05/13  14:20:17
16919         Log: Integrate from mainperl.
16920      Branch: cfgperl
16921           !> pp_ctl.c
16922 ____________________________________________________________________________
16923 [  3411] By: gsar                                  on 1999/05/13  14:16:56
16924         Log: docatch_body() declaration mismatch
16925      Branch: perl
16926            ! pp_ctl.c
16927 ____________________________________________________________________________
16928 [  3410] By: jhi                                   on 1999/05/13  13:51:44
16929         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
16930      Branch: cfgperl
16931            ! Configure config_h.SH perl.h
16932 ____________________________________________________________________________
16933 [  3409] By: jhi                                   on 1999/05/13  13:31:53
16934         Log: Still fflushing strong.
16935      Branch: cfgperl
16936            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
16937            ! proto.h util.c
16938 ____________________________________________________________________________
16939 [  3408] By: jhi                                   on 1999/05/12  14:30:23
16940         Log: Integrate from mainperl.
16941      Branch: cfgperl
16942           !> (integrate 30 files)
16943 ____________________________________________________________________________
16944 [  3407] By: jhi                                   on 1999/05/12  12:28:31
16945         Log: Be tidier with fflush(NULL) testing.
16946      Branch: cfgperl
16947            ! Configure config_h.SH
16948 ____________________________________________________________________________
16949 [  3406] By: gsar                                  on 1999/05/12  11:26:03
16950         Log: better range-checking on list slices, with test
16951              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16952              Date: Sun, 02 May 1999 17:02:53 +0100
16953              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
16954              Subject: Re: List slice of undefs returns 0 items 
16955      Branch: perl
16956            ! pp.c t/op/list.t
16957 ____________________________________________________________________________
16958 [  3405] By: gsar                                  on 1999/05/12  11:22:27
16959         Log: change#3397 needs test tweak
16960      Branch: perl
16961            ! Changes t/pragma/warn/sv
16962 ____________________________________________________________________________
16963 [  3404] By: gsar                                  on 1999/05/12  11:07:44
16964         Log: typo in change#3397
16965      Branch: perl
16966            ! doop.c
16967 ____________________________________________________________________________
16968 [  3403] By: gsar                                  on 1999/05/12  10:49:01
16969         Log: From: Stephen Zander <gibreel@pobox.com>
16970              Date: 12 May 1999 01:22:31 -0700
16971              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
16972              Subject: Re: Test::Harness runs tainted tests with wrong library path
16973      Branch: perl
16974            ! lib/Test/Harness.pm
16975 ____________________________________________________________________________
16976 [  3402] By: gsar                                  on 1999/05/12  10:42:06
16977         Log: typo in change#3400
16978      Branch: perl
16979            ! ext/B/B/Deparse.pm
16980 ____________________________________________________________________________
16981 [  3401] By: jhi                                   on 1999/05/12  10:40:42
16982         Log: A better, shinier, and possibly even correctly working
16983              reincarnation of #3398.
16984      Branch: cfgperl
16985            ! Configure config_h.SH
16986 ____________________________________________________________________________
16987 [  3400] By: gsar                                  on 1999/05/12  10:40:11
16988         Log: deparse \&func() as \(&func()) for clarity
16989              From: Albert Dvornik <bert@genscan.com>
16990              Date: 11 May 1999 13:32:04 -0400
16991              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
16992              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
16993      Branch: perl
16994            ! ext/B/B/Deparse.pm
16995 ____________________________________________________________________________
16996 [  3399] By: gsar                                  on 1999/05/12  10:36:02
16997         Log: more testsuite smarts (many of them courtesy Ilya)
16998      Branch: perl
16999            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
17000            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
17001            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
17002            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
17003            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
17004            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
17005            ! t/op/pwent.t
17006 ____________________________________________________________________________
17007 [  3398] By: jhi                                   on 1999/05/12  09:33:08
17008         Log: Detect whether fflush(NULL) works as per change #3352.
17009      Branch: cfgperl
17010            ! Configure config_h.SH perl.h
17011 ____________________________________________________________________________
17012 [  3397] By: gsar                                  on 1999/05/12  08:56:03
17013         Log: From: jan.dubois@ibm.net (Jan Dubois)
17014              Date: Wed, 12 May 1999 01:01:00 +0200
17015              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
17016              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
17017      Branch: perl
17018            ! doop.c
17019 ____________________________________________________________________________
17020 [  3396] By: gsar                                  on 1999/05/12  08:23:27
17021         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
17022              stat() behaves similarly
17023      Branch: perl
17024            ! win32/win32.c
17025 ____________________________________________________________________________
17026 [  3395] By: jhi                                   on 1999/05/11  22:21:32
17027         Log: Redo parts of #3341 and #3358 that #3394 undid.
17028      Branch: cfgperl
17029            ! Configure config_h.SH
17030 ____________________________________________________________________________
17031 [  3394] By: jhi                                   on 1999/05/11  22:03:48
17032         Log: Add I_NETINET_TCP to help change #3391.
17033      Branch: cfgperl
17034            ! Configure config_h.SH ext/Socket/Socket.xs
17035 ____________________________________________________________________________
17036 [  3393] By: jhi                                   on 1999/05/11  21:44:59
17037         Log: Integrate from mainperl.
17038      Branch: cfgperl
17039           !> (integrate 55 files)
17040 ____________________________________________________________________________
17041 [  3392] By: gsar                                  on 1999/05/11  20:56:43
17042         Log: update embedvar.h
17043      Branch: perl
17044            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
17045 ____________________________________________________________________________
17046 [  3391] By: gsar                                  on 1999/05/11  16:32:05
17047         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17048              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
17049              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
17050              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
17051      Branch: perl
17052            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
17053 ____________________________________________________________________________
17054 [  3390] By: gsar                                  on 1999/05/11  15:27:40
17055         Log: display more frequent progress messages when STDOUT is a tty
17056      Branch: perl
17057            ! lib/Test/Harness.pm
17058 ____________________________________________________________________________
17059 [  3389] By: gsar                                  on 1999/05/11  14:40:58
17060         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17061              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
17062              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
17063              Subject: [PATCH 5.005_53] Explanations by Test::Harness
17064      Branch: perl
17065            ! lib/Test/Harness.pm
17066 ____________________________________________________________________________
17067 [  3388] By: gsar                                  on 1999/05/11  14:08:14
17068         Log: avoid creating spurious subroutine stubs on failed subroutine
17069              call and other places of sv_2cv() misuse; fixes problems with
17070              failed subroutine calls "hiding" later attempts to lookup methods
17071              in base classes
17072      Branch: perl
17073            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
17074 ____________________________________________________________________________
17075 [  3387] By: gsar                                  on 1999/05/11  09:34:13
17076         Log: various fixes for clean build and test on win32; configpm broken,
17077              needed to open myconfig.SH rather than myconfig; sundry adjustments
17078              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
17079              work under win32; getenv_sv() changed to getenv_len() since SVs
17080              aren't visible in the lower echelons; remove bogus exports from
17081              config.sym; PERL_OBJECT-ness for C++ exception support; null out
17082              IoDIRP in filter_del() or sv_free() will attempt to close it
17083      Branch: perl
17084            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
17085            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
17086            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
17087            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
17088            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
17089            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
17090            ! win32/config.gc win32/config.vc win32/makedef.pl
17091            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
17092            ! win32/win32.c win32/win32.h
17093 ____________________________________________________________________________
17094 [  3386] By: gsar                                  on 1999/05/11  02:49:07
17095         Log: gutsupport for C++ exceptions
17096              From: Chip Salzenberg <chip@perlsupport.com>
17097              Date: Tue, 9 Mar 1999 11:51:57 -0500
17098              Message-ID: <19990309115157.E7911@perlsupport.com>
17099              Subject: [PATCH 5.005] Flexible Exceptions
17100      Branch: perl
17101            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
17102            ! scope.c scope.h thrdvar.h util.c
17103 ____________________________________________________________________________
17104 [  3385] By: gsar                                  on 1999/05/10  19:33:36
17105         Log: "weak" references internals, still needs perlguts documentation
17106              (somewhat modified version of patch suggested by Tuomas J. Lukka
17107              <lukka@fas.harvard.edu>)
17108      Branch: perl
17109            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
17110            ! pod/perldiag.pod proto.h sv.c sv.h util.c
17111 ____________________________________________________________________________
17112 [  3384] By: jhi                                   on 1999/05/10  18:21:43
17113         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
17114              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
17115      Branch: cfgperl
17116            ! INSTALL hints/dec_osf.sh
17117 ____________________________________________________________________________
17118 [  3381] By: jhi                                   on 1999/05/10  14:39:28
17119         Log: Integrate from mainperl.
17120      Branch: cfgperl
17121           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
17122           +> cygwin32/build-instructions.charles-wilson
17123           +> cygwin32/build-instructions.sebastien-barre
17124           +> cygwin32/build-instructions.steven-morlock
17125           +> cygwin32/build-instructions.steven-morlock2
17126           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
17127           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
17128           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
17129           +> t/op/numconvert.t utils/perlbc.PL
17130            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
17131            - cygwin32/perlld
17132           !> (integrate 105 files)
17133 ____________________________________________________________________________
17134 [  3380] By: gsar                                  on 1999/05/10  12:27:14
17135         Log: regen regnodes.h
17136      Branch: perl
17137            ! Changes regnodes.h
17138 ____________________________________________________________________________
17139 [  3379] By: gsar                                  on 1999/05/10  12:17:26
17140         Log: From: jan.dubois@ibm.net (Jan Dubois)
17141              Date: Sat, 01 May 1999 22:55:36 +0200
17142              Message-ID: <373067e9.56194713@smtp1.ibm.net>
17143              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
17144      Branch: perl
17145            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
17146            ! win32/config_H.vc
17147 ____________________________________________________________________________
17148 [  3378] By: gsar                                  on 1999/05/10  12:07:13
17149         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17150              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
17151              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
17152              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
17153      Branch: perl
17154            + t/op/numconvert.t
17155            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
17156            ! util.c
17157 ____________________________________________________________________________
17158 [  3377] By: gsar                                  on 1999/05/10  11:39:48
17159         Log: pp_modulo comment tweak from Ilya
17160      Branch: perl
17161            ! pp.c
17162 ____________________________________________________________________________
17163 [  3376] By: gsar                                  on 1999/05/10  11:30:40
17164         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17165              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
17166              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
17167              Subject: Test.pm update [PATCH _56]
17168      Branch: perl
17169            ! lib/Test.pm
17170 ____________________________________________________________________________
17171 [  3375] By: gsar                                  on 1999/05/10  11:28:30
17172         Log: From: jan.dubois@ibm.net (Jan Dubois)
17173              Date: Fri, 07 May 1999 00:59:54 +0200
17174              Message-ID: <373318ae.19292461@smtp1.ibm.net>
17175              Subject: Re: Using existing memory for an SV's PV 
17176      Branch: perl
17177            ! sv.c
17178 ____________________________________________________________________________
17179 [  3374] By: gsar                                  on 1999/05/10  11:23:44
17180         Log: From: jan.dubois@ibm.net (Jan Dubois)
17181              Date: Fri, 07 May 1999 00:59:52 +0200
17182              Message-ID: <37321800.19118320@smtp1.ibm.net>
17183              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
17184      Branch: perl
17185            ! perl.h
17186 ____________________________________________________________________________
17187 [  3373] By: gsar                                  on 1999/05/10  11:22:10
17188         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17189              Date: Thu, 6 May 1999 18:17:28 -0400
17190              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
17191              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
17192      Branch: perl
17193            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
17194            ! util.c
17195 ____________________________________________________________________________
17196 [  3372] By: gsar                                  on 1999/05/10  10:57:49
17197         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17198              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
17199              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
17200              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
17201      Branch: perl
17202            ! regcomp.c regcomp.pl
17203 ____________________________________________________________________________
17204 [  3371] By: gsar                                  on 1999/05/10  10:54:01
17205         Log: From: lane@duphy4.physics.drexel.edu
17206              Date: Tue, 04 May 1999 10:19:25 -0700
17207              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
17208              Subject: [PATCH 5.005.56] pod->html VMS fixes
17209      Branch: perl
17210            ! installhtml lib/Pod/Html.pm
17211 ____________________________________________________________________________
17212 [  3370] By: gsar                                  on 1999/05/10  10:45:52
17213         Log: testsuite nits
17214      Branch: perl
17215            ! t/lib/io_linenum.t t/op/filetest.t
17216 ____________________________________________________________________________
17217 [  3369] By: gsar                                  on 1999/05/10  10:35:22
17218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17219              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
17220              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
17221              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
17222      Branch: perl
17223            ! os2/os2ish.h os2/os2thread.h
17224 ____________________________________________________________________________
17225 [  3368] By: gsar                                  on 1999/05/10  10:00:11
17226         Log: From: Albert Dvornik <bert@genscan.com>
17227              Date: 03 May 1999 12:20:57 -0400
17228              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
17229              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
17230      Branch: perl
17231            ! dump.c
17232 ____________________________________________________________________________
17233 [  3367] By: gsar                                  on 1999/05/10  09:55:51
17234         Log: shadow password support for Solaris (needs Configure help to
17235              determine HAS_GETSPENT)
17236              From: "Patrick O'Brien" <pdo@cs.umd.edu>
17237              Date: Sat, 01 May 1999 19:41:17 -0400
17238              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
17239              Subject: getpwent() under solaris
17240      Branch: perl
17241            ! pp_sys.c
17242 ____________________________________________________________________________
17243 [  3366] By: gsar                                  on 1999/05/10  09:45:58
17244         Log: From: jan.dubois@ibm.net (Jan Dubois)
17245              Date: Sat, 01 May 1999 23:45:47 +0200
17246              Message-ID: <373373fb.59284266@smtp1.ibm.net>
17247              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
17248      Branch: perl
17249            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17250            ! pod/perldelta.pod
17251 ____________________________________________________________________________
17252 [  3365] By: gsar                                  on 1999/05/10  09:34:22
17253         Log: test suite and fix input_line_number()
17254              From: Paul Johnson <pjcj@transeda.com>
17255              Date: Thu, 29 Apr 1999 06:28:14 +0100
17256              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
17257              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
17258      Branch: perl
17259            + t/lib/io_linenum.t
17260            ! MANIFEST ext/IO/lib/IO/Handle.pm
17261 ____________________________________________________________________________
17262 [  3364] By: gsar                                  on 1999/05/10  09:20:56
17263         Log: fix overeager [:foo:] parsing
17264              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17265              Date: Fri, 30 Apr 1999 09:26:18 +0100
17266              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
17267              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
17268      Branch: perl
17269            ! regcomp.c t/op/re_tests
17270 ____________________________________________________________________________
17271 [  3363] By: gsar                                  on 1999/05/10  09:09:21
17272         Log: documentation for Win32 builtins (somewhat modified)
17273              From: jan.dubois@ibm.net (Jan Dubois)
17274              Date: Tue, 30 Mar 1999 08:05:03 +0200
17275              Message-ID: <37006783.1926460@smtp1.ibm.net>
17276              Subject: Re: Issues with build 509 
17277      Branch: perl
17278            + pod/Win32.pod
17279            ! MANIFEST
17280 ____________________________________________________________________________
17281 [  3362] By: gsar                                  on 1999/05/10  08:22:07
17282         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
17283      Branch: perl
17284            ! lib/File/Copy.pm win32/win32.c
17285 ____________________________________________________________________________
17286 [  3361] By: gsar                                  on 1999/05/10  08:11:29
17287         Log: escape ampersands in <pre> sections
17288      Branch: perl
17289            ! Changes lib/Pod/Html.pm
17290 ____________________________________________________________________________
17291 [  3360] By: gsar                                  on 1999/05/10  08:04:14
17292         Log: AIX hints enhancements (threads build, SOCKS support)
17293              From: "David R. Favor" <dfavor@austin.ibm.com>
17294              Date: Wed, 28 Apr 1999 08:45:28 -0500
17295              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
17296              Subject: Working build for AIX + gcc + threading
17297      Branch: perl
17298            ! hints/aix.sh
17299 ____________________________________________________________________________
17300 [  3359] By: gsar                                  on 1999/05/10  07:49:26
17301         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
17302              Date: Tue, 27 Apr 1999 23:47:24 PDT
17303              Message-ID: <19990428064724.95244.qmail@hotmail.com>
17304              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
17305              --
17306              Date: Thu, 29 Apr 1999 18:21:06 -0700
17307              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
17308              Subject: [PATCH 5.005_56] double constants ( C.pm)
17309              --
17310              Date: Mon, 03 May 1999 20:21:31 PDT
17311              Message-ID: <19990504032131.81113.qmail@hotmail.com>
17312              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
17313              --
17314              Date: Thu, 06 May 1999 17:57:09 -0700
17315              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
17316              Subject: Stash.pm
17317      Branch: perl
17318            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
17319            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
17320 ____________________________________________________________________________
17321 [  3358] By: gsar                                  on 1999/05/10  04:39:15
17322         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
17323              From: alexander smishlajev <als@turnhere.com>
17324              Date: Sun, 25 Apr 1999 14:58:29 +0300
17325              Message-ID: <37230365.5F68B460@turnhere.com>
17326              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
17327      Branch: perl
17328            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
17329            + cygwin32/build-instructions.charles-wilson
17330            + cygwin32/build-instructions.sebastien-barre
17331            + cygwin32/build-instructions.steven-morlock
17332            + cygwin32/build-instructions.steven-morlock2
17333            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
17334            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
17335            - cygwin32/perlld
17336            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
17337            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
17338            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
17339            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
17340            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
17341            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
17342 ____________________________________________________________________________
17343 [  3357] By: gsar                                  on 1999/05/10  04:07:07
17344         Log: applied suggested patch, modulo already applied parts
17345              From: Charles Bailey <BAILEY@newman.upenn.edu>
17346              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
17347              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
17348              Subject: [Patch 5.005_56] VMS consolidated patch #2
17349      Branch: perl
17350            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
17351            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
17352            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
17353            ! vms/subconfigure.com vms/test.com vms/vms.c
17354 ____________________________________________________________________________
17355 [  3356] By: gsar                                  on 1999/05/10  03:48:08
17356         Log: applied suggested patch, with win32 and PERL_OBJECT additions
17357              From: Tom Hughes <tom@compton.nu>
17358              Date: Sat, 24 Apr 1999 18:11:59 +0100
17359              Message-ID: <609bdff748.tom@compton.compton.nu>
17360              Subject: ByteLoader patch
17361      Branch: perl
17362            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
17363            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
17364            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
17365            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
17366            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
17367            ! utils/Makefile win32/Makefile win32/makefile.mk
17368 ____________________________________________________________________________
17369 [  3355] By: gsar                                  on 1999/05/10  03:22:49
17370         Log: document 'test' attribute (from Andreas Koenig)
17371      Branch: perl
17372            ! lib/ExtUtils/MakeMaker.pm
17373 ____________________________________________________________________________
17374 [  3354] By: gsar                                  on 1999/05/10  03:12:37
17375         Log: From: pmarquess@bfsec.bt.co.uk
17376              Date: Thu, 22 Apr 1999 23:12:08 +0100
17377              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
17378              Subject: PATCH for small bug in scan_bin
17379      Branch: perl
17380            ! util.c
17381 ____________________________________________________________________________
17382 [  3353] By: gsar                                  on 1999/05/10  02:39:33
17383         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
17384              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
17385      Branch: perl
17386            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
17387            ! win32/win32iop.h
17388 ____________________________________________________________________________
17389 [  3352] By: gsar                                  on 1999/05/09  22:47:39
17390         Log: flush all open output buffers before fork(), exec(), system, qx//
17391              and pipe open() operations, simplifying buffering headaches faced
17392              by users; uses fflush(NULL), which may need Configure test
17393      Branch: perl
17394            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
17395            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
17396 ____________________________________________________________________________
17397 [  3351] By: gsar                                  on 1999/05/09  21:11:51
17398         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
17399              Leroy <jll@skynet.be>)
17400      Branch: perl
17401            ! utils/perlcc.PL
17402 ____________________________________________________________________________
17403 [  3350] By: gsar                                  on 1999/05/09  20:39:11
17404         Log: normalize $^X to full pathname on win32
17405      Branch: perl
17406            ! win32/runperl.c
17407 ____________________________________________________________________________
17408 [  3349] By: gsar                                  on 1999/05/09  20:23:07
17409         Log: allow readline($globref), <$globref> already works
17410      Branch: perl
17411            ! pp_hot.c
17412 ____________________________________________________________________________
17413 [  3348] By: gsar                                  on 1999/05/09  20:00:09
17414         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
17415              <lemburg@online-club.de>)
17416      Branch: perl
17417            ! utils/perldoc.PL
17418 ____________________________________________________________________________
17419 [  3347] By: gsar                                  on 1999/05/09  18:47:21
17420         Log: additions to Thread.pm docs from Tuomas J. Lukka
17421              <lukka@fas.harvard.edu>
17422      Branch: perl
17423            ! ext/Thread/Thread.pm
17424 ____________________________________________________________________________
17425 [  3346] By: gsar                                  on 1999/05/09  18:38:00
17426         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17427              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
17428              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
17429              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
17430      Branch: perl
17431            ! ext/B/B/Xref.pm
17432 ____________________________________________________________________________
17433 [  3345] By: gsar                                  on 1999/05/09  18:22:43
17434         Log: work around mangled archname on win32 while finding privlib/sitelib;
17435              normalize lib paths to forward slashes internally
17436      Branch: perl
17437            ! win32/win32.c
17438 ____________________________________________________________________________
17439 [  3344] By: gsar                                  on 1999/05/09  03:20:06
17440         Log: fix typo in dbm filters that caused odbm.t to fail
17441      Branch: perl
17442            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
17443 ____________________________________________________________________________
17444 [  3343] By: gsar                                  on 1999/05/09  02:02:59
17445         Log: tweak test totals
17446      Branch: perl
17447            ! Changes t/lib/tie-stdhandle.t
17448 ____________________________________________________________________________
17449 [  3342] By: gsar                                  on 1999/05/09  01:42:06
17450         Log: import list propagation busted (pointed out by Ton Hospel
17451              <thospel@mail.dma.be>)
17452      Branch: perl
17453            ! lib/autouse.pm
17454 ____________________________________________________________________________
17455 [  3341] By: gsar                                  on 1999/05/09  00:54:18
17456         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
17457              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
17458      Branch: perl
17459            ! Configure Makefile.SH
17460 ____________________________________________________________________________
17461 [  3340] By: gsar                                  on 1999/05/09  00:40:41
17462         Log: generate manpages for newly added utils
17463      Branch: perl
17464            ! installman
17465 ____________________________________________________________________________
17466 [  3339] By: gsar                                  on 1999/05/09  00:33:50
17467         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17468              Date: Sun, 02 May 1999 17:59:24 +0100
17469              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
17470              Subject: [PATCH] Re: ptr to realloced memory in yylex
17471      Branch: perl
17472            ! toke.c
17473 ____________________________________________________________________________
17474 [  3338] By: jhi                                   on 1999/05/08  22:40:29
17475         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
17476      Branch: cfgperl
17477            ! INSTALL
17478 ____________________________________________________________________________
17479 [  3337] By: jhi                                   on 1999/05/08  22:22:26
17480         Log: Integrate from mainperl.
17481      Branch: cfgperl
17482           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
17483           !> (integrate 54 files)
17484 ____________________________________________________________________________
17485 [  3336] By: gsar                                  on 1999/05/08  21:48:22
17486         Log: make perldoc -f grok nested =items
17487      Branch: perl
17488            ! utils/perldoc.PL
17489 ____________________________________________________________________________
17490 [  3335] By: gsar                                  on 1999/05/08  19:48:11
17491         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
17492      Branch: perl
17493            ! op.c t/lib/fields.t
17494 ____________________________________________________________________________
17495 [  3334] By: gsar                                  on 1999/05/08  19:09:41
17496         Log: update test totals
17497      Branch: perl
17498            ! t/lib/bigintpm.t
17499 ____________________________________________________________________________
17500 [  3333] By: gsar                                  on 1999/05/08  16:56:02
17501         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
17502      Branch: perl
17503            ! pod/perlfunc.pod
17504 ____________________________________________________________________________
17505 [  3332] By: gsar                                  on 1999/05/08  16:46:44
17506         Log: applied suggested patch, added tests
17507              From: William Mann <wmann@avici.com>
17508              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
17509              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
17510              Subject: BigInt.pm extensions for logical operations
17511      Branch: perl
17512            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
17513 ____________________________________________________________________________
17514 [  3331] By: gsar                                  on 1999/05/08  16:09:33
17515         Log: avoid temporary files named 'tmp'
17516      Branch: perl
17517            ! Makefile.SH pp.c
17518 ____________________________________________________________________________
17519 [  3330] By: nick                                  on 1999/05/08  14:16:30
17520         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
17521              Provide Tie::StdHandle
17522              Basic update of docs.
17523      Branch: perl
17524            + t/lib/tie-stdhandle.t
17525            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
17526 ____________________________________________________________________________
17527 [  3329] By: nick                                  on 1999/05/08  12:03:45
17528         Log: Tweaks to open(my $fh,...) stuff
17529      Branch: perl
17530            ! op.c pp.c pp_sys.c t/io/open.t
17531 ____________________________________________________________________________
17532 [  3328] By: nick                                  on 1999/05/08  11:18:42
17533         Log: Bring SDBM_File.xs into line with new typemap
17534      Branch: perl
17535            ! ext/SDBM_File/SDBM_File.xs
17536 ____________________________________________________________________________
17537 [  3327] By: gsar                                  on 1999/05/08  00:07:11
17538         Log: add test case for AUTOLOAD reentrancy fix in change#3279
17539      Branch: perl
17540            ! t/lib/autoloader.t
17541 ____________________________________________________________________________
17542 [  3326] By: nick                                  on 1999/05/07  21:24:50
17543         Log: Implement open( my $fh, ...) and similar.
17544              Set flag in op.c for "constructor ops"
17545              In pp_rv2gv, if flag is set and arg is PADSV and uninit
17546              vivify as reference to a detached GV.
17547              (Name of GV is the pad name.)
17548              This scheme should "just work" for pipe/socket etc. too.
17549              
17550              #if 0 out the open(FH,undef) for now.
17551              Change t/io/open.t to test open(my $fh,...)
17552      Branch: perl
17553            ! op.c pp.c pp_sys.c t/io/open.t
17554 ____________________________________________________________________________
17555 [  3325] By: nick                                  on 1999/05/07  21:18:42
17556         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
17557      Branch: perl
17558            ! util.c
17559 ____________________________________________________________________________
17560 [  3324] By: gsar                                  on 1999/05/07  20:28:31
17561         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
17562              intervening code has to allocate SVs)
17563      Branch: perl
17564            ! util.c
17565 ____________________________________________________________________________
17566 [  3323] By: gsar                                  on 1999/05/07  19:45:08
17567         Log: allow line numbers to show in diagnostics during global destruction
17568      Branch: perl
17569            ! util.c
17570 ____________________________________________________________________________
17571 [  3322] By: gsar                                  on 1999/05/07  09:38:11
17572         Log: From: Dan Sugalski <sugalskd@ous.edu>
17573              Date: Fri, 09 Apr 1999 16:16:39 -0700
17574              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
17575              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
17576      Branch: perl
17577            ! lib/ExtUtils/MM_VMS.pm
17578 ____________________________________________________________________________
17579 [  3321] By: gsar                                  on 1999/05/07  09:08:23
17580         Log: From: kwzh@gnu.org (Karl Heuer)
17581              Date: Wed, 7 Apr 1999 23:58:58 -0400
17582              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
17583              Subject: [perl-5.005.02] detect lack of /dev/tty
17584      Branch: perl
17585            ! Makefile.SH
17586 ____________________________________________________________________________
17587 [  3320] By: gsar                                  on 1999/05/07  08:52:14
17588         Log: allow distinct prefix for versioned executables
17589              From: Roderick Schertler <roderick@argon.org>
17590              Date: Wed, 07 Apr 1999 15:34:56 -0400
17591              Message-ID: <3003.923513696@eeyore.ibcinc.com>
17592              Subject: perl55.00503 -> perl5.00503 patch for installperl
17593      Branch: perl
17594            ! INSTALL installperl
17595 ____________________________________________________________________________
17596 [  3319] By: gsar                                  on 1999/05/07  08:07:02
17597         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17598              Date: Mon, 05 Apr 1999 15:38:42 -0700
17599              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
17600              Subject: Re: chomp fails with $/ in fixed-length record mode
17601              --
17602              From: Roderick Schertler <roderick@argon.org>
17603              Date: Tue, 06 Apr 1999 21:11:37 -0400
17604              Message-ID: <2795.923447497@eeyore.ibcinc.com>
17605              Subject: Re: chomp fails with $/ in fixed-length record mode
17606      Branch: perl
17607            ! doop.c pod/perlfunc.pod t/op/chop.t
17608 ____________________________________________________________________________
17609 [  3318] By: gsar                                  on 1999/05/07  07:56:35
17610         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17611              Date: Tue, 6 Apr 1999 01:40:36 -0400
17612              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
17613              Subject: [PATCH 5.005_*] Make % use fmod()
17614      Branch: perl
17615            ! pp.c t/op/arith.t
17616 ____________________________________________________________________________
17617 [  3317] By: gsar                                  on 1999/05/07  04:18:11
17618         Log: DBM Filters (via private mail)
17619              From: pmarquess@bfsec.bt.co.uk
17620              Date: Sun, 18 Apr 1999 21:05:52 +0100
17621              Message-Id: <199904182009.NAA19152@activestate.com>
17622              Subject: DBM Filters
17623      Branch: perl
17624            + pod/perldbmfilter.pod
17625            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
17626            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17627            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17628            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
17629            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
17630            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
17631            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
17632            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
17633            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
17634            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
17635            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
17636            ! t/lib/sdbm.t
17637 ____________________________________________________________________________
17638 [  3316] By: gsar                                  on 1999/05/07  03:28:53
17639         Log: avoid negative return value from Win32::GetTickCount()
17640              From: jan.dubois@ibm.net (Jan Dubois)
17641              Date: Sat, 03 Apr 1999 19:04:18 +0200
17642              Message-ID: <37084742.22824479@smtp1.ibm.net>
17643              Subject: Re: Win32::GetTickCount
17644      Branch: perl
17645            ! win32/win32.c
17646 ____________________________________________________________________________
17647 [  3314] By: gsar                                  on 1999/05/06  08:01:23
17648         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
17649              Date: Tue, 30 Mar 1999 23:40:34 PST
17650              Message-ID: <19990331074034.6117.qmail@hotmail.com>
17651              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
17652              --
17653              Date: Wed, 07 Apr 1999 00:28:23 -0800
17654              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
17655              Subject: [PATCH 5.005_56] function prototypes(B.pm)
17656              --
17657              Date: Thu, 22 Apr 1999 23:40:52 -0700
17658              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
17659              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
17660              --
17661              Date: Tue, 27 Apr 1999 01:14:49 PDT
17662              Message-ID: <19990427081449.28615.qmail@hotmail.com>
17663              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
17664      Branch: perl
17665            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
17666            ! t/op/ref.t
17667 ____________________________________________________________________________
17668 [  3313] By: jhi                                   on 1999/05/06  07:59:52
17669         Log: Integrate from mainperl.
17670      Branch: cfgperl
17671           !> (integrate 33 files)
17672 ____________________________________________________________________________
17673 [  3312] By: gsar                                  on 1999/05/06  07:11:50
17674         Log: add Ethiopic section to unicode master database (from Ken
17675              Whistler <kenw@sybase.com>)
17676      Branch: perl
17677            ! lib/unicode/UnicodeData-Latest.txt
17678 ____________________________________________________________________________
17679 [  3311] By: gsar                                  on 1999/05/06  05:37:55
17680         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
17681              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
17682              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
17683              Subject: Largefiles for Solaris
17684      Branch: perl
17685            ! hints/solaris_2.sh
17686 ____________________________________________________________________________
17687 [  3310] By: gsar                                  on 1999/05/06  05:14:35
17688         Log: emit more accurate diagnostic for syntax errors involving <>
17689              within eval""
17690      Branch: perl
17691            ! toke.c utils/perldoc.PL
17692 ____________________________________________________________________________
17693 [  3309] By: gsar                                  on 1999/05/06  04:36:31
17694         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
17695      Branch: perl
17696            ! t/lib/open3.t
17697 ____________________________________________________________________________
17698 [  3308] By: gsar                                  on 1999/05/06  03:19:16
17699         Log: applied first part of suggested patch (bug described cannot be
17700              reproduced any longer, so the second inconclusive part has not
17701              been applied)
17702              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17703              Date: Sun, 28 Mar 1999 04:51:34 +0100
17704              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
17705              Subject: [PATCH 5.005_56] Re: A core dump 
17706      Branch: perl
17707            ! toke.c
17708 ____________________________________________________________________________
17709 [  3307] By: gsar                                  on 1999/05/06  01:56:06
17710         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
17711              change#3180)
17712      Branch: perl
17713            ! op.c
17714 ____________________________________________________________________________
17715 [  3306] By: gsar                                  on 1999/05/05  17:17:34
17716         Log: applied non-conflicting parts of suggested patch
17717              From: Charles Bailey <BAILEY@newman.upenn.edu>
17718              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
17719              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
17720              Subject: [Patch 5.005_56] Revised VMS patch
17721      Branch: perl
17722            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
17723            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
17724 ____________________________________________________________________________
17725 [  3305] By: gsar                                  on 1999/05/05  16:20:19
17726         Log: make perldoc use backslashed pathnames within system() on win32
17727      Branch: perl
17728            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
17729 ____________________________________________________________________________
17730 [  3304] By: gsar                                  on 1999/05/05  07:29:43
17731         Log: upgrade Pod::Parser to v1.081 from CPAN
17732      Branch: perl
17733            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17734            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17735            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
17736 ____________________________________________________________________________
17737 [  3303] By: gsar                                  on 1999/05/05  07:02:07
17738         Log: From: Andy Dougherty <doughera@lafayette.edu>
17739              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
17740              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
17741              Subject: [PATCH 5.005_03-MT3] INSTALL patches
17742      Branch: perl
17743            ! INSTALL
17744 ____________________________________________________________________________
17745 [  3302] By: gsar                                  on 1999/05/05  06:55:21
17746         Log: load base packages based on nonexistent $VERSION
17747              From: andreas.koenig@anima.de (Andreas J. Koenig)
17748              Date: 19 Mar 1999 06:00:28 +0100
17749              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
17750              Subject: Re: base.pm flaw
17751      Branch: perl
17752            ! lib/base.pm lib/locale.pm
17753 ____________________________________________________________________________
17754 [  3301] By: gsar                                  on 1999/05/04  05:41:08
17755         Log: pod2man outputs switched date and revision label (fix suggested by
17756              EthanSasiela@mede.com)
17757      Branch: perl
17758            ! pod/pod2man.PL
17759 ____________________________________________________________________________
17760 [  3300] By: gsar                                  on 1999/05/03  18:48:25
17761         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
17762              (makes opendir(D,"c:") work reliably)
17763      Branch: perl
17764            ! win32/win32.c
17765 ____________________________________________________________________________
17766 [  3299] By: gsar                                  on 1999/05/02  19:39:55
17767         Log: add test case for change#3298
17768      Branch: perl
17769            ! sv.c t/op/readdir.t
17770 ____________________________________________________________________________
17771 [  3298] By: gsar                                  on 1999/05/02  19:24:41
17772         Log: close directory handles properly when localized
17773      Branch: perl
17774            ! sv.c
17775 ____________________________________________________________________________
17776 [  3297] By: jhi                                   on 1999/04/30  11:42:14
17777         Log: Integrate from mainperl.
17778      Branch: cfgperl
17779           !> Changes config_h.SH configure.com lib/AutoLoader.pm
17780           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
17781           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
17782           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
17783           !> vms/subconfigure.com win32/win32.c
17784 ____________________________________________________________________________
17785 [  3293] By: chip                                  on 1999/04/29  18:50:49
17786         Log: Fix shebang lines.
17787      Branch: maint-5.004/perl
17788            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
17789            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
17790            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
17791            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
17792            ! x2p/find2perl.PL x2p/s2p.PL
17793 ____________________________________________________________________________
17794 [  3284] By: gsar                                  on 1999/04/27  00:48:42
17795         Log: integrate change#3279 from maint-5.004
17796      Branch: perl
17797            ! lib/AutoLoader.pm
17798 ____________________________________________________________________________
17799 [  3279] By: chip                                  on 1999/04/26  23:09:26
17800         Log: Make &AutoLoad::AUTOLOAD reentrant.
17801      Branch: maint-5.004/perl
17802            ! lib/AutoLoader.pm
17803 ____________________________________________________________________________
17804 [  3276] By: chip                                  on 1999/04/26  22:34:36
17805         Log: Make porting scripts executable.
17806      Branch: maint-5.004/perl
17807            ! Changes Porting/genlog Porting/makerel Porting/p4desc
17808            ! Porting/patchls
17809 ____________________________________________________________________________
17810 [  3274] By: gsar                                  on 1999/04/26  17:30:31
17811         Log: allow embedded null characters in diagnostics
17812      Branch: perl
17813            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
17814 ____________________________________________________________________________
17815 [  3273] By: gsar                                  on 1999/04/26  08:27:22
17816         Log: hand-applied conflicting parts of suggested patch
17817              From: Charles Bailey <BAILEY@newman.upenn.edu>
17818              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
17819              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
17820              Subject: [PATCH 5.005_56] VMS configuration/build
17821      Branch: perl
17822            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
17823            ! vms/munchconfig.c vms/subconfigure.com
17824 ____________________________________________________________________________
17825 [  3272] By: gsar                                  on 1999/04/26  08:25:41
17826         Log: update Changes; tweak minor regressions
17827      Branch: perl
17828            ! Changes lib/AutoSplit.pm lib/File/Path.pm
17829 ____________________________________________________________________________
17830 [  3271] By: gsar                                  on 1999/04/26  07:52:51
17831         Log: integrate change#3229 from maint-5.004
17832      Branch: perl
17833            ! pp_ctl.c util.c
17834 ____________________________________________________________________________
17835 [  3270] By: gsar                                  on 1999/04/25  22:58:27
17836         Log: fix buggy reference count on refs to SVs with autoviv magic
17837              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
17838              accessing free()d memory)
17839      Branch: perl
17840            ! pp.c t/op/ref.t
17841 ____________________________________________________________________________
17842 [  3269] By: gsar                                  on 1999/04/24  17:07:55
17843         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
17844              on win32)
17845      Branch: perl
17846            ! win32/win32.c
17847 ____________________________________________________________________________
17848 [  3268] By: gsar                                  on 1999/04/24  16:38:25
17849         Log: kill dup hunk
17850      Branch: perl
17851            ! config_h.SH
17852 ____________________________________________________________________________
17853 [  3267] By: gsar                                  on 1999/04/24  16:35:57
17854         Log: integrate cfgperl changes into mainline
17855      Branch: perl
17856           +> myconfig.SH
17857            - myconfig
17858            ! pod/perlre.pod
17859           !> (integrate 38 files)
17860 ____________________________________________________________________________
17861 [  3266] By: jhi                                   on 1999/04/23  18:42:44
17862         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17863              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
17864              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
17865              Cc: Lionel Cons <lionel.cons@cern.ch>,
17866              Ilya Zakharevich <ilya@math.ohio-state.edu>,
17867              David Hayes <david@bdel.com>
17868              Subject: [PATCH] h2ph
17869              Date: Fri, 23 Apr 1999 12:37:23 -0400
17870              Message-ID: <19990423123723.A49550@O2.chapin.edu>
17871      Branch: cfgperl
17872            ! utils/h2ph.PL
17873 ____________________________________________________________________________
17874 [  3265] By: jhi                                   on 1999/04/21  18:17:12
17875         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
17876              To: perlbug@perl.org
17877              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
17878              Date: Wed, 21 Apr 1999 08:17:54 -0700
17879              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
17880      Branch: cfgperl
17881            ! vms/descrip_mms.template
17882 ____________________________________________________________________________
17883 [  3264] By: jhi                                   on 1999/04/20  08:50:54
17884         Log: From: Andy Dougherty <doughera@lafayette.edu>
17885              To: The Perl Porters Mailing List <perl5-porters@perl.org>
17886              Subject: [PATCH 5.005_56] Re: 5.006 Todo
17887              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
17888              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
17889      Branch: cfgperl
17890            ! Porting/pumpkin.pod
17891 ____________________________________________________________________________
17892 [  3263] By: jhi                                   on 1999/04/20  08:05:01
17893         Log: From: Chip Salzenberg <chip@perlsupport.com>
17894              To: Perl 5 Porters <perl5-porters@perl.org>
17895              Subject: [PATCH 5.005_56] Configure: $sig_count
17896              Date: Sun, 18 Apr 1999 17:54:36 -0400
17897              Message-ID: <19990418175436.A27496@perlsupport.com>
17898      Branch: cfgperl
17899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17900            ! config_h.SH
17901 ____________________________________________________________________________
17902 [  3262] By: jhi                                   on 1999/04/19  18:23:50
17903         Log: Subject: PATCH wrong faq reference in perlbook.pod
17904              From: Robin Barker <rmb1@cise.npl.co.uk>
17905              To: perlbug@perl.com
17906              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
17907              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
17908      Branch: cfgperl
17909            ! pod/perlbook.pod
17910 ____________________________________________________________________________
17911 [  3261] By: jhi                                   on 1999/04/15  13:59:04
17912         Log: From: Andy Dougherty <doughera@lafayette.edu>
17913              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
17914              Cc: Perl Porters <perl5-porters@perl.org>
17915              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
17916              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
17917              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
17918      Branch: cfgperl
17919            ! hints/solaris_2.sh
17920 ____________________________________________________________________________
17921 [  3260] By: jhi                                   on 1999/04/15  13:56:53
17922         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17923              To: pumpkings@jhereg.perl.com
17924              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
17925              Date: Thu, 15 Apr 1999 07:13:41 -0600
17926              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
17927      Branch: cfgperl
17928            ! pod/perldata.pod
17929 ____________________________________________________________________________
17930 [  3259] By: jhi                                   on 1999/04/13  23:12:52
17931         Log: LDLIBPTH also on 'clean' targets.
17932      Branch: cfgperl
17933            ! Makefile.SH
17934 ____________________________________________________________________________
17935 [  3258] By: jhi                                   on 1999/04/13  21:38:46
17936         Log: Add information about the two DEC C compiler optimizer bugs
17937              (what patch levels of the compilers fix them).
17938      Branch: cfgperl
17939            ! pp.c t/op/repeat.t
17940 ____________________________________________________________________________
17941 [  3257] By: jhi                                   on 1999/04/13  14:25:08
17942         Log: Be polite about ccdlflags and lddflags, too.
17943              Avoid Perl's malloc only when threaded.
17944      Branch: cfgperl
17945            ! hints/aix.sh
17946 ____________________________________________________________________________
17947 [  3256] By: jhi                                   on 1999/04/13  10:21:33
17948         Log: Croak if no known ways to semctl() (don't assume union semun).
17949      Branch: cfgperl
17950            ! doio.c perl.h
17951 ____________________________________________________________________________
17952 [  3255] By: jhi                                   on 1999/04/13  09:10:26
17953         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17954              To: perl5-porters@perl.org, vmsperl@perl.org
17955              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
17956              Date: Mon, 12 Apr 1999 13:36:48 -0700
17957              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
17958      Branch: cfgperl
17959            ! lib/ExtUtils/MM_VMS.pm
17960 ____________________________________________________________________________
17961 [  3254] By: jhi                                   on 1999/04/13  06:56:26
17962         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17963              To: perlbug@perl.com
17964              Subject: Update for OpenBSD hints
17965              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
17966              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
17967      Branch: cfgperl
17968            ! hints/openbsd.sh
17969 ____________________________________________________________________________
17970 [  3229] By: chip                                  on 1999/04/13  04:04:14
17971         Log: Preserve errno from importunities of sfio.
17972      Branch: maint-5.004/perl
17973            ! pp_ctl.c util.c
17974 ____________________________________________________________________________
17975 [  3226] By: jhi                                   on 1999/04/11  12:52:26
17976         Log: If both ways to call semctl are broken,    skip the tests.
17977      Branch: cfgperl
17978            ! t/lib/ipc_sysv.t
17979 ____________________________________________________________________________
17980 [  3225] By: jhi                                   on 1999/04/10  22:27:28
17981         Log: From: Andy Dougherty <doughera@lafayette.edu>
17982              To: dsembr01@ox.slug.louisville.edu
17983              Cc: perlbug@perl.com
17984              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
17985              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
17986              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
17987      Branch: cfgperl
17988            ! ext/POSIX/POSIX.xs
17989 ____________________________________________________________________________
17990 [  3224] By: jhi                                   on 1999/04/09  18:50:32
17991         Log: From: Andy Dougherty <doughera@lafayette.edu>
17992              To: Perl Porters <perl5-porters@perl.org>
17993              Subject: [PATCH 5.005_56] Re: prefix= in hints
17994              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
17995              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
17996              
17997              (Overrides change #3204 from Kurt)
17998      Branch: cfgperl
17999            ! hints/linux.sh
18000 ____________________________________________________________________________
18001 [  3223] By: jhi                                   on 1999/04/09  18:37:55
18002         Log: Understand Apollo's //node notation.
18003              
18004              From: Johann Klasek <jk@auto.tuwien.ac.at>
18005              To: jhi@iki.fi
18006              Subject: Re: DomainPerl
18007              Date: Fri, 9 Apr 1999 18:21:37 +0200
18008              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
18009      Branch: cfgperl
18010            ! lib/Cwd.pm
18011 ____________________________________________________________________________
18012 [  3220] By: jhi                                   on 1999/04/04  16:33:49
18013         Log: Integrate from mainperl.
18014      Branch: cfgperl
18015           !> (integrate 39 files)
18016 ____________________________________________________________________________
18017 [  3219] By: gsar                                  on 1999/04/04  02:48:17
18018         Log: tweak previous change
18019      Branch: maint-5.005/perl
18020            ! win32/win32.c
18021 ____________________________________________________________________________
18022 [  3218] By: gsar                                  on 1999/04/04  02:44:47
18023         Log: be careful about extending the stack for the Win32:: builtins
18024      Branch: maint-5.005/perl
18025            ! win32/win32.c
18026 ____________________________________________________________________________
18027 [  3217] By: gsar                                  on 1999/04/04  01:59:26
18028         Log: correct places that said newSVpv() when they meant newSVpvn()
18029      Branch: perl
18030            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
18031            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
18032            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18033            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
18034            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
18035            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
18036            ! win32/win32.c
18037 ____________________________________________________________________________
18038 [  3216] By: gsar                                  on 1999/04/03  23:58:27
18039         Log: avoid duplicate code
18040      Branch: perl
18041            ! sv.c
18042 ____________________________________________________________________________
18043 [  3215] By: gsar                                  on 1999/04/03  23:14:34
18044         Log: grow PL_tmps_stack more efficiently; make it more amenable to
18045              STRESS_REALLOC testing
18046      Branch: perl
18047            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
18048            ! sv.c
18049 ____________________________________________________________________________
18050 [  3214] By: gsar                                  on 1999/04/03  21:01:09
18051         Log: scrounge and save three extra branches in pp_entersub()
18052      Branch: perl
18053            ! cv.h pp_ctl.c pp_hot.c
18054 ____________________________________________________________________________
18055 [  3213] By: gsar                                  on 1999/04/03  17:43:23
18056         Log: remove duplicate code and an extra branch in sv_setsv() and
18057              other hot code by making SvTHINKFIRST() think about FAKE SVs
18058      Branch: perl
18059            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
18060            ! proto.h scope.c sv.c sv.h
18061 ____________________________________________________________________________
18062 [  3212] By: jhi                                   on 1999/04/03  16:20:09
18063         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
18064              
18065              From: John Bley <jbb6@acpub.duke.edu>
18066              To: perlbug@perl.org
18067              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
18068              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
18069              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
18070      Branch: cfgperl
18071            ! doio.c pp_sys.c
18072 ____________________________________________________________________________
18073 [  3211] By: jhi                                   on 1999/04/03  13:27:26
18074         Log: Change #3210 was rather unportable.  This is better.
18075      Branch: cfgperl
18076            ! Configure config_h.SH
18077 ____________________________________________________________________________
18078 [  3210] By: jhi                                   on 1999/04/03  13:16:20
18079         Log: Avoid Digital UNIX' ksh.
18080              
18081              From: Jarkko Hietaniemi <jhi@iki.fi> 
18082              To: Henrik Tougaard <ht000@siberut.foa.dk> 
18083              Cc: perlbug@perl.com, ht000@foa.dk 
18084              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
18085              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
18086              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
18087      Branch: cfgperl
18088            ! Configure config_h.SH
18089 ____________________________________________________________________________
18090 [  3209] By: jhi                                   on 1999/04/03  12:49:04
18091         Log: Integrate from mainperl.
18092      Branch: cfgperl
18093           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
18094 ____________________________________________________________________________
18095 [  3208] By: jhi                                   on 1999/04/03  12:27:24
18096         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
18097              
18098              From: Lionel Cons <lionel.cons@cern.ch>
18099              To: jhi@iki.fi
18100              Cc: perlbug@perl.com, kstar@isinet.com,
18101              Philippe Defert <philippe.defert@cern.ch>
18102              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
18103              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
18104              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
18105      Branch: cfgperl
18106            ! hints/irix_6.sh
18107 ____________________________________________________________________________
18108 [  3207] By: jhi                                   on 1999/04/03  12:20:21
18109         Log: Be polite about usemymalloc.
18110      Branch: cfgperl
18111            ! hints/aix.sh
18112 ____________________________________________________________________________
18113 [  3206] By: gsar                                  on 1999/04/02  23:31:59
18114         Log: a typo in change#3205
18115      Branch: perl
18116            ! t/lib/bigfloatpm.t
18117 ____________________________________________________________________________
18118 [  3205] By: gsar                                  on 1999/04/02  23:20:31
18119         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
18120              returns NaNs faithfully)
18121      Branch: perl
18122            ! t/lib/bigfloatpm.t
18123 ____________________________________________________________________________
18124 [  3204] By: jhi                                   on 1999/04/02  22:03:23
18125         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
18126              
18127              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18128              To: perl5-porters@perl.org
18129              Subject: linux hints nit
18130              Date: Fri, 2 Apr 1999 16:49:47 -0500
18131              Message-ID: <19990402164947.E80926@O2.chapin.edu>
18132      Branch: cfgperl
18133            ! hints/linux.sh
18134 ____________________________________________________________________________
18135 [  3203] By: jhi                                   on 1999/04/02  22:00:56
18136         Log: Display exact glibc version in Linux. 
18137              
18138              From: Andy Dougherty <doughera@lafayette.edu>
18139              To: Perl Porters <perl5-porters@perl.org>
18140              Subject: Displaying glibc version on Linux
18141              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
18142              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
18143      Branch: cfgperl
18144            ! hints/linux.sh
18145 ____________________________________________________________________________
18146 [  3202] By: gsar                                  on 1999/04/02  21:23:18
18147         Log: various little goofs
18148      Branch: perl
18149            ! Changes Makefile.SH README installperl
18150 ____________________________________________________________________________
18151 [  3201] By: jhi                                   on 1999/04/02  13:13:39
18152         Log: Configure regen.
18153              
18154              Add llseek + offset_t probing.
18155              Change CONFIG to CONFIGDOTSH.
18156              'unset foo' is unportable, use foo=''.
18157      Branch: cfgperl
18158            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18159            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
18160            ! perl_exp.SH writemain.SH
18161 ____________________________________________________________________________
18162 [  3200] By: jhi                                   on 1999/04/02  12:06:22
18163         Log: Introduce myconfig.SH.
18164              
18165              From: Andy Dougherty <doughera@lafayette.edu>
18166              To: Jarkko Hietaniemi <jhi@iki.fi>
18167              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
18168              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
18169              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
18170              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
18171      Branch: cfgperl
18172            + myconfig.SH
18173            - myconfig
18174            ! MANIFEST
18175 ____________________________________________________________________________
18176 [  3195] By: jhi                                   on 1999/03/28  16:42:54
18177         Log: Update perlhist on 5_03.
18178      Branch: maint-5.005/perl
18179            ! pod/perlhist.pod
18180 ____________________________________________________________________________
18181 [  3194] By: jhi                                   on 1999/03/28  12:30:01
18182         Log: Integrate from mainperl.
18183      Branch: cfgperl
18184           +> t/op/grep.t
18185            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
18186            ! t/lib/bigintpm.t
18187           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
18188           !> t/lib/thread.t
18189 ____________________________________________________________________________
18190 [  3189] By: gsar                                  on 1999/03/28  08:22:00
18191         Log: various pod niggles
18192      Branch: maint-5.005/perl
18193            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
18194            ! pod/perlfunc.pod pod/perlhist.pod
18195 ____________________________________________________________________________
18196 [  3187] By: gsar                                  on 1999/03/28  07:31:16
18197         Log: regularize CAPI declarations (CAPI extensions now build under
18198              the Borland compiler)
18199      Branch: maint-5.005/perl
18200            ! win32/GenCAPI.pl
18201 ____________________________________________________________________________
18202 [  3186] By: gsar                                  on 1999/03/28  07:26:33
18203         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
18204              -DPERL_CAPI
18205      Branch: maint-5.005/perl
18206            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18207 ____________________________________________________________________________
18208 [  3183] By: gsar                                  on 1999/03/28  06:00:46
18209         Log: update p4 utility to ignore non-text files
18210      Branch: perl
18211            ! Porting/p4desc
18212 ____________________________________________________________________________
18213 [  3181] By: gsar                                  on 1999/03/28  03:37:23
18214         Log: integrate change#3179 from maint-5.005
18215      Branch: perl
18216           !> ext/Thread/Thread.xs t/lib/thread.t
18217 ____________________________________________________________________________
18218 [  3180] By: gsar                                  on 1999/03/28  02:28:20
18219         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
18220              (sometimes caused bizarreness in the BLOCK)
18221      Branch: perl
18222            + t/op/grep.t
18223            ! MANIFEST op.c
18224 ____________________________________________________________________________
18225 [  3179] By: gsar                                  on 1999/03/28  02:14:04
18226         Log: fix thread segfault when passing large number of arguments to child
18227              a la C<Thread->new($foo, 1..1000)>
18228      Branch: maint-5.005/perl
18229            ! ext/Thread/Thread.xs t/lib/thread.t
18230 ____________________________________________________________________________
18231 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
18232         Log: fix $Config{'usethreads'} typo in perlthrtut
18233              
18234              From: Ian Maloney <szhmf9@wsblob.ubs.com>
18235              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
18236              Message-Id: <199903251540.QAA02439@wsblob.>
18237              Subject: perlthrtut documentation error
18238      Branch: maint-5.005/perl
18239            ! pod/perlthrtut.pod
18240 ____________________________________________________________________________
18241 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
18242         Log: Update Test.pm to VERSION 1.122 from CPAN
18243      Branch: maint-5.005/perl
18244            ! lib/Test.pm
18245 ____________________________________________________________________________
18246 [  3171] By: jhi                                   on 1999/03/26  22:38:28
18247         Log: Integrate from mainperl.
18248      Branch: cfgperl
18249           !> (integrate 37 files)
18250 ____________________________________________________________________________
18251 [  3170] By: gsar                                  on 1999/03/26  01:30:25
18252         Log: specify type of bracket in "Unmatched bracket" diagnostic;
18253              prefer 'brace' or 'curly bracket' over 'curly brace'
18254      Branch: perl
18255            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
18256            ! t/op/misc.t t/op/re_tests toke.c
18257 ____________________________________________________________________________
18258 [  3169] By: gsar                                  on 1999/03/26  00:50:51
18259         Log: better description of "Integer overflow" diagnostic
18260      Branch: perl
18261            ! pod/perldiag.pod
18262 ____________________________________________________________________________
18263 [  3168] By: gsar                                  on 1999/03/25  11:02:46
18264         Log: applied needful parts of suggested patch
18265              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
18266              Date: Tue, 23 Mar 1999 16:21:43 -0800
18267              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
18268              Subject: [PATCH 5.005_56] pp_formline correction
18269      Branch: perl
18270            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
18271 ____________________________________________________________________________
18272 [  3167] By: gsar                                  on 1999/03/25  10:39:02
18273         Log: clarify what a "comment" means (due to Mark-Jason Dominus
18274              <mjd@plover.com>)
18275      Branch: perl
18276            ! pod/perlsyn.pod
18277 ____________________________________________________________________________
18278 [  3166] By: gsar                                  on 1999/03/25  10:33:18
18279         Log: describe current behavior on local($foo{nothere}) (suggested by
18280              Lionel Cons <lionel.cons@cern.ch>)
18281      Branch: perl
18282            ! pod/perlsub.pod
18283 ____________________________________________________________________________
18284 [  3165] By: gsar                                  on 1999/03/25  06:21:05
18285         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
18286              <vishalb@hotmail.com>)
18287      Branch: perl
18288            ! ext/B/B/C.pm
18289 ____________________________________________________________________________
18290 [  3164] By: gsar                                  on 1999/03/25  06:17:27
18291         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18292              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
18293              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
18294              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
18295      Branch: perl
18296            ! ext/B/B.xs op.h opcode.pl
18297 ____________________________________________________________________________
18298 [  3163] By: gsar                                  on 1999/03/25  06:15:49
18299         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
18300              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
18301              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
18302              Subject: [PATCH _56] B::Deparse 0.57
18303              --
18304              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
18305              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
18306              Subject: Re: [PATCH _56] B::Deparse 0.57 
18307      Branch: perl
18308            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
18309 ____________________________________________________________________________
18310 [  3162] By: gsar                                  on 1999/03/25  06:11:46
18311         Log: fix a few places that said 'int', but meant 'STRLEN'
18312      Branch: perl
18313            ! pod/perlguts.pod proto.h sv.c
18314 ____________________________________________________________________________
18315 [  3161] By: gsar                                  on 1999/03/25  06:01:18
18316         Log: From: Russ Allbery <rra@stanford.edu>
18317              Date: 22 Mar 1999 04:26:26 -0800
18318              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
18319              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
18320      Branch: perl
18321            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
18322            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
18323            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
18324            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
18325 ____________________________________________________________________________
18326 [  3160] By: gsar                                  on 1999/03/25  02:26:31
18327         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
18328      Branch: perl
18329            ! opcode.h opcode.pl
18330 ____________________________________________________________________________
18331 [  3159] By: gsar                                  on 1999/03/25  02:18:17
18332         Log: add statement-modifier loops to :base_loop class
18333      Branch: perl
18334            ! ext/Opcode/Opcode.pm
18335 ____________________________________________________________________________
18336 [  3158] By: gsar                                  on 1999/03/25  00:36:57
18337         Log: integrate changes#3105,3130,3154 from maint-5.005
18338      Branch: perl
18339           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
18340 ____________________________________________________________________________
18341 [  3157] By: gsar                                  on 1999/03/25  00:24:17
18342         Log: remove bogus panic()
18343      Branch: perl
18344            ! Changes lib/Math/BigFloat.pm
18345 ____________________________________________________________________________
18346 [  3156] By: jhi                                   on 1999/03/24  22:43:43
18347         Log: Integrate from mainperl.
18348      Branch: cfgperl
18349           +> (branch 38 files)
18350           !> (integrate 68 files)
18351 ____________________________________________________________________________
18352 [  3155] By: jhi                                   on 1999/03/24  22:12:17
18353         Log: Configure regenerated because of changes #3130/#3154 and #3147.
18354      Branch: cfgperl
18355            ! Configure config_h.SH
18356 ____________________________________________________________________________
18357 [  3154] By: jhi                                   on 1999/03/24  21:40:51
18358         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
18359              based on suggestions from Andy Dougherty.
18360      Branch: maint-5.005/perl
18361            ! INSTALL
18362 ____________________________________________________________________________
18363 [  3153] By: gsar                                  on 1999/03/24  10:38:05
18364         Log: applied suggested patch, modulo superceded parts
18365              From: Charles Bailey <BAILEY@newman.upenn.edu>
18366              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
18367              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
18368              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
18369      Branch: perl
18370            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
18371            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
18372            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
18373            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
18374 ____________________________________________________________________________
18375 [  3152] By: gsar                                  on 1999/03/24  10:30:51
18376         Log: applied suggested patch, modulo superceded parts
18377              From: Charles Bailey <BAILEY@newman.upenn.edu>
18378              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
18379              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
18380              Subject: [PATCH 5.005_56] Miscellaneous small fixes
18381      Branch: perl
18382            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
18383            ! lib/File/Basename.pm
18384 ____________________________________________________________________________
18385 [  3151] By: gsar                                  on 1999/03/24  10:15:00
18386         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
18387      Branch: perl
18388            ! pod/perlop.pod
18389 ____________________________________________________________________________
18390 [  3150] By: gsar                                  on 1999/03/24  10:09:13
18391         Log: missing integration in previous change
18392      Branch: perl
18393           !> README.apollo
18394 ____________________________________________________________________________
18395 [  3149] By: gsar                                  on 1999/03/24  10:06:44
18396         Log: integrate changes#3116,3119 from maint-5.005
18397      Branch: perl
18398            + README.apollo
18399           +> apollo/netinet/in.h
18400           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
18401 ____________________________________________________________________________
18402 [  3148] By: gsar                                  on 1999/03/24  10:01:56
18403         Log: integrate changes#3091-3094 from maint-5.005
18404      Branch: perl
18405           !> README.hurd vms/subconfigure.com vos/config.h
18406           !> vos/config_h.SH_orig
18407 ____________________________________________________________________________
18408 [  3147] By: gsar                                  on 1999/03/24  09:31:49
18409         Log: warn about newfangled vfork() caveats
18410      Branch: perl
18411            ! Configure
18412 ____________________________________________________________________________
18413 [  3146] By: jhi                                   on 1999/03/24  09:20:14
18414         Log: Bring in changes #2808 and #2812 (from mainline perl)
18415              that enhance the perlbug checklist.
18416      Branch: maint-5.005/perl
18417            ! utils/perlbug.PL
18418 ____________________________________________________________________________
18419 [  3145] By: gsar                                  on 1999/03/24  08:37:02
18420         Log: integrate change#3115 from maint-5.005
18421      Branch: perl
18422           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18423           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
18424 ____________________________________________________________________________
18425 [  3144] By: gsar                                  on 1999/03/24  08:33:59
18426         Log: add note about map in scalar context
18427      Branch: perl
18428            ! pod/perlfunc.pod
18429 ____________________________________________________________________________
18430 [  3143] By: gsar                                  on 1999/03/24  08:25:59
18431         Log: doc tweak
18432      Branch: perl
18433            ! lib/Time/Local.pm
18434 ____________________________________________________________________________
18435 [  3142] By: gsar                                  on 1999/03/24  08:20:37
18436         Log: applied suggested patch, modulo bogus hunk
18437              From: "Vishal Bhatia" <vishalb@hotmail.com>
18438              Date: Thu, 11 Mar 1999 07:40:27 PST
18439              Message-ID: <19990311154027.25891.qmail@hotmail.com>
18440              Subject: [PATCH 5.005_56] Minor fixes in perlcc
18441      Branch: perl
18442            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
18443 ____________________________________________________________________________
18444 [  3141] By: gsar                                  on 1999/03/24  08:06:12
18445         Log: integrate change#3104 from maint-5.005
18446      Branch: perl
18447           !> README.os390 t/lib/posix.t
18448 ____________________________________________________________________________
18449 [  3140] By: gsar                                  on 1999/03/24  06:34:56
18450         Log: fix failure of C<&locked_sub;> under -Dusethreads
18451      Branch: perl
18452            ! pp_hot.c t/lib/thread.t
18453 ____________________________________________________________________________
18454 [  3139] By: gsar                                  on 1999/03/24  05:52:00
18455         Log: debugger tweak (wasn't printing a newline after recalled commands)
18456      Branch: perl
18457            ! lib/perl5db.pl
18458 ____________________________________________________________________________
18459 [  3138] By: gsar                                  on 1999/03/24  05:33:28
18460         Log: document OO exceptions (based on a suggestion by Andreas Koenig
18461              <andreas.koenig@anima.de>)
18462      Branch: perl
18463            ! pod/perlfunc.pod
18464 ____________________________________________________________________________
18465 [  3137] By: gsar                                  on 1999/03/24  02:50:20
18466         Log: better "Illegal %s digit ignored" warnings
18467      Branch: perl
18468            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
18469            ! toke.c util.c
18470 ____________________________________________________________________________
18471 [  3136] By: gsar                                  on 1999/03/24  02:26:38
18472         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
18473      Branch: perl
18474            + t/pragma/utf8.t
18475            ! regcomp.c
18476 ____________________________________________________________________________
18477 [  3135] By: gsar                                  on 1999/03/24  01:29:09
18478         Log: flip release & version in win32_uname()
18479      Branch: perl
18480            ! win32/win32.c
18481 ____________________________________________________________________________
18482 [  3134] By: gsar                                  on 1999/03/24  01:08:33
18483         Log: support POSIX::uname() via win32_uname()
18484      Branch: perl
18485            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
18486            ! win32/config.gc win32/config.vc win32/config_H.bc
18487            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
18488            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
18489 ____________________________________________________________________________
18490 [  3133] By: gsar                                  on 1999/03/23  22:20:10
18491         Log: From: jan.dubois@ibm.net (Jan Dubois)
18492              Date: Sat, 06 Mar 1999 21:42:56 +0100
18493              Message-ID: <36e49281.50337171@smtp1.ibm.net>
18494              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
18495      Branch: perl
18496            ! pod/perldelta.pod
18497 ____________________________________________________________________________
18498 [  3132] By: gsar                                  on 1999/03/23  22:17:45
18499         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
18500              Date: Sat, 06 Mar 1999 17:50:49 +0100
18501              Message-ID: <36e25209.33833760@smtp1.ibm.net>
18502              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
18503              --
18504              Date: Sat, 06 Mar 1999 18:15:00 +0100
18505              Message-ID: <36e36222.37954195@smtp1.ibm.net>
18506              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
18507      Branch: perl
18508            + t/lib/filefunc.t
18509            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
18510            ! pod/perldelta.pod pod/perlmodlib.pod
18511 ____________________________________________________________________________
18512 [  3131] By: gsar                                  on 1999/03/23  22:07:59
18513         Log: integrate cfgperl changes into mainline
18514      Branch: perl
18515           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
18516           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
18517           !> installperl malloc.c perl.c perl.h pod/perl.pod
18518           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
18519 ____________________________________________________________________________
18520 [  3130] By: jhi                                   on 1999/03/23  22:02:23
18521         Log: Don't use config.msg to remind about the
18522              LD_LIBRARY_PATH because Makefile.SH takes
18523              care of that.
18524              
18525              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
18526              This used to be the default but in some MT or another it
18527              was dropped because of some transient error or another.
18528      Branch: maint-5.005/perl
18529            ! Configure hints/dec_osf.sh
18530 ____________________________________________________________________________
18531 [  3129] By: gsar                                  on 1999/03/23  21:38:03
18532         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
18533              to size    and better maintainability)
18534      Branch: perl
18535            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
18536            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
18537            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
18538            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
18539            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
18540            + t/pod/include.xr t/pod/included.t t/pod/included.xr
18541            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
18542            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
18543            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
18544            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
18545            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
18546            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
18547            ! win32/Makefile win32/makefile.mk win32/pod.mak
18548 ____________________________________________________________________________
18549 [  3128] By: jhi                                   on 1999/03/23  10:14:54
18550         Log: Integrate from mainperl.
18551      Branch: cfgperl
18552           !> (integrate 46 files)
18553 ____________________________________________________________________________
18554 [  3127] By: gsar                                  on 1999/03/23  06:57:30
18555         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
18556              Date: Thu, 4 Mar 1999 10:54:01 -0800
18557              Message-Id: <9903041854.AA46868@frc0000>
18558              Subject: patch for useless Math::BigInt warnings
18559      Branch: perl
18560            ! lib/Math/BigInt.pm
18561 ____________________________________________________________________________
18562 [  3126] By: gsar                                  on 1999/03/23  05:54:37
18563         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
18564              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18565              Date: Fri, 19 Feb 1999 15:47:59 -0500
18566              Message-ID: <19990219154759.A32350@O2.chapin.edu>
18567              Subject: [PATCH] OSF/1 hints
18568      Branch: perl
18569            ! hints/dec_osf.sh
18570 ____________________________________________________________________________
18571 [  3125] By: gsar                                  on 1999/03/23  00:56:38
18572         Log: avoid typeglob persistence in pp_readline()
18573      Branch: perl
18574            ! sv.c t/op/gv.t
18575 ____________________________________________________________________________
18576 [  3124] By: gsar                                  on 1999/03/22  21:12:23
18577         Log: update copyright years
18578      Branch: perl
18579            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
18580            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
18581            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
18582            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
18583            ! sv.c sv.h toke.c utf8.c utf8.h util.c
18584 ____________________________________________________________________________
18585 [  3123] By: gsar                                  on 1999/03/22  07:07:06
18586         Log: implement win32_spawnvp() internally, making it return true PIDs
18587              for asynchronous spawns; fix win32_kill() to always deal with
18588              PIDs
18589      Branch: perl
18590            ! win32/win32.c win32/win32.h
18591 ____________________________________________________________________________
18592 [  3122] By: jhi                                   on 1999/03/19  21:12:14
18593         Log: Describe the new Benchmark feature in more detail.
18594      Branch: cfgperl
18595            ! pod/perldelta.pod
18596      Branch: maint-5.005/perl
18597            ! pod/perldelta.pod
18598 ____________________________________________________________________________
18599 [  3121] By: jhi                                   on 1999/03/19  08:16:12
18600         Log: AVAILABILITY tuning.
18601      Branch: cfgperl
18602            ! pod/perl.pod
18603      Branch: maint-5.005/perl
18604            ! pod/perl.pod
18605 ____________________________________________________________________________
18606 [  3120] By: jhi                                   on 1999/03/17  14:52:17
18607         Log: Rhapsody change assumed too much.
18608      Branch: cfgperl
18609            ! t/op/stat.t
18610 ____________________________________________________________________________
18611 [  3119] By: jhi                                   on 1999/03/17  14:33:43
18612         Log: More Apollo fixes.
18613      Branch: maint-5.005/perl
18614            ! README.apollo hints/apollo.sh t/lib/io_udp.t
18615 ____________________________________________________________________________
18616 [  3118] By: jhi                                   on 1999/03/16  17:23:39
18617         Log: Nada.
18618      Branch: maint-5.005/perl
18619            ! README.apollo
18620 ____________________________________________________________________________
18621 [  3117] By: jhi                                   on 1999/03/16  17:18:49
18622         Log: Apollo DomainOS AVAILABILITY.
18623      Branch: cfgperl
18624            ! pod/perl.pod
18625      Branch: maint-5.005/perl
18626            ! pod/perl.pod
18627 ____________________________________________________________________________
18628 [  3116] By: jhi                                   on 1999/03/16  17:14:00
18629         Log: Apollo DomainOS patch
18630              From: Johann Klasek <jk@auto.tuwien.ac.at>
18631              Subject: Re: DomainPerl
18632              Date: Tue, 16 Mar 1999 17:46:32 +0100
18633              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
18634      Branch: maint-5.005/perl
18635            + README.apollo apollo/netinet/in.h
18636            ! MANIFEST hints/apollo.sh
18637 ____________________________________________________________________________
18638 [  3115] By: jhi                                   on 1999/03/16  14:23:54
18639         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
18640              To: Gurusamy Sarathy <gsar@activestate.com>,
18641              Graham Barr <gbarr@pobox.com>
18642              Cc: Perl5 Porters <perl5-porters@perl.org>,
18643              "Paul.Marquess" <Paul.Marquess@btinternet.com>
18644              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
18645              Date: Sun, 14 Mar 1999 14:43:57 -0000
18646              Message-Id: <199903141841.NAA17040@defender.perl.org>
18647      Branch: maint-5.005/perl
18648            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18649            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
18650 ____________________________________________________________________________
18651 [  3114] By: jhi                                   on 1999/03/16  12:42:20
18652         Log: Mention Rhapsody in 5.005_5X perldelta,
18653              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
18654              *planned* AVAILABILITY.
18655      Branch: cfgperl
18656            ! pod/perl.pod pod/perldelta.pod
18657      Branch: maint-5.005/perl
18658            ! pod/perl.pod
18659 ____________________________________________________________________________
18660 [  3113] By: jhi                                   on 1999/03/16  10:38:53
18661         Log: perldelta niggling.
18662      Branch: cfgperl
18663            ! pod/perldelta.pod
18664      Branch: maint-5.005/perl
18665            ! pod/perldelta.pod
18666 ____________________________________________________________________________
18667 [  3112] By: jhi                                   on 1999/03/16  10:35:21
18668         Log: Integrate from mainperl.
18669      Branch: cfgperl
18670           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18671           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18672 ____________________________________________________________________________
18673 [  3111] By: jhi                                   on 1999/03/16  10:28:10
18674         Log: AVAILABILITY update: still mention PowerUX,
18675              Novell Netware now has sources available.
18676      Branch: cfgperl
18677            ! pod/perl.pod
18678      Branch: maint-5.005/perl
18679            ! pod/perl.pod
18680 ____________________________________________________________________________
18681 [  3110] By: gsar                                  on 1999/03/16  04:34:23
18682         Log: sundry pod niggles
18683      Branch: perl
18684            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18685            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18686 ____________________________________________________________________________
18687 [  3109] By: jhi                                   on 1999/03/15  17:00:11
18688         Log: Integrate from mainperl.
18689      Branch: cfgperl
18690           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18691           +> lib/unicode/Is/Syllable.pl
18692           +> lib/unicode/MakeEthiopicSyllables.PL
18693           +> lib/unicode/README.Ethiopic
18694           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18695           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18696           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18697           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18698           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18699           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18700           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18701           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
18702 ____________________________________________________________________________
18703 [  3108] By: jhi                                   on 1999/03/15  16:58:12
18704         Log: First pass of integrating the Rhapsody port,
18705              
18706              From: Wilfredo Sanchez <wsanchez@apple.com> 
18707              Subject: Keeping the world in sync.
18708              Reply-To: wsanchez@apple.com 
18709              To: perlbug@perl.com 
18710              Date: Fri, 13 Nov 1998 17:11:30 -0800 
18711              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
18712      Branch: cfgperl
18713            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
18714            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
18715            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
18716            ! x2p/util.c
18717 ____________________________________________________________________________
18718 [  3107] By: gsar                                  on 1999/03/15  03:22:10
18719         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
18720              From: Daniel Yacob <dmulholl@cs.indiana.edu>
18721              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
18722              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
18723              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
18724      Branch: perl
18725            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18726            + lib/unicode/Is/Syllable.pl
18727            + lib/unicode/MakeEthiopicSyllables.PL
18728            + lib/unicode/README.Ethiopic
18729            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18730            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18731            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18732            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18733            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18734            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18735            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18736            ! lib/unicode/Name.pl lib/unicode/Number.pl
18737 ____________________________________________________________________________
18738 [  3106] By: gsar                                  on 1999/03/12  20:35:36
18739         Log: change#3067 failed package.t due to needless creation of $a and $b;
18740              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
18741      Branch: perl
18742            ! op.c
18743 ____________________________________________________________________________
18744 [  3105] By: jhi                                   on 1999/03/12  15:54:57
18745         Log: Recognize the NetBSD packages collection.
18746      Branch: maint-5.005/perl
18747            ! hints/netbsd.sh
18748 ____________________________________________________________________________
18749 [  3104] By: jhi                                   on 1999/03/12  09:07:04
18750         Log: From: pvhp@forte.com (Peter Prymmer)
18751              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
18752              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
18753              Date: Thu, 11 Mar 99 14:24:54 PST
18754              Message-Id: <9903112224.AA24346@forte.com>
18755      Branch: maint-5.005/perl
18756            ! README.os390 t/lib/posix.t
18757 ____________________________________________________________________________
18758 [  3103] By: jhi                                   on 1999/03/10  11:07:46
18759         Log: Integrate from mainperl.
18760      Branch: cfgperl
18761           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
18762           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
18763           !> t/pragma/warn/1global toke.c win32/makedef.pl
18764 ____________________________________________________________________________
18765 [  3102] By: jhi                                   on 1999/03/10  11:01:20
18766         Log: From: pvhp@forte.com (Peter Prymmer)
18767              To: perl5-porters@perl.org
18768              Subject: [5.005_03-MT6]Patch: time passes
18769              Date: Tue, 9 Mar 99 18:42:17 PST
18770              Message-Id: <9903100242.AA29057@forte.com>
18771      Branch: maint-5.005/perl
18772            ! perl.c
18773 ____________________________________________________________________________
18774 [  3101] By: jhi                                   on 1999/03/10  10:30:15
18775         Log: From: Mark-Jason Dominus <mjd@plover.com>
18776              To: perl5-porters@perl.com
18777              Subject: Minor fix to perlfunc.pod
18778              Date: Mon, 08 Mar 1999 20:05:53 -0500
18779              Message-ID: <19990309010553.13757.qmail@plover.com>
18780      Branch: maint-5.005/perl
18781            ! pod/perlfunc.pod
18782 ____________________________________________________________________________
18783 [  3100] By: gsar                                  on 1999/03/09  23:04:44
18784         Log: change#3060 had the wrong quotes
18785      Branch: perl
18786            ! pod/pod2man.PL
18787 ____________________________________________________________________________
18788 [  3099] By: jhi                                   on 1999/03/09  12:52:21
18789         Log: d_uname was broken (probably since _53), reported by
18790              
18791              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18792              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
18793              cpan-testers@perl.org
18794              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
18795              Date: Mon, 08 Mar 1999 13:22:31 +0000
18796              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
18797              
18798              and
18799              
18800              From: lvirden@cas.org (Larry W. Virden)
18801              To: perlbug@perl.com
18802              Subject: configure not correctly identifying uname posix compatibility
18803              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
18804              Message-Id: <199903081136.GAA23682@cas.org>
18805      Branch: cfgperl
18806            ! Configure config_h.SH
18807 ____________________________________________________________________________
18808 [  3098] By: gsar                                  on 1999/03/09  03:16:07
18809         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
18810      Branch: perl
18811            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
18812 ____________________________________________________________________________
18813 [  3097] By: gsar                                  on 1999/03/09  02:50:43
18814         Log: use yyerror() instead of croak() so that compile-time failures in
18815              my(LIST) don't confuse globals with lexicals
18816      Branch: perl
18817            ! op.c toke.c
18818 ____________________________________________________________________________
18819 [  3096] By: gsar                                  on 1999/03/09  02:47:36
18820         Log: adjust testsuite for change#3067
18821      Branch: perl
18822            ! t/pragma/warn/1global
18823 ____________________________________________________________________________
18824 [  3095] By: gsar                                  on 1999/03/08  21:04:48
18825         Log: remove bogus symbols from global.sym
18826      Branch: perl
18827            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
18828            ! perl.h win32/makedef.pl
18829 ____________________________________________________________________________
18830 [  3094] By: jhi                                   on 1999/03/06  16:16:15
18831         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18832              To: jhi@iki.fi
18833              Subject: Oops
18834              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
18835              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
18836      Branch: maint-5.005/perl
18837            ! README.hurd
18838 ____________________________________________________________________________
18839 [  3093] By: jhi                                   on 1999/03/06  15:59:46
18840         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18841              To: jhi@iki.fi
18842              Subject: New Hurd README
18843              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
18844              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
18845      Branch: maint-5.005/perl
18846            ! README.hurd
18847 ____________________________________________________________________________
18848 [  3092] By: jhi                                   on 1999/03/06  12:52:06
18849         Log: From: Paul_Green@stratus.com
18850              To: perl5-porters@perl.org
18851              Cc: jhi@iki.fi, Paul_Green@stratus.com
18852              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
18853              Date: Fri, 5 Mar 1999 18:08:49 -0500 
18854              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
18855      Branch: maint-5.005/perl
18856            ! vos/config.h vos/config_h.SH_orig
18857 ____________________________________________________________________________
18858 [  3091] By: jhi                                   on 1999/03/06  12:42:21
18859         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18860              To: perl5-porters@perl.org, vmsperl@perl.org
18861              Subject: [PATCH 5.005_03-MT6]VMS build patch
18862              Date: Fri, 05 Mar 1999 12:36:19 -0800
18863              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
18864      Branch: maint-5.005/perl
18865            ! vms/subconfigure.com
18866 ____________________________________________________________________________
18867 [  3090] By: gsar                                  on 1999/03/06  04:40:03
18868         Log: integrate change#3089 from mainline
18869              
18870              tolerate CRs after options
18871      Branch: maint-5.005/perl
18872           !> perl.c
18873 ____________________________________________________________________________
18874 [  3089] By: gsar                                  on 1999/03/06  04:30:40
18875         Log: tolerate CRs after options
18876      Branch: perl
18877            ! perl.c
18878 ____________________________________________________________________________
18879 [  3088] By: jhi                                   on 1999/03/05  12:49:01
18880         Log: Integrate from mainperl.
18881      Branch: cfgperl
18882           +> README.hurd
18883           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
18884 ____________________________________________________________________________
18885 [  3087] By: gsar                                  on 1999/03/05  06:41:16
18886         Log: adjust timeouts to accomodate slow/busy systems
18887      Branch: perl
18888            ! t/lib/io_sock.t
18889 ____________________________________________________________________________
18890 [  3083] By: gsar                                  on 1999/03/05  01:32:47
18891         Log: integrate change#3081 from maint-5.005
18892      Branch: perl
18893           !> ext/Errno/Errno_pm.PL
18894 ____________________________________________________________________________
18895 [  3082] By: gsar                                  on 1999/03/05  01:31:06
18896         Log: integrate change#2904 from maint-5.005
18897      Branch: perl
18898           +> README.hurd
18899           !> MANIFEST
18900 ____________________________________________________________________________
18901 [  3081] By: gsar                                  on 1999/03/05  00:14:33
18902         Log: protect against doubled backslashes
18903      Branch: maint-5.005/perl
18904            ! ext/Errno/Errno_pm.PL
18905 ____________________________________________________________________________
18906 [  3077] By: jhi                                   on 1999/03/04  08:10:13
18907         Log: Integrate from mainperl.
18908      Branch: cfgperl
18909           +> ext/B/B/Stash.pm
18910           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
18911           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
18912           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
18913           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
18914 ____________________________________________________________________________
18915 [  3076] By: jhi                                   on 1999/03/04  08:07:59
18916         Log: Regen config_h.SH once more because of *size, 
18917              noticed by
18918              
18919              From: Hans Mulder <hansm@icgned.icgroup.nl>
18920              To: Jarkko Hietaniemi <jhi@iki.fi>
18921              Cc: perl5-porters@perl.org
18922              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18923              Date: Thu,  4 Mar 99 00:10:45 +0100
18924              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18925      Branch: cfgperl
18926            ! Configure config_h.SH
18927 ____________________________________________________________________________
18928 [  3068] By: gsar                                  on 1999/03/04  05:48:03
18929         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
18930              Date: Thu,  4 Mar 99 00:10:45 +0100
18931              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18932              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18933      Branch: perl
18934            ! config_h.SH
18935 ____________________________________________________________________________
18936 [  3067] By: gsar                                  on 1999/03/04  05:44:32
18937         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
18938              From: Graham Barr <gbarr@ti.com>
18939              Date: Wed, 3 Mar 1999 17:23:56 -0600
18940              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
18941              Subject: Re: 'use strict' doesn't work for one-letter variables
18942      Branch: perl
18943            ! gv.c op.c
18944 ____________________________________________________________________________
18945 [  3066] By: gsar                                  on 1999/03/04  05:20:50
18946         Log: updates to compiler modules
18947              From: "Vishal Bhatia" <vishalb@hotmail.com>
18948              Date: Tue, 02 Mar 1999 23:27:25 PST
18949              Message-ID: <19990303072725.779.qmail@hotmail.com>
18950              Subject: PATCH 5.005_56 + Test procedure
18951      Branch: perl
18952            + ext/B/B/Stash.pm
18953            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
18954            ! lib/Test/Harness.pm utils/perlcc.PL
18955 ____________________________________________________________________________
18956 [  3065] By: gsar                                  on 1999/03/04  05:03:30
18957         Log: more s/s_/s!/ etc.
18958      Branch: perl
18959            ! pod/perldelta.pod pod/perlfunc.pod
18960 ____________________________________________________________________________
18961 [  3064] By: gsar                                  on 1999/03/04  04:50:45
18962         Log: integrate cfgperl contents into mainline
18963      Branch: perl
18964           !> Configure README.vms bytecode.h config_h.SH configure.com
18965           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
18966           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
18967           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
18968 ____________________________________________________________________________
18969 [  3063] By: gsar                                  on 1999/03/04  04:44:13
18970         Log: HP-UX has yet another spelling for /NaNQ?/
18971      Branch: perl
18972            ! t/lib/bigfloatpm.t
18973 ____________________________________________________________________________
18974 [  3062] By: gsar                                  on 1999/03/04  04:36:08
18975         Log: error-check for accept() test
18976      Branch: perl
18977            ! t/lib/io_sock.t
18978 ____________________________________________________________________________
18979 [  3061] By: gsar                                  on 1999/03/04  03:40:25
18980         Log: allow custom comparison function in File::Compare::compare_text()
18981              From: jan.dubois@ibm.net (Jan Dubois)
18982              Date: Fri, 26 Feb 1999 21:56:09 +0100
18983              Message-ID: <36db0838.8805651@smtp1.ibm.net>
18984              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
18985      Branch: perl
18986            ! lib/File/Compare.pm
18987 ____________________________________________________________________________
18988 [  3060] By: gsar                                  on 1999/03/04  03:37:38
18989         Log: better version of change#3038
18990              From: abigail@fnx.com
18991              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
18992              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
18993              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
18994      Branch: perl
18995            ! pod/pod2man.PL
18996 ____________________________________________________________________________
18997 [  3058] By: jhi                                   on 1999/03/03  22:30:40
18998         Log: Configure regen to
18999              (1) match maint-5.005 patches #3056 and #3057
19000              (2) better version of PHOSTNAME of #3050
19001              (3) the crosscompile/multiarch config_h.SH trouble solved for now
19002      Branch: cfgperl
19003            ! Configure config_h.SH
19004 ____________________________________________________________________________
19005 [  3054] By: jhi                                   on 1999/03/03  09:57:59
19006         Log: Change #3053 missed perldelta.
19007      Branch: cfgperl
19008            ! pod/perldelta.pod
19009 ____________________________________________________________________________
19010 [  3053] By: jhi                                   on 1999/03/03  08:29:43
19011         Log: Use '!' to mark native integer packings instead of '_'.
19012      Branch: cfgperl
19013            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
19014 ____________________________________________________________________________
19015 [  3052] By: jhi                                   on 1999/03/02  23:12:36
19016         Log: The HP-UX threads patch (change #3028) is needed also here.
19017      Branch: cfgperl
19018            ! hints/hpux.sh thread.h
19019 ____________________________________________________________________________
19020 [  3051] By: jhi                                   on 1999/03/02  08:24:52
19021         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19022              To: perl5-porters@perl.org, vmsperl@perl.org
19023              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
19024              Date: Mon, 01 Mar 1999 16:10:57 -0800
19025              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
19026      Branch: cfgperl
19027            ! README.vms
19028      Branch: maint-5.005/perl
19029            ! README.vms
19030 ____________________________________________________________________________
19031 [  3050] By: jhi                                   on 1999/03/02  08:22:29
19032         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19033              To: perl5-porters@perl.org, vmsperl@perl.org
19034              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
19035              Date: Mon, 01 Mar 1999 16:06:29 -0800
19036              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
19037              
19038              From: Dan Sugalski <sugalskd@osshe.edu>
19039              To: perl5-porters@perl.org, vmsperl@perl.org
19040              Subject: [PATCH 5.005_56]vmsish.pm patch
19041              Date: Mon, 01 Mar 1999 20:19:04 -0800
19042              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
19043              
19044              plus Configure regen containing a "solution" to the
19045              crosscompile/multiarch problem.
19046      Branch: cfgperl
19047            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
19048            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
19049 ____________________________________________________________________________
19050 [  3049] By: jhi                                   on 1999/03/02  07:34:21
19051         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
19052              To: perl5-porters@perl.org
19053              Subject: [PATCH] Eliminate (valid) warning in byterun.c
19054              Date: Mon, 01 Mar 1999 17:27:59 -0500
19055              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
19056      Branch: cfgperl
19057            ! bytecode.h
19058      Branch: maint-5.005/perl
19059            ! bytecode.h
19060 ____________________________________________________________________________
19061 [  3048] By: gsar                                  on 1999/03/02  06:41:21
19062         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19063      Branch: perl
19064            ! MANIFEST README.hpux
19065 ____________________________________________________________________________
19066 [  3047] By: jhi                                   on 1999/03/01  06:34:43
19067         Log: Integrate from mainperl.
19068      Branch: cfgperl
19069           +> README.hpux lib/File/Spec/Functions.pm
19070           !> (integrate 28 files)
19071 ____________________________________________________________________________
19072 [  3046] By: gsar                                  on 1999/03/01  05:34:28
19073         Log: this is 5.005_56
19074      Branch: perl
19075            ! Changes
19076
19077 ----------------
19078 Version 5.005_56
19079 ----------------
19080
19081 ____________________________________________________________________________
19082 [  3045] By: gsar                                  on 1999/03/01  03:32:30
19083         Log: destroy PL_svref_mutex in perl_destruct()
19084      Branch: perl
19085            ! perl.c
19086 ____________________________________________________________________________
19087 [  3044] By: gsar                                  on 1999/03/01  00:38:50
19088         Log: up patchlevel &c.
19089      Branch: perl
19090            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
19091            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19092            ! win32/makefile.mk
19093 ____________________________________________________________________________
19094 [  3043] By: gsar                                  on 1999/03/01  00:14:15
19095         Log: integrate cfgperl contents into mainline
19096      Branch: perl
19097            ! pod/perldelta.pod
19098           !> Configure config_h.SH
19099 ____________________________________________________________________________
19100 [  3042] By: gsar                                  on 1999/02/28  23:55:08
19101         Log: slightly edited version of suggested patch
19102              From: jan.dubois@ibm.net (Jan Dubois)
19103              Date: Mon, 01 Mar 1999 00:32:05 +0100
19104              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
19105              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
19106      Branch: perl
19107            + lib/File/Spec/Functions.pm
19108            ! MANIFEST lib/File/Spec.pm
19109 ____________________________________________________________________________
19110 [  3041] By: gsar                                  on 1999/02/28  22:47:19
19111         Log: fix subtle bug in eval'' testsuite
19112      Branch: perl
19113            ! t/op/eval.t
19114 ____________________________________________________________________________
19115 [  3040] By: gsar                                  on 1999/02/28  22:46:24
19116         Log: avoid literal control characters in change#3039
19117      Branch: perl
19118            ! t/base/lex.t
19119 ____________________________________________________________________________
19120 [  3039] By: gsar                                  on 1999/02/28  21:47:18
19121         Log: todo item: permit extended control variables a la ${^Foo} (patch
19122              courtesy Mark-Jason Dominus <mjd@plover.com>)
19123      Branch: perl
19124            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
19125            ! t/base/lex.t toke.c
19126 ____________________________________________________________________________
19127 [  3038] By: gsar                                  on 1999/02/28  21:21:05
19128         Log: From: abigail@fnx.com
19129              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
19130              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
19131              Subject: Recognize -> and => inside [A-Z]<> sequences.
19132      Branch: perl
19133            ! pod/pod2man.PL
19134 ____________________________________________________________________________
19135 [  3037] By: gsar                                  on 1999/02/28  21:12:22
19136         Log: fix longstanding bug: searches for lexicals originating within eval''
19137              weren't stopping at the subroutine boundary correctly
19138      Branch: perl
19139            ! op.c proto.h t/op/eval.t
19140 ____________________________________________________________________________
19141 [  3036] By: gsar                                  on 1999/02/28  20:02:29
19142         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
19143              as stacked list values
19144              From: jan.dubois@ibm.net (Jan Dubois)
19145              Date: Sat, 27 Feb 1999 18:24:17 +0100
19146              Message-ID: <36e22849.36531259@smtp1.ibm.net>
19147              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
19148      Branch: perl
19149            ! win32/win32.c
19150 ____________________________________________________________________________
19151 [  3035] By: gsar                                  on 1999/02/28  19:48:54
19152         Log: remove superfluous stack_sp decl
19153      Branch: perl
19154            ! jpl/JNI/JNI.xs
19155 ____________________________________________________________________________
19156 [  3034] By: gsar                                  on 1999/02/28  19:34:58
19157         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
19158      Branch: perl
19159            ! lib/Getopt/Std.pm
19160 ____________________________________________________________________________
19161 [  3033] By: gsar                                  on 1999/02/28  19:23:41
19162         Log: add File::Compare::compare_text()
19163              From: jan.dubois@ibm.net (Jan Dubois)
19164              Date: Fri, 26 Feb 1999 00:20:41 +0100
19165              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
19166              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
19167      Branch: perl
19168            ! lib/File/Compare.pm pod/perltodo.pod
19169 ____________________________________________________________________________
19170 [  3032] By: gsar                                  on 1999/02/28  19:01:33
19171         Log: add README.hpux
19172      Branch: perl
19173            + README.hpux
19174            ! MAINTAIN MANIFEST
19175 ____________________________________________________________________________
19176 [  3031] By: gsar                                  on 1999/02/28  18:49:08
19177         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
19178              James Cromie <jcromie@fossil.uswc.uswest.com>
19179      Branch: perl
19180            ! lib/Pod/Html.pm
19181 ____________________________________________________________________________
19182 [  3030] By: gsar                                  on 1999/02/28  18:35:09
19183         Log: From: jan.dubois@ibm.net (Jan Dubois)
19184              Date: Wed, 24 Feb 1999 22:34:56 +0100
19185              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
19186              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
19187      Branch: perl
19188            ! lib/Test/Harness.pm
19189 ____________________________________________________________________________
19190 [  3029] By: gsar                                  on 1999/02/28  18:28:18
19191         Log: add note about env pollution
19192      Branch: perl
19193            ! INSTALL pod/perltodo.pod
19194 ____________________________________________________________________________
19195 [  3028] By: jhi                                   on 1999/02/26  14:40:00
19196         Log: HP-UX 11 threads.
19197              
19198              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19199              To: perl5-porters@perl.org
19200              Cc: jhi@cc.hut.fi
19201              Subject: Maint 5 and _54 with threading on HP-UX 11.00
19202              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
19203              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
19204              
19205              NOTE from jhi: the hpux hints could still be more robust by
19206              disabling gdbm when necessary.
19207              
19208              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
19209              linking -lgdbm -lpthread creates an executable that instantly
19210              core dumps on a pthreads internal panic:
19211              
19212              ./gdpt
19213              
19214              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
19215              Return Pointer is 0xc082bf33
19216              17639 quit (core dumped)  ./gdpt
19217              
19218              You don't have to *use* either gdbm or pthreads in the executable,
19219              just linking them together is enough.  Workaround is to recompile
19220              the GDBM under HP-UX 11, that makes the problem go away.
19221      Branch: maint-5.005/perl
19222            ! hints/hpux.sh thread.h
19223 ____________________________________________________________________________
19224 [  3025] By: jhi                                   on 1999/02/25  20:41:07
19225         Log: Temporary workaround for the config_h.SH versus
19226              crosscompile and multiarch plus introduce 'rt'
19227              to $libswanted: in UNIX98 sched_yield() lives there.
19228      Branch: cfgperl
19229            ! Configure config_h.SH
19230 ____________________________________________________________________________
19231 [  3024] By: jhi                                   on 1999/02/24  12:54:59
19232         Log: Integrate from mainperl.
19233      Branch: cfgperl
19234           +> t/lib/fatal.t
19235           !> (integrate 44 files)
19236 ____________________________________________________________________________
19237 [  3023] By: gsar                                  on 1999/02/24  07:02:12
19238         Log: integrate cfgperl contents
19239      Branch: perl
19240           !> (integrate 30 files)
19241 ____________________________________________________________________________
19242 [  3022] By: gsar                                  on 1999/02/24  05:59:47
19243         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
19244              Date: 23 Feb 1999 17:53:22 -0700
19245              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
19246              Subject: [PATCH: _55] perldoc -q broken
19247      Branch: perl
19248            ! utils/perldoc.PL
19249 ____________________________________________________________________________
19250 [  3021] By: gsar                                  on 1999/02/24  05:51:53
19251         Log: ansify perlio.c, fix PerlIO-ish typos
19252      Branch: perl
19253            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
19254            ! iperlsys.h perlio.c
19255 ____________________________________________________________________________
19256 [  3020] By: gsar                                  on 1999/02/24  05:28:06
19257         Log: adjust a Perl_malloc() flag for NeXT
19258              From: Hans Mulder <hansm@icgned.icgroup.nl>
19259              Date: Tue, 23 Feb 99 00:26:25 +0100
19260              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
19261              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
19262      Branch: perl
19263            ! perl.h
19264 ____________________________________________________________________________
19265 [  3019] By: gsar                                  on 1999/02/24  05:19:42
19266         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
19267      Branch: perl
19268            ! pod/perltodo.pod
19269 ____________________________________________________________________________
19270 [  3018] By: gsar                                  on 1999/02/24  04:15:18
19271         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19272              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
19273              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
19274              Subject: improved error message [PATCH _55] [RESEND]
19275      Branch: perl
19276            ! sv.c
19277 ____________________________________________________________________________
19278 [  3017] By: gsar                                  on 1999/02/24  03:50:34
19279         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
19280              Date: Sun, 21 Feb 1999 20:02:18 -0700
19281              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
19282              Subject: perlfunc updates (against 55)
19283      Branch: perl
19284            ! pod/perlfunc.pod
19285 ____________________________________________________________________________
19286 [  3016] By: gsar                                  on 1999/02/24  03:17:05
19287         Log: testsuite adjustments
19288              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19289              Date: Sat, 20 Feb 1999 15:24:57 +0000
19290              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
19291              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
19292      Branch: perl
19293            ! t/lib/io_sock.t t/op/lex_assign.t
19294 ____________________________________________________________________________
19295 [  3015] By: gsar                                  on 1999/02/24  02:54:47
19296         Log: avoid modifying readonly values from qw()
19297      Branch: perl
19298            ! lib/ExtUtils/MM_Unix.pm
19299 ____________________________________________________________________________
19300 [  3014] By: gsar                                  on 1999/02/24  02:49:04
19301         Log: more "correct" utbuf for utime()
19302      Branch: perl
19303            ! doio.c
19304 ____________________________________________________________________________
19305 [  3013] By: jhi                                   on 1999/02/22  19:27:44
19306         Log: Fix MacPerl version, change PowerUX to PowerMAX.
19307              
19308              From: Chris Nandor <pudge@pobox.com>
19309              To: jhi@iki.fi
19310              Cc: perl5-porters@perl.org
19311              Subject: Re: perl current availability as documented by perl.pod
19312              Date: Sun, 21 Feb 1999 11:06:03 -0500
19313              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
19314              
19315              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
19316              To: jhi@iki.fi
19317              Cc: perl5-porters@perl.org
19318              Subject: Re: perl current availability as documented by perl.pod
19319              Date: Mon, 22 Feb 1999 13:08:30 GMT
19320              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
19321      Branch: cfgperl
19322            ! pod/perl.pod
19323      Branch: maint-5.005/perl
19324            ! pod/perl.pod
19325 ____________________________________________________________________________
19326 [  3012] By: jhi                                   on 1999/02/22  10:26:11
19327         Log: Snapshot the cross-compilation/multiarchitecture stuff
19328              (currently broken in next)
19329      Branch: cfgperl
19330            ! Configure config_h.SH pp.c
19331 ____________________________________________________________________________
19332 [  3011] By: jhi                                   on 1999/02/22  10:24:51
19333         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19334              To: gsar@activestate.com (Gurusamy Sarathy)
19335              Cc: perl5-porters@perl.org (Perl5 Porters)
19336              Subject: [PATCH 5.005_55] DB_File 1.64 patch
19337              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
19338              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
19339      Branch: cfgperl
19340            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19341            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
19342 ____________________________________________________________________________
19343 [  3009] By: jhi                                   on 1999/02/22  09:14:26
19344         Log: Scratch #3008 and introduce $crosscompile and $multiarch
19345              also in non-Configure lands.
19346      Branch: cfgperl
19347            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
19348            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
19349            ! win32/config.gc win32/config.vc win32/config_H.bc
19350            ! win32/config_H.gc win32/config_H.vc
19351 ____________________________________________________________________________
19352 [  3008] By: jhi                                   on 1999/02/22  08:58:04
19353         Log: Add -DMULTIARCH (see change #3006).
19354      Branch: cfgperl
19355            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
19356 ____________________________________________________________________________
19357 [  3007] By: jhi                                   on 1999/02/22  08:54:06
19358         Log: Undo the references to local{lib,arch} introduced by #3006.
19359      Branch: cfgperl
19360            ! Configure config_h.SH
19361 ____________________________________________________________________________
19362 [  3006] By: jhi                                   on 1999/02/22  08:43:50
19363         Log: From: hansm@icgned.icgroup.nl
19364              To: perlbug@perl.com
19365              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
19366              Date: Sun, 21 Feb 1999 22:58:55 +0100
19367              Reply-To: hansmu@xs4all.nl
19368              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
19369              
19370              plus other Configure changes: prepare for cross-compilation/
19371              multiarchitecture builds.
19372      Branch: cfgperl
19373            ! Configure config_h.SH
19374 ____________________________________________________________________________
19375 [  3005] By: jhi                                   on 1999/02/22  08:35:30
19376         Log: Configure/Perl knew how to look for use Mach cthreads
19377              but Configure didn't let them to be used ($osname 'next').
19378      Branch: cfgperl
19379            ! Configure config_h.SH
19380      Branch: maint-5.005/perl
19381            ! Configure
19382 ____________________________________________________________________________
19383 [  3004] By: jhi                                   on 1999/02/21  15:46:02
19384         Log: Update Acorn AVAILABILITY.
19385      Branch: cfgperl
19386            ! pod/perl.pod
19387      Branch: maint-5.005/perl
19388            ! pod/perl.pod
19389 ____________________________________________________________________________
19390 [  3003] By: jhi                                   on 1999/02/21  14:50:42
19391         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
19392              To: perl5-porters@perl.org (Perl 5 Porters)
19393              Subject: PATCH: perlref.pod - symbolic ref example
19394              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
19395              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
19396      Branch: cfgperl
19397            ! pod/perlref.pod
19398      Branch: maint-5.005/perl
19399            ! pod/perlref.pod
19400 ____________________________________________________________________________
19401 [  3002] By: jhi                                   on 1999/02/21  14:35:22
19402         Log: Sync cfgperl with maint-5.005 change #3000.
19403      Branch: cfgperl
19404            ! pod/perlfunc.pod t/op/pack.t
19405 ____________________________________________________________________________
19406 [  2999] By: gsar                                  on 1999/02/20  22:48:30
19407         Log: From:    John Bley <jbb6@acpub.duke.edu>
19408              Date:    Sat, 20 Feb 1999 16:02:34 EST
19409              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
19410              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
19411      Branch: perl
19412            ! regcomp.c
19413 ____________________________________________________________________________
19414 [  2998] By: jhi                                   on 1999/02/20  14:13:06
19415         Log: Enhanced the endianness description.
19416      Branch: cfgperl
19417            ! pod/perlfunc.pod
19418 ____________________________________________________________________________
19419 [  2996] By: jhi                                   on 1999/02/20  13:55:41
19420         Log: Glossary now mostly fixed.
19421      Branch: cfgperl
19422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19423            ! config_h.SH
19424 ____________________________________________________________________________
19425 [  2994] By: jhi                                   on 1999/02/20  11:58:33
19426         Log: Perldeltify GNU/Hurd.
19427      Branch: cfgperl
19428            ! pod/perldelta.pod
19429 ____________________________________________________________________________
19430 [  2993] By: gsar                                  on 1999/02/20  00:59:10
19431         Log: fix typo in Perl_sbrk()
19432              From: hansm@icgned.icgroup.nl
19433              Date: Fri, 19 Feb 1999 23:19:31 +0100
19434              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
19435              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
19436      Branch: perl
19437            ! malloc.c
19438 ____________________________________________________________________________
19439 [  2992] By: gsar                                  on 1999/02/20  00:51:08
19440         Log: integrate change#2980 from maint-5.005
19441      Branch: perl
19442           !> utils/h2xs.PL
19443 ____________________________________________________________________________
19444 [  2991] By: gsar                                  on 1999/02/20  00:34:01
19445         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19446              Date: Thu, 18 Feb 1999 18:51:38 +0000
19447              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
19448              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
19449      Branch: perl
19450            ! pp_hot.c t/op/pat.t
19451 ____________________________________________________________________________
19452 [  2990] By: gsar                                  on 1999/02/20  00:30:48
19453         Log: From: jan.dubois@ibm.net (Jan Dubois)
19454              Date: Thu, 18 Feb 1999 19:14:07 +0100
19455              Message-ID: <36d15809.40853323@smtp1.ibm.net>
19456              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
19457      Branch: perl
19458            ! win32/win32.c
19459 ____________________________________________________________________________
19460 [  2989] By: gsar                                  on 1999/02/20  00:27:01
19461         Log: do poll() emulation unless HAS_POLL && I_POLL
19462      Branch: perl
19463            ! ext/IO/poll.h
19464 ____________________________________________________________________________
19465 [  2988] By: gsar                                  on 1999/02/19  23:52:12
19466         Log: tweak RE for NaNQ? recognition
19467      Branch: perl
19468            ! t/lib/bigfloatpm.t
19469 ____________________________________________________________________________
19470 [  2987] By: gsar                                  on 1999/02/19  23:29:59
19471         Log: mention C<use utf8> and C<use warning> in perldelta
19472      Branch: perl
19473            ! pod/perldelta.pod
19474 ____________________________________________________________________________
19475 [  2985] By: jhi                                   on 1999/02/19  20:43:19
19476         Log: pack/unpack better in (network-)short-non-16-bits and
19477              (network-)long-non-32-bits systems such as Cray C90.
19478      Branch: cfgperl
19479            ! perl.h pp.c t/op/pack.t
19480 ____________________________________________________________________________
19481 [  2984] By: jhi                                   on 1999/02/19  20:38:54
19482         Log: Regen Configure.
19483      Branch: cfgperl
19484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19485            ! perl.c
19486 ____________________________________________________________________________
19487 [  2982] By: jhi                                   on 1999/02/19  19:51:49
19488         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
19489              not probed for and         
19490              
19491              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19492              To: Chaim Frenkel <chaimf@pobox.com>,
19493              Russ Allbery <rra@stanford.edu>,
19494              Jarkko Hietaniemi <jhi@iki.fi>,
19495              Gurusamy Sarathy <gsar@activestate.com>,
19496              Graham Barr <gbarr@pobox.com>
19497              Cc: bdensch@ameritech.net, perlbug@perl.com
19498              Subject: [PATCH] Re: Solaris 7 for Intel
19499              Message-ID: <19990219124404.A30182@O2.chapin.edu>
19500              
19501              Glossary is still missing some terms because
19502              mkglossary is misbehaving (change #2981 updated
19503              Glossary manually)
19504      Branch: cfgperl
19505            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
19506            ! Porting/config_H
19507 ____________________________________________________________________________
19508 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
19509         Log: Make result of h2xs work when user adds C<use strict>
19510      Branch: maint-5.005/perl
19511            ! utils/h2xs.PL
19512 ____________________________________________________________________________
19513 [  2979] By: gsar                                  on 1999/02/19  05:24:29
19514         Log: doc for change#2978
19515      Branch: perl
19516            ! pod/perlsub.pod
19517 ____________________________________________________________________________
19518 [  2978] By: gsar                                  on 1999/02/19  05:08:29
19519         Log: bring '*' prototype closer to how it behaves internally
19520      Branch: perl
19521            + t/lib/fatal.t
19522            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
19523 ____________________________________________________________________________
19524 [  2977] By: gsar                                  on 1999/02/19  02:50:31
19525         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
19526      Branch: perl
19527            ! perly.h
19528 ____________________________________________________________________________
19529 [  2975] By: gsar                                  on 1999/02/18  21:41:57
19530         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
19531              of lexical searches in BEGIN|INIT|END)
19532      Branch: perl
19533            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
19534            ! vms/perly_c.vms
19535 ____________________________________________________________________________
19536 [  2974] By: gsar                                  on 1999/02/18  21:03:06
19537         Log: missing PERL_POLLUTE_MALLOC
19538      Branch: perl
19539            ! ext/SDBM_File/sdbm/sdbm.h
19540 ____________________________________________________________________________
19541 [  2973] By: gsar                                  on 1999/02/18  17:10:49
19542         Log: From:    Andy Dougherty <doughera@lafayette.edu>
19543              Date:    Wed, 17 Feb 1999 17:22:50 EST
19544              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
19545              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
19546      Branch: perl
19547            ! lib/dotsh.pl
19548 ____________________________________________________________________________
19549 [  2972] By: gsar                                  on 1999/02/18  17:04:12
19550         Log: s/#defined/#define/
19551      Branch: perl
19552            ! ext/Data/Dumper/Dumper.xs
19553 ____________________________________________________________________________
19554 [  2970] By: gsar                                  on 1999/02/18  03:26:43
19555         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
19556      Branch: perl
19557            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19558            ! ext/GDBM_File/typemap
19559 ____________________________________________________________________________
19560 [  2969] By: gsar                                  on 1999/02/17  23:30:47
19561         Log: correct slurp mode doc
19562      Branch: perl
19563            ! pod/perlfunc.pod pod/perlop.pod
19564 ____________________________________________________________________________
19565 [  2968] By: jhi                                   on 1999/02/17  23:15:49
19566         Log: Ultrix hints update.
19567              
19568              From: Spider Boardman <spider@zk3.dec.com>
19569              To: perlbug@perl.com
19570              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
19571              Date: Tue, 16 Feb 1999 23:04:28 -0500
19572              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
19573      Branch: cfgperl
19574            ! hints/ultrix_4.sh
19575 ____________________________________________________________________________
19576 [  2966] By: jhi                                   on 1999/02/17  23:09:21
19577         Log: Change #2965 wiped out some Sarathy's _55 changes.
19578              Now unwiped.
19579      Branch: cfgperl
19580            ! Configure pp.c t/op/pack.t
19581 ____________________________________________________________________________
19582 [  2965] By: jhi                                   on 1999/02/17  23:00:04
19583         Log: Configure tweaks.
19584              
19585              Fix the Unixware/SCO uname scan:
19586              
19587              From: Tom Hughes <thh@cyberscience.com>
19588              To: perlbug@perl.com
19589              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
19590              Date: 17 Feb 1999 15:34:15 +0000    
19591              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
19592              
19593              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
19594              
19595              From: Joe Buehler <jhpb@hekimian.com>
19596              To: perl5-porters@perl.org
19597              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
19598              Date: 12 Feb 1999 11:25:21 -0500
19599              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
19600              
19601              Make the pthreads joinable constant scan to output to fd 4, not 2.
19602      Branch: cfgperl
19603            ! Configure
19604 ____________________________________________________________________________
19605 [  2964] By: gsar                                  on 1999/02/17  21:30:07
19606         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
19607              Date: Wed, 17 Feb 1999 06:53:13 -0700
19608              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
19609              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
19610      Branch: perl
19611            ! lib/Pod/Functions.pm
19612 ____________________________________________________________________________
19613 [  2963] By: gsar                                  on 1999/02/17  21:18:21
19614         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
19615              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19616              Date: Wed, 17 Feb 1999 10:06:01 +0000
19617              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
19618              Subject: Re: [5.005_53] panic: pad_free curpad 
19619      Branch: perl
19620            ! regcomp.c regexec.c t/op/misc.t
19621 ____________________________________________________________________________
19622 [  2962] By: gsar                                  on 1999/02/16  21:26:28
19623         Log: NaNQ? tweak
19624      Branch: perl
19625            ! t/lib/bigfloatpm.t
19626 ____________________________________________________________________________
19627 [  2961] By: jhi                                   on 1999/02/16  19:26:38
19628         Log: Integrate from mainperl.
19629      Branch: cfgperl
19630           !> (integrate 37 files)
19631 ____________________________________________________________________________
19632 [  2960] By: gsar                                  on 1999/02/16  18:04:29
19633         Log: undo change#2465 (qw[] is a real list now)
19634      Branch: perl
19635            ! pod/perlop.pod
19636 ____________________________________________________________________________
19637 [  2959] By: gsar                                  on 1999/02/16  07:09:33
19638         Log: this was 5.005_55
19639      Branch: perl
19640            ! Changes
19641
19642 ----------------
19643 Version 5.005_55
19644 ----------------
19645
19646 ____________________________________________________________________________
19647 [  2958] By: gsar                                  on 1999/02/16  06:18:27
19648         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
19649              elide dups and non-dependents from Changes
19650      Branch: perl
19651            ! Changes pod/perlhist.pod
19652           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
19653           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
19654           !> pod/perlport.pod pp.c t/op/pack.t
19655 ____________________________________________________________________________
19656 [  2957] By: gsar                                  on 1999/02/16  04:09:47
19657         Log: propagate PERL_VERSION everywhere, add to pod
19658      Branch: perl
19659            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
19660            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
19661            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
19662            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
19663            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
19664            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
19665            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
19666            ! win32/config.gc win32/config.vc win32/config_sh.PL
19667            ! win32/win32.c x2p/a2py.c
19668 ____________________________________________________________________________
19669 [  2955] By: jhi                                   on 1999/02/15  16:15:03
19670         Log: The pack tests now better in C90 (after the packnative patches).
19671      Branch: cfgperl
19672            ! t/op/pack.t
19673 ____________________________________________________________________________
19674 [  2954] By: gsar                                  on 1999/02/15  14:11:50
19675         Log: tweak Configure to follow new PERL_VERSION etc.
19676      Branch: perl
19677            ! Configure patchlevel.h pod/perlhist.pod
19678 ____________________________________________________________________________
19679 [  2953] By: jhi                                   on 1999/02/15  14:02:21
19680         Log: Integrate from mainperl.
19681      Branch: cfgperl
19682           !> MANIFEST Porting/makerel
19683 ____________________________________________________________________________
19684 [  2952] By: jhi                                   on 1999/02/15  13:50:07
19685         Log: Enhance the packnative patch: use the packnative code
19686              only if required.  Also added hefty testing (hopefully
19687              I didn't assume too much...).  Tested on alpha, ix86, sparc.
19688      Branch: cfgperl
19689            ! pod/perlfunc.pod pp.c t/op/pack.t
19690 ____________________________________________________________________________
19691 [  2951] By: jhi                                   on 1999/02/15  13:46:56
19692         Log: AVAILABILITY from 5.005_03-tobe, will of course
19693              require updating when 5.006 comes out.
19694      Branch: cfgperl
19695            ! pod/perl.pod
19696 ____________________________________________________________________________
19697 [  2949] By: gsar                                  on 1999/02/15  13:28:51
19698         Log: will this be it for 5.005_55?
19699      Branch: perl
19700            ! MANIFEST Porting/makerel
19701 ____________________________________________________________________________
19702 [  2948] By: jhi                                   on 1999/02/15  13:23:52
19703         Log: Integrate from mainperl.
19704      Branch: cfgperl
19705           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
19706           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19707           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19708           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
19709           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
19710           !> win32/config.gc win32/config.vc win32/config_H.bc
19711           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
19712 ____________________________________________________________________________
19713 [  2947] By: jhi                                   on 1999/02/15  13:20:41
19714         Log: perlport.pod 1.39 from Chris.
19715      Branch: cfgperl
19716            ! pod/perlport.pod
19717 ____________________________________________________________________________
19718 [  2946] By: jhi                                   on 1999/02/15  13:09:58
19719         Log: Import Ultrix update, change #2864, 
19720              
19721              From: Spider Boardman <spider@zk3.dec.com>
19722              To: perlbug@perl.com
19723              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
19724              Date: Wed, 10 Feb 1999 23:33:31 -0500
19725              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
19726      Branch: cfgperl
19727            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
19728 ____________________________________________________________________________
19729 [  2945] By: jhi                                   on 1999/02/15  13:04:50
19730         Log: OpenBSD sparc SHMLBA.
19731      Branch: cfgperl
19732            ! ext/IPC/SysV/SysV.xs
19733 ____________________________________________________________________________
19734 [  2944] By: gsar                                  on 1999/02/15  12:09:52
19735         Log: update win32/config* stuff, Changes
19736      Branch: perl
19737            ! Changes win32/Makefile win32/config.bc win32/config.gc
19738            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19739            ! win32/config_H.vc win32/makefile.mk
19740 ____________________________________________________________________________
19741 [  2943] By: gsar                                  on 1999/02/15  11:54:08
19742         Log: #include patchlevel.h by default, provide
19743              PERL_{REVISION,VERSION,SUBVERSION}
19744      Branch: perl
19745            ! patchlevel.h perl.h
19746 ____________________________________________________________________________
19747 [  2942] By: gsar                                  on 1999/02/15  10:26:59
19748         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
19749              misc fixes
19750      Branch: perl
19751            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
19752 ____________________________________________________________________________
19753 [  2941] By: gsar                                  on 1999/02/15  10:24:37
19754         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
19755              Message-ID: <19990207002851.B9185@toldyouso.com>
19756              Message-ID: <19990207212152.A9765@toldyouso.com>
19757              Message-ID: <19990207212041.A9622@toldyouso.com>
19758              Message-ID: <19990207213127.A10244@toldyouso.com>
19759              Message-ID: <19990207212559.A9950@toldyouso.com>
19760              Message-ID: <19990207212842.A9994@toldyouso.com>
19761              Message-ID: <19990207212500.A9860@toldyouso.com>
19762              Message-ID: <19990207213013.A10105@toldyouso.com>
19763      Branch: perl
19764            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19765            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19766            ! pod/perlmodlib.pod pod/perltoc.pod
19767 ____________________________________________________________________________
19768 [  2940] By: gsar                                  on 1999/02/15  10:07:08
19769         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
19770              of suggested patch)
19771              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
19772              Date: Mon, 08 Feb 1999 01:14:41 -0000
19773              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
19774              Subject: [PATCH 5.005_54] some pending C.pm stuff 
19775      Branch: perl
19776            ! ext/B/B/C.pm
19777 ____________________________________________________________________________
19778 [  2939] By: jhi                                   on 1999/02/15  08:40:18
19779         Log: Integrate from mainperl.
19780      Branch: cfgperl
19781           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
19782            - lib/File/PathConvert.pm
19783           !> (integrate 81 files)
19784 ____________________________________________________________________________
19785 [  2938] By: gsar                                  on 1999/02/15  06:56:39
19786         Log: change#2839 was bogus, redo
19787      Branch: perl
19788           !> t/lib/h2ph.pht
19789 ____________________________________________________________________________
19790 [  2937] By: gsar                                  on 1999/02/15  06:38:15
19791         Log: support Win32::GetFullPathName() and Win32::SetLastError()
19792              From: jan.dubois@ibm.net (Jan Dubois)
19793              Date: Tue, 09 Feb 1999 22:27:31 +0100
19794              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
19795              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
19796      Branch: perl
19797            ! win32/win32.c
19798 ____________________________________________________________________________
19799 [  2936] By: gsar                                  on 1999/02/15  06:26:39
19800         Log: support native integers, pack("L_",...) etc. (via private mail)
19801              From: Jarkko Hietaniemi <jhi@iki.fi>
19802              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
19803              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
19804              Subject: the "packnative" patch
19805      Branch: perl
19806            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
19807            ! t/lib/ipc_sysv.t t/op/pack.t
19808 ____________________________________________________________________________
19809 [  2935] By: gsar                                  on 1999/02/15  06:04:02
19810         Log: From: Michael G Schwern <schwern@pobox.com>
19811              Date: Tue, 9 Feb 1999 04:13:12 -0500
19812              Message-ID: <19990209041312.A15788@toldyouso.com>
19813              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
19814      Branch: perl
19815            ! utils/h2xs.PL
19816 ____________________________________________________________________________
19817 [  2934] By: gsar                                  on 1999/02/15  05:30:13
19818         Log: fix bugs in the handling of negative numbers, among other things
19819              From: Steven Knight <knight@theopera.baldmt.citilink.com>
19820              Date: Mon, 8 Feb 1999 01:16:24 -0600
19821              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
19822              Subject: Math::BigFloat and Math::BigInt
19823      Branch: perl
19824            + t/lib/bigfloat.t t/lib/bigfloatpm.t
19825            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
19826            ! t/lib/bigintpm.t
19827 ____________________________________________________________________________
19828 [  2933] By: gsar                                  on 1999/02/15  04:57:52
19829         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
19830              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
19831              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
19832              Subject: s2p incorrectly handles hold space commands
19833      Branch: perl
19834            ! x2p/s2p.PL
19835 ____________________________________________________________________________
19836 [  2932] By: gsar                                  on 1999/02/15  04:45:55
19837         Log: clarify what a "line" is
19838      Branch: perl
19839            ! pod/perlfunc.pod pod/perlvar.pod
19840 ____________________________________________________________________________
19841 [  2931] By: gsar                                  on 1999/02/15  04:23:29
19842         Log: backout change#2811 and add newer version based on File::Spec
19843              From: Barrie Slaymaker <rbs@telerama.com>
19844              Date: Thu, 11 Feb 1999 16:29:24 -0500
19845              Message-ID: <36C34BB4.A62090E0@telerama.com>
19846              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
19847      Branch: perl
19848            - lib/File/PathConvert.pm
19849            ! MANIFEST installhtml lib/Pod/Html.pm
19850 ____________________________________________________________________________
19851 [  2930] By: gsar                                  on 1999/02/15  04:16:25
19852         Log: From: Barrie Slaymaker <rbs@telerama.com>
19853              Date: Thu, 11 Feb 1999 19:39:48 -0500
19854              Message-ID: <36C37854.707D139@telerama.com>
19855              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
19856      Branch: perl
19857            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19858 ____________________________________________________________________________
19859 [  2929] By: gsar                                  on 1999/02/15  04:06:50
19860         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
19861              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
19862              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
19863              Subject: [PATCH]5.005_54 (DOC) fix many typos
19864              --
19865              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
19866              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
19867              Subject: [PATCH]5.005_54 (DOC) typos
19868      Branch: perl
19869            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
19870            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
19871            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19872            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19873            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
19874            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
19875            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
19876            ! pod/perlvar.pod pod/perlxs.pod
19877 ____________________________________________________________________________
19878 [  2928] By: gsar                                  on 1999/02/15  03:39:53
19879         Log: allow the Carp routines to pass through exception objects
19880      Branch: perl
19881            ! lib/Carp.pm
19882 ____________________________________________________________________________
19883 [  2927] By: gsar                                  on 1999/02/15  03:22:57
19884         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
19885      Branch: perl
19886            ! pod/perlfaq8.pod
19887 ____________________________________________________________________________
19888 [  2926] By: gsar                                  on 1999/02/15  03:19:39
19889         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
19890              have done that, but didn't)
19891      Branch: perl
19892           !> utils/h2ph.PL
19893 ____________________________________________________________________________
19894 [  2925] By: gsar                                  on 1999/02/15  03:17:01
19895         Log: integrate cfgperl changes into mainline
19896      Branch: perl
19897            ! Changes
19898           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19899           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
19900           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
19901           !> vms/subconfigure.com
19902 ____________________________________________________________________________
19903 [  2924] By: gsar                                  on 1999/02/15  03:07:08
19904         Log: add const qualifier to most char* prototypes, handle ripple effect
19905      Branch: perl
19906            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
19907            ! universal.c util.c
19908 ____________________________________________________________________________
19909 [  2923] By: gsar                                  on 1999/02/15  01:04:30
19910         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19911              Date: Thu, 04 Feb 1999 02:37:31 +0000
19912              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
19913              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
19914      Branch: perl
19915            ! pp_ctl.c t/op/range.t
19916 ____________________________________________________________________________
19917 [  2922] By: gsar                                  on 1999/02/15  00:24:34
19918         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19919              Date: Sun, 31 Jan 1999 01:50:06 +0000
19920              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
19921              Subject: [PATCH 5.005_03t4] regexp flags bug
19922      Branch: perl
19923            ! regcomp.c t/op/re_tests
19924 ____________________________________________________________________________
19925 [  2921] By: gsar                                  on 1999/02/15  00:13:02
19926         Log: use New() et al., rather than safemalloc() et al.
19927              From: jan.dubois@ibm.net (Jan Dubois)
19928              Date: Fri, 29 Jan 1999 23:27:22 +0100
19929              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
19930              Subject: [PATCH _03-MT5] POSIX.xs memory API
19931      Branch: perl
19932            ! ext/POSIX/POSIX.xs
19933 ____________________________________________________________________________
19934 [  2920] By: gsar                                  on 1999/02/15  00:05:33
19935         Log: tweak READ() docs to mention $buffer must be altered by reference
19936      Branch: perl
19937            ! pod/perltie.pod
19938 ____________________________________________________________________________
19939 [  2919] By: gsar                                  on 1999/02/14  23:50:39
19940         Log: applied suggested patch, with several language/readability tweaks
19941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19942              Date: Fri, 29 Jan 1999 00:25:02 -0500
19943              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
19944              Subject: Re: [PATCH 5.005_*] Better parsing docs
19945      Branch: perl
19946            ! pod/perlop.pod
19947 ____________________________________________________________________________
19948 [  2918] By: gsar                                  on 1999/02/14  23:20:42
19949         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
19950              of silently returning bogus values)
19951              From: Peter Chines <pchines@nhgri.nih.gov>
19952              Date: Wed, 27 Jan 1999 16:11:31 -0500
19953              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
19954              Subject: Time::Local
19955      Branch: perl
19956            ! lib/Time/Local.pm pod/perldelta.pod
19957 ____________________________________________________________________________
19958 [  2917] By: gsar                                  on 1999/02/14  11:21:43
19959         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19960              Date: Thu, 28 Jan 1999 10:02:20 -0500
19961              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
19962              Subject: Re: [PATCH 5.005_53] Better perldoc
19963      Branch: perl
19964            ! utils/perldoc.PL
19965 ____________________________________________________________________________
19966 [  2916] By: gsar                                  on 1999/02/14  10:59:38
19967         Log: back out change#2751, apply updated version 
19968              From: jan.dubois@ibm.net (Jan Dubois)
19969              Date: Sat, 06 Feb 1999 01:06:29 +0100
19970              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
19971              Subject: [PATCH] Cleanup of File::Spec module
19972      Branch: perl
19973            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19974            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19975            ! lib/File/Spec/Win32.pm
19976 ____________________________________________________________________________
19977 [  2915] By: gsar                                  on 1999/02/14  10:48:01
19978         Log: tweak select() test
19979      Branch: perl
19980            ! pod/perlipc.pod t/op/fh.t
19981 ____________________________________________________________________________
19982 [  2914] By: gsar                                  on 1999/02/14  10:25:55
19983         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
19984      Branch: perl
19985            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
19986 ____________________________________________________________________________
19987 [  2913] By: gsar                                  on 1999/02/14  10:03:51
19988         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
19989              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
19990              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
19991              Subject: Re: SvOPV() or SvPV_nolen() or ...
19992      Branch: perl
19993            ! pod/perlguts.pod
19994 ____________________________________________________________________________
19995 [  2912] By: gsar                                  on 1999/02/14  09:57:29
19996         Log: provide SvPV_nolen(sv) to avoid use of PL_na
19997              From: jan.dubois@ibm.net (Jan Dubois)
19998              Date: Sun, 24 Jan 1999 02:45:32 +0100
19999              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
20000              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
20001      Branch: perl
20002            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
20003            ! sv.h
20004 ____________________________________________________________________________
20005 [  2911] By: gsar                                  on 1999/02/14  06:51:05
20006         Log: elide stray effluvium
20007      Branch: perl
20008            ! pod/perldelta.pod
20009 ____________________________________________________________________________
20010 [  2910] By: gsar                                  on 1999/02/14  05:51:56
20011         Log: slurping an empty file should return '' rather than undef, with
20012              commensurate effects on ARGV processing
20013      Branch: perl
20014            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
20015            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
20016 ____________________________________________________________________________
20017 [  2909] By: gsar                                  on 1999/02/14  00:02:11
20018         Log: perly_c.diff typo
20019      Branch: perl
20020            ! perly.c perly_c.diff vms/perly_c.vms
20021 ____________________________________________________________________________
20022 [  2908] By: gsar                                  on 1999/02/13  18:20:13
20023         Log: From: jan.dubois@ibm.net (Jan Dubois)
20024              Date: Sat, 13 Feb 1999 13:25:53 +0100
20025              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
20026              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
20027      Branch: perl
20028            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
20029 ____________________________________________________________________________
20030 [  2907] By: jhi                                   on 1999/02/13  15:07:26
20031         Log: Integrate from mainperl.
20032      Branch: cfgperl
20033           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
20034           !> (integrate 150 files)
20035 ____________________________________________________________________________
20036 [  2903] By: gsar                                  on 1999/02/12  13:25:59
20037         Log: From: jan.dubois@ibm.net (Jan Dubois)
20038              Date: Sun, 24 Jan 1999 01:12:00 +0100
20039              Message-ID: <36b66479.62756298@smtp1.ibm.net>
20040              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
20041      Branch: perl
20042            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
20043            ! proto.h sv.c sv.h
20044 ____________________________________________________________________________
20045 [  2902] By: gsar                                  on 1999/02/12  12:55:11
20046         Log: script to generate ctags from etags
20047              From: Colin Kuskie <ckuskie@cadence.com>
20048              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
20049              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
20050              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
20051      Branch: perl
20052            + emacs/e2ctags.pl
20053            ! Makefile.SH pod/perlfaq3.pod
20054 ____________________________________________________________________________
20055 [  2901] By: gsar                                  on 1999/02/12  12:40:17
20056         Log: allow boolean assign ops to be lvalues
20057              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20058              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
20059              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
20060              --
20061              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20062              Date: Mon, 18 Jan 1999 10:04:00 +0000
20063              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
20064              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
20065      Branch: perl
20066            + t/op/lop.t
20067            ! MANIFEST op.c
20068 ____________________________________________________________________________
20069 [  2899] By: jhi                                   on 1999/02/12  12:03:48
20070         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
20071      Branch: cfgperl
20072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20073            ! config_h.SH hints/openbsd.sh
20074 ____________________________________________________________________________
20075 [  2898] By: gsar                                  on 1999/02/12  11:49:25
20076         Log: support win32_putenv()
20077      Branch: perl
20078            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
20079            ! win32/win32.c win32/win32iop.h
20080 ____________________________________________________________________________
20081 [  2894] By: gsar                                  on 1999/02/12  11:09:27
20082         Log: add missing hunk in change#2657
20083      Branch: perl
20084            ! ext/B/B/CC.pm
20085 ____________________________________________________________________________
20086 [  2893] By: gsar                                  on 1999/02/12  11:00:13
20087         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20088              Date: Tue, 19 Jan 1999 20:13:15 -0500
20089              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
20090              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
20091      Branch: perl
20092            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
20093            ! t/pragma/subs.t t/pragma/warning.t
20094 ____________________________________________________________________________
20095 [  2892] By: gsar                                  on 1999/02/12  10:44:38
20096         Log: update change#2670 to later version
20097              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20098              Date: Sun, 31 Jan 1999 16:16:14 +0000
20099              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
20100              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
20101      Branch: perl
20102            ! t/op/subst.t toke.c
20103 ____________________________________________________________________________
20104 [  2891] By: gsar                                  on 1999/02/12  10:31:17
20105         Log: make testsuite somewhat location independent
20106      Branch: perl
20107            ! (edit 117 files)
20108 ____________________________________________________________________________
20109 [  2890] By: gsar                                  on 1999/02/12  10:00:30
20110         Log: add $AutoLoader::VERSION
20111      Branch: perl
20112            ! lib/AutoLoader.pm
20113 ____________________________________________________________________________
20114 [  2889] By: gsar                                  on 1999/02/12  09:55:48
20115         Log: tweak PERL_STRICT_CR notes
20116      Branch: perl
20117            ! pod/perl5005delta.pod
20118 ____________________________________________________________________________
20119 [  2888] By: gsar                                  on 1999/02/12  09:41:45
20120         Log: add note about test-notty target
20121      Branch: perl
20122            ! README.win32
20123 ____________________________________________________________________________
20124 [  2887] By: gsar                                  on 1999/02/12  09:37:37
20125         Log: add perltodo.pod
20126      Branch: perl
20127            + pod/perltodo.pod
20128            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
20129            ! win32/pod.mak
20130 ____________________________________________________________________________
20131 [  2886] By: jhi                                   on 1999/02/12  08:52:14
20132         Log: Integrate from mainperl.
20133      Branch: cfgperl
20134           +> t/op/fh.t
20135           !> (integrate 30 files)
20136 ____________________________________________________________________________
20137 [  2885] By: gsar                                  on 1999/02/12  08:42:10
20138         Log: note how to find REG_INFTY limit
20139      Branch: perl
20140            ! pod/perlre.pod
20141 ____________________________________________________________________________
20142 [  2884] By: jhi                                   on 1999/02/12  08:36:14
20143         Log: OpenBSD pthreads awareness, thanks to
20144              David Leonard <david.leonard@csee.uq.edu.au>
20145      Branch: maint-5.005/perl
20146            ! Configure hints/openbsd.sh
20147 ____________________________________________________________________________
20148 [  2882] By: gsar                                  on 1999/02/12  08:05:20
20149         Log: IO is maintained by p5p (per Graham Barr's wishes)
20150      Branch: perl
20151            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
20152            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
20153            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
20154            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20155 ____________________________________________________________________________
20156 [  2881] By: gsar                                  on 1999/02/12  07:57:13
20157         Log: fh.t typo
20158      Branch: perl
20159            ! t/op/fh.t
20160 ____________________________________________________________________________
20161 [  2880] By: gsar                                  on 1999/02/12  07:38:16
20162         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
20163      Branch: perl
20164            ! perl.c pod/perlrun.pod
20165 ____________________________________________________________________________
20166 [  2879] By: gsar                                  on 1999/02/12  05:39:29
20167         Log: fix ops that are not filehandle constructors to not create GV if it
20168              doesn't already exist (avoids leaks); extend semantics of defined()
20169              so that defined(*{$foo}) works (experimental)
20170      Branch: perl
20171            + t/op/fh.t
20172            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
20173            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
20174 ____________________________________________________________________________
20175 [  2877] By: jhi                                   on 1999/02/11  20:44:00
20176         Log: From: Chris Nandor <pudge@pobox.com>
20177              To: perl5-porters@perl.org
20178              Subject: [PATCH] perlport.pod 1.39
20179              Date: Thu, 11 Feb 1999 12:28:35 -0500
20180              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
20181      Branch: cfgperl
20182            ! pod/perlport.pod
20183 ____________________________________________________________________________
20184 [  2870] By: gsar                                  on 1999/02/11  11:17:08
20185         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
20186      Branch: perl
20187            ! ext/IO/lib/IO/Pipe.pm
20188 ____________________________________________________________________________
20189 [  2869] By: gsar                                  on 1999/02/11  11:00:56
20190         Log: update win32/pod.mak
20191      Branch: perl
20192            ! win32/pod.mak
20193 ____________________________________________________________________________
20194 [  2868] By: gsar                                  on 1999/02/11  10:42:44
20195         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
20196              Date: Fri, 08 Jan 1999 14:36:53 +1100
20197              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
20198              Subject: Re: [Fwd: IO::Socket::connect and blocking]
20199      Branch: perl
20200            ! ext/IO/lib/IO/Socket.pm
20201 ____________________________________________________________________________
20202 [  2867] By: gsar                                  on 1999/02/11  09:43:03
20203         Log: av_extend() doc tweak from Jan Dubois
20204      Branch: perl
20205            ! pod/perlguts.pod
20206 ____________________________________________________________________________
20207 [  2866] By: gsar                                  on 1999/02/11  09:27:17
20208         Log: display full pathname of unreadable files
20209      Branch: perl
20210            ! utils/perldoc.PL
20211 ____________________________________________________________________________
20212 [  2865] By: gsar                                  on 1999/02/11  09:02:31
20213         Log: missing patch in change#2522
20214      Branch: perl
20215            ! lib/Pod/Text.pm
20216 ____________________________________________________________________________
20217 [  2864] By: jhi                                   on 1999/02/11  08:45:00
20218         Log: From: Spider Boardman <spider@zk3.dec.com>
20219              To: perlbug@perl.com
20220              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
20221              Date: Wed, 10 Feb 1999 23:33:31 -0500
20222              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
20223      Branch: maint-5.005/perl
20224            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
20225 ____________________________________________________________________________
20226 [  2862] By: gsar                                  on 1999/02/11  08:14:34
20227         Log: integrate changes#2738,2740 from maint-5.005
20228      Branch: perl
20229           !> lib/ExtUtils/MakeMaker.pm
20230 ____________________________________________________________________________
20231 [  2861] By: jhi                                   on 1999/02/11  08:04:25
20232         Log: Integrate from mainperl.
20233      Branch: cfgperl
20234           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
20235           !> t/op/range.t win32/config.gc
20236 ____________________________________________________________________________
20237 [  2860] By: gsar                                  on 1999/02/11  07:30:08
20238         Log: binmode() support for cygwin32 (suggested by Steven Morlock
20239              <newspost@morlock.net>)
20240      Branch: perl
20241            ! perl.h
20242 ____________________________________________________________________________
20243 [  2859] By: gsar                                  on 1999/02/11  07:14:21
20244         Log: update Changes
20245      Branch: perl
20246            ! Changes
20247           !> pod/perl5005delta.pod
20248 ____________________________________________________________________________
20249 [  2856] By: gsar                                  on 1999/02/11  07:07:39
20250         Log: integrate perldelta changes from maint-5.005
20251      Branch: perl
20252           !> pod/perl5005delta.pod
20253 ____________________________________________________________________________
20254 [  2855] By: gsar                                  on 1999/02/11  06:31:50
20255         Log: applied suggested patch; added tests
20256              From: Adam Krolnik <adamk@gypsy.cyrix.com>
20257              Date: Sat, 12 Dec 98 15:30:18 -0600
20258              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
20259              Subject: Range operation doesn't handle IV_MAX
20260      Branch: perl
20261            ! pp_ctl.c t/op/range.t
20262 ____________________________________________________________________________
20263 [  2854] By: gsar                                  on 1999/02/11  05:00:55
20264         Log: compatibility fix: magic non-propagation in foreach implicit localization
20265      Branch: perl
20266            ! pp_ctl.c t/op/local.t win32/config.gc
20267 ____________________________________________________________________________
20268 [  2852] By: gsar                                  on 1999/02/10  23:17:49
20269         Log: fair warning about -Dusethreads
20270      Branch: maint-5.005/perl
20271            ! Configure INSTALL README.threads
20272 ____________________________________________________________________________
20273 [  2847] By: jhi                                   on 1999/02/09  19:13:28
20274         Log: Integrate from mainperl.
20275      Branch: cfgperl
20276           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
20277           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
20278 ____________________________________________________________________________
20279 [  2846] By: gsar                                  on 1999/02/09  13:53:28
20280         Log: a modified version of suggested patch for pack template 'Z'; added docs
20281              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
20282              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
20283              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
20284              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
20285      Branch: perl
20286            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
20287 ____________________________________________________________________________
20288 [  2845] By: gsar                                  on 1999/02/09  00:03:26
20289         Log: clarify docs for change#2835
20290      Branch: perl
20291            ! pod/perldelta.pod pod/perlop.pod
20292 ____________________________________________________________________________
20293 [  2844] By: gsar                                  on 1999/02/08  23:40:57
20294         Log: addendum to change#2823
20295              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20296              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
20297              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
20298              Subject: [PATCH] Docs and tests for method-call syntax
20299      Branch: perl
20300            ! pod/perlobj.pod t/op/method.t
20301 ____________________________________________________________________________
20302 [  2843] By: jhi                                   on 1999/02/08  21:06:28
20303         Log: Ultrix mmap tidbit.
20304      Branch: cfgperl
20305            ! hints/ultrix_4.sh
20306 ____________________________________________________________________________
20307 [  2842] By: jhi                                   on 1999/02/08  20:22:55
20308         Log: Integrate from mainperl.
20309      Branch: cfgperl
20310           +> t/op/subst_wamp.t
20311           !> (integrate 35 files)
20312 ____________________________________________________________________________
20313 [  2841] By: jhi                                   on 1999/02/08  18:23:26
20314         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20315              To: Mailing list Perl5 <perl5-porters@perl.org>
20316              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
20317              Date: Sun, 7 Feb 1999 17:25:22 -0500
20318              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
20319      Branch: cfgperl
20320            + t/op/subst_amp.t
20321            ! MANIFEST regcomp.c t/op/subst.t
20322 ____________________________________________________________________________
20323 [  2840] By: jhi                                   on 1999/02/08  18:16:54
20324         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20325              To: Mailing list Perl5 <perl5-porters@perl.org>
20326              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
20327              Date: Sun, 7 Feb 1999 17:00:10 -0500
20328              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
20329      Branch: cfgperl
20330            ! pp_hot.c t/op/pat.t
20331 ____________________________________________________________________________
20332 [  2839] By: jhi                                   on 1999/02/08  17:25:30
20333         Log: A require was missing.
20334      Branch: cfgperl
20335            ! t/lib/h2ph.pht
20336 ____________________________________________________________________________
20337 [  2838] By: jhi                                   on 1999/02/08  16:38:41
20338         Log: Bring in the change #2809 (the Configure part has been
20339              modified rather a lot since the #2809, though.)
20340      Branch: cfgperl
20341            ! Configure utils/h2ph.PL
20342 ____________________________________________________________________________
20343 [  2835] By: gsar                                  on 1999/02/08  14:40:23
20344         Log: make qw() into a true list at compile time (slightly modified
20345              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
20346      Branch: perl
20347            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
20348 ____________________________________________________________________________
20349 [  2834] By: gsar                                  on 1999/02/08  13:23:16
20350         Log: make safesysmalloc() etc., always available; safemalloc() et al are
20351              now macros that point to the right malloc; fix various places in
20352              sources that need to always use safesysmalloc() et al
20353      Branch: perl
20354            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
20355            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
20356 ____________________________________________________________________________
20357 [  2833] By: gsar                                  on 1999/02/08  10:56:16
20358         Log: remove spurious #endif in last change
20359      Branch: perl
20360            ! perl.h
20361 ____________________________________________________________________________
20362 [  2832] By: gsar                                  on 1999/02/08  10:34:55
20363         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
20364              them ask for insanity (untested)
20365      Branch: perl
20366            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
20367            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
20368            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
20369 ____________________________________________________________________________
20370 [  2831] By: jhi                                   on 1999/02/08  08:33:33
20371         Log: Update vms/subconfigure.com along the lines of change #2829.
20372      Branch: cfgperl
20373            ! vms/subconfigure.com
20374 ____________________________________________________________________________
20375 [  2830] By: gsar                                  on 1999/02/08  00:19:46
20376         Log: integrate cfgperl changes into mainline
20377      Branch: perl
20378           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
20379           +> lib/File/PathConvert.pm pod/perlthrtut.pod
20380            ! Changes
20381           !> (integrate 93 files)
20382 ____________________________________________________________________________
20383 [  2829] By: jhi                                   on 1999/02/07  23:49:46
20384         Log: Configure update.
20385              
20386              Probe for mmap() et alia.
20387              The *cc*symbols patch (just Configure, no h2ph).
20388      Branch: cfgperl
20389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20390            ! config_h.SH perl.h
20391 ____________________________________________________________________________
20392 [  2828] By: gsar                                  on 1999/02/07  23:38:47
20393         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20394              Date: Sun, 7 Feb 1999 17:25:22 -0500
20395              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
20396              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
20397      Branch: perl
20398            + t/op/subst_amp.t t/op/subst_wamp.t
20399            ! MANIFEST regcomp.c t/op/subst.t
20400 ____________________________________________________________________________
20401 [  2827] By: gsar                                  on 1999/02/07  23:27:32
20402         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20403              Date: Sun, 7 Feb 1999 17:00:10 -0500
20404              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
20405              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
20406      Branch: perl
20407            ! pp_hot.c t/op/pat.t
20408 ____________________________________________________________________________
20409 [  2826] By: gsar                                  on 1999/02/07  23:26:04
20410         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
20411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20412              Date: Sun, 7 Feb 1999 15:07:27 -0500
20413              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
20414              Subject: Re: fixing memory leaks in REx compilation
20415      Branch: perl
20416            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
20417            ! regexec.c
20418 ____________________________________________________________________________
20419 [  2825] By: jhi                                   on 1999/02/07  18:05:13
20420         Log: Integrate from mainperl.
20421      Branch: cfgperl
20422           +> lib/DB.pm t/comp/bproto.t
20423           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
20424           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
20425           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
20426           !> toke.c vms/perly_c.vms
20427 ____________________________________________________________________________
20428 [  2824] By: gsar                                  on 1999/02/07  14:21:48
20429         Log: tweak doc on bitwise ops
20430      Branch: perl
20431            ! pod/perlop.pod
20432 ____________________________________________________________________________
20433 [  2823] By: gsar                                  on 1999/02/07  13:38:31
20434         Log: applied suggested patch; regen perly* and vms/perly*
20435              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20436              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
20437              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
20438              Subject: [PATCH] Re: Suggestion for perlobj man page
20439      Branch: perl
20440            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
20441 ____________________________________________________________________________
20442 [  2822] By: gsar                                  on 1999/02/07  12:39:09
20443         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
20444              disabled, fails tests)
20445      Branch: perl
20446            ! regcomp.h
20447 ____________________________________________________________________________
20448 [  2821] By: gsar                                  on 1999/02/07  11:09:39
20449         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
20450              <Alexander.Barilo@aexp.com>)
20451      Branch: perl
20452            ! lib/Pod/Html.pm
20453 ____________________________________________________________________________
20454 [  2820] By: gsar                                  on 1999/02/07  10:20:35
20455         Log: add draft debugging API implementation
20456      Branch: perl
20457            + lib/DB.pm
20458            ! MANIFEST
20459 ____________________________________________________________________________
20460 [  2819] By: gsar                                  on 1999/02/07  09:58:45
20461         Log: avoid garbage in db->dirbuf
20462              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
20463              Date: Sat, 05 Dec 1998 14:14:54 +0900
20464              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
20465              Subject: SDBM bug
20466      Branch: perl
20467            ! ext/SDBM_File/sdbm/sdbm.c
20468 ____________________________________________________________________________
20469 [  2818] By: gsar                                  on 1999/02/07  09:32:24
20470         Log: missing entry
20471      Branch: perl
20472            ! MANIFEST
20473 ____________________________________________________________________________
20474 [  2817] By: gsar                                  on 1999/02/07  09:30:47
20475         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
20476      Branch: perl
20477            + t/comp/bproto.t
20478            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
20479 ____________________________________________________________________________
20480 [  2816] By: gsar                                  on 1999/02/06  00:14:29
20481         Log: minor bug in dumping blessed subrefs
20482      Branch: perl
20483            ! ext/Data/Dumper/Dumper.pm
20484 ____________________________________________________________________________
20485 [  2812] By: jhi                                   on 1999/02/03  22:02:24
20486         Log: Enhance change #2808.
20487              
20488              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20489              To: perl5-porters@perl.org
20490              Subject: Re: [PATCH 5.00*]: perlbug checklist
20491              Date: Wed, 3 Feb 1999 19:02:27 +0000
20492              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
20493      Branch: cfgperl
20494            ! utils/perlbug.PL
20495 ____________________________________________________________________________
20496 [  2811] By: jhi                                   on 1999/02/03  21:53:23
20497         Log: From: Barrie Slaymaker <rbs@telerama.com>
20498              To: perl5-porters@perl.org
20499              CC: pod-people@perl.org
20500              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
20501              Date: Wed, 03 Feb 1999 10:34:18 -0500
20502              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
20503              
20504              Add File::PathConvert.pm.
20505              Fix Pod::Html and installhtml to understand relative urls.
20506      Branch: cfgperl
20507            + lib/File/PathConvert.pm
20508            ! MANIFEST installhtml lib/Pod/Html.pm
20509 ____________________________________________________________________________
20510 [  2810] By: jhi                                   on 1999/02/03  20:25:10
20511         Log: From: Francois Desarmenien <desar@club-internet.fr>
20512              To: Mailing list Perl5 <perl5-porters@perl.org>
20513              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
20514              Date: Wed, 03 Feb 1999 13:13:24 +0000
20515              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
20516              
20517              (note: this patch completely overrides Tom Wolfe's patch,
20518              change #2604)
20519      Branch: cfgperl
20520            + ext/GDBM_File/hints/sco.pl
20521            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
20522 ____________________________________________________________________________
20523 [  2809] By: jhi                                   on 1999/02/03  19:54:16
20524         Log: h2ph fixes + Configure patch to support them.
20525              
20526              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20527              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
20528              Gurusamy Sarathy <gsar@engin.umich.edu>
20529              Cc: perl5-porters@perl.org
20530              Subject: [PATCH 5.00503_MT5] h2ph.PL
20531              Date: Tue, 2 Feb 1999 19:48:06 -0500
20532              Message-ID: <19990202194806.E10647@O2.chapin.edu>
20533      Branch: maint-5.005/perl
20534            ! Configure utils/h2ph.PL
20535 ____________________________________________________________________________
20536 [  2808] By: jhi                                   on 1999/02/03  16:59:55
20537         Log: Enhance the perlbug checklist.
20538      Branch: cfgperl
20539            ! utils/perlbug.PL
20540 ____________________________________________________________________________
20541 [  2807] By: jhi                                   on 1999/02/03  14:01:37
20542         Log: Document the standard strftime %formats.
20543              
20544              From: Dominic Dunlop <domo@vo.lu>
20545              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
20546              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
20547              Date: Tue, 2 Feb 1999 15:55:29 +0100
20548              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
20549      Branch: cfgperl
20550            ! ext/POSIX/POSIX.pod
20551 ____________________________________________________________________________
20552 [  2806] By: jhi                                   on 1999/02/03  13:58:00
20553         Log: Integrate from mainperl.
20554      Branch: cfgperl
20555           !> perl.h
20556 ____________________________________________________________________________
20557 [  2805] By: gsar                                  on 1999/02/03  03:32:31
20558         Log: PL_uuemap[] init needs help for sizeof()
20559      Branch: perl
20560            ! perl.h
20561 ____________________________________________________________________________
20562 [  2804] By: jhi                                   on 1999/02/02  20:44:30
20563         Log: These should've been already in #2803.
20564      Branch: cfgperl
20565            ! Configure config_h.SH vms/subconfigure.com
20566 ____________________________________________________________________________
20567 [  2803] By: jhi                                   on 1999/02/02  20:38:45
20568         Log: telldir prototype issue, from mists of time...
20569      Branch: cfgperl
20570            ! hints/netbsd.sh pp_sys.c
20571 ____________________________________________________________________________
20572 [  2801] By: jhi                                   on 1999/02/02  17:40:14
20573         Log: From: John Bley <jbb6@acpub.duke.edu>
20574              To: perlbug@perl.org
20575              Subject: [PATCH]5.005_54 (DOC) fix minor typos
20576              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
20577              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
20578      Branch: cfgperl
20579            ! pod/perlre.pod
20580 ____________________________________________________________________________
20581 [  2800] By: jhi                                   on 1999/02/02  17:26:49
20582         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
20583      Branch: cfgperl
20584            ! Todo-5.005
20585 ____________________________________________________________________________
20586 [  2799] By: jhi                                   on 1999/02/02  17:18:51
20587         Log: Update FindBin from maint-5.005.
20588      Branch: cfgperl
20589            ! lib/FindBin.pm
20590 ____________________________________________________________________________
20591 [  2798] By: jhi                                   on 1999/02/02  17:16:07
20592         Log: Fix typecasts in #2797
20593              
20594              From: "G. Del Merritt" <del@intranetics.com>
20595              Date: Fri, 29 Jan 1999 11:47:25 -0700
20596              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
20597              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
20598      Branch: cfgperl
20599            ! ext/POSIX/POSIX.xs
20600 ____________________________________________________________________________
20601 [  2797] By: jhi                                   on 1999/02/02  17:14:37
20602         Log: From: Ted Law <tedlaw@cibcwg.com>
20603              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
20604              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
20605              Subject: POSIX::strftime buffer overflow problem
20606      Branch: cfgperl
20607            ! ext/POSIX/POSIX.xs
20608 ____________________________________________________________________________
20609 [  2796] By: jhi                                   on 1999/02/02  17:13:23
20610         Log: Do not use File::Slurp.
20611      Branch: cfgperl
20612            ! t/lib/textfill.t
20613 ____________________________________________________________________________
20614 [  2795] By: jhi                                   on 1999/02/02  17:11:48
20615         Log: perlhist update from maint-5.005.
20616      Branch: cfgperl
20617            ! pod/perlhist.pod
20618 ____________________________________________________________________________
20619 [  2794] By: jhi                                   on 1999/02/02  17:10:33
20620         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
20621      Branch: cfgperl
20622            ! ext/POSIX/POSIX.pm
20623 ____________________________________________________________________________
20624 [  2793] By: jhi                                   on 1999/02/02  17:08:39
20625         Log: Missed the html test from change #2787. 
20626      Branch: cfgperl
20627            ! t/lib/cgi-html.t
20628 ____________________________________________________________________________
20629 [  2792] By: jhi                                   on 1999/02/02  17:01:24
20630         Log: Update Getopt::Long to 2.19.
20631      Branch: cfgperl
20632            ! lib/Getopt/Long.pm
20633 ____________________________________________________________________________
20634 [  2791] By: jhi                                   on 1999/02/02  16:59:13
20635         Log: overload syntax is no longer experimental
20636      Branch: cfgperl
20637            ! lib/overload.pm
20638 ____________________________________________________________________________
20639 [  2789] By: jhi                                   on 1999/02/02  16:47:50
20640         Log: Still doc fixes.
20641      Branch: cfgperl
20642            ! lib/diagnostics.pm
20643 ____________________________________________________________________________
20644 [  2788] By: jhi                                   on 1999/02/02  16:47:07
20645         Log: Doc fixes.
20646      Branch: cfgperl
20647            ! lib/CGI.pm lib/diagnostics.pm
20648 ____________________________________________________________________________
20649 [  2787] By: jhi                                   on 1999/02/02  16:38:55
20650         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
20651              where applicable).
20652      Branch: cfgperl
20653            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
20654            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20655            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20656            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
20657            ! eg/cgi/frameset.cgi eg/cgi/index.html
20658            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20659            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20660            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20661            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
20662            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20663            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
20664 ____________________________________________________________________________
20665 [  2786] By: jhi                                   on 1999/02/02  16:17:52
20666         Log: Update CPAN to 1.47.
20667      Branch: cfgperl
20668            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
20669 ____________________________________________________________________________
20670 [  2785] By: jhi                                   on 1999/02/02  16:09:03
20671         Log: From: Mark-Jason Dominus <mjd@plover.com>
20672              Date: Sat, 16 Jan 1999 17:22:06 -0500
20673              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
20674              Message-ID: <19990116222206.3674.qmail@plover.com>
20675      Branch: cfgperl
20676            ! pod/perlsub.pod
20677 ____________________________________________________________________________
20678 [  2784] By: jhi                                   on 1999/02/02  16:01:31
20679         Log: Fix incorrect "used only once" warnings
20680              
20681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20682              Date: Fri, 8 Jan 1999 04:37:10 -0500
20683              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
20684              Subject: Re: change#965 flakiness
20685      Branch: cfgperl
20686            ! gv.c
20687 ____________________________________________________________________________
20688 [  2783] By: jhi                                   on 1999/02/02  15:50:38
20689         Log: perldelta updates.
20690      Branch: cfgperl
20691            ! pod/perldelta.pod
20692 ____________________________________________________________________________
20693 [  2782] By: jhi                                   on 1999/02/02  14:28:26
20694         Log: Mirror change #2781.
20695      Branch: cfgperl
20696            ! hints/linux.sh
20697 ____________________________________________________________________________
20698 [  2781] By: jhi                                   on 1999/02/02  14:27:01
20699         Log: Update the MkLinux note.
20700      Branch: maint-5.005/perl
20701            ! hints/linux.sh
20702 ____________________________________________________________________________
20703 [  2780] By: jhi                                   on 1999/02/02  14:10:59
20704         Log: Update todo.
20705      Branch: cfgperl
20706            ! Todo-5.005
20707 ____________________________________________________________________________
20708 [  2779] By: jhi                                   on 1999/02/02  14:00:25
20709         Log: Integrate from mainperl.
20710      Branch: cfgperl
20711            ! t/lib/textfill.t t/lib/textwrap.t
20712           !> (integrate 32 files)
20713 ____________________________________________________________________________
20714 [  2778] By: jhi                                   on 1999/02/02  13:56:23
20715         Log: VMS update, applicable parts of
20716              
20717              From: Dan Sugalski <sugalskd@osshe.edu>
20718              To: perl5-porters@perl.org
20719              Subject: [PATCH 5.005_03MT3]VMS configure tweak
20720              Date: Wed, 20 Jan 1999 12:05:18 -0800
20721              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
20722              
20723              From: Dan Sugalski <sugalskd@osshe.edu>
20724              To: perlbug@perl.com, vmsperl@perl.org
20725              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
20726              Date: Tue, 26 Jan 1999 14:40:38 -0800
20727              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
20728              
20729              From: Dan Sugalski <sugalskd@osshe.edu>
20730              To: perl5-porters@perl.org, vmsperl@perl.org
20731              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
20732              Date: Tue, 26 Jan 1999 14:55:29 -0800
20733              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
20734      Branch: cfgperl
20735            ! vms/ext/Stdio/test.pl vms/subconfigure.com
20736 ____________________________________________________________________________
20737 [  2777] By: jhi                                   on 1999/02/02  13:43:24
20738         Log: Synch usethreads parts from maint-5.005.
20739      Branch: cfgperl
20740            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
20741            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
20742            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20743            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20744 ____________________________________________________________________________
20745 [  2776] By: jhi                                   on 1999/02/02  13:17:16
20746         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
20747      Branch: cfgperl
20748            ! Makefile.SH hints/freebsd.sh
20749 ____________________________________________________________________________
20750 [  2774] By: jhi                                   on 1999/02/02  13:10:39
20751         Log: Add perlthrtut, update pod/* machinery.
20752              (a pod/Makefile.SH is sorely needed)
20753      Branch: cfgperl
20754            + pod/perlthrtut.pod
20755            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
20756 ____________________________________________________________________________
20757 [  2773] By: jhi                                   on 1999/02/02  12:54:24
20758         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20759              To: perl5-porters@perl.org
20760              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
20761              Date: Tue, 26 Jan 1999 22:25:07 +0000
20762              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
20763      Branch: cfgperl
20764            ! pod/perlguts.pod
20765 ____________________________________________________________________________
20766 [  2771] By: jhi                                   on 1999/02/02  12:47:34
20767         Log: Use perlbug instead of personal email address.
20768      Branch: cfgperl
20769            ! Configure
20770 ____________________________________________________________________________
20771 [  2770] By: jhi                                   on 1999/02/02  12:42:06
20772         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
20773              
20774              From: "G. Del Merritt" <del@intranetics.com>
20775              To: perlbug@perl.com
20776              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
20777              Date: Tue, 26 Jan 1999 12:09:09 -0700
20778              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
20779      Branch: cfgperl
20780            ! iperlsys.h
20781 ____________________________________________________________________________
20782 [  2769] By: jhi                                   on 1999/02/02  12:37:57
20783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20784              To: Mailing list Perl5 <perl5-porters@perl.org>
20785              Subject: [PATCH 5.005_*] OS/2 threads
20786              Date: Tue, 26 Jan 1999 13:39:46 -0500
20787              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
20788      Branch: cfgperl
20789            ! os2/os2ish.h
20790 ____________________________________________________________________________
20791 [  2768] By: jhi                                   on 1999/02/02  12:36:16
20792         Log: Apply change #2711 from maint-5.005:
20793              
20794              make ok", "make okfile", and "make nok" were broken
20795              with -Duseshrplib, because of a shared typo.
20796              
20797              From: Spider Boardman <spider@web.zk3.dec.com>
20798              To: perlbug@perl.com
20799              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20800              Date: Wed, 27 Jan 1999 12:27:15 -0500
20801              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
20802      Branch: cfgperl
20803            ! Makefile.SH
20804 ____________________________________________________________________________
20805 [  2766] By: jhi                                   on 1999/02/02  12:27:08
20806         Log: Make Configure use "int main()" instead of bare "main()".
20807              Like maint-5.005 change #2703 but now via metaconfig.
20808      Branch: cfgperl
20809            ! Configure
20810 ____________________________________________________________________________
20811 [  2765] By: jhi                                   on 1999/02/02  11:59:30
20812         Log: Undo part of change #2562.
20813      Branch: cfgperl
20814            ! Configure
20815 ____________________________________________________________________________
20816 [  2764] By: jhi                                   on 1999/02/02  11:52:39
20817         Log: NetBSD synch with maint-5.005.
20818      Branch: cfgperl
20819            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20820 ____________________________________________________________________________
20821 [  2763] By: jhi                                   on 1999/02/02  11:44:07
20822         Log: $Config{installusrbinperl}
20823              (maint-5.005 changes #2614 and #2709)
20824      Branch: cfgperl
20825            ! Configure installperl
20826 ____________________________________________________________________________
20827 [  2762] By: jhi                                   on 1999/02/02  11:29:13
20828         Log: Errno update from maint-5.005 (changes #2583, #2710).
20829      Branch: cfgperl
20830            ! Configure ext/Errno/Errno_pm.PL
20831 ____________________________________________________________________________
20832 [  2759] By: jhi                                   on 1999/02/02  10:53:20
20833         Log: Update Trig.pm from maint-5.005.
20834      Branch: cfgperl
20835            ! lib/Math/Trig.pm
20836 ____________________________________________________________________________
20837 [  2757] By: jhi                                   on 1999/02/02  10:41:26
20838         Log: MPE/iX update (mirror maint-5.005 change #2715)
20839      Branch: cfgperl
20840            ! hints/mpeix.sh mpeix/relink
20841 ____________________________________________________________________________
20842 [  2756] By: jhi                                   on 1999/02/02  10:38:08
20843         Log: BeOS update (Mirror maint-5.005 change #2727).
20844      Branch: cfgperl
20845            + ext/DynaLoader/dl_beos.xs
20846            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
20847            ! lib/ExtUtils/MM_Unix.pm
20848 ____________________________________________________________________________
20849 [  2754] By: gsar                                  on 1999/02/02  08:52:13
20850         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
20851      Branch: perl
20852            ! Porting/pumpkin.pod Todo Todo-5.005
20853 ____________________________________________________________________________
20854 [  2753] By: gsar                                  on 1999/02/02  08:46:21
20855         Log: Todo tweaks
20856      Branch: perl
20857            ! Todo Todo-5.005
20858 ____________________________________________________________________________
20859 [  2752] By: jhi                                   on 1999/02/01  22:15:12
20860         Log: Add perlthrtut.pod.
20861              
20862              From: Dan Sugalski <sugalskd@osshe.edu>
20863              To: perl5-porters@perl.org
20864              Subject: perlthrtut.pod
20865              Date: Mon, 01 Feb 1999 10:57:11 -0800
20866              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
20867      Branch: maint-5.005/perl
20868            + pod/perlthrtut.pod
20869            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
20870            ! pod/roffitall
20871 ____________________________________________________________________________
20872 [  2751] By: gsar                                  on 1999/02/01  07:28:05
20873         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
20874      Branch: perl
20875            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20876            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20877 ____________________________________________________________________________
20878 [  2750] By: gsar                                  on 1999/02/01  07:09:20
20879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20880              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
20881              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
20882              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
20883      Branch: perl
20884            ! regexec.c
20885 ____________________________________________________________________________
20886 [  2749] By: gsar                                  on 1999/02/01  07:07:59
20887         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20888              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
20889              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
20890              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
20891      Branch: perl
20892            ! regexec.c
20893 ____________________________________________________________________________
20894 [  2748] By: gsar                                  on 1999/02/01  06:47:06
20895         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
20896              Date: Thu, 3 Dec 1998 15:10:17 -0500
20897              Message-Id: <199812032010.PAA09692@jik.shore.net>
20898              Subject: sample checksum code in "perlfunc" man page is wrong
20899      Branch: perl
20900            ! pod/perlfunc.pod
20901 ____________________________________________________________________________
20902 [  2747] By: gsar                                  on 1999/02/01  06:35:13
20903         Log: typos in Pod/Text.pm
20904              From: "Greg Chapman" <glc@well.com>
20905              Date: Tue, 1 Dec 1998 10:50:18 -0800
20906              Message-Id: <199812011849.KAA08816@smtp.well.com>
20907              Subject: Glitch in Pod::Text
20908      Branch: perl
20909            ! lib/Pod/Text.pm
20910 ____________________________________________________________________________
20911 [  2746] By: gsar                                  on 1999/02/01  06:27:35
20912         Log: various win32-ish changes merged from maint-5.005
20913      Branch: perl
20914            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
20915            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
20916            ! win32/Makefile win32/config.bc win32/config.vc
20917            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
20918            ! win32/win32.c
20919 ____________________________________________________________________________
20920 [  2745] By: gsar                                  on 1999/02/01  04:51:54
20921         Log: integrate cfgperl changes into mainline
20922      Branch: perl
20923           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
20924 ____________________________________________________________________________
20925 [  2744] By: gsar                                  on 1999/02/01  04:31:09
20926         Log: improved diagnostic on syntax errors at EOL
20927      Branch: perl
20928            ! toke.c
20929 ____________________________________________________________________________
20930 [  2743] By: gsar                                  on 1999/02/01  03:59:13
20931         Log: don't attempt connect() to bogus IP addresses
20932              From:    Graham Barr <gbarr@pobox.com>
20933              Date:    Sun, 31 Jan 1999 21:50:45 CST
20934              Message-Id: <19990131215045.A633@pobox.com>
20935      Branch: perl
20936            ! t/lib/io_multihomed.t
20937 ____________________________________________________________________________
20938 [  2742] By: gsar                                  on 1999/02/01  03:08:58
20939         Log: update Changes
20940      Branch: perl
20941            ! Changes pod/perldelta.pod
20942 ____________________________________________________________________________
20943 [  2740] By: gsar                                  on 1999/02/01  02:43:07
20944         Log: CAPI inheritance tweak and doc
20945      Branch: maint-5.005/perl
20946            ! lib/ExtUtils/MakeMaker.pm
20947 ____________________________________________________________________________
20948 [  2739] By: jhi                                   on 1999/01/31  18:31:54
20949         Log: Undo changes #2730 and #2731 and replace them
20950              with an extensively tested patch from
20951              Anton Berezin <tobez@plab.ku.dk> (via private email).
20952      Branch: maint-5.005/perl
20953            ! Makefile.SH hints/freebsd.sh
20954 ____________________________________________________________________________
20955 [  2738] By: gsar                                  on 1999/01/31  05:04:32
20956         Log: fix bogus CAPI inheritance from change#2541
20957      Branch: maint-5.005/perl
20958            ! lib/ExtUtils/MakeMaker.pm
20959 ____________________________________________________________________________
20960 [  2731] By: jhi                                   on 1999/01/29  14:33:12
20961         Log: FreeBSD version numbers can be like "2.2.8-release".
20962      Branch: maint-5.005/perl
20963            ! hints/freebsd.sh
20964 ____________________________________________________________________________
20965 [  2730] By: jhi                                   on 1999/01/29  12:40:38
20966         Log: FreeBSD hints iteration (hopefully convergent).
20967              usethreads: require at least FreeBSD 2.2.8.
20968              signal type: mirror change #2429 in cfgperl.
20969      Branch: maint-5.005/perl
20970            ! hints/freebsd.sh
20971 ____________________________________________________________________________
20972 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
20973         Log: From: Tom Spindler <dogcow@isi.net>
20974              Date: Thu, 28 Jan 1999 17:15:11 -0800
20975              Message-ID: <19990128171510.A11778@isi.net>
20976              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
20977      Branch: maint-5.005/perl
20978            + ext/DynaLoader/dl_beos.xs
20979            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
20980            ! lib/ExtUtils/MM_Unix.pm
20981 ____________________________________________________________________________
20982 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
20983         Log: Remove use of File::Slurp in t/lib/textfill.t
20984      Branch: maint-5.005/perl
20985            ! t/lib/textfill.t
20986 ____________________________________________________________________________
20987 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
20988         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
20989              Date: Wed, 27 Jan 1999 23:14:33 -0800
20990              Message-Id: <199901280714.XAA10176@activestate.com>
20991              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
20992      Branch: maint-5.005/perl
20993            ! win32/Makefile win32/makefile.mk
20994 ____________________________________________________________________________
20995 [  2720] By: gsar                                  on 1999/01/27  21:54:42
20996         Log: missing space while munging CCFLAGS for PERL_CAPI
20997      Branch: perl
20998            ! lib/ExtUtils/MM_Unix.pm
20999 ____________________________________________________________________________
21000 [  2718] By: jhi                                   on 1999/01/27  19:46:04
21001         Log: io/fs.t fails test #18 (sense of tests appears to have been
21002              changed incompletely; this patch just skips the test attached,
21003              a la test #17 preceding it).
21004              
21005              From: "G. Del Merritt" <del@intranetics.com>
21006              To: perlbug@perl.com
21007              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
21008              Date: Tue, 26 Jan 1999 12:09:09 -0700
21009              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
21010      Branch: maint-5.005/perl
21011            ! t/io/fs.t
21012 ____________________________________________________________________________
21013 [  2717] By: jhi                                   on 1999/01/27  19:44:46
21014         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
21015              
21016              From: "G. Del Merritt" <del@intranetics.com>
21017              To: perlbug@perl.com
21018              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
21019              Date: Tue, 26 Jan 1999 12:09:09 -0700
21020              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
21021      Branch: maint-5.005/perl
21022            ! iperlsys.h
21023 ____________________________________________________________________________
21024 [  2715] By: jhi                                   on 1999/01/27  19:34:28
21025         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21026              To: perl5-porters@perl.org
21027              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
21028              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
21029              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
21030      Branch: maint-5.005/perl
21031            ! hints/mpeix.sh mpeix/relink
21032 ____________________________________________________________________________
21033 [  2710] By: jhi                                   on 1999/01/27  19:22:23
21034         Log: Errno fixes:
21035              
21036              From: Spider Boardman <spider@web.zk3.dec.com>
21037              To: perlbug@perl.com
21038              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21039              Date: Wed, 27 Jan 1999 12:27:15 -0500
21040              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
21041              
21042              From: Spider Boardman <spider@web.zk3.dec.com>
21043              To: perlbug@perl.com
21044              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21045              Date: Wed, 27 Jan 1999 13:31:16 -0500
21046              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
21047      Branch: maint-5.005/perl
21048            ! Configure ext/Errno/Errno_pm.PL
21049 ____________________________________________________________________________
21050 [  2709] By: jhi                                   on 1999/01/27  19:17:35
21051         Log: Fix Configure installusrbinperl:
21052              
21053              From: Spider Boardman <spider@web.zk3.dec.com>
21054              To: jhi@iki.fi
21055              cc: perl5-porters@perl.org
21056              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21057              Date: Wed, 27 Jan 1999 13:03:35 -0500
21058              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
21059      Branch: maint-5.005/perl
21060            ! Configure
21061 ____________________________________________________________________________
21062 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
21063         Log: Add redef IO::Handle::* for setv?buf()
21064      Branch: maint-5.005/perl
21065            ! ext/POSIX/POSIX.pm
21066 ____________________________________________________________________________
21067 [  2705] By: jhi                                   on 1999/01/24  15:14:30
21068         Log: Mention year-1900 and month 0..11.
21069      Branch: cfgperl
21070            ! lib/Time/Local.pm
21071 ____________________________________________________________________________
21072 [  2704] By: jhi                                   on 1999/01/24  15:13:36
21073         Log: Document Configure -Uinstallusrbinperl.
21074      Branch: cfgperl
21075            ! INSTALL pod/perldelta.pod
21076 ____________________________________________________________________________
21077 [  2698] By: jhi                                   on 1999/01/24  12:46:00
21078         Log: Use only xlc_r for usethreads.
21079      Branch: cfgperl
21080            ! hints/aix.sh
21081 ____________________________________________________________________________
21082 [  2695] By: gsar                                  on 1999/01/24  07:09:05
21083         Log: integrate cfgperl changes into mainline
21084      Branch: perl
21085           +> lib/Exporter/Heavy.pm
21086           !> (integrate 65 files)
21087 ____________________________________________________________________________
21088 [  2694] By: gsar                                  on 1999/01/24  01:28:49
21089         Log: better notes on 'make' on win32
21090      Branch: perl
21091            ! README.win32
21092 ____________________________________________________________________________
21093 [  2683] By: jhi                                   on 1999/01/22  15:41:00
21094         Log: More de-cut-and-pastos.
21095      Branch: cfgperl
21096            ! hints/irix_6.sh hints/os2.sh
21097 ____________________________________________________________________________
21098 [  2682] By: jhi                                   on 1999/01/22  15:30:51
21099         Log: usethreads.cbu cut-and-pasto.
21100      Branch: cfgperl
21101            ! hints/solaris_2.sh
21102 ____________________________________________________________________________
21103 [  2681] By: jhi                                   on 1999/01/22  14:54:55
21104         Log: Better (I hope) LANGUAGE documentation.
21105      Branch: cfgperl
21106            ! pod/perllocale.pod
21107 ____________________________________________________________________________
21108 [  2680] By: jhi                                   on 1999/01/22  09:20:29
21109         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21110              To: perl5-porters@perl.org
21111              Subject: [PATCH 5.005_03MT3]VMS configure tweak
21112              Date: Wed, 20 Jan 1999 12:05:18 -0800
21113              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
21114      Branch: cfgperl
21115            ! vms/subconfigure.com
21116 ____________________________________________________________________________
21117 [  2679] By: jhi                                   on 1999/01/22  09:13:18
21118         Log: nosuid getmntent() branch.
21119      Branch: cfgperl
21120            ! perl.c perl.h
21121 ____________________________________________________________________________
21122 [  2678] By: jhi                                   on 1999/01/22  08:54:19
21123         Log: nosuid patch continued: *BSD needs <sys/param.h>.
21124      Branch: cfgperl
21125            ! Configure config_h.SH
21126 ____________________________________________________________________________
21127 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
21128         Log: Fixup FindBin to use File::Spec
21129              
21130              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
21131              Date: Wed, 20 Jan 1999 18:51:57 +0000
21132              From: Paul Johnson <pjcj@transeda.com>
21133              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
21134      Branch: maint-5.005/perl
21135            ! lib/FindBin.pm
21136 ____________________________________________________________________________
21137 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
21138         Log: Fix win32 for Borland compiler and spaces in paths
21139              
21140              From: Gurusamy Sarathy <gsar@activestate.com>
21141              Date: Mon, 18 Jan 1999 20:33:17 -0800
21142              Message-Id: <199901190433.UAA03656@activestate.com>
21143              Subject: [PATCH] 5.005_03-trial3 win32 issues
21144      Branch: maint-5.005/perl
21145            ! README.win32 win32/Makefile win32/config_sh.PL
21146            ! win32/makefile.mk win32/runperl.c
21147 ____________________________________________________________________________
21148 [  2670] By: jhi                                   on 1999/01/21  16:12:38
21149         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21150              To: perl5-porters@perl.org
21151              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
21152              Date: Thu, 21 Jan 1999 12:08:01 +0000
21153              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
21154      Branch: cfgperl
21155            ! pod/perldiag.pod t/op/subst.t toke.c
21156 ____________________________________________________________________________
21157 [  2669] By: jhi                                   on 1999/01/21  16:11:46
21158         Log: To: perl5-porters@perl.org
21159              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
21160              From: Anton Berezin <tobez@plab.ku.dk>
21161              Date: 21 Jan 1999 17:07:28 +0100
21162              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
21163      Branch: cfgperl
21164            ! hints/freebsd.sh
21165 ____________________________________________________________________________
21166 [  2668] By: jhi                                   on 1999/01/21  15:38:34
21167         Log: Add Daniel Grisinger <dgris@dimensional.com>.
21168      Branch: cfgperl
21169            ! AUTHORS MAINTAIN
21170 ____________________________________________________________________________
21171 [  2667] By: jhi                                   on 1999/01/21  15:32:28
21172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21173              To: Mailing list Perl5 <perl5-porters@perl.org>
21174              Subject: [PATCH 5.005_53] Lean Exporter.pm
21175              Date: Thu, 21 Jan 1999 03:25:23 -0500
21176              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
21177      Branch: cfgperl
21178            + lib/Exporter/Heavy.pm
21179            ! MANIFEST lib/Exporter.pm
21180 ____________________________________________________________________________
21181 [  2666] By: jhi                                   on 1999/01/21  15:24:10
21182         Log: From: "W. Phillip Moore" <wpm@ms.com>
21183              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
21184              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
21185              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
21186              Message-ID: <13988.46383.298992.97303@zappa>
21187      Branch: cfgperl
21188            ! lib/File/Path.pm
21189 ____________________________________________________________________________
21190 [  2665] By: jhi                                   on 1999/01/21  15:20:48
21191         Log: CPAN update (CPAN-1.44_54) from Andreas and
21192              jumbo doc patch from Abigail.
21193              
21194              From: abigail@fnx.com
21195              To: perl5-porters@perl.org (Perl Porters)
21196              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
21197              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
21198              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
21199              
21200              From: abigail@fnx.com
21201              To: perl5-porters@perl.org (Perl Porters)
21202              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
21203              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
21204              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
21205              
21206              From: abigail@fnx.com
21207              To: perl5-porters@perl.org (Perl Porters)
21208              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
21209              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
21210              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
21211              
21212              From: abigail@fnx.com
21213              To: perl5-porters@perl.org (Perl Porters)
21214              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
21215              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
21216              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
21217              
21218              From: abigail@fnx.com
21219              To: perl5-porters@perl.org (Perl Porters)
21220              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
21221              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
21222              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
21223              
21224              From: abigail@fnx.com
21225              To: perl5-porters@perl.org (Perl Porters)
21226              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
21227              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
21228              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
21229              
21230              From: abigail@fnx.com
21231              To: perl5-porters@perl.org (Perl Porters)
21232              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
21233              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
21234              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
21235              
21236              From: abigail@fnx.com
21237              To: perl5-porters@perl.org (Perl Porters)
21238              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
21239              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
21240              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
21241              
21242              From: abigail@fnx.com
21243              To: perl5-porters@perl.org (Perl Porters)
21244              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
21245              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
21246              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
21247              
21248              From: abigail@fnx.com
21249              To: perl5-porters@perl.org (Perl Porters)
21250              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
21251              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
21252              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
21253              
21254              From: abigail@fnx.com
21255              To: perl5-porters@perl.org (Perl Porters)
21256              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
21257              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
21258              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
21259              
21260              From: abigail@fnx.com
21261              To: perl5-porters@perl.org (Perl Porters)
21262              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
21263              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
21264              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
21265              
21266              From: abigail@fnx.com
21267              To: perl5-porters@perl.org (Perl Porters)
21268              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
21269              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
21270              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
21271      Branch: cfgperl
21272            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
21273            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
21274            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
21275            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
21276 ____________________________________________________________________________
21277 [  2664] By: jhi                                   on 1999/01/21  14:47:43
21278         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21279              To: Mailing list Perl5 <perl5-porters@perl.org>
21280              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
21281              Date: Thu, 21 Jan 1999 03:58:29 -0500
21282              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
21283      Branch: cfgperl
21284            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
21285 ____________________________________________________________________________
21286 [  2663] By: jhi                                   on 1999/01/21  14:43:58
21287         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21288              To: Mailing list Perl5 <perl5-porters@perl.org>
21289              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
21290              Date: Thu, 21 Jan 1999 02:46:34 -0500
21291              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
21292      Branch: cfgperl
21293            ! ext/Errno/Errno_pm.PL
21294 ____________________________________________________________________________
21295 [  2662] By: jhi                                   on 1999/01/21  14:42:42
21296         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
21297              To: Francois Desarmenien <desar@club-internet.fr>
21298              Cc: Gurusamy Sarathy <gsar@activestate.com>,
21299              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
21300              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
21301              Date: 21 Jan 1999 00:17:35 -0700
21302              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
21303      Branch: cfgperl
21304            ! Porting/patching.pod
21305 ____________________________________________________________________________
21306 [  2661] By: jhi                                   on 1999/01/21  14:41:13
21307         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21308              To: Mailing list Perl5 <perl5-porters@perl.org>
21309              Subject: [PATCH 5.00*] makedepend
21310              Date: Thu, 21 Jan 1999 02:08:27 -0500
21311              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
21312      Branch: cfgperl
21313            ! makedepend.SH
21314 ____________________________________________________________________________
21315 [  2660] By: jhi                                   on 1999/01/21  14:36:45
21316         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21317              To: Mailing list Perl5 <perl5-porters@perl.org>
21318              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
21319              Date: Tue, 19 Jan 1999 20:06:45 -0500
21320              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
21321      Branch: cfgperl
21322            ! os2/Changes os2/os2.c
21323 ____________________________________________________________________________
21324 [  2657] By: jhi                                   on 1999/01/21  11:40:35
21325         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21326              To: perl5-porters@perl.org
21327              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
21328              Date: Mon, 18 Jan 1999 01:32:31 PST
21329              Message-ID: <19990118093231.18443.qmail@hotmail.com>
21330      Branch: cfgperl
21331            ! ext/B/B/CC.pm
21332 ____________________________________________________________________________
21333 [  2656] By: jhi                                   on 1999/01/21  11:35:34
21334         Log: From: Achim Bohnet <ach@mpe.mpg.de>
21335              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
21336              Date: Wed, 20 Jan 1999 20:25:53 +0100
21337              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
21338      Branch: cfgperl
21339            ! pp.c
21340 ____________________________________________________________________________
21341 [  2655] By: jhi                                   on 1999/01/21  10:46:01
21342         Log: Handle NIS (and NetInfo) more robustly.
21343      Branch: cfgperl
21344            ! t/op/grent.t t/op/pwent.t
21345 ____________________________________________________________________________
21346 [  2654] By: jhi                                   on 1999/01/21  10:17:20
21347         Log: Two-argument eaccess() of SCO.
21348      Branch: cfgperl
21349            ! pp_sys.c
21350 ____________________________________________________________________________
21351 [  2653] By: jhi                                   on 1999/01/21  08:53:14
21352         Log: -DNO_NOSUID_CHECK for those platforms which have no way
21353              of checking for nosuid but still want suidperl.
21354      Branch: cfgperl
21355            ! perl.c
21356 ____________________________________________________________________________
21357 [  2652] By: jhi                                   on 1999/01/21  08:22:50
21358         Log: The LANGUAGE mirrors LC_ALL usage.
21359      Branch: cfgperl
21360            ! Configure config_h.SH
21361 ____________________________________________________________________________
21362 [  2651] By: jhi                                   on 1999/01/20  22:01:21
21363         Log: I_MNTENT was missing.
21364      Branch: cfgperl
21365            ! Configure config_h.SH
21366 ____________________________________________________________________________
21367 [  2650] By: jhi                                   on 1999/01/19  13:42:03
21368         Log: NetBSD update, based on patches from the NetBSD packages system.
21369      Branch: cfgperl
21370            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
21371 ____________________________________________________________________________
21372 [  2649] By: jhi                                   on 1999/01/19  12:44:02
21373         Log: Jumbo Configure update.
21374              * -Uinstallusrbinperl: disable /usr/bin/perl installation
21375              by installperl
21376              * usethreads.cbu
21377              * use64bits.cbu
21378              * "nosuid"
21379      Branch: cfgperl
21380            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
21381            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
21382            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
21383            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
21384            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
21385            ! pod/perldiag.pod
21386 ____________________________________________________________________________
21387 [  2648] By: jhi                                   on 1999/01/19  09:16:44
21388         Log: Mention /usr/share/locale.
21389      Branch: cfgperl
21390            ! pod/perllocale.pod
21391 ____________________________________________________________________________
21392 [  2647] By: jhi                                   on 1999/01/19  09:11:11
21393         Log: SHMLBA strikes back in NetBSD/sparc.
21394              
21395              From: Dave Nelson <David.Nelson@bellcow.com>
21396              To: jhi@iki.fi
21397              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
21398              Date: Mon, 18 Jan 1999 22:07:56 -0600
21399              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
21400      Branch: cfgperl
21401            ! ext/IPC/SysV/SysV.xs
21402 ____________________________________________________________________________
21403 [  2646] By: jhi                                   on 1999/01/19  08:58:17
21404         Log: Show LANGUAGE env var when needed. (Augment change #2645).
21405      Branch: cfgperl
21406            ! util.c utils/perlbug.PL
21407 ____________________________________________________________________________
21408 [  2645] By: jhi                                   on 1999/01/19  08:52:15
21409         Log: Document the GNU LANGUAGE env var.
21410      Branch: cfgperl
21411            ! pod/perllocale.pod
21412 ____________________________________________________________________________
21413 [  2644] By: jhi                                   on 1999/01/19  08:42:25
21414         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21415              To: Mailing list Perl5 <perl5-porters@perl.org>
21416              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
21417              Date: Mon, 18 Jan 1999 20:57:02 -0500
21418              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
21419      Branch: cfgperl
21420            ! pp_hot.c t/op/pat.t
21421 ____________________________________________________________________________
21422 [  2643] By: jhi                                   on 1999/01/18  11:23:41
21423         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
21424      Branch: cfgperl
21425            ! Makefile.SH
21426 ____________________________________________________________________________
21427 [  2642] By: jhi                                   on 1999/01/18  11:03:38
21428         Log: GNU libc locale system has LANGUAGE env var that partly
21429              overrides even LC_ALL.
21430      Branch: cfgperl
21431            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
21432 ____________________________________________________________________________
21433 [  2641] By: jhi                                   on 1999/01/18  10:55:04
21434         Log: Integrate from mainperl.
21435      Branch: cfgperl
21436           +> ext/B/defsubs.h.PL
21437            ! t/op/groups.t
21438           !> (integrate 38 files)
21439 ____________________________________________________________________________
21440 [  2640] By: gsar                                  on 1999/01/18  10:06:29
21441         Log: a few random cleanups
21442      Branch: perl
21443            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
21444 ____________________________________________________________________________
21445 [  2639] By: gsar                                  on 1999/01/18  05:56:21
21446         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
21447              Date:    Sun, 17 Jan 1999 16:41:10 PST
21448              Message-Id: <19990118004111.29667.qmail@hotmail.com>
21449              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
21450      Branch: perl
21451            ! ext/B/B/C.pm
21452 ____________________________________________________________________________
21453 [  2638] By: gsar                                  on 1999/01/18  05:41:21
21454         Log: From:    jan.dubois@ibm.net (Jan Dubois)
21455              Date:    Mon, 18 Jan 1999 00:37:41 +0100
21456              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
21457              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
21458      Branch: perl
21459            ! dump.c
21460 ____________________________________________________________________________
21461 [  2633] By: gsar                                  on 1999/01/17  13:39:59
21462         Log: bogus assert()
21463      Branch: perl
21464            ! pp.c t/op/groups.t
21465 ____________________________________________________________________________
21466 [  2632] By: gsar                                  on 1999/01/17  13:22:04
21467         Log: various tweaks for clean build and test on win32
21468      Branch: perl
21469            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
21470            ! op.c t/pragma/warn/doio
21471 ____________________________________________________________________________
21472 [  2631] By: gsar                                  on 1999/01/17  12:28:06
21473         Log: undo change#2336, and add clarification about subversive
21474              CPAN distributions from Andreas Koenig
21475      Branch: perl
21476            ! Porting/pumpkin.pod lib/CPAN.pm
21477 ____________________________________________________________________________
21478 [  2630] By: gsar                                  on 1999/01/17  12:04:06
21479         Log: fix silent taint failures under -U
21480      Branch: perl
21481            ! doio.c
21482 ____________________________________________________________________________
21483 [  2629] By: gsar                                  on 1999/01/17  12:00:23
21484         Log: sanity check piped opens (tweaked version of patch suggested
21485              by Mark-Jason Dominus)
21486      Branch: perl
21487            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
21488            ! t/op/taint.t t/pragma/warn/doio
21489 ____________________________________________________________________________
21490 [  2628] By: gsar                                  on 1999/01/17  11:26:21
21491         Log: regen headers
21492      Branch: perl
21493            ! embed.h embedvar.h objXSUB.h
21494 ____________________________________________________________________________
21495 [  2627] By: gsar                                  on 1999/01/17  11:23:37
21496         Log: PERL_OBJECTness for change#2595
21497      Branch: perl
21498            ! embed.pl op.c pod/perlport.pod proto.h
21499 ____________________________________________________________________________
21500 [  2626] By: gsar                                  on 1999/01/17  09:47:07
21501         Log: PERL_OBJECT tweaks for change#2426
21502      Branch: perl
21503            ! embed.pl proto.h regcomp.c
21504 ____________________________________________________________________________
21505 [  2625] By: gsar                                  on 1999/01/17  09:37:58
21506         Log: documentation in change#2596 is not quite right; fix it
21507      Branch: perl
21508            ! lib/Math/BigFloat.pm pod/perlguts.pod
21509 ____________________________________________________________________________
21510 [  2624] By: gsar                                  on 1999/01/17  09:28:34
21511         Log: undo change#2571; C<use File::Spec> instead
21512      Branch: perl
21513            ! lib/FindBin.pm
21514 ____________________________________________________________________________
21515 [  2623] By: gsar                                  on 1999/01/17  09:20:42
21516         Log: change#2572 is not applicable; undo, retaining scan_bin addition
21517              to global.sym
21518      Branch: perl
21519            ! global.sym perl.c proto.h
21520 ____________________________________________________________________________
21521 [  2622] By: gsar                                  on 1999/01/17  09:17:42
21522         Log: change#2576 is based on a wrong premise; undo it
21523      Branch: perl
21524            ! pp_ctl.c
21525 ____________________________________________________________________________
21526 [  2621] By: gsar                                  on 1999/01/17  09:12:42
21527         Log: fix change#2602 to not used hard coded constants
21528      Branch: perl
21529            ! ext/B/B/C.pm ext/B/defsubs.h.PL
21530 ____________________________________________________________________________
21531 [  2620] By: gsar                                  on 1999/01/17  09:02:07
21532         Log: integrate cfgperl changes into mainline, fix conflicts
21533      Branch: perl
21534           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
21535           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
21536           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
21537           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
21538           +> pod/perlopentut.pod
21539           !> (integrate 162 files)
21540 ____________________________________________________________________________
21541 [  2619] By: gsar                                  on 1999/01/17  08:42:04
21542         Log: a few doc typos
21543      Branch: perl
21544            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
21545 ____________________________________________________________________________
21546 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
21547         Log: Win32 changes from Jan
21548              
21549              From: jan.dubois@ibm.net (Jan Dubois)
21550              Date: Fri, 15 Jan 1999 23:38:35 +0100
21551              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
21552              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
21553              
21554              From: jan.dubois@ibm.net (Jan Dubois)
21555              Date: Sat, 16 Jan 1999 13:02:45 +0100
21556              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
21557              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
21558      Branch: maint-5.005/perl
21559            ! README.win32 win32/Makefile win32/makefile.mk
21560 ____________________________________________________________________________
21561 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
21562         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
21563              
21564              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21565              Date: Thu, 07 Jan 1999 00:12:00 -0500
21566              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
21567              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21568              
21569              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21570              Date: Thu, 14 Jan 1999 19:21:46 -0500
21571              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
21572              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21573      Branch: maint-5.005/perl
21574            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
21575            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
21576            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
21577            ! win32/makedef.pl win32/runperl.c win32/win32.c
21578 ____________________________________________________________________________
21579 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
21580         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21581              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
21582              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
21583              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
21584              
21585              From: Jarkko Hietaniemi <jhi@iki.fi>
21586              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
21587              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
21588              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
21589              
21590              From: Jarkko Hietaniemi <jhi@iki.fi>
21591              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
21592              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
21593              Subject: the promised "installusrbinperl + NetBSD" fix
21594      Branch: maint-5.005/perl
21595            ! Configure Makefile.SH hints/netbsd.sh installperl
21596            ! makedepend.SH unixish.h
21597 ____________________________________________________________________________
21598 [  2611] By: jhi                                   on 1999/01/14  12:16:14
21599         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
21600              To: pumpkings@jhereg.perl.com
21601              Subject: perlopentut.pod
21602              Date: Sat, 09 Jan 1999 08:13:18 -0700
21603              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
21604      Branch: cfgperl
21605            + pod/perlopentut.pod
21606            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
21607 ____________________________________________________________________________
21608 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
21609         Log: Added Carp::cluck to perldelta.pod
21610      Branch: maint-5.005/perl
21611            ! pod/perldelta.pod
21612 ____________________________________________________________________________
21613 [  2605] By: jhi                                   on 1999/01/13  18:26:19
21614         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
21615              To: "'cpan@perl.org'" <cpan@perl.org>
21616              Subject: "Bug" fix for File::Find.pm
21617              Date:   Thu, 31 Dec 1998 13:01:50 -0500
21618              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
21619      Branch: cfgperl
21620            ! lib/File/Find.pm
21621 ____________________________________________________________________________
21622 [  2604] By: jhi                                   on 1999/01/13  18:08:45
21623         Log: From: Peter Wolfe <wolfe@teloseng.com>
21624              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
21625              To: perlbug@perl.com
21626              Date: 11 Jan 1999 23:00:05 +0200
21627              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
21628      Branch: cfgperl
21629            ! hints/sco.sh
21630 ____________________________________________________________________________
21631 [  2603] By: jhi                                   on 1999/01/13  18:06:56
21632         Log: From: hans@icgroup.nl (Hans Mulder)
21633              Subject: [Patch for 5.005_54] re::debugcolors dumps core
21634              To: perlbug@perl.com
21635              Cc: hansmu@xs4all.nl
21636              Date: 11 Jan 1999 22:22:45 +0200
21637              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
21638      Branch: cfgperl
21639            ! ext/re/re.pm regcomp.c
21640 ____________________________________________________________________________
21641 [  2602] By: jhi                                   on 1999/01/13  18:05:43
21642         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21643              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
21644              Date: 11 Jan 1999 08:02:41 +0200
21645              Lines: 134
21646              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
21647      Branch: cfgperl
21648            ! ext/B/B.xs ext/B/B/C.pm
21649 ____________________________________________________________________________
21650 [  2601] By: jhi                                   on 1999/01/13  18:01:53
21651         Log: From: James FitzGibbon <james@ican.net>
21652              Subject: Trivial patch for HP-UX 11 and shared libperl
21653              To: perl5-porters@perl.org
21654              Date: 8 Jan 1999 19:13:23 +0200
21655              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
21656      Branch: cfgperl
21657            ! Makefile.SH
21658 ____________________________________________________________________________
21659 [  2600] By: jhi                                   on 1999/01/13  17:59:45
21660         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21661              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
21662              To: perl5-porters@perl.org
21663              Date: 8 Jan 1999 12:43:36 +0200
21664              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
21665      Branch: cfgperl
21666            ! ext/B/B/CC.pm
21667 ____________________________________________________________________________
21668 [  2599] By: jhi                                   on 1999/01/13  17:50:11
21669         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
21670              Subject: PATCH to installperl
21671              To: perl5-porters@perl.org
21672              Date: 4 Jan 1999 16:15:18 +0200
21673              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
21674      Branch: cfgperl
21675            ! installperl
21676 ____________________________________________________________________________
21677 [  2598] By: jhi                                   on 1999/01/13  17:34:51
21678         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21679              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
21680              Cc: perl5-porters@perl.org
21681              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
21682              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
21683              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
21684      Branch: cfgperl
21685            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21686            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
21687 ____________________________________________________________________________
21688 [  2597] By: jhi                                   on 1999/01/13  17:30:33
21689         Log: From: David Dyck <dcd@tc.fluke.com>
21690              To: Perl Porters <perl5-porters@perl.org>,
21691              Gurusamy Sarathy <gsar@engin.umich.edu>
21692              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
21693              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
21694              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
21695      Branch: cfgperl
21696            ! pod/perldsc.pod
21697 ____________________________________________________________________________
21698 [  2596] By: jhi                                   on 1999/01/13  17:26:44
21699         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21700              To: perl5-porters@perl.org
21701              Subject: [PATCH] modglobal w/ spelling fixes
21702              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
21703              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
21704      Branch: cfgperl
21705            ! pod/perlguts.pod
21706 ____________________________________________________________________________
21707 [  2595] By: jhi                                   on 1999/01/13  17:24:59
21708         Log: From: Hans Mulder <hansm@icgroup.nl>
21709              Optimize common sort routines.  Thread started by the message
21710              
21711              From: Hans Mulder <hansm@icgroup.nl>
21712              Sender: owner-perl5-porters@perl.org
21713              To: perl5-porters@perl.org
21714              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
21715              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
21716              
21717              and the patch from the message
21718              
21719              From: Hans Mulder <hans@icgroup.nl>
21720              To: jhi@iki.fi
21721              Cc: perl5-porters@perl.org
21722              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
21723              $b }
21724              Date: Wed, 13 Jan 1999 17:39:35 +0100
21725              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
21726      Branch: cfgperl
21727            ! Todo op.c op.h pp_ctl.c t/op/sort.t
21728 ____________________________________________________________________________
21729 [  2594] By: jhi                                   on 1999/01/13  16:50:17
21730         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
21731              (the diffs were based on 5.004_02).  Tested by Guido
21732              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
21733      Branch: cfgperl
21734            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
21735            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
21736            + mint/sys/time.h mint/time.h
21737            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
21738            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
21739 ____________________________________________________________________________
21740 [  2593] By: jhi                                   on 1999/01/09  16:54:26
21741         Log: Detypo.
21742      Branch: cfgperl
21743            ! hints/dec_osf.sh
21744 ____________________________________________________________________________
21745 [  2592] By: jhi                                   on 1999/01/09  16:17:13
21746         Log: Move usethreads and use64bits logic from hints to Configure.
21747      Branch: cfgperl
21748            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
21749            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
21750            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
21751            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
21752 ____________________________________________________________________________
21753 [  2591] By: jhi                                   on 1999/01/09  14:45:24
21754         Log: Missing dTHRs added.
21755      Branch: cfgperl
21756            ! regcomp.c toke.c
21757 ____________________________________________________________________________
21758 [  2590] By: jhi                                   on 1999/01/08  15:27:17
21759         Log: Finalize change #2589 and add better AIX nm scanning from:
21760              
21761              Message-Id: <m0zyNW0-00017VC@gentoo.com>
21762              From: bll@gentoo.com (Brad Lanam)
21763              Subject: Re: mailhelp returned a non-zero status
21764              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
21765              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
21766      Branch: cfgperl
21767            ! Configure hints/freebsd.sh hints/linux.sh
21768 ____________________________________________________________________________
21769 [  2589] By: jhi                                   on 1999/01/08  15:14:54
21770         Log: Undo change #2581.
21771      Branch: cfgperl
21772            ! Configure hints/freebsd.sh hints/linux.sh
21773 ____________________________________________________________________________
21774 [  2588] By: jhi                                   on 1999/01/08  11:51:52
21775         Log: FAQ jumbo patch from tchrist.
21776              
21777              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
21778              From: Tom Christiansen <tchrist@jhereg.perl.com>
21779              To: pumpkings@jhereg.perl.com
21780              Subject: newest version of perlfaq.pod
21781              Date: Thu, 7 Jan 1999 23:05:02 -0700
21782              
21783              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
21784              From: Tom Christiansen <tchrist@jhereg.perl.com>
21785              To: pumpkings@jhereg.perl.com
21786              Subject: newest version of perlfaq1.pod
21787              Date: Thu, 7 Jan 1999 23:05:02 -0700
21788              
21789              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
21790              From: Tom Christiansen <tchrist@jhereg.perl.com>
21791              To: pumpkings@jhereg.perl.com
21792              Subject: newest version of perlfaq2.pod
21793              Date: Thu, 7 Jan 1999 23:05:02 -0700
21794              
21795              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
21796              From: Tom Christiansen <tchrist@jhereg.perl.com>
21797              To: pumpkings@jhereg.perl.com
21798              Subject: newest version of perlfaq3.pod
21799              Date: Thu, 7 Jan 1999 23:05:02 -0700
21800              
21801              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
21802              From: Tom Christiansen <tchrist@jhereg.perl.com>
21803              To: pumpkings@jhereg.perl.com
21804              Subject: newest version of perlfaq4.pod
21805              Date: Thu, 7 Jan 1999 23:05:02 -0700
21806              
21807              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
21808              From: Tom Christiansen <tchrist@jhereg.perl.com>
21809              To: pumpkings@jhereg.perl.com
21810              Subject: newest version of perlfaq5.pod
21811              Date: Thu, 7 Jan 1999 23:05:02 -0700
21812              
21813              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
21814              From: Tom Christiansen <tchrist@jhereg.perl.com>
21815              To: pumpkings@jhereg.perl.com
21816              Subject: newest version of perlfaq6.pod
21817              Date: Thu, 7 Jan 1999 23:05:02 -0700
21818              
21819              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
21820              From: Tom Christiansen <tchrist@jhereg.perl.com>
21821              To: pumpkings@jhereg.perl.com
21822              Subject: newest version of perlfaq7.pod
21823              Date: Thu, 7 Jan 1999 23:05:03 -0700
21824              
21825              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
21826              From: Tom Christiansen <tchrist@jhereg.perl.com>
21827              To: pumpkings@jhereg.perl.com
21828              Subject: newest version of perlfaq8.pod
21829              Date: Thu, 7 Jan 1999 23:05:03 -0700
21830              
21831              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
21832              From: Tom Christiansen <tchrist@jhereg.perl.com>
21833              To: pumpkings@jhereg.perl.com
21834              Subject: newest version of perlfaq9.pod
21835              Date: Thu, 7 Jan 1999 23:05:03 -0700
21836      Branch: cfgperl
21837            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21838            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21839            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21840            ! pod/perlfaq9.pod
21841 ____________________________________________________________________________
21842 [  2587] By: jhi                                   on 1999/01/08  11:17:43
21843         Log: More doc fixes from Abigail.
21844      Branch: cfgperl
21845            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
21846            ! lib/User/pwent.pm
21847 ____________________________________________________________________________
21848 [  2585] By: jhi                                   on 1999/01/08  08:31:02
21849         Log: Change #2584 from maint-5.005:
21850              
21851              implemented Ilya's suggested fix, and added a testcase
21852              
21853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21854              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
21855              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
21856              Subject: Re: Text::ParseWords: regex fix
21857      Branch: cfgperl
21858            ! lib/Text/ParseWords.pm t/lib/parsewords.t
21859 ____________________________________________________________________________
21860 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
21861         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21862              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
21863              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
21864              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
21865      Branch: maint-5.005/perl
21866            ! ext/Errno/Errno_pm.PL
21867 ____________________________________________________________________________
21868 [  2581] By: jhi                                   on 1999/01/07  16:38:03
21869         Log: Configure update:
21870              - usethreads, use64bits, and usemultiplicity
21871              are no more interactively asked by Configure
21872              - "int main()" (vs bare "main()") enforced in test programs
21873      Branch: cfgperl
21874            ! Configure hints/freebsd.sh hints/linux.sh
21875 ____________________________________________________________________________
21876 [  2580] By: jhi                                   on 1999/01/07  11:19:12
21877         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21878              Date: Wed, 06 Jan 1999 13:47:34 -0800
21879              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
21880              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
21881      Branch: cfgperl
21882            ! vms/vms.c
21883 ____________________________________________________________________________
21884 [  2579] By: jhi                                   on 1999/01/07  09:08:36
21885         Log: Another set of doc patches from Abigail
21886              
21887              From: abigail@fnx.com
21888              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
21889              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
21890              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
21891              
21892              From: abigail@fnx.com
21893              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
21894              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
21895              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
21896              
21897              From: abigail@fnx.com
21898              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
21899              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
21900              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
21901              
21902              From: abigail@fnx.com
21903              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
21904              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
21905              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
21906              
21907              From: abigail@fnx.com
21908              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
21909              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
21910              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
21911              
21912              From: abigail@fnx.com
21913              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
21914              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
21915              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
21916              
21917              From: abigail@fnx.com
21918              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
21919              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
21920              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
21921              
21922              From: abigail@fnx.com
21923              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
21924              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
21925              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
21926              
21927              From: abigail@fnx.com
21928              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
21929              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
21930              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
21931              
21932              From: abigail@fnx.com
21933              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
21934              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
21935              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
21936              
21937              From: abigail@fnx.com
21938              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
21939              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
21940              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
21941              
21942              From: abigail@fnx.com
21943              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
21944              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
21945              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
21946              
21947              From: abigail@fnx.com
21948              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
21949              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
21950              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
21951              
21952              From: abigail@fnx.com
21953              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
21954              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
21955              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
21956      Branch: cfgperl
21957            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
21958            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
21959            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
21960            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
21961            ! lib/Tie/Array.pm lib/Tie/Hash.pm
21962 ____________________________________________________________________________
21963 [  2576] By: jhi                                   on 1999/01/06  17:05:20
21964         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
21965      Branch: cfgperl
21966            ! pp_ctl.c
21967 ____________________________________________________________________________
21968 [  2575] By: jhi                                   on 1999/01/06  13:18:56
21969         Log: Enhance the great_circle_distance() documentation.
21970      Branch: cfgperl
21971            ! lib/Math/Trig.pm
21972 ____________________________________________________________________________
21973 [  2574] By: jhi                                   on 1999/01/06  12:58:03
21974         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21975              To: perlbug@perl.com
21976              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
21977              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
21978              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
21979      Branch: cfgperl
21980            ! t/op/sysio.t
21981 ____________________________________________________________________________
21982 [  2573] By: jhi                                   on 1999/01/06  12:40:19
21983         Log: From: "W. Phillip Moore" <wpm@ms.com>
21984              To: perlbug@perl.org
21985              Subject: [PATCH] POSIX getpgrp is not -w clean
21986              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
21987              Message-ID: <13970.20107.190314.549471@zappa>
21988      Branch: cfgperl
21989            ! ext/POSIX/POSIX.pm
21990 ____________________________________________________________________________
21991 [  2572] By: jhi                                   on 1999/01/06  12:25:24
21992         Log: Based on
21993              From: jan.dubois@ibm.net (Jan Dubois)
21994              To: perl5-porters@perl.org
21995              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21996              Date: Wed, 06 Jan 1999 01:24:09 +0100
21997              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
21998              except that
21999              - objXSUB.h was already okay
22000              - embed.h patching is futile, global.sym patched instead
22001              - objpp.h does not exist
22002              - proto.h addition applied manually
22003              - win32/GenCAPI.pl was already okay
22004              - win32/makedef.pl was already okay
22005      Branch: cfgperl
22006            ! global.sym perl.c proto.h
22007 ____________________________________________________________________________
22008 [  2571] By: jhi                                   on 1999/01/06  11:25:48
22009         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
22010              To: perlbug@perl.com
22011              Subject: FindBin.pm on Win32 systems
22012              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
22013              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
22014      Branch: cfgperl
22015            ! lib/FindBin.pm
22016 ____________________________________________________________________________
22017 [  2570] By: jhi                                   on 1999/01/06  11:21:48
22018         Log: From: Dan Sugalski <sugalskd@osshe.edu>
22019              To: perl5-porters@perl.org, vmsperl@perl.org
22020              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
22021              Date: Tue, 05 Jan 1999 16:47:31 -0800
22022              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
22023              
22024              (the ext/IO/lib/IO/Socket.pm was not really changed here;
22025              it was a leftover from #2569)
22026      Branch: cfgperl
22027            ! ext/IO/lib/IO/Socket.pm taint.c
22028 ____________________________________________________________________________
22029 [  2569] By: jhi                                   on 1999/01/06  11:18:22
22030         Log: Jumbo doc patch from Abigail (almost identical to
22031              the 5.005-maint change #2562 except for the
22032              ext/IO/lib/IO/Socket.pm patch which was not
22033              applicable because the IO version of 5.005-devel
22034              is somewhat different (why?))
22035              
22036              From: abigail@fnx.com
22037              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
22038              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
22039              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
22040              
22041              From: abigail@fnx.com
22042              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
22043              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
22044              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
22045              
22046              From: abigail@fnx.com
22047              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
22048              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
22049              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
22050              
22051              From: abigail@fnx.com
22052              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
22053              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
22054              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
22055              
22056              From: abigail@fnx.com
22057              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
22058              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
22059              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
22060              
22061              From: abigail@fnx.com
22062              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
22063              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
22064              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
22065              
22066              From: abigail@fnx.com
22067              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
22068              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
22069              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
22070              
22071              From: abigail@fnx.com
22072              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
22073              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
22074              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
22075              
22076              From: abigail@fnx.com
22077              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
22078              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
22079              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
22080              
22081              From: abigail@fnx.com
22082              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
22083              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
22084              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
22085      Branch: cfgperl
22086            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22087            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
22088            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
22089            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22090            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
22091 ____________________________________________________________________________
22092 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
22093         Log: From: jan.dubois@ibm.net (Jan Dubois)
22094              Date: Wed, 06 Jan 1999 01:24:09 +0100
22095              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
22096              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
22097      Branch: maint-5.005/perl
22098            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
22099            ! win32/GenCAPI.pl win32/makedef.pl
22100 ____________________________________________________________________________
22101 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
22102         Log: From: "W. Phillip Moore" <wpm@ms.com>
22103              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
22104              Message-ID: <13970.20107.190314.549471@zappa>
22105              Subject: [PATCH] POSIX getpgrp is not -w clean
22106      Branch: maint-5.005/perl
22107            ! ext/POSIX/POSIX.pm
22108 ____________________________________________________________________________
22109 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
22110         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
22111              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
22112              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
22113              Subject: FindBin.pm on Win32 systems
22114      Branch: maint-5.005/perl
22115            ! lib/FindBin.pm
22116 ____________________________________________________________________________
22117 [  2561] By: jhi                                   on 1999/01/05  10:49:10
22118         Log: Reword the setlocale() 1-arg case better.
22119      Branch: cfgperl
22120            ! ext/POSIX/POSIX.pod
22121 ____________________________________________________________________________
22122 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
22123         Log: From: Blair Zajac <bzajac@geostaff.com>
22124              Date: Wed, 23 Dec 1998 17:13:32 -0800
22125              Message-ID: <3681953C.8B6A90AA@geostaff.com>
22126              Subject: Tie::SubstrHash patch
22127      Branch: maint-5.005/perl
22128            ! lib/Tie/SubstrHash.pm
22129 ____________________________________________________________________________
22130 [  2554] By: jhi                                   on 1999/01/02  14:55:06
22131         Log: Object destruction order testing.
22132      Branch: cfgperl
22133            ! t/op/misc.t
22134 ____________________________________________________________________________
22135 [  2553] By: jhi                                   on 1999/01/02  14:49:40
22136         Log: perldelta the Dumpvalue.pm of change #2513.
22137      Branch: cfgperl
22138            ! lib/Dumpvalue.pm pod/perldelta.pod
22139 ____________________________________________________________________________
22140 [  2552] By: nick                                  on 1999/01/02  14:45:38
22141         Log: Tone down Makefile.PL so it works on Win32
22142      Branch: perl
22143            ! ext/B/Makefile.PL
22144 ____________________________________________________________________________
22145 [  2551] By: nick                                  on 1999/01/02  14:06:30
22146         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
22147              Use them in various B::* rather than have local defs.
22148      Branch: perl
22149            + ext/B/defsubs.h.PL
22150            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
22151            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
22152            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
22153 ____________________________________________________________________________
22154 [  2550] By: nick                                  on 1999/01/02  10:04:02
22155         Log: Integrate ext/B changes from //depot/cfgperl
22156      Branch: perl
22157           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22158 ____________________________________________________________________________
22159 [  2549] By: jhi                                   on 1999/01/01  13:54:16
22160         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
22161              To: perlbug@perl.com
22162              Subject: op/groups.t fails test 1 on HP-UX 10.20
22163              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
22164              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
22165      Branch: cfgperl
22166            ! t/op/groups.t
22167 ____________________________________________________________________________
22168 [  2548] By: jhi                                   on 1999/01/01  13:53:31
22169         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22170              To: perl5-porters@perl.org
22171              cc: hv@crypt0.demon.co.uk
22172              Subject: [bug 5.004_54] duplicate error message
22173              Date: Thu, 31 Dec 1998 04:05:25 +0000
22174              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
22175              
22176              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
22177              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22178              To: hv@crypt0.demon.co.uk
22179              Cc: perl5-porters@perl.org
22180              Subject: [PATCH _54] Re: duplicate error message
22181              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
22182              
22183              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
22184              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22185              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
22186              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
22187              Subject: [TEST PATCH _54] Re: duplicate error message 
22188              Date: Fri, 01 Jan 1999 07:32:14 +0000
22189      Branch: cfgperl
22190            ! op.c t/pragma/warn/op
22191 ____________________________________________________________________________
22192 [  2547] By: jhi                                   on 1998/12/31  14:15:04
22193         Log: From: Chris Nandor <pudge@pobox.com>
22194              To: jhi@iki.fi
22195              Cc: perl5-porters@perl.org
22196              Subject: Re: [PATCH] perlport.pod 1.38
22197              Date: Thu, 31 Dec 1998 09:06:48 -0500
22198              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
22199      Branch: cfgperl
22200            ! pod/perlport.pod
22201 ____________________________________________________________________________
22202 [  2546] By: jhi                                   on 1998/12/31  11:18:17
22203         Log: From: Wilson P. Snyder II
22204              To: perl5-porters@perl.org
22205              Subject: [PATCH v5.5.53] REV2: Binary number support
22206              Date: 1998/11/30
22207              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
22208      Branch: cfgperl
22209            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
22210            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
22211            ! toke.c util.c
22212 ____________________________________________________________________________
22213 [  2545] By: jhi                                   on 1998/12/31  09:27:40
22214         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22215              To: perlbug@perl.com
22216              Subject: "perl -T -P" dumps core on OpenBSD and Linux
22217              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
22218              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
22219      Branch: cfgperl
22220            ! taint.c
22221 ____________________________________________________________________________
22222 [  2544] By: jhi                                   on 1998/12/31  09:21:45
22223         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
22224              To: perlbug@perl.com 
22225              Subject: bug in pod2man search for perl binary [5.005_5x]
22226              Date: Sat, 12 Dec 1998 23:08:51 +0000 
22227              Message-ID: <19981212230851.A20578@ig.co.uk> 
22228      Branch: cfgperl
22229            ! pod/pod2man.PL
22230 ____________________________________________________________________________
22231 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
22232         Log: From: jan.dubois@ibm.net (Jan Dubois)
22233              Date: Wed, 23 Dec 1998 21:26:38 +0100
22234              Message-ID: <36895086.8849224@smtp1.ibm.net>
22235              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
22236      Branch: maint-5.005/perl
22237            ! lib/ExtUtils/MakeMaker.pm
22238 ____________________________________________________________________________
22239 [  2540] By: jhi                                   on 1998/12/30  08:42:04
22240         Log: Evermore AUTHORS and MAINTAIN.
22241      Branch: cfgperl
22242            ! AUTHORS MAINTAIN
22243 ____________________________________________________________________________
22244 [  2539] By: jhi                                   on 1998/12/29  15:10:34
22245         Log: More AUTHORS and MAINTAIN.
22246      Branch: cfgperl
22247            ! AUTHORS MAINTAIN
22248 ____________________________________________________________________________
22249 [  2537] By: jhi                                   on 1998/12/29  14:34:47
22250         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
22251              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
22252              Message-ID: <13942.32480.700000.640927@utensil>
22253              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
22254              (mirror change#2531 in the 5.005-maint)
22255      Branch: cfgperl
22256            ! lib/AutoSplit.pm
22257 ____________________________________________________________________________
22258 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
22259         Log: change in_pod pattern to /^=\w/ from /^=/
22260              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
22261              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
22262              Message-ID: <13942.32480.700000.640927@utensil>
22263              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
22264      Branch: maint-5.005/perl
22265            ! lib/AutoSplit.pm
22266 ____________________________________________________________________________
22267 [  2525] By: jhi                                   on 1998/12/29  13:06:26
22268         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22269              To: perl5-porters@perl.org
22270              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
22271              Date: 16 Dec 1998 03:17:03 +0200
22272              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
22273      Branch: cfgperl
22274            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22275 ____________________________________________________________________________
22276 [  2524] By: jhi                                   on 1998/12/29  13:00:06
22277         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22278              To: perl5-porters@perl.org
22279              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
22280              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
22281              Date: 10 Dec 1998 08:30:02 +0200
22282              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
22283              
22284              (Nick's part was applied earlier, in change #2460)
22285      Branch: cfgperl
22286            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22287 ____________________________________________________________________________
22288 [  2523] By: jhi                                   on 1998/12/29  12:41:31
22289         Log: From: "vishal bhatia" <vishalb@hotmail.com>
22290              To: nick@ni-s.u-net.com
22291              Cc: perl5-porters@perl.org
22292              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
22293              Date: 9 Dec 1998 06:50:30 +0200
22294              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
22295      Branch: cfgperl
22296            ! ext/B/B/CC.pm
22297 ____________________________________________________________________________
22298 [  2522] By: jhi                                   on 1998/12/29  12:15:18
22299         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
22300              To: perl5-porters@perl.org (Perl 5 Porters)
22301              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
22302              Date: 25 Dec 1998 23:02:28 +0200
22303              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
22304      Branch: cfgperl
22305            ! lib/Pod/Text.pm
22306 ____________________________________________________________________________
22307 [  2521] By: jhi                                   on 1998/12/29  12:07:54
22308         Log: Undo #2519 (breaks universal.c).
22309      Branch: cfgperl
22310            ! XSUB.h
22311 ____________________________________________________________________________
22312 [  2519] By: jhi                                   on 1998/12/29  11:41:10
22313         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
22314              To: perl5-porters@perl.org
22315              Cc: perl-xs@perl.org
22316              Subject: XSUB.h refinement [PATCH]
22317              Date: 18 Dec 1998 03:58:44 +0200
22318              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
22319      Branch: cfgperl
22320            ! XSUB.h
22321 ____________________________________________________________________________
22322 [  2518] By: jhi                                   on 1998/12/29  11:36:19
22323         Log: From: abigail@fnx.com
22324              To: perl5-porters@perl.org (Perl Porters)
22325              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
22326              Date: 28 Dec 1998 21:39:15 +0200
22327              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
22328      Branch: cfgperl
22329            ! lib/fields.pm
22330 ____________________________________________________________________________
22331 [  2517] By: jhi                                   on 1998/12/29  11:35:03
22332         Log: Document change #2516.
22333      Branch: cfgperl
22334            ! pod/perldelta.pod
22335 ____________________________________________________________________________
22336 [  2516] By: jhi                                   on 1998/12/29  11:32:26
22337         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22338              To: perl5-porters@perl.org (Mailing list Perl5)
22339              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
22340              Date: 9 Dec 1998 10:39:31 +0200
22341              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
22342      Branch: cfgperl
22343            ! pod/perldiag.pod regcomp.c toke.c
22344 ____________________________________________________________________________
22345 [  2515] By: jhi                                   on 1998/12/29  11:27:11
22346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22347              To: perl5-porters@perl.org (Mailing list Perl5)
22348              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
22349              Date: 8 Dec 1998 09:02:04 +0200
22350              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
22351              
22352              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
22353      Branch: cfgperl
22354            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
22355 ____________________________________________________________________________
22356 [  2514] By: jhi                                   on 1998/12/29  11:21:31
22357         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22358              To: perl5-porters@perl.org (Mailing list Perl5)
22359              Subject: [PATCH 5.005_53] Regexp tests and UTF8
22360              Date: 8 Dec 1998 07:02:01 +0200
22361              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
22362      Branch: cfgperl
22363            ! regcomp.c
22364 ____________________________________________________________________________
22365 [  2513] By: jhi                                   on 1998/12/29  11:18:34
22366         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22367              Subject: [PATCH 5.005_*] Dumpvar.pm
22368              To: perl5-porters@perl.org (Mailing list Perl5)
22369              Date: 7 Dec 1998 10:17:35 +0200
22370              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
22371      Branch: cfgperl
22372            + lib/Dumpvalue.pm
22373            ! MANIFEST
22374 ____________________________________________________________________________
22375 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
22376         Log: From: jan.dubois@ibm.net (Jan Dubois)
22377              Date: Tue, 01 Dec 1998 00:07:33 +0100
22378              Message-ID: <366921b5.14512598@smtp1.ibm.net>
22379              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
22380              
22381              From: jan.dubois@ibm.net (Jan Dubois)
22382              Date: Wed, 02 Dec 1998 00:24:54 +0100
22383              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
22384              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
22385      Branch: maint-5.005/perl
22386            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
22387            ! win32/config.bc win32/config.gc win32/config.vc
22388            ! win32/config_sh.PL win32/makedef.pl
22389 ____________________________________________________________________________
22390 [  2509] By: jhi                                   on 1998/12/28  13:00:31
22391     Log: Kickstart AUTHORS and MAINTAIN.
22392  Branch: cfgperl
22393        + AUTHORS MAINTAIN
22394        ! MANIFEST
22395 ____________________________________________________________________________
22396 [  2508] By: jhi                                   on 1998/12/28  08:04:00
22397     Log: From: Nathan Torkington <gnat@frii.com>
22398          To: perlbug@perl.com
22399          Subject: [PATCH] perlxstut.pod fix
22400          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
22401          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
22402  Branch: cfgperl
22403        ! pod/perlxstut.pod
22404 ____________________________________________________________________________
22405 [  2507] By: jhi                                   on 1998/12/28  07:59:00
22406     Log: From: abigail@fnx.com
22407          To: perlbug@perl.com
22408          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
22409          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
22410          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
22411          (slightly modified, a part of the patch was rejected)
22412          (strange, I thought I had already submitted this one
22413          but Perforce disagrees with me...)
22414  Branch: cfgperl
22415        ! pod/perlop.pod
22416 ____________________________________________________________________________
22417 [  2506] By: jhi                                   on 1998/12/28  07:56:59
22418     Log: From: Artur <artur@vogon-solutions.com>
22419          To: perlbug@perl.com
22420          Subject: PATCH: perlmodlib.pod
22421          Date: Fri, 25 Dec 1998 00:48:39 +0000
22422          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
22423  Branch: cfgperl
22424        ! pod/perlmodlib.pod pod/perlop.pod
22425 ____________________________________________________________________________
22426 [  2505] By: jhi                                   on 1998/12/28  07:46:06
22427     Log: From: abigail@fnx.com
22428          To: perl5-porters@perl.org (Perl Porters)
22429          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
22430          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
22431          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
22432  Branch: cfgperl
22433        ! pod/pod2html.PL
22434 ____________________________________________________________________________
22435 [  2504] By: jhi                                   on 1998/12/28  07:44:35
22436     Log: From: Jim Avera <avera@fjst.com>
22437          To: perlbug@perl.com
22438          Subject: perlbug bug - shows dates reversed
22439          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
22440          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
22441  Branch: cfgperl
22442        ! utils/perlbug.PL
22443 ____________________________________________________________________________
22444 [  2503] By: jhi                                   on 1998/12/28  07:41:39
22445     Log: From: jan.dubois@ibm.net (Jan Dubois)
22446          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
22447          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
22448          Date: Wed, 23 Dec 1998 21:26:38 +0100
22449          Message-ID: <36895086.8849224@smtp1.ibm.net>
22450  Branch: cfgperl
22451        ! lib/ExtUtils/MakeMaker.pm
22452 ____________________________________________________________________________
22453 [  2502] By: jhi                                   on 1998/12/28  07:39:20
22454     Log: From: Blair Zajac <bzajac@geostaff.com>
22455          To: perl5-porters@perl.org
22456          Subject: Tie::SubstrHash patch
22457          Date: Wed, 23 Dec 1998 17:13:32 -0800
22458          Message-ID: <3681953C.8B6A90AA@geostaff.com>
22459  Branch: cfgperl
22460        ! lib/Tie/SubstrHash.pm
22461 ____________________________________________________________________________
22462 [  2501] By: jhi                                   on 1998/12/28  07:37:16
22463     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
22464          To: perlbug@perl.com
22465          Subject: perlfaq9 minor error
22466          Date: Wed, 23 Dec 1998 14:54:19 -0800
22467          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
22468  Branch: cfgperl
22469        ! pod/perlfaq9.pod
22470 ____________________________________________________________________________
22471 [  2500] By: jhi                                   on 1998/12/23  10:38:18
22472     Log: More porting notes about filesystems, AmigaOS, and MiNT.
22473  Branch: cfgperl
22474        ! pod/perlport.pod
22475 ____________________________________________________________________________
22476 [  2499] By: jhi                                   on 1998/12/22  09:26:49
22477     Log: Add few MSG_ and uio constants.
22478  Branch: cfgperl
22479        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
22480 ____________________________________________________________________________
22481 [  2498] By: jhi                                   on 1998/12/22  08:39:30
22482     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
22483          a Digital C compiler optimizer bug that broke the 'x'
22484          operator under certain circumstances.  See t/op/repeat.t
22485          test #20 for graphic details.  Reported in
22486          
22487          From: Gisle Aas <gisle@aas.no>
22488          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
22489          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
22490          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
22491          Date: 18 Dec 1998 14:27:40 +0100
22492          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
22493          
22494          and discussed further in the thread
22495          
22496          From: Jarkko Hietaniemi <jhi@iki.fi>
22497          To: Gisle Aas <gisle@aas.no>
22498          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
22499          cpan-testers@perl.org, perl5-porters@perl.org
22500          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
22501          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
22502          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
22503  Branch: cfgperl
22504        ! t/op/repeat.t util.c
22505 ____________________________________________________________________________
22506 [  2497] By: jhi                                   on 1998/12/21  14:18:57
22507     Log: Change #2483 update.
22508  Branch: cfgperl
22509        ! t/op/tr.t
22510 ____________________________________________________________________________
22511 [  2496] By: jhi                                   on 1998/12/21  14:07:41
22512     Log: Update on change #2493.
22513  Branch: cfgperl
22514        ! t/pragma/warn/op
22515 ____________________________________________________________________________
22516 [  2495] By: jhi                                   on 1998/12/21  13:52:00
22517     Log: Change #2487 aftershock.
22518  Branch: cfgperl
22519        ! warning.pl
22520 ____________________________________________________________________________
22521 [  2494] By: jhi                                   on 1998/12/21  12:35:00
22522     Log: From: Chris Nandor <pudge@pobox.com>
22523          To: perl5-porters@perl.org
22524          Subject: [PATCH] perlport.pod v1.37
22525          Date: Sat, 19 Dec 1998 12:54:34 -0500
22526          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
22527  Branch: cfgperl
22528        ! pod/perlport.pod
22529 ____________________________________________________________________________
22530 [  2493] By: jhi                                   on 1998/12/21  12:22:44
22531     Log: From: Mark-Jason Dominus <mjd@plover.com>
22532          To: perl5-porters@perl.com
22533          Subject: PATCH (5.005_02): Dejargonizing
22534          Date: Sun, 20 Dec 1998 14:35:20 -0500
22535          Message-ID: <19981220193520.11230.qmail@plover.com>
22536          
22537          From: Mark-Jason Dominus <mjd@plover.com>
22538          To: perl5-porters@perl.com
22539          Subject: PATCH (5.005_02): Spelling correction in warning message
22540          Date: Sun, 20 Dec 1998 13:51:30 -0500
22541          Message-ID: <19981220185130.11067.qmail@plover.com>
22542  Branch: cfgperl
22543        ! doio.c op.c
22544 ____________________________________________________________________________
22545 [  2492] By: jhi                                   on 1998/12/21  09:00:05
22546     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22547          To: perl5-porters@perl.org
22548          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
22549          Date: Sun, 20 Dec 1998 19:03:25 PST
22550          Message-ID: <19981221030326.27660.qmail@hotmail.com>
22551          
22552          (slightly reformatted)
22553  Branch: cfgperl
22554        ! ext/B/B/CC.pm
22555 ____________________________________________________________________________
22556 [  2491] By: nick                                  on 1998/12/20  14:21:29
22557     Log: Save _all_ GV's which have SV, AV or HV set.
22558  Branch: perl
22559        ! ext/B/B/C.pm
22560 ____________________________________________________________________________
22561 [  2490] By: jhi                                   on 1998/12/18  15:13:19
22562     Log: Add idea about generalising cpp symbol probing of Errno.
22563  Branch: cfgperl
22564        ! Todo
22565 ____________________________________________________________________________
22566 [  2489] By: jhi                                   on 1998/12/18  14:47:57
22567     Log: Address some of the issues of:
22568          
22569          From: Tom Christiansen <tchrist@jhereg.perl.com>
22570          To: perl-porters-active@jhereg.perl.com
22571          Subject: Undocumentation Issues for 5.005
22572          Date: Thu, 17 Dec 1998 14:46:24 -0700
22573          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
22574  Branch: cfgperl
22575        ! pod/perl5005delta.pod
22576 ____________________________________________________________________________
22577 [  2488] By: jhi                                   on 1998/12/18  11:26:32
22578     Log: From: root <root@dubravka.in-berlin.de>
22579          To: perlbug@perl.com
22580          Cc: k@dubravka.in-berlin.de
22581          Subject: Please add no_modify to PERL_POLLUTE
22582          Date: Fri, 18 Dec 1998 10:45:52 +0100
22583          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
22584          
22585          (Really from Andreas König)
22586  Branch: cfgperl
22587        ! embed.pl
22588 ____________________________________________________________________________
22589 [  2487] By: jhi                                   on 1998/12/17  14:05:52
22590     Log: Some (by far not all) issues of the below message addressed.
22591          
22592          From: Tom Christiansen <tchrist@jhereg.perl.com>
22593          To: The Perl Porters Mailing List <perl5-porters@perl.org>
22594          Subject: important UNDOC issues for 5.005_54
22595          Date: Wed, 16 Dec 1998 21:14:53 -0700
22596          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
22597  Branch: cfgperl
22598        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
22599 ____________________________________________________________________________
22600 [  2486] By: jhi                                   on 1998/12/17  12:47:15
22601     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22602          To: domo@computer.org
22603          Cc: jhi@iki.fi, perl5-porters@perl.org
22604          Subject: Re: stuff related to malloc.c
22605          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
22606          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
22607  Branch: cfgperl
22608        ! malloc.c
22609 ____________________________________________________________________________
22610 [  2485] By: jhi                                   on 1998/12/17  12:17:19
22611     Log: More porting notes.
22612  Branch: cfgperl
22613        ! Porting/pumpkin.pod
22614 ____________________________________________________________________________
22615 [  2484] By: jhi                                   on 1998/12/15  08:38:05
22616     Log: Undo #2386 and #2205.
22617  Branch: cfgperl
22618        ! pod/perlfunc.pod
22619 ____________________________________________________________________________
22620 [  2483] By: jhi                                   on 1998/12/14  17:58:35
22621     Log: lib was missing from @INC.
22622  Branch: cfgperl
22623        ! t/op/tr.t
22624 ____________________________________________________________________________
22625 [  2482] By: jhi                                   on 1998/12/14  17:52:42
22626     Log: Was missing use Text::Wrap.
22627  Branch: cfgperl
22628        ! t/lib/textfill.t
22629 ____________________________________________________________________________
22630 [  2481] By: jhi                                   on 1998/12/14  16:00:22
22631     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
22632          
22633          From: Jonathan Roy <roy@idle.com>
22634          To: perl5-porters@perl.org
22635          Subject: nlist.h add to Configure checks?
22636          Date: Sun, 13 Dec 1998 22:22:49 -0500
22637          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
22638  Branch: cfgperl
22639        + ext/DynaLoader/hints/linux.pl
22640        ! MANIFEST
22641 ____________________________________________________________________________
22642 [  2480] By: jhi                                   on 1998/12/14  15:02:44
22643     Log: Give up completely using nm in AIX.
22644          
22645          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22646          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
22647          Cc: perl5-porters@perl.org
22648          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
22649          Date: Thu, 10 Dec 1998 00:51:46 -0500
22650          Message-ID: <19981210005146.B29986@O2.chapin.edu>
22651  Branch: cfgperl
22652        ! hints/aix.sh
22653 ____________________________________________________________________________
22654 [  2479] By: jhi                                   on 1998/12/14  14:39:52
22655     Log: AIX' error messages are different.
22656          
22657          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22658          To: Gurusamy Sarathy <gsar@engin.umich.edu>
22659          Cc: perl5-porters@perl.org
22660          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
22661          Date: Thu, 10 Dec 1998 00:42:36 -0500
22662          Message-ID: <19981210004236.A29986@O2.chapin.edu>
22663          
22664          From: Michael Engel <engel@nms1.cc.huji.ac.il>
22665          To: perlbug@perl.com
22666          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
22667          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
22668          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
22669  Branch: cfgperl
22670        ! t/pragma/warn/doio
22671 ____________________________________________________________________________
22672 [  2475] By: jhi                                   on 1998/12/13  12:35:55
22673     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22674          To: jhi@iki.fi
22675          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
22676          Subject: Re: stuff related to malloc.c
22677          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
22678          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
22679  Branch: cfgperl
22680        ! malloc.c
22681 ____________________________________________________________________________
22682 [  2474] By: jhi                                   on 1998/12/13  12:32:42
22683     Log: Some notes about porting issues.
22684  Branch: cfgperl
22685        ! Porting/pumpkin.pod
22686 ____________________________________________________________________________
22687 [  2473] By: jhi                                   on 1998/12/13  12:03:58
22688     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
22689          To: Perl 5 Porters <perl5-porters@perl.org>
22690          Subject: [patch 5.005_02] dos-djgpp update
22691          Date: Sun, 13 Dec 1998 00:08:44 +0100
22692          Message-ID: <19981213000844.C264@beeblebrox>
22693  Branch: cfgperl
22694        ! djgpp/config.over
22695 ____________________________________________________________________________
22696 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
22697     Log: undo changes to Exporter.pm from #2312
22698  Branch: maint-5.005/perl
22699        ! lib/Exporter.pm
22700 ____________________________________________________________________________
22701 [  2465] By: jhi                                   on 1998/12/12  12:31:21
22702     Log: Document that qw() taints.
22703          
22704          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
22705          To: perlbug@perl.com 
22706          Subject: taint problems
22707          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
22708          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
22709  Branch: cfgperl
22710        ! pod/perlop.pod
22711 ____________________________________________________________________________
22712 [  2464] By: jhi                                   on 1998/12/11  14:09:51
22713     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
22714          To: dist-users@foretune.co.jp
22715          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
22716          Date: Mon, 07 Dec 1998 20:13:04 -0400
22717          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
22718  Branch: cfgperl
22719        ! Configure
22720 ____________________________________________________________________________
22721 [  2463] By: jhi                                   on 1998/12/11  13:29:54
22722     Log: MAXPATHLEN.
22723  Branch: cfgperl
22724        ! perl.h
22725 ____________________________________________________________________________
22726 [  2462] By: jhi                                   on 1998/12/11  08:37:58
22727     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
22728          To: perl5-porters@perl.org
22729          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
22730          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
22731          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
22732  Branch: cfgperl
22733        + hints/gnu.sh
22734 ____________________________________________________________________________
22735 [  2461] By: nick                                  on 1998/12/10  21:00:50
22736     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
22737          From: Vishal Bhatia <vishalb@hotmail.com>
22738          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
22739          2. Fixes the bug  regarding return value of c-functions generated out 
22740          of perl subs. ( Just includes the patch I sent earlier)
22741          3. Incorporates the other changes that need to be done to get CC.pm
22742          use ISA search for packages and methods on the same lines as C.pm
22743          
22744          Vishal would appreciate comments about B::Stackobj changes from 
22745          someone knowing that module well.
22746  Branch: perl
22747        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22748 ____________________________________________________________________________
22749 [  2460] By: jhi                                   on 1998/12/08  08:11:27
22750     Log: Integrate from mainperl.
22751  Branch: cfgperl
22752       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22753       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
22754       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
22755       !> toke.c util.c
22756 ____________________________________________________________________________
22757 [  2459] By: jhi                                   on 1998/12/07  07:50:11
22758     Log: From: hansm@icgroup.nl 
22759          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22760          Reply-To: hansmu@xs4all.nl 
22761          To: perlbug@perl.com 
22762          Date: Sun, 6 Dec 98 22:19:54 +0100 
22763          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
22764  Branch: cfgperl
22765        ! util.c
22766 ____________________________________________________________________________
22767 [  2458] By: gsar                                  on 1998/12/07  06:00:55
22768     Log: fix dup lexical
22769  Branch: perl
22770        ! ext/B/B/Deparse.pm t/lib/io_unix.t
22771 ____________________________________________________________________________
22772 [  2457] By: gsar                                  on 1998/12/06  14:38:59
22773     Log: mention limit on line numbers reported by diagnostics
22774  Branch: perl
22775        ! pod/perl.pod toke.c
22776 ____________________________________________________________________________
22777 [  2456] By: gsar                                  on 1998/12/06  13:49:02
22778     Log: branch perldelta.pod
22779  Branch: maint-5.005/perl
22780       +> pod/perldelta.pod
22781 ____________________________________________________________________________
22782 [  2455] By: gsar                                  on 1998/12/06  13:47:21
22783     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
22784  Branch: maint-5.005/perl
22785        - pod/perldelta.pod
22786 ____________________________________________________________________________
22787 [  2454] By: gsar                                  on 1998/12/06  13:35:31
22788     Log: fix outdated/incorrect info about arbitrary limits
22789  Branch: perl
22790        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
22791        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
22792 ____________________________________________________________________________
22793 [  2453] By: nick                                  on 1998/12/05  16:14:42
22794     Log: Avoid hard-coding op numbers
22795          Update CC.pm to save %INC, and to co-exist with new C.pm
22796  Branch: perl
22797        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22798 ____________________________________________________________________________
22799 [  2452] By: nick                                  on 1998/12/05  10:44:28
22800     Log: B.xs had its own code to calculate hash() which differed from
22801          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
22802          which meant that run-time require was re-done.
22803          Removed some debug from C.pm
22804  Branch: perl
22805        ! ext/B/B.xs ext/B/B/C.pm
22806 ____________________________________________________________________________
22807 [  2451] By: nick                                  on 1998/12/04  21:58:49
22808     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
22809          well as _54, but with pre-scan for classes and save the ISA scheme.
22810  Branch: perl
22811        ! ext/B/B/C.pm
22812 ____________________________________________________________________________
22813 [  2450] By: nick                                  on 1998/12/04  17:58:44
22814     Log: Vishal Bhatia's patch as a basis.
22815  Branch: perl
22816        ! ext/B/B/C.pm ext/B/B/CC.pm
22817 ____________________________________________________________________________
22818 [  2449] By: jhi                                   on 1998/12/04  16:39:21
22819     Log: Integrate from mainperl.
22820  Branch: cfgperl
22821       !> t/op/goto.t t/op/tr.t
22822 ____________________________________________________________________________
22823 [  2448] By: gsar                                  on 1998/12/04  06:06:49
22824     Log: tweak test for UTEST
22825  Branch: perl
22826        ! t/op/tr.t
22827 ____________________________________________________________________________
22828 [  2444] By: jhi                                   on 1998/12/03  14:37:22
22829     Log: s/\bthe the\b/the/g *.pod
22830  Branch: cfgperl
22831        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
22832 ____________________________________________________________________________
22833 [  2443] By: jhi                                   on 1998/12/03  13:39:53
22834     Log: Change#2441 aftermath.
22835  Branch: cfgperl
22836        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22837        ! config_h.SH thread.h vms/subconfigure.com
22838 ____________________________________________________________________________
22839 [  2441] By: jhi                                   on 1998/12/03  08:15:13
22840     Log: From: Dan Sugalski <sugalskd@osshe.edu>
22841          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
22842          Subject: [PATCH 5.005_54]Initial VMS patches
22843          Date: 3 Dec 1998 01:05:55 +0200
22844          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
22845          
22846          The patch to config_h.SH requires more study because
22847          metaconfig needs to agree.
22848  Branch: cfgperl
22849        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
22850        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
22851        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
22852 ____________________________________________________________________________
22853 [  2440] By: gsar                                  on 1998/12/03  01:32:16
22854     Log: add failed check-in of goto.t from change#1867
22855  Branch: perl
22856        ! t/op/goto.t
22857 ____________________________________________________________________________
22858 [  2437] By: jhi                                   on 1998/12/02  18:03:51
22859     Log: Fix most of the bad L<> links of
22860          
22861          From: Tom Christiansen <tchrist@jhereg.perl.com> 
22862          Subject: bad L<> links
22863          Reply-to: tchrist@perl.com 
22864          To: perlbug@jhereg.perl.com 
22865          Date: Tue, 11 Aug 1998 10:58:07 -0500 
22866          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
22867          
22868          The ones not fixed may require darker Pod::HTML magic,
22869          for example the perlguts.html#tags should work fine, IMHO.
22870  Branch: cfgperl
22871        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
22872        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
22873        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
22874        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
22875        ! pod/perlvar.pod
22876 ____________________________________________________________________________
22877 [  2436] By: jhi                                   on 1998/12/02  16:35:04
22878     Log: One paste too many in #2345.
22879  Branch: cfgperl
22880        ! lib/Pod/Html.pm
22881 ____________________________________________________________________________
22882 [  2435] By: jhi                                   on 1998/12/02  16:32:33
22883     Log: Pod::Html and Pod::Text were not locale-savvy:
22884          for example in =head1 all non-ASCII-\w-runs were
22885          turned into underscores in NAME tags.  This could
22886          result in several NAME tags becoming identical.
22887          Reported by:
22888          
22889          From: Fyodor Krasnov <fyodor@aha.ru> 
22890          Subject: pod2html vs Russian Characters
22891          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
22892          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
22893          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
22894  Branch: cfgperl
22895        ! lib/Pod/Html.pm lib/Pod/Text.pm
22896 ____________________________________________________________________________
22897 [  2434] By: jhi                                   on 1998/12/02  10:29:00
22898     Log: The real Mc5_54 integration.
22899  Branch: cfgperl
22900       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
22901 ____________________________________________________________________________
22902 [  2433] By: jhi                                   on 1998/12/02  08:52:13
22903     Log: From: Andy Dougherty <doughera@lafayette.edu>
22904          To: Perl Porters <perl5-porters@perl.org>
22905          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
22906          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
22907          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
22908  Branch: cfgperl
22909        ! Configure
22910 ____________________________________________________________________________
22911 [  2432] By: jhi                                   on 1998/12/02  08:49:47
22912     Log: From: Andy Dougherty <doughera@lafayette.edu>
22913          To: Perl Porters <perl5-porters@perl.org>
22914          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
22915          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
22916          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
22917  Branch: cfgperl
22918        ! Configure
22919 ____________________________________________________________________________
22920 [  2431] By: jhi                                   on 1998/12/01  16:11:50
22921     Log: From: achampio@lehman.com (Alan Champion)
22922          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
22923          To: perlbug@perl.com
22924          Date: 1 Dec 1998 17:36:33 +0200
22925          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
22926          
22927          Skip NIS includes.
22928  Branch: cfgperl
22929        ! t/op/pwent.t
22930 ____________________________________________________________________________
22931 [  2430] By: gsar                                  on 1998/12/01  12:12:50
22932     Log: 5.005_54, as released
22933  Branch: perl
22934        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
22935 ____________________________________________________________________________
22936 [  2429] By: jhi                                   on 1998/12/01  11:28:39
22937     Log: From: Anton Berezin <tobez@plab.ku.dk>
22938          To: perl5-porters@perl.org
22939          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
22940          Date: 30 Nov 1998 19:46:24 +0100
22941          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
22942  Branch: cfgperl
22943        ! hints/freebsd.sh
22944 ____________________________________________________________________________
22945 [  2428] By: jhi                                   on 1998/12/01  11:08:16
22946     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
22947  Branch: cfgperl
22948       +> (branch 30 files)
22949       !> (integrate 71 files)
22950 ____________________________________________________________________________
22951 [  2427] By: jhi                                   on 1998/12/01  10:51:37
22952     Log: Default to accepting a hinted $randfunc even when $csym
22953          does not find it.  (the previous defaylt behaviour was not
22954          to accept).
22955  Branch: cfgperl
22956        ! Configure
22957 ____________________________________________________________________________
22958 [  2426] By: jhi                                   on 1998/12/01  10:13:03
22959     Log: Separated the [:foo:] parsing to its own function.
22960          Passes all tests.
22961  Branch: cfgperl
22962        ! regcomp.c
22963 ____________________________________________________________________________
22964 [  2425] By: jhi                                   on 1998/12/01  08:22:49
22965     Log: Typo in comments.
22966  Branch: cfgperl
22967        ! regexec.c
22968 ____________________________________________________________________________
22969 [  2424] By: jhi                                   on 1998/12/01  08:21:38
22970     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22971          Subject: [PATCH 5.005_*] Debugger 'v' command
22972          To: perl5-porters@perl.org (Mailing list Perl5)
22973          Date: 1 Dec 1998 07:55:11 +0200
22974          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
22975  Branch: cfgperl
22976        ! lib/perl5db.pl
22977 ____________________________________________________________________________
22978 [  2423] By: jhi                                   on 1998/12/01  08:19:08
22979     Log: From: pvhp@forte.com (Peter Prymmer)
22980          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
22981          To: perl5-porters@perl.org
22982          Date: 1 Dec 1998 07:27:11 +0200
22983          Message-ID: <MLIST_9812010508.AA07791@forte.com>
22984  Branch: cfgperl
22985        ! hints/os390.sh
22986 ____________________________________________________________________________
22987 [  2417] By: jhi                                   on 1998/11/30  08:14:00
22988     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
22989  Branch: cfgperl
22990        ! ext/Socket/Socket.xs
22991 ____________________________________________________________________________
22992 [  2416] By: jhi                                   on 1998/11/30  08:00:15
22993     Log: Undo #2395, seems more like a problem in netbsd-current.
22994  Branch: cfgperl
22995        ! util.c
22996
22997 ----------------
22998 Version 5.005_54
22999 ----------------
23000
23001 ____________________________________________________________________________
23002 [  2414] By: gsar                                  on 1998/11/30  02:23:55
23003     Log: more JPL tweaks
23004  Branch: perl
23005        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
23006        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
23007 ____________________________________________________________________________
23008 [  2413] By: gsar                                  on 1998/11/30  01:35:56
23009     Log: stub bin/jpl that just runs JPL::Compile::files()
23010  Branch: perl
23011        + jpl/bin/jpl
23012 ____________________________________________________________________________
23013 [  2412] By: gsar                                  on 1998/11/30  01:32:14
23014     Log: delete symlink
23015  Branch: perl
23016        - jpl/bin/jpl
23017 ____________________________________________________________________________
23018 [  2410] By: gsar                                  on 1998/11/30  01:30:44
23019     Log: branch jpl from perlext to perl
23020  Branch: perl
23021       +> (branch 30 files)
23022 ____________________________________________________________________________
23023 [  2407] By: gsar                                  on 1998/11/30  01:24:53
23024     Log: JPL tweaks to build with 5.005
23025  Branch: perlext
23026        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
23027        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
23028 ____________________________________________________________________________
23029 [  2406] By: gsar                                  on 1998/11/30  00:55:54
23030     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
23031  Branch: perl
23032        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
23033 ____________________________________________________________________________
23034 [  2405] By: gsar                                  on 1998/11/30  00:28:55
23035     Log: patchlevel up to 54
23036  Branch: perl
23037        ! patchlevel.h win32/Makefile win32/config_H.bc
23038        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23039 ____________________________________________________________________________
23040 [  2403] By: gsar                                  on 1998/11/29  23:35:50
23041     Log: integrate cfgperl changes into mainline
23042  Branch: perl
23043       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23044       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
23045 ____________________________________________________________________________
23046 [  2402] By: gsar                                  on 1998/11/29  23:08:42
23047     Log: sync Text::Wrap version number
23048  Branch: perl
23049        ! lib/Text/Wrap.pm
23050 ____________________________________________________________________________
23051 [  2401] By: gsar                                  on 1998/11/29  22:56:21
23052     Log: textfill.t tweak
23053  Branch: perl
23054        ! t/lib/textfill.t
23055 ____________________________________________________________________________
23056 [  2400] By: gsar                                  on 1998/11/29  22:50:41
23057     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
23058          <muir@idiom.com>
23059  Branch: perl
23060        + t/lib/textfill.t
23061        ! MANIFEST lib/Text/Wrap.pm
23062 ____________________________________________________________________________
23063 [  2399] By: gsar                                  on 1998/11/29  22:28:05
23064     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
23065          has happened without the authors knowledge or consent; the subversive
23066          version (which is in 5.00502) breaks one of the tests in the
23067          authors testsuite; attempts are being made to find a fix that
23068          avoids breaking code already running with the 5.005_02 version
23069          From:    David Muir Sharnoff <muir@idiom.com>
23070          Date:    Sat, 28 Nov 1998 04:34:17 PST
23071          Message-Id: <199811281234.EAA03082@idiom.com>
23072          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
23073  Branch: perl
23074        ! lib/Text/Wrap.pm t/lib/textwrap.t
23075 ____________________________________________________________________________
23076 [  2397] By: nick                                  on 1998/11/29  20:13:58
23077     Log: Update docs and English.pm for $^C
23078  Branch: perl
23079        ! lib/English.pm pod/perlvar.pod
23080 ____________________________________________________________________________
23081 [  2396] By: jhi                                   on 1998/11/29  20:13:03
23082     Log: Mirror #2384.
23083  Branch: cfgperl
23084        ! t/op/pwent.t
23085 ____________________________________________________________________________
23086 [  2395] By: jhi                                   on 1998/11/29  19:59:12
23087     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
23088  Branch: cfgperl
23089        ! util.c
23090 ____________________________________________________________________________
23091 [  2394] By: gsar                                  on 1998/11/29  19:49:08
23092     Log: updated perlreftut.pod
23093  Branch: perl
23094        ! pod/perlreftut.pod
23095 ____________________________________________________________________________
23096 [  2393] By: gsar                                  on 1998/11/29  19:31:56
23097     Log: misc tweaks
23098  Branch: perl
23099        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
23100 ____________________________________________________________________________
23101 [  2392] By: gsar                                  on 1998/11/29  19:31:18
23102     Log: notes about -DPERL_POLLUTE
23103  Branch: perl
23104        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
23105 ____________________________________________________________________________
23106 [  2391] By: gsar                                  on 1998/11/29  19:13:52
23107     Log: explain various win32 build caveats more clearly
23108  Branch: perl
23109        ! README.win32 win32/Makefile win32/makefile.mk
23110 ____________________________________________________________________________
23111 [  2390] By: gsar                                  on 1998/11/29  16:51:59
23112     Log: remove I_POLL detection (Configure will do that now)
23113  Branch: perl
23114        ! ext/IO/Makefile.PL
23115 ____________________________________________________________________________
23116 [  2389] By: jhi                                   on 1998/11/29  16:39:16
23117     Log: Add I_POLL for IO 1.20.
23118  Branch: cfgperl
23119        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23120        ! config_h.SH
23121 ____________________________________________________________________________
23122 [  2388] By: gsar                                  on 1998/11/29  16:23:30
23123     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
23124  Branch: perl
23125        + Porting/p4desc
23126        ! MANIFEST
23127 ____________________________________________________________________________
23128 [  2387] By: gsar                                  on 1998/11/29  16:08:03
23129     Log: another threads reliability fix: serialize writes to thr->threadsv
23130          avoid most uses of PL_na (which is much more inefficient than a
23131          simple local); update docs to suit; PL_na now being thr->Tna may
23132          be a minor compatibility issue for extensions--will require dTHR
23133          outside of XSUBs (those get automatic dTHR)
23134  Branch: perl
23135        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
23136        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
23137        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
23138        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
23139        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
23140        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
23141        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
23142        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
23143        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
23144 ____________________________________________________________________________
23145 [  2386] By: jhi                                   on 1998/11/29  15:40:42
23146     Log: Tune the "if" entry.
23147  Branch: cfgperl
23148        ! pod/perlfunc.pod
23149 ____________________________________________________________________________
23150 [  2385] By: gsar                                  on 1998/11/29  12:40:28
23151     Log: various fixes for race conditions under threads: mutex locks based
23152          on PL_threadnum were seriously flawed, since it means more than one
23153          thread could enter the critical region; PL_na was global instead of
23154          thread-local; child thread could finish and free thr structures
23155          before Thread->new() got around to creating the Thread object;
23156          cv_clone() needed locking, as it mucks with PL_comppad and other
23157          global data; new_struct_thread() needed to lock template-thread's
23158          mutex while copying its data
23159  Branch: perl
23160        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
23161        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
23162 ____________________________________________________________________________
23163 [  2384] By: gsar                                  on 1998/11/29  10:54:38
23164     Log: s/warn/print/ on multiply defined groups
23165  Branch: perl
23166        ! t/op/grent.t
23167 ____________________________________________________________________________
23168 [  2383] By: gsar                                  on 1998/11/29  10:48:39
23169     Log: backout change#2334
23170  Branch: perl
23171        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
23172 ____________________________________________________________________________
23173 [  2382] By: jhi                                   on 1998/11/29  10:33:40
23174     Log: Better NetInfo behaviour.
23175  Branch: cfgperl
23176        ! t/op/grent.t t/op/pwent.t
23177 ____________________________________________________________________________
23178 [  2381] By: jhi                                   on 1998/11/29  10:08:15
23179     Log: Integrate from mainperl.
23180  Branch: cfgperl
23181       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
23182       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23183       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
23184       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
23185       +> t/lib/io_poll.t t/lib/io_unix.t
23186       !> (integrate 58 files)
23187 ____________________________________________________________________________
23188 [  2380] By: gsar                                  on 1998/11/29  08:22:49
23189     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
23190          Tim Bunce)
23191  Branch: perl
23192        ! gv.c
23193 ____________________________________________________________________________
23194 [  2379] By: gsar                                  on 1998/11/29  07:06:43
23195     Log: fix for pat.t failure under USE_THREADS
23196  Branch: perl
23197        ! pp_ctl.c regexec.c
23198 ____________________________________________________________________________
23199 [  2378] By: nick                                  on 1998/11/28  22:46:57
23200     Log: More C.pm tweaks
23201          Save globs even if we have saved cv itself before - may be imported.
23202          
23203          While we don't save "bootstrap" CV we need to provide a stub,
23204          so that if we require it later we don't fall through and attempt
23205          to DynaLoad module again.
23206          
23207          Attempt to save %INC so that "require" does not reload things
23208          we have compiled-in (does not work right yet - seems to be due
23209          to PL_incgv being created in perl_parse() current scheme setting 
23210          GvHV() is "better" than saving the glob, but still does not 
23211          work as I expect). 
23212  Branch: perl
23213        ! ext/B/B/C.pm
23214 ____________________________________________________________________________
23215 [  2377] By: gsar                                  on 1998/11/28  22:30:38
23216     Log: various tweaks; result passes all tests for normal build on Solaris;
23217          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
23218          win32 due to lack of select() that works on non-socket fds
23219  Branch: perl
23220        ! ext/IO/poll.c regcomp.c regexec.c scope.c
23221        ! t/lib/io_multihomed.t win32/makefile.mk
23222 ____________________________________________________________________________
23223 [  2376] By: gsar                                  on 1998/11/28  20:44:39
23224     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
23225  Branch: perl
23226        ! myconfig
23227 ____________________________________________________________________________
23228 [  2375] By: gsar                                  on 1998/11/28  20:42:58
23229     Log: integrate cfgperl changes into mainline
23230  Branch: perl
23231       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
23232       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
23233 ____________________________________________________________________________
23234 [  2374] By: gsar                                  on 1998/11/28  20:02:03
23235     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23236          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
23237          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
23238          Subject: [PATCH 5.00553] Yet another OS/2 patch
23239  Branch: perl
23240        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
23241 ____________________________________________________________________________
23242 [  2373] By: gsar                                  on 1998/11/28  19:30:06
23243     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23244          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
23245          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
23246          Subject: [PATCH 5.005_53] Change $#+
23247  Branch: perl
23248        ! mg.c pod/perlvar.pod t/op/pat.t
23249 ____________________________________________________________________________
23250 [  2372] By: gsar                                  on 1998/11/28  19:28:00
23251     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23252          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
23253          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
23254          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
23255  Branch: perl
23256        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
23257        ! thrdvar.h
23258 ____________________________________________________________________________
23259 [  2371] By: gsar                                  on 1998/11/28  19:23:53
23260     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23261          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
23262          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
23263          Subject: [PATCH 5.005_53] better -Mre=debugcolor
23264  Branch: perl
23265        ! embedvar.h objXSUB.h regexec.c thrdvar.h
23266 ____________________________________________________________________________
23267 [  2370] By: gsar                                  on 1998/11/28  19:21:17
23268     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23269          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
23270          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
23271          Subject: [PATCH 5.005_*] regcolors
23272  Branch: perl
23273        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
23274 ____________________________________________________________________________
23275 [  2369] By: gsar                                  on 1998/11/28  19:00:15
23276     Log: allow final period in a file (not followed by a newline) to
23277          terminate format spec
23278  Branch: perl
23279        ! toke.c
23280 ____________________________________________________________________________
23281 [  2368] By: gsar                                  on 1998/11/28  18:58:25
23282     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
23283          add C<$Config{installarchlib}/CORE> to the default locations searched
23284          on win32
23285  Branch: perl
23286        ! lib/ExtUtils/Liblist.pm
23287 ____________________________________________________________________________
23288 [  2367] By: gsar                                  on 1998/11/28  18:46:05
23289     Log: applied suggested patch with PERL_OBJECT tweaks
23290          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23291          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
23292          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
23293          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
23294  Branch: perl
23295        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
23296        ! regexec.c t/op/pat.t thrdvar.h
23297 ____________________________________________________________________________
23298 [  2366] By: gsar                                  on 1998/11/28  18:38:34
23299     Log: additional documentation for qr//
23300          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23301          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
23302          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
23303          Subject: [PATCH 5.005_*] Documentation (fwd)
23304  Branch: perl
23305        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
23306 ____________________________________________________________________________
23307 [  2365] By: gsar                                  on 1998/11/28  18:35:35
23308     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23309          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
23310          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
23311          Subject: [PATCH 5.005_*] Fix \G in REx without //g
23312  Branch: perl
23313        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
23314        ! regexp.h t/op/pat.t thrdvar.h
23315 ____________________________________________________________________________
23316 [  2364] By: gsar                                  on 1998/11/28  18:24:20
23317     Log: update Test.pm to Test-1.12; tweak 're' detection
23318  Branch: perl
23319        ! lib/Test.pm
23320 ____________________________________________________________________________
23321 [  2363] By: gsar                                  on 1998/11/28  18:12:04
23322     Log: avoid command-line quoting portability problems in lex_assign.t
23323  Branch: perl
23324        ! t/op/lex_assign.t
23325 ____________________________________________________________________________
23326 [  2362] By: gsar                                  on 1998/11/28  18:08:50
23327     Log: From: John Tobey <jtobey@channel1.com>
23328          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
23329          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
23330          Subject: PATCH: document English.pm sawampersand and thread issues
23331  Branch: perl
23332        ! lib/English.pm pod/perlvar.pod
23333 ____________________________________________________________________________
23334 [  2361] By: gsar                                  on 1998/11/28  18:03:04
23335     Log: fix uninitialized warnings
23336          From: Brian Callaghan <callagh@itginc.com>
23337          Date: Thu, 19 Nov 1998 17:49:10 -0800
23338          Message-Id: <3654CA96.B64FCAEB@itginc.com>
23339          Subject: Complete.pm patch (version 1.1)
23340  Branch: perl
23341        ! lib/Term/Complete.pm
23342 ____________________________________________________________________________
23343 [  2360] By: gsar                                  on 1998/11/28  17:59:16
23344     Log: s/Array/List/ suggested by John Tobey
23345  Branch: perl
23346        ! pod/perldata.pod
23347 ____________________________________________________________________________
23348 [  2359] By: gsar                                  on 1998/11/28  17:47:48
23349     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
23350  Branch: perl
23351        ! lib/Tie/Handle.pm pod/perlfunc.pod
23352 ____________________________________________________________________________
23353 [  2358] By: jhi                                   on 1998/11/28  17:23:15
23354     Log: Revamp the locale tests.
23355          (0) Instead of rewiring a few locales scan for them.
23356          (1) Bogus test #101 removed.
23357          (2) All the locales are checked, the lists of failed
23358          and non-failed ones are displayed.
23359          (3) The test #103 is again 'active' so that it may fail.
23360          (4) To balance (3) a hopefully pacifying message is shown
23361          if the #103 fails.
23362  Branch: cfgperl
23363        ! t/pragma/locale.t
23364 ____________________________________________________________________________
23365 [  2357] By: gsar                                  on 1998/11/28  17:21:07
23366     Log: add perlreftut.pod
23367  Branch: perl
23368        + pod/perlreftut.pod
23369        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
23370        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
23371        ! win32/pod.mak
23372 ____________________________________________________________________________
23373 [  2356] By: jhi                                   on 1998/11/28  16:58:01
23374     Log: Change #2346 fallout.
23375  Branch: cfgperl
23376        ! t/op/undef.t
23377 ____________________________________________________________________________
23378 [  2355] By: gsar                                  on 1998/11/28  16:46:43
23379     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
23380          ANSI prototypes
23381  Branch: perl
23382        ! ext/IO/IO.xs
23383 ____________________________________________________________________________
23384 [  2354] By: gsar                                  on 1998/11/28  16:08:07
23385     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
23386          keep platform hacks that aren't in the 1.20 dist; add new files
23387          to MANIFEST; hack Makefile.PL; result hasn't been tested
23388          anywhere
23389  Branch: perl
23390        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
23391        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23392        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
23393        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
23394        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
23395        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
23396        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
23397        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
23398        ! t/lib/io_sock.t t/lib/io_udp.t
23399 ____________________________________________________________________________
23400 [  2353] By: jhi                                   on 1998/11/28  15:51:03
23401     Log: Locale collation, ctype, and numeric, were initialized wrong
23402          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
23403          as reported by
23404          
23405          From: Ilya.Sandler@etak.com (Ilya Sandler)
23406          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
23407          To: perlbug@perl.com
23408          Date: 25 Nov 1998 04:53:52 +0200
23409          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
23410  Branch: cfgperl
23411        ! util.c
23412 ____________________________________________________________________________
23413 [  2352] By: nick                                  on 1998/11/28  15:21:59
23414     Log: Implement $^C to allow perl access to -c flag - I think this 
23415          was agreed once...
23416  Branch: perl
23417        ! gv.c mg.c
23418 ____________________________________________________________________________
23419 [  2351] By: jhi                                   on 1998/11/28  15:14:24
23420     Log: Change #2251 fixup.
23421  Branch: cfgperl
23422        ! myconfig
23423 ____________________________________________________________________________
23424 [  2350] By: jhi                                   on 1998/11/28  14:58:19
23425     Log: Integrate from mainperl.
23426  Branch: cfgperl
23427       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
23428       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23429       +> pod/perl5005delta.pod
23430       !> (integrate 49 files)
23431 ____________________________________________________________________________
23432 [  2349] By: jhi                                   on 1998/11/28  14:27:36
23433     Log: Passwd and group file groveling.
23434  Branch: cfgperl
23435        ! t/op/grent.t t/op/pwent.t
23436 ____________________________________________________________________________
23437 [  2348] By: gsar                                  on 1998/11/28  14:09:50
23438     Log: more conservative version of changes#2345,2346,2347; those break
23439          C<defined(@{"foo::ISA"})> which seems to be extensively used in
23440          the libs :-(
23441  Branch: perl
23442        ! pp.c t/op/method.t
23443 ____________________________________________________________________________
23444 [  2347] By: gsar                                  on 1998/11/28  13:36:08
23445     Log: tweak bogus test
23446  Branch: perl
23447        ! t/op/method.t
23448 ____________________________________________________________________________
23449 [  2346] By: gsar                                  on 1998/11/28  13:20:34
23450     Log: test cases for previous change
23451  Branch: perl
23452        ! t/op/undef.t
23453 ____________________________________________________________________________
23454 [  2345] By: gsar                                  on 1998/11/28  13:07:17
23455     Log: fix typo in pp_defined() causing C<defined %tied> to fail
23456  Branch: perl
23457        ! pp.c
23458 ____________________________________________________________________________
23459 [  2344] By: gsar                                  on 1998/11/28  13:03:29
23460     Log: s/comment/comment_t/ tweak (suggested by John Gorman
23461          <jgorman@webbysoft.com>)
23462  Branch: perl
23463        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
23464 ____________________________________________________________________________
23465 [  2343] By: gsar                                  on 1998/11/28  12:52:40
23466     Log: add (stub) perldelta.pod
23467  Branch: perl
23468        + pod/perldelta.pod
23469 ____________________________________________________________________________
23470 [  2342] By: gsar                                  on 1998/11/28  12:49:26
23471     Log: rename perldelta.pod to perl5005delta.pod in preparation for
23472          starting a new one
23473  Branch: perl
23474       +> pod/perl5005delta.pod
23475        - pod/perldelta.pod
23476        ! MANIFEST pod/perl.pod
23477 ____________________________________________________________________________
23478 [  2341] By: gsar                                  on 1998/11/28  12:41:55
23479     Log: fix MALLOC_LOCK #define
23480  Branch: perl
23481        ! malloc.c
23482 ____________________________________________________________________________
23483 [  2340] By: gsar                                  on 1998/11/28  12:18:23
23484     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23485          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
23486          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
23487          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
23488  Branch: perl
23489        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
23490 ____________________________________________________________________________
23491 [  2339] By: jhi                                   on 1998/11/28  11:59:01
23492     Log: Add -lm to dynix/ptx POSIX hints.
23493          From: "Martin J. Bligh" <mbligh@sequent.com>
23494          To: jhi@iki.fi
23495          Subject: Re: Making Perl work on DYNIX/ptx
23496          Date: Wed, 25 Nov 1998 10:34:41 -0800
23497          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
23498  Branch: cfgperl
23499        ! ext/POSIX/hints/dynixptx.pl
23500 ____________________________________________________________________________
23501 [  2338] By: jhi                                   on 1998/11/28  11:57:19
23502     Log: Detypo.
23503  Branch: cfgperl
23504        ! lib/filetest.pm
23505 ____________________________________________________________________________
23506 [  2337] By: jhi                                   on 1998/11/28  11:56:29
23507     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
23508  Branch: cfgperl
23509        ! Configure
23510 ____________________________________________________________________________
23511 [  2336] By: gsar                                  on 1998/11/28  11:41:14
23512     Log: teach CPAN.pm to ignore beta perl distributions when looking for
23513          modules
23514          From: root@dogberry.rutgers.edu (root)
23515          Date: Thu, 12 Nov 1998 23:08:39 -0500
23516          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
23517          Subject: recompile tries getting a perl distribution
23518  Branch: perl
23519        ! lib/CPAN.pm
23520 ____________________________________________________________________________
23521 [  2335] By: gsar                                  on 1998/11/28  11:27:46
23522     Log: make $1 et al readonly under threads; make C<undef $1> fail like
23523          C<$1 = undef> does
23524  Branch: perl
23525        ! op.c pp.c t/op/undef.t
23526 ____________________________________________________________________________
23527 [  2334] By: gsar                                  on 1998/11/28  10:24:52
23528     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
23529  Branch: perl
23530        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
23531 ____________________________________________________________________________
23532 [  2333] By: gsar                                  on 1998/11/28  09:36:40
23533     Log: document changed PERL_HASH()
23534  Branch: perl
23535        ! pod/perlfunc.pod pod/perlguts.pod
23536 ____________________________________________________________________________
23537 [  2332] By: nick                                  on 1998/11/27  21:10:27
23538     Log: Handle INIT list in C.pm
23539          1. Provide init_av() from B.xs
23540          2. Export it in B.pm
23541          3. Use it in C.pm
23542          Also disable some pruning in savecv() which seems to undo
23543          my previous patch.
23544          Experimental feature - save pathnames of .so files in easily 
23545          grep-able form for use in wrapper to feed to linker.  
23546  Branch: perl
23547        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
23548 ____________________________________________________________________________
23549 [  2327] By: gsar                                  on 1998/11/27  15:12:01
23550     Log: integrate change#2315 from maint-5.005
23551  Branch: perl
23552        ! t/op/sort.t
23553       !> op.c sv.c
23554 ____________________________________________________________________________
23555 [  2326] By: gsar                                  on 1998/11/27  15:00:42
23556     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
23557  Branch: perl
23558       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
23559       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23560       !> lib/ExtUtils/typemap
23561 ____________________________________________________________________________
23562 [  2325] By: gsar                                  on 1998/11/27  14:46:18
23563     Log: malloc bugfix and documentation from Ilya Zakharevich
23564          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
23565          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
23566          Subject: [PATCH 5.005_*] Re: Internal coredump
23567          --
23568          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
23569          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
23570          Subject: [PATCH 5.005_*] malloc.c documentation
23571  Branch: perl
23572        ! malloc.c
23573 ____________________________________________________________________________
23574 [  2324] By: gsar                                  on 1998/11/27  14:41:38
23575     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
23576  Branch: perl
23577        ! ext/B/B/C.pm
23578 ____________________________________________________________________________
23579 [  2323] By: gsar                                  on 1998/11/27  14:33:44
23580     Log: From: maeda@src.ricoh.co.jp
23581          Date: Tue, 24 Nov 1998 10:37:45 +0900
23582          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
23583          Subject: format "..." bug
23584  Branch: perl
23585        ! pp_ctl.c t/op/write.t
23586 ____________________________________________________________________________
23587 [  2322] By: gsar                                  on 1998/11/27  14:20:12
23588     Log: add ext/Devel/Peek
23589          From: jan.dubois@ibm.net (Jan Dubois)
23590          Date: Mon, 23 Nov 1998 00:48:11 +0100
23591          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
23592          Subject: [PATCH 5.005_53] Devel::Peek integration
23593  Branch: perl
23594        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
23595        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23596        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
23597        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
23598        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
23599 ____________________________________________________________________________
23600 [  2321] By: gsar                                  on 1998/11/27  13:03:08
23601     Log: ensure 'make regen_headers' even without perl installed
23602          (suggested by Ilya Zakharevich)
23603  Branch: perl
23604        ! bytecode.pl warning.pl
23605 ____________________________________________________________________________
23606 [  2320] By: gsar                                  on 1998/11/27  12:58:36
23607     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23608          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
23609          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
23610          Subject: [PATCH 5.005_*] Cosmetic malloc patch
23611  Branch: perl
23612        ! malloc.c
23613 ____________________________________________________________________________
23614 [  2319] By: gsar                                  on 1998/11/27  12:56:13
23615     Log: eliminate dup hunk from integration
23616  Branch: perl
23617        ! lib/filetest.pm perl.h
23618 ____________________________________________________________________________
23619 [  2318] By: gsar                                  on 1998/11/27  12:50:08
23620     Log: integrate cfgperl changes into mainline
23621  Branch: perl
23622       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
23623        ! pod/perlfaq4.pod
23624       !> (integrate 30 files)
23625 ____________________________________________________________________________
23626 [  2317] By: jhi                                   on 1998/11/27  11:38:13
23627     Log: C<-x>.
23628  Branch: cfgperl
23629        ! lib/filetest.pm
23630 ____________________________________________________________________________
23631 [  2316] By: jhi                                   on 1998/11/27  11:10:22
23632     Log: Integrate from mainperl.
23633  Branch: cfgperl
23634       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
23635       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
23636       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
23637       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
23638       !> win32/win32sck.c
23639 ____________________________________________________________________________
23640 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
23641     Log: integrate change#2246 from mainline, while still allowing
23642          C<sort $globref @foo>
23643          
23644          allow C<sort $coderef @foo>
23645  Branch: maint-5.005/perl
23646        ! op.c sv.c
23647       !> t/op/sort.t
23648 ____________________________________________________________________________
23649 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
23650     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
23651          forwarded by Jarkko Hietaniemi from Mark Bixby
23652  Branch: maint-5.005/perl
23653        ! ext/DynaLoader/dl_mpeix.xs installperl
23654 ____________________________________________________________________________
23655 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
23656     Log: Allow PL_FILES to have multiple targets from one source by allowing
23657          an array ref as the value in the hash
23658  Branch: maint-5.005/perl
23659        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23660        ! lib/ExtUtils/MakeMaker.pm
23661 ____________________________________________________________________________
23662 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
23663     Log: fix unsigned variables to use SvUV and sv_setuv
23664  Branch: maint-5.005/perl
23665        ! lib/ExtUtils/typemap
23666 ____________________________________________________________________________
23667 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
23668     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
23669  Branch: maint-5.005/perl
23670        ! lib/ExtUtils/MM_Unix.pm
23671 ____________________________________________________________________________
23672 [  2301] By: gsar                                  on 1998/11/26  10:16:54
23673     Log: fix PL_defoutgv leak under threads
23674  Branch: perl
23675        ! ext/Thread/Thread.xs
23676 ____________________________________________________________________________
23677 [  2300] By: gsar                                  on 1998/11/26  09:04:44
23678     Log: properly free temporaries created by threads
23679  Branch: perl
23680        ! ext/Thread/Thread.xs
23681 ____________________________________________________________________________
23682 [  2299] By: gsar                                  on 1998/11/26  06:51:16
23683     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
23684          to set the package for the block properly
23685  Branch: perl
23686        ! op.c t/comp/package.t t/lib/dumper.t
23687 ____________________________________________________________________________
23688 [  2298] By: nick                                  on 1998/11/24  22:04:20
23689     Log: Part-1 of tweaks to allow Tk to be "compiled"
23690          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
23691          (May also need attention to exports etc. - to follow.)
23692  Branch: perl
23693        ! universal.c
23694 ____________________________________________________________________________
23695 [  2294] By: jhi                                   on 1998/11/23  10:44:26
23696     Log: The new socket tests need in some platforms
23697          to #include <sys/types.h>.
23698  Branch: cfgperl
23699        ! Configure
23700 ____________________________________________________________________________
23701 [  2293] By: jhi                                   on 1998/11/23  10:33:42
23702     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23703          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
23704          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23705          Date: Mon, 23 Nov 1998 10:07:04 +0100
23706          Message-Id: <9811230907.AA06484@AWT.nl>
23707          
23708          NeXTstep NetInfo uses nidump to get the user/group databases.
23709  Branch: cfgperl
23710        ! t/op/grent.t t/op/pwent.t
23711 ____________________________________________________________________________
23712 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
23713     Log: Updated Porting/patchls utility.
23714  Branch: maint-5.004/perl
23715        ! Porting/patchls
23716 ____________________________________________________________________________
23717 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
23718     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
23719          From:  Henrik Tougaard <ht.000@foa.dk>
23720          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
23721          Files:  lib/Sys/Syslog.pm
23722  Branch: maint-5.004/perl
23723        ! lib/Sys/Syslog.pm
23724 ____________________________________________________________________________
23725 [  2286] By: jhi                                   on 1998/11/22  19:08:42
23726     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
23727  Branch: cfgperl
23728        ! ext/Socket/Socket.xs
23729 ____________________________________________________________________________
23730 [  2285] By: jhi                                   on 1998/11/22  18:21:07
23731     Log: MSG_PROXY for GNU/Hurd (previously we believed that
23732          all GNU libc platforms have MSG_PROXY.  Untrue).
23733          In fact this ended up as a major MSG_* and SCM_*
23734          update.  The MSG_XXX known to be enums in some
23735          versions of the glibc are now probed for and respective
23736          HAS_MSG_XXX are defined.  While I was at it I noticed
23737          SCM_RIGHTS being similarly an enum.  This reminded me of
23738          an ancient discussion in perl5-porters:
23739          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
23740          The BSD socket interface has a nifty feature for passing
23741          file descriptors and credentials--via sockets.  It may be
23742          too late to add this functionality to the CORE but
23743          at least Configure now probes for the functions,
23744          structs, and includes, defining the appropriate
23745          HAS_YYY and I_ZZZ, and the Socket extension exports
23746          the constants, in case somebody wants to write an
23747          extension for this interface.
23748  Branch: cfgperl
23749        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23750        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
23751        ! iperlsys.h
23752 ____________________________________________________________________________
23753 [  2284] By: jhi                                   on 1998/11/22  18:13:21
23754     Log: perlhist.pod 1.54, containing 5_53.
23755  Branch: cfgperl
23756        ! pod/perlhist.pod
23757 ____________________________________________________________________________
23758 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
23759     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
23760  Branch: maint-5.004/perl
23761        ! doio.c
23762 ____________________________________________________________________________
23763 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
23764     Log: Improve op/die_exit.t test for implicit close changing $!
23765  Branch: maint-5.004/perl
23766        ! t/op/die_exit.t
23767 ____________________________________________________________________________
23768 [  2268] By: jhi                                   on 1998/11/22  14:44:11
23769     Log: Fix thinko.
23770  Branch: cfgperl
23771        ! hints/dynixptx.sh
23772 ____________________________________________________________________________
23773 [  2267] By: jhi                                   on 1998/11/22  13:19:41
23774     Log: Document the d_socket override.
23775  Branch: cfgperl
23776        ! hints/dynixptx.sh
23777 ____________________________________________________________________________
23778 [  2266] By: jhi                                   on 1998/11/22  12:12:29
23779     Log: From: John Tobey <jtobey@channel1.com>
23780          Subject: [PATCH] perlfaq typos
23781          To: perl5-porters@perl.com
23782          Date: 22 Nov 1998 04:25:15 +0200
23783          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
23784  Branch: cfgperl
23785        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23786        ! pod/perlfaq7.pod pod/perlfaq8.pod
23787 ____________________________________________________________________________
23788 [  2265] By: jhi                                   on 1998/11/22  12:06:29
23789     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
23790          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
23791          Newsgroups: hut.lists.perl5-porters
23792          To: gsar@engin.umich.edu (Gurusamy Sarathy)
23793          Cc: perl5-porters@perl.org (Perl5 Porters)
23794          Date: 20 Nov 1998 12:20:41 +0200
23795  Branch: cfgperl
23796        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23797        ! ext/DB_File/DB_File.xs
23798 ____________________________________________________________________________
23799 [  2264] By: jhi                                   on 1998/11/22  11:55:09
23800     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
23801          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23802          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23803          To: perlbug@perl.com
23804          Date: 20 Nov 1998 18:39:06 +0200
23805          Lines: 47
23806          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23807  Branch: cfgperl
23808        ! t/op/grent.t t/op/pwent.t
23809 ____________________________________________________________________________
23810 [  2263] By: jhi                                   on 1998/11/22  11:42:59
23811     Log: Permission testing is tricky when we have too much power.
23812          Problem reported in
23813          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23814          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23815          To: perlbug@perl.com
23816          Date: 20 Nov 1998 18:39:06 +0200
23817          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23818  Branch: cfgperl
23819        ! t/op/filetest.t
23820 ____________________________________________________________________________
23821 [  2262] By: gsar                                  on 1998/11/22  11:37:02
23822     Log: fix broken CAPI generation
23823  Branch: perl
23824        ! win32/GenCAPI.pl
23825 ____________________________________________________________________________
23826 [  2261] By: jhi                                   on 1998/11/22  11:17:00
23827     Log: -x should be C<-x>, reported by Gerben Wierda.
23828  Branch: cfgperl
23829        ! pod/perlfunc.pod
23830 ____________________________________________________________________________
23831 [  2260] By: gsar                                  on 1998/11/22  11:12:02
23832     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
23833  Branch: perl
23834        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
23835        ! proto.h
23836 ____________________________________________________________________________
23837 [  2259] By: jhi                                   on 1998/11/22  11:06:40
23838     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
23839          Subject: Re: [PATCH] Re: pod2man bug in date generated line
23840          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
23841          Cc: perlbug@perl.com
23842          Date: 20 Nov 1998 21:30:17 +0200
23843          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
23844  Branch: cfgperl
23845        ! pod/pod2man.PL
23846 ____________________________________________________________________________
23847 [  2256] By: jhi                                   on 1998/11/21  10:44:01
23848     Log: From: Thomas Bowditch <bowditch@inmet.com>
23849          Subject: Benchmark.pm suggestion
23850          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
23851          Date: Fri, 20 Nov 1998 17:43:46 -0500
23852          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
23853          
23854          Added timesum().
23855  Branch: cfgperl
23856        ! lib/Benchmark.pm
23857 ____________________________________________________________________________
23858 [  2255] By: gsar                                  on 1998/11/21  08:45:06
23859     Log: another win32 portability fix: make sysread() and syswrite()
23860          work on sockets
23861  Branch: perl
23862        ! pp_sys.c win32/win32.h
23863 ____________________________________________________________________________
23864 [  2254] By: gsar                                  on 1998/11/21  07:49:06
23865     Log: win32_recvfrom() compatibility fix
23866  Branch: perl
23867        ! win32/win32sck.c
23868 ____________________________________________________________________________
23869 [  2253] By: jhi                                   on 1998/11/20  08:22:06
23870     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
23871          To: jhi@iki.fi
23872          Subject: MPE/iX Perl 5.005_02 oops
23873          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
23874          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
23875  Branch: cfgperl
23876        ! ext/DynaLoader/dl_mpeix.xs installperl
23877 ____________________________________________________________________________
23878 [  2252] By: gsar                                  on 1998/11/19  17:38:03
23879     Log: mess_sv tweak for change#2249
23880  Branch: perl
23881        ! util.c
23882 ____________________________________________________________________________
23883 [  2251] By: jhi                                   on 1998/11/18  12:32:19
23884     Log: Display use64bits and usemultiplicity but only if necessary.
23885  Branch: cfgperl
23886        ! myconfig
23887 ____________________________________________________________________________
23888 [  2250] By: jhi                                   on 1998/11/18  12:26:50
23889     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
23890          Subject: pp.c uses 'unsigned Quad_t'
23891          To: perlbug@perl.com 
23892          Date: Sun, 15 Nov 1998 20:57:05 -0300 
23893          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
23894  Branch: cfgperl
23895        ! perl.h pp.c
23896 ____________________________________________________________________________
23897 [  2249] By: gsar                                  on 1998/11/18  05:43:11
23898     Log: use PL_mess_sv only during global destruction (fixes problems with
23899          overlapping invocations of form()/warn()/die()/croak() trampling on
23900          each other's messages)
23901  Branch: perl
23902        ! mg.c util.c
23903 ____________________________________________________________________________
23904 [  2248] By: gsar                                  on 1998/11/18  05:39:36
23905     Log: tweak change#2245 to skip previous message if any
23906  Branch: perl
23907        ! pp_ctl.c t/pragma/warn/pp_ctl
23908 ____________________________________________________________________________
23909 [  2247] By: jhi                                   on 1998/11/17  11:46:56
23910     Log: Integrate from mainperl.
23911  Branch: cfgperl
23912       !> (integrate 26 files)
23913 ____________________________________________________________________________
23914 [  2246] By: gsar                                  on 1998/11/17  09:41:10
23915     Log: allow C<sort $coderef @foo>
23916  Branch: perl
23917        ! op.c t/op/sort.t t/pragma/overload.t
23918 ____________________________________________________________________________
23919 [  2245] By: gsar                                  on 1998/11/17  08:28:26
23920     Log: propagate failures in DESTROY() as (optional) warnings
23921  Branch: perl
23922        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
23923 ____________________________________________________________________________
23924 [  2244] By: gsar                                  on 1998/11/17  07:43:08
23925     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
23926  Branch: perl
23927        ! perl.c thrdvar.h
23928 ____________________________________________________________________________
23929 [  2243] By: gsar                                  on 1998/11/17  07:40:09
23930     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
23931  Branch: perl
23932        ! lib/warning.pm warning.h warning.pl
23933 ____________________________________________________________________________
23934 [  2242] By: gsar                                  on 1998/11/17  06:32:39
23935     Log: fix skipspace() to properly account for newlines in eval''-ed
23936          strings (caused bogus line numbers in diagnostics and debugger)
23937  Branch: perl
23938        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
23939 ____________________________________________________________________________
23940 [  2241] By: gsar                                  on 1998/11/17  03:48:12
23941     Log: s/Perl_utf8skip/PL_utf8skip/g
23942  Branch: perl
23943        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
23944 ____________________________________________________________________________
23945 [  2240] By: gsar                                  on 1998/11/14  06:09:06
23946     Log: rework op/groups.t
23947  Branch: perl
23948        ! t/op/filetest.t t/op/groups.t
23949 ____________________________________________________________________________
23950 [  2235] By: gsar                                  on 1998/11/14  00:17:05
23951     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
23952  Branch: perl
23953        ! op.c
23954 ____________________________________________________________________________
23955 [  2234] By: gsar                                  on 1998/11/14  00:14:02
23956     Log: update Changes
23957  Branch: perl
23958        ! Changes win32/config.bc win32/config.gc win32/config.vc
23959 ____________________________________________________________________________
23960 [  2233] By: gsar                                  on 1998/11/13  09:43:03
23961     Log: doc tweak
23962  Branch: perl
23963        ! README.win32
23964 ____________________________________________________________________________
23965 [  2230] By: jhi                                   on 1998/11/12  17:07:45
23966     Log: Allow hints file override for d_socket
23967          (based on Sequent-induced change #2229).
23968  Branch: cfgperl
23969        ! Configure
23970 ____________________________________________________________________________
23971 [  2229] By: jhi                                   on 1998/11/12  16:32:33
23972     Log: 
23973          From: "Martin J. Bligh" <mbligh@sequent.com>
23974          To: jhi@iki.fi
23975          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
23976          Subject: Re: Making Perl work on DYNIX/ptx
23977          Date: Tue, 10 Nov 1998 16:24:26 -0800
23978          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
23979  Branch: cfgperl
23980        ! hints/dynixptx.sh
23981 ____________________________________________________________________________
23982 [  2228] By: jhi                                   on 1998/11/12  11:40:37
23983     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
23984          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
23985          To: jhi@iki.fi
23986          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
23987          Subject: Re: Making Perl work on DYNIX/ptx
23988          Date: Tue, 10 Nov 1998 18:01:10 -0800
23989  Branch: cfgperl
23990        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
23991 ____________________________________________________________________________
23992 [  2227] By: jhi                                   on 1998/11/12  11:17:42
23993     Log: Integrate from mainperl.
23994  Branch: cfgperl
23995       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
23996       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
23997       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
23998       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
23999       !> win32/win32.c x2p/s2p.PL
24000 ____________________________________________________________________________
24001 [  2226] By: gsar                                  on 1998/11/11  21:05:42
24002     Log: provide -DPERL_POLLUTE
24003  Branch: perl
24004        ! embed.pl embedvar.h
24005 ____________________________________________________________________________
24006 [  2225] By: jhi                                   on 1998/11/09  07:45:12
24007     Log: From: Hans Mulder <hansm@icgroup.nl>
24008          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
24009          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
24010          perl5-porters@perl.org
24011          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
24012          (UNINSTALLED)
24013          Date: Sun,  8 Nov 98 22:20:23 +0100
24014          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
24015  Branch: cfgperl
24016        ! malloc.c perl.h
24017 ____________________________________________________________________________
24018 [  2224] By: gsar                                  on 1998/11/09  03:13:14
24019     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
24020          Christoph <lupe@alanya.m.isar.de>)
24021  Branch: perl
24022        ! lib/Text/Wrap.pm
24023 ____________________________________________________________________________
24024 [  2223] By: gsar                                  on 1998/11/09  02:09:06
24025     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
24026          <lionel.fourquaux@wanadoo.fr>)
24027  Branch: perl
24028        ! x2p/s2p.PL
24029 ____________________________________________________________________________
24030 [  2222] By: gsar                                  on 1998/11/09  01:56:24
24031     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
24032          Date: Wed, 04 Nov 1998 12:19:44 +0000
24033          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
24034          Subject: [PATCH] Re: [5.005_53] read overflow? 
24035          --
24036          Date: Wed, 04 Nov 1998 13:15:18 +0000
24037          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
24038          Subject: [PATCH 5.005_53] perl -V fix
24039  Branch: perl
24040        ! perl.c regexec.c
24041 ____________________________________________________________________________
24042 [  2221] By: gsar                                  on 1998/11/09  01:34:56
24043     Log: From: jan.dubois@ibm.net (Jan Dubois)
24044          Date: Sun, 01 Nov 1998 00:05:01 +0100
24045          Message-ID: <364294bd.18052307@smtp1.ibm.net>
24046          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
24047  Branch: perl
24048        ! Changes win32/makedef.pl
24049 ____________________________________________________________________________
24050 [  2220] By: gsar                                  on 1998/11/08  21:13:07
24051     Log: integrate changes#2120,2168,2218 from maint-5.005;
24052          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
24053          enum; make regen_headers
24054  Branch: perl
24055        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
24056        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
24057 ____________________________________________________________________________
24058 [  2219] By: gsar                                  on 1998/11/08  19:42:57
24059     Log: integrate cfgperl changes into mainline
24060  Branch: perl
24061       +> README.vmesa
24062       !> Configure MANIFEST Porting/Glossary Porting/config.sh
24063       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
24064       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
24065       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
24066       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
24067       !> thread.h vms/subconfigure.com vos/config.h
24068 ____________________________________________________________________________
24069 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
24070     Log: From: Graham Barr <gbarr@ti.com>
24071          Date: Mon, 2 Nov 1998 07:38:52 -0600
24072          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
24073          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
24074  Branch: maint-5.005/perl
24075        ! ext/IPC/SysV/Msg.pm
24076 ____________________________________________________________________________
24077 [  2215] By: gsar                                  on 1998/11/08  02:52:52
24078     Log: set close-on-exec bit on pipe() FDs
24079  Branch: perl
24080        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
24081 ____________________________________________________________________________
24082 [  2214] By: gsar                                  on 1998/11/08  02:27:57
24083     Log: typo in newHVhv()
24084  Branch: perl
24085        ! hv.c
24086 ____________________________________________________________________________
24087 [  2211] By: jhi                                   on 1998/11/07  21:14:18
24088     Log: Finalize the Mach CThreads support.
24089          
24090          From: Hans Mulder <hansm@icgroup.nl>
24091          Date: Sat,  7 Nov 98 22:06:20 +0100
24092          To: Gurusamy Sarathy <gsar@engin.umich.edu>
24093          Cc: jhi@iki.fi, perl5-porters@perl.org
24094          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
24095          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
24096  Branch: cfgperl
24097        ! malloc.c perl.h
24098 ____________________________________________________________________________
24099 [  2210] By: gsar                                  on 1998/11/06  20:36:50
24100     Log: fix AvREALISH bogusness
24101  Branch: perl
24102        ! av.c t/op/array.t
24103 ____________________________________________________________________________
24104 [  2209] By: jhi                                   on 1998/11/06  08:05:31
24105     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
24106          ASSERT() causes problems in {NeXTStep,OpenStep}.
24107          
24108          From: Hans Mulder <hansm@icgroup.nl>
24109          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
24110          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
24111          Date: Fri,  6 Nov 98 01:27:41 +0100
24112          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
24113          
24114          and
24115          
24116          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24117          Subject: Re: ASSERT() in malloc.c
24118          To: jhi@iki.fi
24119          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
24120          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
24121  Branch: cfgperl
24122        ! malloc.c
24123 ____________________________________________________________________________
24124 [  2208] By: jhi                                   on 1998/11/06  07:55:38
24125     Log: Mach CThreads needs #include <mach/cthreads.h>.
24126  Branch: cfgperl
24127        ! perl.h
24128 ____________________________________________________________________________
24129 [  2206] By: jhi                                   on 1998/11/05  14:54:52
24130     Log: PERL_BADLANG wrongly documented.
24131          
24132          From: ts <decoux@moulon.inra.fr>
24133          To: jhi@cc.hut.fi
24134          Subject: Re: Locale warning messages
24135          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
24136          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
24137          
24138          and
24139          
24140          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24141          Subject: Re: PERL_BADLANG
24142          To: jhi@iki.fi
24143          Subject: Re: PERL_BADLANG
24144          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
24145          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
24146  Branch: cfgperl
24147        ! pod/perllocale.pod
24148 ____________________________________________________________________________
24149 [  2205] By: jhi                                   on 1998/11/05  14:24:33
24150     Log: Document all the control flow keywords in perlfunc
24151          so that "perlfunc -f while" works.
24152  Branch: cfgperl
24153        ! pod/perlfunc.pod
24154 ____________________________________________________________________________
24155 [  2204] By: jhi                                   on 1998/11/05  12:46:02
24156     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
24157          (from vos/config.h).  Update Porting/{Glossary,config*}.
24158  Branch: cfgperl
24159        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24160        ! config_h.SH vos/config.h
24161 ____________________________________________________________________________
24162 [  2203] By: jhi                                   on 1998/11/05  08:34:39
24163     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
24164  Branch: cfgperl
24165        ! hints/vmesa.sh vms/subconfigure.com
24166 ____________________________________________________________________________
24167 [  2202] By: jhi                                   on 1998/11/05  08:03:20
24168     Log: Integrate from mainperl.
24169  Branch: cfgperl
24170       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
24171       !> win32/Makefile win32/makefile.mk win32/win32.c
24172 ____________________________________________________________________________
24173 [  2201] By: gsar                                  on 1998/11/05  04:40:44
24174     Log: another POPSTACK victim
24175  Branch: perl
24176        ! cop.h sv.c
24177 ____________________________________________________________________________
24178 [  2196] By: gsar                                  on 1998/11/05  02:07:54
24179     Log: fix a location affected by change#2191, add note about POPSTACK
24180  Branch: perl
24181        ! cop.h gv.c pp_ctl.c
24182 ____________________________________________________________________________
24183 [  2195] By: gsar                                  on 1998/11/05  02:04:45
24184     Log: makefile notes
24185  Branch: perl
24186        ! win32/Makefile win32/makefile.mk
24187 ____________________________________________________________________________
24188 [  2192] By: gsar                                  on 1998/11/04  23:48:53
24189     Log: indeterminate order-of-evaluation fixes
24190  Branch: perl
24191        ! mg.c
24192 ____________________________________________________________________________
24193 [  2191] By: gsar                                  on 1998/11/04  23:02:16
24194     Log: refetch local stack pointer in POPSTACK
24195  Branch: perl
24196        ! cop.h perl.c
24197 ____________________________________________________________________________
24198 [  2190] By: jhi                                   on 1998/11/04  08:50:40
24199     Log: Configure update.
24200          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
24201          
24202          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24203          To: Martin Bligh <mbligh@sequent.com>
24204          Cc: Jarkko Hietaniemi <jhi@iki.fi>
24205          Subject: Re: Perl 5's configure on DYNIX/ptx
24206          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
24207          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
24208          
24209          find sockets also from libsocket, not just libnet.
24210          OS390: $compile_ok instead of $compile for <inttypes.h>,
24211          
24212          From: pvhp@forte.com (Peter Prymmer)
24213          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
24214          Subject: _53 not OK on os390 but looking better than ever
24215          Date: Tue, 3 Nov 98 17:33:22 PST
24216          Message-Id: <9811040133.AA09450@forte.com>
24217  Branch: cfgperl
24218        ! Configure
24219 ____________________________________________________________________________
24220 [  2189] By: jhi                                   on 1998/11/04  07:43:58
24221     Log: sysio.t failure: fix undefined order of evaluation, from
24222          
24223          From: Spider Boardman <spider@web.zk3.dec.com>
24224          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
24225          To: perlbug@perl.com
24226          Date: 4 Nov 1998 01:22:30 +0200
24227          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
24228  Branch: cfgperl
24229        ! pp_sys.c
24230 ____________________________________________________________________________
24231 [  2188] By: gsar                                  on 1998/11/04  02:59:16
24232     Log: fix return value of win32_pclose()
24233  Branch: perl
24234        ! win32/win32.c
24235 ____________________________________________________________________________
24236 [  2187] By: gsar                                  on 1998/11/04  02:56:34
24237     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
24238  Branch: perl
24239        ! Changes doop.c gv.c util.c
24240 ____________________________________________________________________________
24241 [  2186] By: jhi                                   on 1998/11/03  08:17:52
24242     Log: Document quads in pack.
24243  Branch: cfgperl
24244        ! pod/perlfunc.pod
24245 ____________________________________________________________________________
24246 [  2185] By: jhi                                   on 1998/11/03  07:49:35
24247     Log: (IV) vs (I32) vs I_V()
24248          
24249          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
24250          From: Anton Berezin <tobez@plab.ku.dk> 
24251          To: "p5p" <perl5-porters@perl.org> 
24252          Date: 01 Nov 1998 15:09:11 +0100 
24253          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
24254          
24255          and
24256          
24257          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
24258          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
24259          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
24260  Branch: cfgperl
24261        ! sv.c
24262 ____________________________________________________________________________
24263 [  2184] By: jhi                                   on 1998/11/03  07:42:46
24264     Log: VM/ESA updates.
24265  Branch: cfgperl
24266        + README.vmesa
24267        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
24268 ____________________________________________________________________________
24269 [  2183] By: jhi                                   on 1998/11/02  12:58:13
24270     Log: The id(1)-parsing is real fun.
24271  Branch: cfgperl
24272        ! t/op/groups.t
24273 ____________________________________________________________________________
24274 [  2182] By: jhi                                   on 1998/11/02  12:07:43
24275     Log: Decommission the symlink test.
24276  Branch: cfgperl
24277        ! t/op/lex_assign.t
24278 ____________________________________________________________________________
24279 [  2181] By: jhi                                   on 1998/11/02  12:03:08
24280     Log: Replace ATTR_JOINABLE with true Configure probe
24281          for PTHREAD_CREATE_JOINABLE (or equivalent:
24282          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
24283          Remove ATTR_JOINABLE itself: Thread.xs uses
24284          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
24285          
24286          Really scan for <mach/cthreads.h> only if usethreads.
24287  Branch: cfgperl
24288        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
24289 ____________________________________________________________________________
24290 [  2180] By: jhi                                   on 1998/11/02  11:07:34
24291     Log: In HP-UX 10.X usethreads only if the required files are present.
24292  Branch: cfgperl
24293        ! hints/hpux.sh
24294 ____________________________________________________________________________
24295 [  2179] By: jhi                                   on 1998/11/02  09:10:33
24296     Log: Prefer groups(1).
24297          id -Gn can be broken.
24298          id -a can save the day.
24299  Branch: cfgperl
24300        ! t/op/groups.t
24301 ____________________________________________________________________________
24302 [  2178] By: jhi                                   on 1998/11/02  08:35:29
24303     Log: Detrail enum comma.
24304  Branch: cfgperl
24305        ! perl.h
24306 ____________________________________________________________________________
24307 [  2177] By: jhi                                   on 1998/11/02  08:24:12
24308     Log: 0**0 = 1, from
24309          
24310          From: d-lewart@uiuc.edu (Daniel S. Lewart)
24311          Subject: Math::Complex 0**0 patches
24312          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
24313          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
24314          To: jhi@iki.fi (Jarkko Hietaniemi),
24315          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
24316  Branch: cfgperl
24317        ! lib/Math/Complex.pm t/lib/complex.t
24318 ____________________________________________________________________________
24319 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
24320     Log: From: jan.dubois@ibm.net (Jan Dubois)   
24321          Date: Fri, 09 Oct 1998 23:28:31 +0200
24322          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
24323          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
24324  Branch: maint-5.005/perl
24325        ! XSUB.h
24326 ____________________________________________________________________________
24327 [  2164] By: jhi                                   on 1998/10/31  15:50:02
24328     Log: Integrate from mainperl.
24329  Branch: cfgperl
24330       +> t/op/lex_assign.t
24331       !> (integrate 45 files)
24332
24333 ----------------
24334 Version 5.005_53
24335 ----------------
24336
24337 ____________________________________________________________________________
24338 [  2163] By: gsar                                  on 1998/10/31  11:31:12
24339     Log: bump patchlevel; other minor fixes for clean build and test on
24340          Solaris and win32
24341  Branch: perl
24342        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
24343        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
24344        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
24345        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24346        ! x2p/a2p.c
24347 ____________________________________________________________________________
24348 [  2162] By: gsar                                  on 1998/10/31  09:40:31
24349     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24350          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
24351          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
24352          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
24353  Branch: perl
24354        ! pp.h
24355 ____________________________________________________________________________
24356 [  2161] By: gsar                                  on 1998/10/31  09:39:13
24357     Log: From: Albert Dvornik <bert@genscan.com>
24358          Date: 30 Oct 1998 17:50:04 -0500
24359          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
24360          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
24361  Branch: perl
24362        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
24363 ____________________________________________________________________________
24364 [  2160] By: gsar                                  on 1998/10/31  09:35:03
24365     Log: fix for bugs in -x mode
24366          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24367          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
24368          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
24369          Subject: [PATCH 5.00552] Fix h2xs
24370  Branch: perl
24371        ! utils/h2xs.PL
24372 ____________________________________________________________________________
24373 [  2159] By: gsar                                  on 1998/10/31  09:31:36
24374     Log: Data::Dumper update
24375  Branch: perl
24376        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
24377        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
24378 ____________________________________________________________________________
24379 [  2153] By: gsar                                  on 1998/10/30  21:40:09
24380     Log: add testsuite portion of patch
24381          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24382          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
24383          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
24384          Subject: [PATCH 5.00321 ;-)] 87% speedup
24385  Branch: perl
24386        + t/op/lex_assign.t
24387        ! MANIFEST
24388 ____________________________________________________________________________
24389 [  2152] By: gsar                                  on 1998/10/30  21:08:11
24390     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
24391  Branch: perl
24392        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
24393 ____________________________________________________________________________
24394 [  2151] By: gsar                                  on 1998/10/30  20:18:09
24395     Log: From: Mark-Jason Dominus <mjd@plover.com>
24396          Date: Fri, 30 Oct 1998 14:24:23 EST
24397          Message-Id: <19981030192423.27276.qmail@plover.com>
24398          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
24399  Branch: perl
24400        ! x2p/walk.c
24401 ____________________________________________________________________________
24402 [  2150] By: gsar                                  on 1998/10/30  20:08:57
24403     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24404          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
24405          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
24406          Subject: [PATCH 5.00552] Overloaded <> and deref again
24407  Branch: perl
24408        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
24409        ! t/pragma/overload.t toke.c
24410 ____________________________________________________________________________
24411 [  2149] By: gsar                                  on 1998/10/30  19:38:15
24412     Log: From: Roderick Schertler <roderick@argon.org>
24413          Date: Thu, 29 Oct 1998 14:50:18 -0500
24414          Message-ID: <17625.909690618@eeyore.ibcinc.com>
24415          Subject: patch for daemonization docs in perlipc
24416  Branch: perl
24417        ! pod/perlipc.pod
24418 ____________________________________________________________________________
24419 [  2148] By: gsar                                  on 1998/10/30  19:36:07
24420     Log: From: Anton Berezin <tobez@plab.ku.dk>
24421          Date: 29 Oct 1998 17:06:25 +0100
24422          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
24423          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
24424  Branch: perl
24425        ! win32/win32.c
24426 ____________________________________________________________________________
24427 [  2147] By: gsar                                  on 1998/10/30  19:31:37
24428     Log: tweaked version of suggested patch
24429          From: Anton Berezin <tobez@plab.ku.dk>
24430          Date: 29 Oct 1998 14:48:54 +0100
24431          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
24432          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
24433  Branch: perl
24434        ! win32/win32.c
24435 ____________________________________________________________________________
24436 [  2146] By: gsar                                  on 1998/10/30  19:03:50
24437     Log: hand-apply whitespace-mutiliated patch
24438          From: "vishal bhatia" <vishalb@hotmail.com>
24439          Date: Wed, 28 Oct 1998 23:45:32 PST
24440          Message-ID: <19981029074534.2334.qmail@hotmail.com>
24441          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
24442  Branch: perl
24443        ! ext/B/B/C.pm ext/B/B/CC.pm
24444 ____________________________________________________________________________
24445 [  2145] By: gsar                                  on 1998/10/30  18:46:58
24446     Log: remaining PL_foo stragglers
24447  Branch: perl
24448        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
24449        ! op.h os2/os2.c vms/gen_shrfls.pl
24450 ____________________________________________________________________________
24451 [  2144] By: gsar                                  on 1998/10/30  17:38:36
24452     Log: integrate cfgperl tweaks into mainline
24453  Branch: perl
24454       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
24455       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24456 ____________________________________________________________________________
24457 [  2143] By: jhi                                   on 1998/10/30  13:27:39
24458     Log: There can be multiple yacc/bison errors.
24459  Branch: cfgperl
24460        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24461 ____________________________________________________________________________
24462 [  2142] By: jhi                                   on 1998/10/30  13:18:43
24463     Log: README.posix-bc update.
24464  Branch: cfgperl
24465        ! README.posix-bc
24466 ____________________________________________________________________________
24467 [  2141] By: jhi                                   on 1998/10/30  09:12:59
24468     Log: #2133 fallout.
24469  Branch: cfgperl
24470        ! doio.c ext/POSIX/POSIX.xs
24471 ____________________________________________________________________________
24472 [  2140] By: jhi                                   on 1998/10/30  08:43:18
24473     Log: Integrate from mainperl.
24474  Branch: cfgperl
24475       +> globvar.sym pp.sym
24476        - objpp.h thread.sym
24477       !> (integrate 61 files)
24478 ____________________________________________________________________________
24479 [  2133] By: gsar                                  on 1998/10/30  02:51:39
24480     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
24481          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
24482          should soon be automated also; the global variables that
24483          escaped the PL_foo conversion are now reined in; renamed
24484          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
24485          type of same name; duplicated lists of pp_things in various
24486          places is now gone; result has only been tested on win32
24487  Branch: perl
24488        + globvar.sym pp.sym
24489        - objpp.h thread.sym
24490        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
24491        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
24492        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
24493        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
24494        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
24495        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
24496        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
24497        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
24498        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
24499        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24500        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
24501 ____________________________________________________________________________
24502 [  2130] By: jhi                                   on 1998/10/29  15:31:26
24503     Log: Pure bison yylex() proto was broken.
24504  Branch: cfgperl
24505        ! proto.h
24506 ____________________________________________________________________________
24507 [  2126] By: jhi                                   on 1998/10/29  08:35:54
24508     Log: Integrate mainperl.
24509  Branch: cfgperl
24510       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
24511       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
24512       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
24513       !> t/pragma/warn/doio toke.c win32/makefile.mk
24514 ____________________________________________________________________________
24515 [  2125] By: jhi                                   on 1998/10/29  08:32:38
24516     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
24517  Branch: cfgperl
24518        ! Makefile.SH
24519 ____________________________________________________________________________
24520 [  2124] By: jhi                                   on 1998/10/29  08:06:44
24521     Log: EBCDIC Makefile.SH tuneup.
24522  Branch: cfgperl
24523        ! Makefile.SH
24524 ____________________________________________________________________________
24525 [  2119] By: gsar                                  on 1998/10/28  23:24:04
24526     Log: remove doubled hunk from integration
24527  Branch: perl
24528        ! pp.c
24529 ____________________________________________________________________________
24530 [  2118] By: gsar                                  on 1998/10/28  22:03:31
24531     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24532          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
24533          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
24534          Subject: [PATCH 5.00552] Minor debugger tweaks
24535  Branch: perl
24536        ! lib/perl5db.pl
24537 ____________________________________________________________________________
24538 [  2117] By: gsar                                  on 1998/10/28  22:02:30
24539     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24540          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
24541          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
24542          Subject: [PATCH 5.00552] Make sort respect overloading
24543  Branch: perl
24544        ! pp_ctl.c proto.h t/pragma/overload.t
24545 ____________________________________________________________________________
24546 [  2116] By: gsar                                  on 1998/10/28  21:51:11
24547     Log: MM patches from Ilya Zakharevich
24548          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
24549          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
24550          Subject: [PATCH 5.00552] Make MakeMaker more verbose
24551          --
24552          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
24553          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
24554          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
24555  Branch: perl
24556        ! lib/ExtUtils/MakeMaker.pm
24557 ____________________________________________________________________________
24558 [  2115] By: gsar                                  on 1998/10/28  21:46:19
24559     Log: add explicit references to perl source path in ld2 and gcc2
24560  Branch: perl
24561        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
24562 ____________________________________________________________________________
24563 [  2114] By: gsar                                  on 1998/10/28  21:39:56
24564     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24565          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
24566          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
24567          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
24568  Branch: perl
24569        ! INSTALL
24570 ____________________________________________________________________________
24571 [  2113] By: gsar                                  on 1998/10/28  21:21:16
24572     Log: integrate cfgperl into mainline
24573  Branch: perl
24574       +> t/op/filetest.t
24575       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
24576       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
24577       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24578       !> thread.h toke.c vmesa/Makefile
24579 ____________________________________________________________________________
24580 [  2112] By: gsar                                  on 1998/10/28  21:14:18
24581     Log: minor cleanup
24582  Branch: perl
24583        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
24584 ____________________________________________________________________________
24585 [  2111] By: gsar                                  on 1998/10/28  18:52:10
24586     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
24587  Branch: perl
24588        ! toke.c
24589 ____________________________________________________________________________
24590 [  2110] By: jhi                                   on 1998/10/28  15:07:54
24591     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
24592  Branch: cfgperl
24593        ! Makefile.SH
24594 ____________________________________________________________________________
24595 [  2109] By: jhi                                   on 1998/10/28  13:39:54
24596     Log: a2p.y needs to generate also y.tab.h.
24597  Branch: cfgperl
24598        ! Makefile.SH
24599 ____________________________________________________________________________
24600 [  2108] By: jhi                                   on 1998/10/28  10:33:36
24601     Log: The "parse error" must be converted to "syntax error",
24602          just matching it aint' enough.
24603  Branch: cfgperl
24604        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24605        ! t/pragma/warning.t
24606 ____________________________________________________________________________
24607 [  2107] By: jhi                                   on 1998/10/28  10:23:05
24608     Log: Regen sig_n{ame,umber}* if slightest doubt.
24609  Branch: cfgperl
24610        ! Configure
24611 ____________________________________________________________________________
24612 [  2106] By: jhi                                   on 1998/10/28  08:44:49
24613     Log: Bison says 'parse error', not 'parser error'.
24614  Branch: cfgperl
24615        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24616        ! t/pragma/warning.t
24617 ____________________________________________________________________________
24618 [  2105] By: jhi                                   on 1998/10/28  08:42:09
24619     Log: yylex() parametrization.
24620  Branch: cfgperl
24621        ! proto.h toke.c
24622 ____________________________________________________________________________
24623 [  2104] By: jhi                                   on 1998/10/28  08:25:09
24624     Log: Bring in #2102.
24625  Branch: cfgperl
24626        ! pp.c
24627 ____________________________________________________________________________
24628 [  2103] By: jhi                                   on 1998/10/28  08:22:04
24629     Log: From: Dominic Dunlop <domo@vo.lu>
24630          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
24631          Date: 27 Oct 1998 20:47:25 +0200
24632          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
24633  Branch: cfgperl
24634        ! t/op/groups.t
24635 ____________________________________________________________________________
24636 [  2102] By: larry                                 on 1998/10/27  18:58:55
24637     Log: utf8 change to quotemeta broke EBCDIC
24638  Branch: perl
24639        ! pp.c
24640 ____________________________________________________________________________
24641 [  2101] By: jhi                                   on 1998/10/27  12:55:34
24642     Log: $Config{sig_num_init}.
24643          Also, a new approach to the 'pthreads-created-joinable': drop
24644          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
24645          directly. (See also #2096).
24646  Branch: cfgperl
24647        ! Configure config_h.SH
24648 ____________________________________________________________________________
24649 [  2100] By: jhi                                   on 1998/10/27  10:48:55
24650     Log: Regenerated perly_c.diff.
24651  Branch: cfgperl
24652        ! perly_c.diff
24653 ____________________________________________________________________________
24654 [  2099] By: jhi                                   on 1998/10/27  08:42:25
24655     Log: First the mangler was Netscape, then it was me.
24656  Branch: cfgperl
24657        ! vmesa/Makefile
24658 ____________________________________________________________________________
24659 [  2098] By: jhi                                   on 1998/10/27  08:34:40
24660     Log: `id -Gn` might be available where `groups` is not.
24661  Branch: cfgperl
24662        ! t/op/groups.t
24663 ____________________________________________________________________________
24664 [  2097] By: jhi                                   on 1998/10/27  08:05:17
24665     Log: Netscape had mangled the tabs.
24666  Branch: cfgperl
24667        ! vmesa/Makefile
24668 ____________________________________________________________________________
24669 [  2096] By: jhi                                   on 1998/10/27  08:03:05
24670     Log: ATTR_JOINABLE logic, based on (private email)
24671          
24672          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24673          Subject: Some little diffs
24674          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
24675          Date: Tue, 27 Oct 1998 13:44:42 +1300
24676  Branch: cfgperl
24677        ! thread.h
24678 ____________________________________________________________________________
24679 [  2095] By: jhi                                   on 1998/10/27  07:56:57
24680     Log: Mach cthreads support based on:
24681          
24682          From: brie@corp.home.net (Brian Harrison)
24683          Subject: perl5.005_02 patch for mthreads
24684          To: perl5-porters@perl.org
24685          Date: 24 Oct 1998 01:01:55 +0300
24686          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
24687          
24688          Pthread yield probe (dejavu)
24689          Cosmetic nanochange for the union semun output.
24690          Better inttypes.h probe.
24691          Undo the 'void *' $selecttype probe from #1971 because
24692          it breaks the $selectminbits test.
24693  Branch: cfgperl
24694        ! Configure config_h.SH perl.h thread.h
24695 ____________________________________________________________________________
24696 [  2094] By: jhi                                   on 1998/10/26  13:02:07
24697     Log: Also posix-bc wants to reyacc.
24698  Branch: cfgperl
24699        ! Makefile.SH
24700 ____________________________________________________________________________
24701 [  2093] By: jhi                                   on 1998/10/26  10:17:21
24702     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
24703          5_02 and really breaking things in non-ASCII worlds.
24704  Branch: cfgperl
24705        ! pp.c
24706 ____________________________________________________________________________
24707 [  2092] By: jhi                                   on 1998/10/26  09:08:00
24708     Log: More robustness.
24709  Branch: cfgperl
24710        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24711        ! t/pragma/warning.t
24712 ____________________________________________________________________________
24713 [  2091] By: jhi                                   on 1998/10/26  08:47:32
24714     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
24715          Bison really wants YYLEX_PARAM.
24716  Branch: cfgperl
24717        ! perly.y proto.h toke.c
24718 ____________________________________________________________________________
24719 [  2090] By: jhi                                   on 1998/10/26  08:21:25
24720     Log: s/YYLEX_PARAM/YYLEXPARAM/
24721  Branch: cfgperl
24722        ! perly.y
24723 ____________________________________________________________________________
24724 [  2089] By: jhi                                   on 1998/10/26  08:17:33
24725     Log: Indicate skipped subtests.
24726  Branch: cfgperl
24727        ! t/io/pipe.t
24728 ____________________________________________________________________________
24729 [  2088] By: jhi                                   on 1998/10/26  08:11:36
24730     Log: Integrate from mainperl.
24731  Branch: cfgperl
24732       !> (integrate 54 files)
24733 ____________________________________________________________________________
24734 [  2087] By: jhi                                   on 1998/10/26  08:08:02
24735     Log: Add test for filetests.
24736  Branch: cfgperl
24737        + t/op/filetest.t
24738        ! MANIFEST
24739 ____________________________________________________________________________
24740 [  2086] By: gsar                                  on 1998/10/26  02:44:44
24741     Log: various win32 tweaks; disable new xs_cpp section (it creates
24742          ambiguous inference graph for %.xs --> %.o)
24743  Branch: perl
24744        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
24745        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
24746        ! win32/config.gc win32/config_H.gc win32/makedef.pl
24747        ! win32/makefile.mk win32/win32.h
24748 ____________________________________________________________________________
24749 [  2085] By: gsar                                  on 1998/10/26  00:50:02
24750     Log: sanity-check $Config{drand01} in rand.t
24751  Branch: perl
24752        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
24753        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24754 ____________________________________________________________________________
24755 [  2078] By: gsar                                  on 1998/10/25  10:22:04
24756     Log: update win32/config*.?c
24757  Branch: perl
24758        ! Changes win32/config.bc win32/config.gc win32/config.vc
24759        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24760 ____________________________________________________________________________
24761 [  2077] By: gsar                                  on 1998/10/25  08:39:25
24762     Log: From: Graham Barr <gbarr@pobox.com>
24763          Date: Sat, 24 Oct 1998 21:45:50 -0500
24764          Message-ID: <19981024214550.C508@pobox.com>
24765          Subject: Re: die with a reference  should use overload "" operator
24766  Branch: perl
24767        ! pp_ctl.c
24768 ____________________________________________________________________________
24769 [  2076] By: gsar                                  on 1998/10/25  08:37:49
24770     Log: From: Graham Barr <gbarr@pobox.com>
24771          Date: Sat, 24 Oct 1998 12:45:21 -0500
24772          Message-ID: <19981024124521.C512@pobox.com>
24773          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
24774  Branch: perl
24775        ! sv.c
24776 ____________________________________________________________________________
24777 [  2075] By: gsar                                  on 1998/10/25  08:24:09
24778     Log: fix C<print $n += 5;> etc.
24779  Branch: perl
24780        ! toke.c
24781 ____________________________________________________________________________
24782 [  2074] By: gsar                                  on 1998/10/25  08:12:28
24783     Log: list builtins with portability caveats
24784          From: Jarkko Hietaniemi <jhi@iki.fi>
24785          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
24786          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
24787          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
24788  Branch: perl
24789        ! pod/perlfunc.pod
24790 ____________________________________________________________________________
24791 [  2073] By: gsar                                  on 1998/10/25  07:55:43
24792     Log: fix stack overrun in file test operators
24793  Branch: perl
24794        ! pp_sys.c
24795 ____________________________________________________________________________
24796 [  2072] By: gsar                                  on 1998/10/25  07:29:45
24797     Log: implement C<goto &func> and other fixes (via private mail)
24798          From:    "vishal bhatia" <vishalb@hotmail.com>
24799          Date:    Wed, 21 Oct 1998 22:59:03 PDT
24800          Message-Id: <19981022055904.20083.qmail@hotmail.com>
24801          Subject: [PATCH 5.005_52] More fixes for B
24802  Branch: perl
24803        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
24804 ____________________________________________________________________________
24805 [  2071] By: gsar                                  on 1998/10/25  07:14:41
24806     Log: From: Graham Barr <gbarr@pobox.com>
24807          Date: Sat, 17 Oct 1998 20:42:41 -0500
24808          Message-ID: <19981017204241.G510@pobox.com>
24809          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
24810  Branch: perl
24811        ! pp_ctl.c
24812 ____________________________________________________________________________
24813 [  2070] By: gsar                                  on 1998/10/25  07:07:29
24814     Log: avoid bogus line number in XSUB redefined warnings
24815  Branch: perl
24816        ! op.c
24817 ____________________________________________________________________________
24818 [  2069] By: gsar                                  on 1998/10/25  06:59:03
24819     Log: From: Martijn Koster <mak@excitecorp.com>
24820          Date: Wed, 21 Oct 1998 13:12:03 +0100
24821          Message-ID: <19981021131203.A15661@excitecorp.com>
24822          Subject: File::Path::mkpath reports the wrong error
24823  Branch: perl
24824        ! lib/File/Path.pm
24825 ____________________________________________________________________________
24826 [  2068] By: gsar                                  on 1998/10/25  06:54:43
24827     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
24828          Date: Tue, 20 Oct 1998 20:52:20 -0500
24829          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
24830          Subject: Exporter.pm's export_to_level() argument handling buggy
24831  Branch: perl
24832        ! lib/Exporter.pm
24833 ____________________________________________________________________________
24834 [  2067] By: gsar                                  on 1998/10/25  06:50:19
24835     Log: From: jan.dubois@ibm.net (Jan Dubois)
24836          Date: Wed, 21 Oct 1998 00:55:51 +0200
24837          Message-ID: <36380269.55370608@smtp1.ibm.net>
24838          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
24839  Branch: perl
24840        ! ext/DynaLoader/DynaLoader_pm.PL
24841 ____________________________________________________________________________
24842 [  2066] By: gsar                                  on 1998/10/25  06:48:19
24843     Log: recognize '%' as a shell metachar for win32
24844          From: jan.dubois@ibm.net (Jan Dubois)
24845          Date: Tue, 20 Oct 1998 21:57:35 +0200
24846          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
24847          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
24848  Branch: perl
24849        ! win32/win32.c
24850 ____________________________________________________________________________
24851 [  2065] By: gsar                                  on 1998/10/25  06:46:30
24852     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
24853  Branch: perl
24854        ! sv.c
24855 ____________________________________________________________________________
24856 [  2064] By: gsar                                  on 1998/10/25  06:45:09
24857     Log: From: Gisle Aas <gisle@aas.no>
24858          Date: 20 Oct 1998 14:24:44 +0200
24859          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
24860          Subject: ord() and unpack("U*",...) should not be negative
24861  Branch: perl
24862        ! pp.c
24863 ____________________________________________________________________________
24864 [  2063] By: gsar                                  on 1998/10/25  06:42:29
24865     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24866          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
24867          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
24868          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
24869  Branch: perl
24870        ! os2/os2.c
24871 ____________________________________________________________________________
24872 [  2062] By: gsar                                  on 1998/10/25  06:41:26
24873     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24874          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
24875          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
24876          Subject: [PATCH 5.005_*] Speed up aassign
24877  Branch: perl
24878        ! pp_hot.c
24879 ____________________________________________________________________________
24880 [  2061] By: gsar                                  on 1998/10/25  06:39:04
24881     Log: From: Graham Barr <gbarr@pobox.com>
24882          Date: Sat, 17 Oct 1998 22:22:02 -0500
24883          Message-ID: <19981017222202.J510@pobox.com>
24884          Subject: Re: '*' prototype does not allow bareword with strict
24885  Branch: perl
24886        ! toke.c
24887 ____________________________________________________________________________
24888 [  2060] By: gsar                                  on 1998/10/25  06:37:34
24889     Log: handle '::' in section names properly
24890          From: Graham Barr <gbarr@pobox.com>
24891          Date: Sat, 17 Oct 1998 12:57:54 -0500
24892          Message-ID: <19981017125754.C510@pobox.com>
24893          Subject: Re: pod2html
24894  Branch: perl
24895        ! lib/Pod/Html.pm
24896 ____________________________________________________________________________
24897 [  2059] By: gsar                                  on 1998/10/25  06:33:43
24898     Log: integrate changes#1982,2014,2021 (from maint-5.005)
24899  Branch: perl
24900       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
24901       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
24902 ____________________________________________________________________________
24903 [  2058] By: gsar                                  on 1998/10/25  05:44:17
24904     Log: allow more win32 symbol exports (suggested by Jan Dubois)
24905  Branch: perl
24906        ! win32/makedef.pl
24907 ____________________________________________________________________________
24908 [  2057] By: gsar                                  on 1998/10/25  05:40:40
24909     Log: integrate change#2053 from maint-5.005
24910  Branch: perl
24911       !> cop.h t/cmd/while.t
24912 ____________________________________________________________________________
24913 [  2056] By: gsar                                  on 1998/10/25  05:16:41
24914     Log: commented version of a patch suggested by Drago Goricanec
24915          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24916          Date: 16 Oct 1998 15:24:45 +0300
24917          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
24918          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
24919  Branch: perl
24920        ! pp_sys.c
24921 ____________________________________________________________________________
24922 [  2055] By: gsar                                  on 1998/10/25  05:11:03
24923     Log: include eof() in description of buffering caveats
24924          From: Anton Berezin <tobez@plab.ku.dk>
24925          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
24926          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
24927          Subject: [DOCPATCH] pod/perlfunc.pod
24928  Branch: perl
24929        ! pod/perlfunc.pod
24930 ____________________________________________________________________________
24931 [  2054] By: gsar                                  on 1998/10/25  05:07:42
24932     Log: disallow 'x' in hex numbers (except leading '0x')
24933          From: Gisle Aas <gisle@aas.no>
24934          Date: 16 Oct 1998 16:33:12 +0200
24935          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
24936          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
24937  Branch: perl
24938        ! perlvars.h t/op/oct.t util.c
24939 ____________________________________________________________________________
24940 [  2052] By: gsar                                  on 1998/10/25  04:49:04
24941     Log: avoid the circular refcnt logic in magic_mutexfree()
24942  Branch: perl
24943        ! mg.c pp.c pp_hot.c
24944 ____________________________________________________________________________
24945 [  2051] By: gsar                                  on 1998/10/25  04:35:07
24946     Log: properly restore PL_rsfp_filters after require
24947  Branch: perl
24948        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
24949        ! scope.h
24950 ____________________________________________________________________________
24951 [  2050] By: gsar                                  on 1998/10/25  02:42:32
24952     Log: integrate cfgperl changes back into mainline
24953  Branch: perl
24954       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
24955       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
24956       !> (integrate 33 files)
24957 ____________________________________________________________________________
24958 [  2049] By: gsar                                  on 1998/10/25  01:30:48
24959     Log: avoid "mysterious" compile-time failures without messages
24960  Branch: perl
24961        ! gv.c
24962 ____________________________________________________________________________
24963 [  2041] By: gsar                                  on 1998/10/23  21:11:56
24964     Log: checkin jpl under //depot/perlext/jpl/...
24965  Branch: perlext
24966        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
24967        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
24968        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
24969        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
24970        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
24971        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
24972        + jpl/PerlInterpreter/Makefile.PL
24973        + jpl/PerlInterpreter/PerlInterpreter.c
24974        + jpl/PerlInterpreter/PerlInterpreter.h
24975        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
24976        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
24977        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
24978        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
24979        + jpl/get_jdk/jdk_hosts jpl/install-jpl
24980 ____________________________________________________________________________
24981 [  2040] By: larry                                 on 1998/10/23  19:31:42
24982     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
24983  Branch: perl
24984        ! pp.c
24985 ____________________________________________________________________________
24986 [  2039] By: larry                                 on 1998/10/23  18:48:34
24987     Log: tr///d does not seem to work
24988  Branch: perl
24989        ! lib/utf8_heavy.pl
24990 ____________________________________________________________________________
24991 [  2038] By: larry                                 on 1998/10/23  18:00:41
24992     Log: Program with utf8 identifiers fails to compile
24993  Branch: perl
24994        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
24995 ____________________________________________________________________________
24996 [  2037] By: jhi                                   on 1998/10/23  14:04:51
24997     Log: Test suite portability:
24998          - posix-bc does not write to broken pipes
24999          - filehand #11 only iff we have fork
25000          - warning.t can now match $expected using regular expressions
25001  Branch: cfgperl
25002        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
25003        ! t/pragma/warning.t
25004 ____________________________________________________________________________
25005 [  2036] By: jhi                                   on 1998/10/23  12:12:07
25006     Log: yacc clarification.
25007  Branch: cfgperl
25008        ! README.posix-bc
25009 ____________________________________________________________________________
25010 [  2035] By: jhi                                   on 1998/10/23  12:09:59
25011     Log: Some C compilers get upset about 8-bit characters in /* comments. */
25012  Branch: cfgperl
25013        ! mg.c
25014 ____________________________________________________________________________
25015 [  2034] By: jhi                                   on 1998/10/22  09:11:52
25016     Log: Configure update: both for pthread_yield more robust
25017          testing (all variants of pthread_attr_getdetachstate()) --
25018          and because Configure was broken in major way! About 1000
25019          last lines were truncated.
25020  Branch: cfgperl
25021        ! Configure
25022 ____________________________________________________________________________
25023 [  2033] By: jhi                                   on 1998/10/22  07:47:10
25024     Log: DJGPP feedback for #2028.
25025  Branch: cfgperl
25026        ! thread.h
25027 ____________________________________________________________________________
25028 [  2032] By: jhi                                   on 1998/10/21  13:03:57
25029     Log: yielding, the saga continues.
25030  Branch: cfgperl
25031        ! Configure config_h.SH
25032       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
25033       !> t/op/goto.t t/pragma/constant.t
25034 ____________________________________________________________________________
25035 [  2031] By: jhi                                   on 1998/10/21  09:15:42
25036     Log: VM/ESA feedback for #2028.
25037  Branch: cfgperl
25038        ! Configure config_h.SH thread.h
25039 ____________________________________________________________________________
25040 [  2030] By: gsar                                  on 1998/10/21  04:22:53
25041     Log: fix handling of mayhaps-extended @_ in goto &sub
25042  Branch: perl
25043        ! av.c pp_ctl.c t/op/goto.t
25044 ____________________________________________________________________________
25045 [  2029] By: gsar                                  on 1998/10/21  00:54:14
25046     Log: restore sanity to "constant" references
25047  Branch: perl
25048        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
25049 ____________________________________________________________________________
25050 [  2028] By: jhi                                   on 1998/10/20  15:01:20
25051     Log: OLD_PTHREADS_API reorganizing.
25052  Branch: cfgperl
25053        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
25054        ! vmesa/vmesaish.h
25055 ____________________________________________________________________________
25056 [  2027] By: jhi                                   on 1998/10/20  14:14:51
25057     Log: #2026 fallout.
25058  Branch: cfgperl
25059        ! Makefile.SH
25060 ____________________________________________________________________________
25061 [  2026] By: jhi                                   on 1998/10/20  11:47:21
25062     Log: VM/ESA update.
25063  Branch: cfgperl
25064        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
25065 ____________________________________________________________________________
25066 [  2025] By: jhi                                   on 1998/10/20  08:20:56
25067     Log: 64-bitness, based on
25068          
25069          From: Scott Henry <scotth@sgi.com>
25070          To: perl-64bit@perl.org
25071          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
25072          Subject: Re: Configure problems/questions...
25073          Date: 19 Oct 1998 22:38:06 -0700
25074  Branch: cfgperl
25075        ! hints/irix_6.sh perl.h
25076 ____________________________________________________________________________
25077 [  2024] By: jhi                                   on 1998/10/20  08:09:07
25078     Log: Add lseeksize.
25079  Branch: cfgperl
25080        ! config_h.SH
25081 ____________________________________________________________________________
25082 [  2023] By: jhi                                   on 1998/10/20  08:08:33
25083     Log: Mumble about _yields() only when threaded.
25084  Branch: cfgperl
25085        ! Configure
25086 ____________________________________________________________________________
25087 [  2022] By: jhi                                   on 1998/10/20  07:46:26
25088     Log: Thinko at PTHREADS_CREATED_JOINABLE.
25089  Branch: cfgperl
25090        ! thread.h
25091 ____________________________________________________________________________
25092 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
25093     Log: From: Chip Salzenberg <chip@perlsupport.com>
25094          Date: Tue, 6 Oct 1998 13:33:05 -0400
25095          Message-ID: <19981006133305.A2348@perlsupport.com>
25096          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
25097  Branch: maint-5.005/perl
25098        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
25099        ! t/op/tie.t
25100 ____________________________________________________________________________
25101 [  2020] By: jhi                                   on 1998/10/19  09:15:53
25102     Log: YIELD more robustly.
25103  Branch: cfgperl
25104        ! thread.h
25105 ____________________________________________________________________________
25106 [  2019] By: jhi                                   on 1998/10/19  08:48:33
25107     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
25108          the 'new' one (just like DJGPP, it seems).
25109  Branch: cfgperl
25110        ! thread.h
25111 ____________________________________________________________________________
25112 [  2018] By: jhi                                   on 1998/10/19  07:02:44
25113     Log: vmesaish.h doesn't exclude unixish.h.
25114  Branch: cfgperl
25115        ! perl.h
25116 ____________________________________________________________________________
25117 [  2017] By: jhi                                   on 1998/10/19  06:44:19
25118     Log: 1<<$randbits is not good for randbits=48.
25119  Branch: cfgperl
25120        ! t/op/rand.t
25121 ____________________________________________________________________________
25122 [  2016] By: jhi                                   on 1998/10/19  06:39:47
25123     Log: Make #2012 glob pattern more portable.
25124  Branch: cfgperl
25125        ! Makefile.SH
25126 ____________________________________________________________________________
25127 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
25128     Log: Fix POSIX::sigprocmask not to check type of $old parameter
25129          as it is output only
25130  Branch: maint-5.005/perl
25131        ! ext/POSIX/POSIX.xs
25132 ____________________________________________________________________________
25133 [  2012] By: jhi                                   on 1998/10/17  15:04:23
25134     Log: clean numbered core dumps and t/tmp[0-9]*.
25135  Branch: cfgperl
25136        ! Makefile.SH
25137 ____________________________________________________________________________
25138 [  2011] By: jhi                                   on 1998/10/17  14:59:15
25139     Log: More robust yacc/bison failure output handling.
25140  Branch: cfgperl
25141        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
25142 ____________________________________________________________________________
25143 [  2010] By: jhi                                   on 1998/10/17  14:51:05
25144     Log: BC2000 POSIX update.
25145  Branch: cfgperl
25146        ! MANIFEST
25147 ____________________________________________________________________________
25148 [  2009] By: jhi                                   on 1998/10/17  14:49:46
25149     Log: POSIX BC2000 port from perl-mvs:
25150          
25151          Subject: Ported perl 5.005.02 to BS2000 / POSIX
25152          From: Dorner Thomas <Thomas.Dorner@start.de> 
25153          Date: Tue, 29 Sep 1998 13:29:36 +0100 
25154          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
25155  Branch: cfgperl
25156        + README.posix-bc hints/posix-bc.sh
25157        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
25158        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
25159        ! unixish.h
25160 ____________________________________________________________________________
25161 [  2008] By: jhi                                   on 1998/10/17  14:07:49
25162     Log: VM/ESA-update.
25163  Branch: cfgperl
25164        ! MANIFEST
25165 ____________________________________________________________________________
25166 [  2007] By: jhi                                   on 1998/10/17  13:55:34
25167     Log: Forgot few S_I* imports.
25168  Branch: cfgperl
25169        ! t/lib/ipc_sysv.t
25170 ____________________________________________________________________________
25171 [  2006] By: jhi                                   on 1998/10/17  13:43:54
25172     Log: The VM/ESA port essentials, based on
25173          
25174          perl-mvs:
25175          
25176          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25177          Subject: Re: Can't find Data/Dumper.pm
25178          Date: Mon, 28 Sep 1998 07:40:49 +1300
25179          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
25180          
25181          private email:
25182          
25183          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25184          Subject: Re: Perl thread problems in VM/ESA
25185          Date: Thu, 15 Oct 1998 07:18:35 +1300
25186          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
25187          
25188          and private email:
25189          
25190          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
25191          Subject:  perl archive
25192          Date:  Sun, 11 Oct 1998 19:28:54 EDT
25193          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
25194          which gave a pointer to
25195          
25196          http://pucc.princeton.edu/~neale/perl.tar
25197          
25198          (based on Perl 5.005_51)
25199  Branch: cfgperl
25200        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
25201        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
25202        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
25203        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
25204 ____________________________________________________________________________
25205 [  2005] By: jhi                                   on 1998/10/17  13:17:19
25206     Log: Integrate mainperl.
25207  Branch: cfgperl
25208       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
25209       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25210       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
25211       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
25212       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
25213       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
25214       !> win32/makefile.mk
25215 ____________________________________________________________________________
25216 [  2004] By: jhi                                   on 1998/10/17  11:19:06
25217     Log: Removed an extra ' from the int64_t test.
25218  Branch: cfgperl
25219        ! Configure
25220 ____________________________________________________________________________
25221 [  2003] By: gsar                                  on 1998/10/17  04:11:40
25222     Log: silence -w noises (suggested by Greg Bacon)
25223  Branch: perl
25224        ! lib/Term/Complete.pm
25225 ____________________________________________________________________________
25226 [  2002] By: gsar                                  on 1998/10/17  04:07:48
25227     Log: From: Gisle Aas <gisle@aas.no>
25228          Date: 14 Oct 1998 15:53:14 +0200
25229          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
25230          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
25231  Branch: perl
25232        ! util.c
25233 ____________________________________________________________________________
25234 [  2001] By: gsar                                  on 1998/10/17  04:06:10
25235     Log: From: Gisle Aas <gisle@aas.no>
25236          Date: 14 Oct 1998 15:17:44 +0200
25237          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
25238          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
25239  Branch: perl
25240        ! toke.c
25241 ____________________________________________________________________________
25242 [  2000] By: gsar                                  on 1998/10/17  03:06:33
25243     Log: From: Gisle Aas <gisle@aas.no>
25244          Date: 14 Oct 1998 00:38:06 +0200
25245          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
25246          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
25247  Branch: perl
25248        ! sv.c
25249 ____________________________________________________________________________
25250 [  1999] By: gsar                                  on 1998/10/17  03:04:48
25251     Log: From: Dan Sugalski <sugalskd@osshe.edu>
25252          Date: Tue, 13 Oct 1998 15:10:57 -0700
25253          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
25254          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
25255  Branch: perl
25256        ! vms/ext/Stdio/Stdio.pm
25257 ____________________________________________________________________________
25258 [  1998] By: gsar                                  on 1998/10/17  03:00:40
25259     Log: skip readonly vars and unref references when doing a reset()
25260  Branch: perl
25261        ! sv.c
25262 ____________________________________________________________________________
25263 [  1997] By: gsar                                  on 1998/10/17  02:49:19
25264     Log: fix buggy treatment of large checksums on unicode strings
25265          From: Gisle Aas <gisle@aas.no>
25266          Date: 13 Oct 1998 21:35:39 +0200
25267          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
25268          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
25269  Branch: perl
25270        ! pp.c
25271 ____________________________________________________________________________
25272 [  1996] By: gsar                                  on 1998/10/17  02:43:22
25273     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25274          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
25275          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
25276          Subject: [PATCH 5.005_52] Memory overrun in os2.c
25277  Branch: perl
25278        ! os2/Makefile.SHs os2/os2.c
25279 ____________________________________________________________________________
25280 [  1995] By: gsar                                  on 1998/10/17  02:42:01
25281     Log: clarify section name rules for typemaps
25282  Branch: perl
25283        ! pod/perlxs.pod
25284 ____________________________________________________________________________
25285 [  1994] By: gsar                                  on 1998/10/17  02:33:02
25286     Log: whitespace-proof grent.t
25287  Branch: perl
25288        ! t/op/grent.t
25289 ____________________________________________________________________________
25290 [  1993] By: gsar                                  on 1998/10/17  02:27:29
25291     Log: fix bug in B::CC::pp_sassign()
25292          From: "vishal bhatia" <vishalb@hotmail.com>
25293          Date: Sun, 11 Oct 1998 18:41:38 PDT
25294          Message-ID: <19981012014139.19614.qmail@hotmail.com>
25295          Subject: B::CC problems with pp_sassign routine
25296  Branch: perl
25297        ! ext/B/B/CC.pm
25298 ____________________________________________________________________________
25299 [  1992] By: gsar                                  on 1998/10/17  02:17:49
25300     Log: applied suggested patch with small doc tweak
25301          From: Gisle Aas <gisle@aas.no>
25302          Date: 11 Oct 1998 12:53:13 +0200
25303          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
25304          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
25305  Branch: perl
25306        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
25307        ! t/op/tiehandle.t
25308 ____________________________________________________________________________
25309 [  1991] By: gsar                                  on 1998/10/17  02:08:30
25310     Log: apply non-conflicting parts from suggested patch
25311          From: jan.dubois@ibm.net (Jan Dubois)
25312          Date: Sat, 10 Oct 1998 13:15:45 +0200
25313          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
25314          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
25315  Branch: perl
25316        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25317 ____________________________________________________________________________
25318 [  1990] By: gsar                                  on 1998/10/17  02:01:24
25319     Log: provide option to enable optimization with VC (suggested by Jan
25320          Dubois)
25321  Branch: perl
25322        ! win32/Makefile win32/makefile.mk
25323 ____________________________________________________________________________
25324 [  1989] By: gsar                                  on 1998/10/17  01:55:27
25325     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
25326          Dave Leppik <dleppik@gage.com>
25327  Branch: perl
25328        ! perl.h
25329 ____________________________________________________________________________
25330 [  1988] By: gsar                                  on 1998/10/17  01:49:05
25331     Log: stray typo found by Hugo van der Sanden
25332  Branch: perl
25333        ! op.c
25334 ____________________________________________________________________________
25335 [  1987] By: gsar                                  on 1998/10/17  01:45:52
25336     Log: perldoc pod update
25337          From: Daniel Grisinger <dgris@perrin.dimensional.com>
25338          Date: 06 Oct 1998 23:56:51 -0600
25339          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
25340          Subject: [PATCH _02 and _52] perldoc
25341  Branch: perl
25342        ! utils/perldoc.PL
25343 ____________________________________________________________________________
25344 [  1986] By: gsar                                  on 1998/10/17  01:41:40
25345     Log: qualify names of builtins
25346  Branch: perl
25347        ! ext/POSIX/POSIX.pm
25348 ____________________________________________________________________________
25349 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
25350     Log: From: Jochen Wiedmann <joe@ispsoft.de>
25351          Date: Thu, 17 Sep 1998 17:16:06 +0200
25352          Message-ID: <360127B6.E44564A@ispsoft.de>
25353          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
25354  Branch: maint-5.005/perl
25355        ! lib/ExtUtils/MakeMaker.pm
25356 ____________________________________________________________________________
25357 [  1978] By: gsar                                  on 1998/10/16  01:58:58
25358     Log: integrate cfgperl mods into mainline
25359  Branch: perl
25360       +> ext/DynaLoader/dl_vmesa.xs
25361        ! Porting/genlog
25362       !> Configure MANIFEST Makefile.SH config_h.SH
25363       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
25364       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
25365       !> x2p/Makefile.SH
25366 ____________________________________________________________________________
25367 [  1976] By: gsar                                  on 1998/10/16  00:10:52
25368     Log: stray tweak
25369  Branch: perl
25370        ! op.c
25371 ____________________________________________________________________________
25372 [  1975] By: gsar                                  on 1998/10/15  23:54:38
25373     Log: propagate typeness of lexicals while cloning them
25374  Branch: perl
25375        ! op.c
25376 ____________________________________________________________________________
25377 [  1974] By: gsar                                  on 1998/10/15  23:53:25
25378     Log: s/last/first/ typo in append_list()
25379  Branch: perl
25380        ! op.c
25381 ____________________________________________________________________________
25382 [  1973] By: gsar                                  on 1998/10/15  20:06:17
25383     Log: nuke confperl branch and contents
25384  Branch: confperl
25385        - (delete 1284 files)
25386 ____________________________________________________________________________
25387 [  1972] By: jhi                                   on 1998/10/15  07:07:35
25388     Log: Test #162 had been added but the "print 1..161" had not been updated.
25389  Branch: cfgperl
25390        ! t/op/pat.t
25391 ____________________________________________________________________________
25392 [  1971] By: gsar                                  on 1998/10/15  03:09:58
25393     Log: check in all confperl changes as of change#1964 into cfgperl
25394  Branch: cfgperl
25395        + ext/DynaLoader/dl_vmesa.xs
25396        ! Configure MANIFEST Makefile.SH config_h.SH
25397        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
25398        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
25399 ____________________________________________________________________________
25400 [  1970] By: gsar                                  on 1998/10/15  03:05:59
25401     Log: integrate mainline to get tr.t
25402  Branch: cfgperl
25403       +> t/op/tr.t
25404 ____________________________________________________________________________
25405 [  1969] By: gsar                                  on 1998/10/15  03:04:17
25406     Log: add missing tr.t to repository
25407  Branch: perl
25408        + t/op/tr.t
25409 ____________________________________________________________________________
25410 [  1968] By: gsar                                  on 1998/10/15  03:02:43
25411     Log: create cfgperl branch
25412  Branch: cfgperl
25413       +> (branch 1282 files)
25414 ____________________________________________________________________________
25415 [  1967] By: gsar                                  on 1998/10/15  02:46:08
25416     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
25417          (MAN3PODS cannot be set to ' '; stray stricture violation)
25418  Branch: perl
25419        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
25420        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
25421        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
25422        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
25423        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
25424        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
25425        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
25426        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
25427        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
25428        ! lib/ExtUtils/MM_Unix.pm
25429 ____________________________________________________________________________
25430 [  1966] By: gsar                                  on 1998/10/15  02:19:03
25431     Log: tweak to make fix in change#1944 behave correctly for closures
25432          created within eval''
25433  Branch: perl
25434        ! op.c t/op/eval.t
25435 ____________________________________________________________________________
25436 [  1965] By: gsar                                  on 1998/10/14  23:22:41
25437     Log: use better numbers for exitstatus test
25438  Branch: perl
25439        ! t/op/die_exit.t
25440 ____________________________________________________________________________
25441 [  1964] By: jhi                                   on 1998/10/14  17:25:41
25442     Log: Add VM/ESA dynaloading (uses <dll.h>).
25443  Branch: confperl
25444        + ext/DynaLoader/dl_vmesa.xs
25445        ! MANIFEST
25446 ____________________________________________________________________________
25447 [  1963] By: jhi                                   on 1998/10/14  17:17:10
25448     Log: Remove a2p.loadmap in 'clean' target.
25449  Branch: confperl
25450        ! x2p/Makefile.SH
25451 ____________________________________________________________________________
25452 [  1962] By: jhi                                   on 1998/10/14  17:13:11
25453     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
25454  Branch: confperl
25455        ! Makefile.SH
25456 ____________________________________________________________________________
25457 [  1961] By: jhi                                   on 1998/10/14  16:27:39
25458     Log: VM/ESA creates executable.loadmaps.
25459  Branch: confperl
25460        ! Makefile.SH
25461 ____________________________________________________________________________
25462 [  1960] By: jhi                                   on 1998/10/14  15:37:39
25463     Log: Introduce SCHED_YIELD (one of sched_yield(),
25464          pthread_yield(), or pthread_yield(NULL)).
25465          YIELD is then defined using SCHED_YIELD unless
25466          a platform-specific YIELD has already been defined.
25467          
25468          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
25469          
25470          The need for pthread_yield(NULL) and pthread_attr_setdet...
25471          introduced by (private email)
25472          
25473          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25474          Date: Sat, 10 Oct 1998 21:08:15 +1300
25475          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
25476          Subject: Re: Perl thread problems in VM/ESA
25477          
25478          Better select() protoprobe (for AIX), from (private email)
25479          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
25480          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
25481          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
25482          Subject: AIX select (fwd)
25483          From: Lars Hecking <lhecking@nmrc.ucc.ie>
25484          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
25485          Date: Fri, 2 Oct 1998 10:40:01 +0100
25486          Subject: AIX select
25487          
25488          Linux-avoid-so.X.Y, based on
25489          From: "Kurt D. Starsinic" <kstar@chapin.edu>
25490          Date: Tue, 13 Oct 1998 15:55:07 -0400
25491          Message-ID: <19981013155507.B4004@O2.chapin.edu>
25492          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
25493  Branch: confperl
25494        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
25495        ! thread.h
25496 ____________________________________________________________________________
25497 [  1959] By: jhi                                   on 1998/10/14  12:51:26
25498     Log: Some old pthread implementations have
25499          pthread_attr_setdetachstate(pthread_attr_t*, int*).
25500  Branch: confperl
25501        ! ext/Thread/Thread.xs
25502 ____________________________________________________________________________
25503 [  1958] By: jhi                                   on 1998/10/14  12:41:11
25504     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
25505          counterparts will follow soon.
25506  Branch: confperl
25507        ! thread.h
25508 ____________________________________________________________________________
25509 [  1957] By: jhi                                   on 1998/10/14  12:38:11
25510     Log: Add tr.t (MANIFEST already knew about it, strange)
25511  Branch: confperl
25512        + t/op/tr.t
25513 ____________________________________________________________________________
25514 [  1956] By: jhi                                   on 1998/10/14  12:24:35
25515     Log: Mutexen should be initialized only once.
25516  Branch: confperl
25517        ! gv.c op.c
25518 ____________________________________________________________________________
25519 [  1955] By: jhi                                   on 1998/10/14  12:19:38
25520     Log: os390 has its own cppstdin.
25521  Branch: confperl
25522        ! hints/os390.sh
25523 ____________________________________________________________________________
25524 [  1954] By: jhi                                   on 1998/10/14  12:15:06
25525     Log: Integrate with mainperl.
25526  Branch: confperl
25527       !> (integrate 1280 files)
25528 ____________________________________________________________________________
25529 [  1953] By: jhi                                   on 1998/10/14  11:48:08
25530     Log: Removed duplicate CMA threads code for HPUX 10.X.
25531          (probably residue of patch(1) being too understanding)
25532          Enhanced 64-bit settings. (redo change#1940)
25533  Branch: confperl
25534        ! hints/hpux.sh
25535 ____________________________________________________________________________
25536 [  1952] By: jhi                                   on 1998/10/14  11:45:16
25537     Log: (redo change#1949) Detypo in the d_open64 warning about
25538          the impending WHOA.
25539  Branch: confperl
25540        ! hints/irix_6.sh
25541 ____________________________________________________________________________
25542 [  1951] By: jhi                                   on 1998/10/14  10:54:16
25543     Log: Mutexen should only be inited once, after they have been New()ed.
25544  Branch: confperl
25545        ! gv.c op.c
25546 ____________________________________________________________________________
25547 [  1950] By: jhi                                   on 1998/10/14  10:41:43
25548     Log: Own cppstdin.
25549  Branch: confperl
25550        ! hints/os390.sh
25551 ____________________________________________________________________________
25552 [  1949] By: jhi                                   on 1998/10/14  10:34:23
25553     Log: Detypo in the d_open64 warning about the impending WHOA.
25554  Branch: confperl
25555        ! hints/irix_6.sh
25556 ____________________________________________________________________________
25557 [  1948] By: gsar                                  on 1998/10/14  05:38:01
25558     Log: two typos
25559  Branch: perl
25560        ! pp_hot.c t/op/eval.t
25561 ____________________________________________________________________________
25562 [  1947] By: gsar                                  on 1998/10/14  05:37:10
25563     Log: let docatch() pass the buck when restartop turns out to be null,
25564          making exceptions in BEGIN{} propagate as expected
25565  Branch: perl
25566        ! pp_ctl.c t/op/misc.t
25567 ____________________________________________________________________________
25568 [  1946] By: gsar                                  on 1998/10/13  03:41:49
25569     Log: add missing file from change#1943
25570  Branch: perl
25571        ! proto.h
25572 ____________________________________________________________________________
25573 [  1945] By: gsar                                  on 1998/10/13  03:32:02
25574     Log: defer "deep recursion" warnings until CXt_SUB context is properly
25575          set up
25576  Branch: perl
25577        ! pp_hot.c t/pragma/warn/pp_hot
25578 ____________________________________________________________________________
25579 [  1944] By: gsar                                  on 1998/10/13  03:15:50
25580     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
25581          fixup the cop_seq value that must be seen by lexical lookups that
25582          emanate within eval''
25583  Branch: perl
25584        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
25585 ____________________________________________________________________________
25586 [  1943] By: gsar                                  on 1998/10/13  02:06:09
25587     Log: ensure recursive attempts to findlex()icals know enough about where
25588          the last eval'' context was encountered
25589  Branch: perl
25590        ! op.c t/op/eval.t
25591 ____________________________________________________________________________
25592 [  1942] By: gsar                                  on 1998/10/13  02:01:24
25593     Log: force copy of substrings when matching against temporaries
25594  Branch: perl
25595        ! pp_hot.c t/op/pat.t
25596 ____________________________________________________________________________
25597 [  1941] By: gsar                                  on 1998/10/13  01:49:16
25598     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
25599          implementation)
25600  Branch: perl
25601        ! pp_ctl.c t/op/runlevel.t
25602 ____________________________________________________________________________
25603 [  1940] By: jhi                                   on 1998/10/12  09:57:44
25604     Log: Removed duplicate CMA threads code for HPUX 10.X.
25605          (probably residue of patch(1) being too understanding)
25606          Enhanced 64-bit settings.
25607  Branch: confperl
25608        ! hints/hpux.sh
25609 ____________________________________________________________________________
25610 [  1939] By: jhi                                   on 1998/10/12  09:53:11
25611     Log: Initial sync from mainline perl.
25612  Branch: confperl
25613        + (add 1282 files)
25614 ____________________________________________________________________________
25615 [  1937] By: gsar                                  on 1998/10/06  21:16:34
25616     Log: fix $/ init for USE_THREADS
25617  Branch: perl
25618        ! perl.c
25619 ____________________________________________________________________________
25620 [  1936] By: gsar                                  on 1998/10/06  07:19:39
25621     Log: fix globals caught by change#1927; builds and tests on Solaris
25622  Branch: perl
25623        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
25624        ! warning.h warning.pl
25625 ____________________________________________________________________________
25626 [  1935] By: gsar                                  on 1998/10/06  06:50:35
25627     Log: add test for previous fix
25628  Branch: perl
25629        ! ext/Thread/create.t
25630 ____________________________________________________________________________
25631 [  1934] By: gsar                                  on 1998/10/06  06:37:36
25632     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
25633  Branch: perl
25634        ! util.c
25635 ____________________________________________________________________________
25636 [  1933] By: gsar                                  on 1998/10/06  05:04:20
25637     Log: undo bogus part of change#1903 (as pointed out by Larry)
25638  Branch: perl
25639        ! pp_ctl.c
25640 ____________________________________________________________________________
25641 [  1932] By: gsar                                  on 1998/10/06  04:21:31
25642     Log: added tweaked version of suggested patch
25643          From: jan.dubois@ibm.net (Jan Dubois)
25644          Date: Sat, 03 Oct 1998 19:04:48 +0200
25645          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
25646          Subject: [PATCH 5.005_52] More MakeMaker  patches
25647  Branch: perl
25648        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
25649        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
25650 ____________________________________________________________________________
25651 [  1931] By: gsar                                  on 1998/10/06  04:04:33
25652     Log: use cpp symbols instead of hardwired constants
25653          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25654          Date: Mon, 05 Oct 1998 09:23:33 +0100
25655          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
25656          Subject: [PATCH 5.005_52] By the numbers (resend)
25657  Branch: perl
25658        ! op.c
25659 ____________________________________________________________________________
25660 [  1930] By: gsar                                  on 1998/10/06  04:01:55
25661     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25662          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
25663          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
25664          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
25665  Branch: perl
25666        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
25667        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
25668 ____________________________________________________________________________
25669 [  1929] By: gsar                                  on 1998/10/06  03:50:36
25670     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25671          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
25672          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
25673          Subject: [PATCH 5.00552] Minor test improvement
25674  Branch: perl
25675        ! t/op/magic.t
25676 ____________________________________________________________________________
25677 [  1928] By: gsar                                  on 1998/10/06  03:49:03
25678     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25679          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
25680          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
25681          Subject: [PATCH 5.00552] emacs/ptags inprovements
25682  Branch: perl
25683        ! emacs/ptags
25684 ____________________________________________________________________________
25685 [  1927] By: gsar                                  on 1998/10/06  03:47:44
25686     Log: disable C<#define dirty PL_dirty> et al.
25687  Branch: perl
25688        ! embed.pl embedvar.h
25689 ____________________________________________________________________________
25690 [  1926] By: gsar                                  on 1998/10/06  03:43:32
25691     Log: From: Mark-Jason Dominus <mjd@plover.com>
25692          Date: Sun, 04 Oct 1998 14:48:11 -0400
25693          Message-ID: <19981004184811.16048.qmail@plover.com>
25694          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
25695  Branch: perl
25696        ! utils/perldoc.PL
25697 ____________________________________________________________________________
25698 [  1925] By: gsar                                  on 1998/10/06  03:27:35
25699     Log: disable USE_THREADS when PERL_OBJECT is enabled
25700  Branch: perl
25701        ! win32/Makefile win32/makefile.mk
25702 ____________________________________________________________________________
25703 [  1924] By: gsar                                  on 1998/10/06  03:26:54
25704     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
25705  Branch: perl
25706        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
25707        ! vms/perly_c.vms
25708 ____________________________________________________________________________
25709 [  1923] By: gsar                                  on 1998/10/03  05:19:56
25710     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
25711          overridden
25712  Branch: perl
25713        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
25714        ! proto.h vms/perly_c.vms
25715 ____________________________________________________________________________
25716 [  1922] By: gsar                                  on 1998/10/03  03:59:50
25717     Log: suppress manifypods leak in extensions
25718  Branch: perl
25719        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
25720 ____________________________________________________________________________
25721 [  1921] By: gsar                                  on 1998/10/02  22:30:15
25722     Log: os390 fixes (suggested by Peter Prymmer)
25723  Branch: perl
25724        ! Makefile.SH regcomp.c
25725 ____________________________________________________________________________
25726 [  1920] By: gsar                                  on 1998/10/02  21:41:19
25727     Log: squelch undef warnings
25728          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25729          Date: Fri, 02 Oct 1998 11:01:14 +0100
25730          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
25731          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
25732  Branch: perl
25733        ! Changes lib/Math/BigInt.pm
25734 ____________________________________________________________________________
25735 [  1919] By: gsar                                  on 1998/10/02  04:59:13
25736     Log: add note to INSTALL about ANSI C
25737  Branch: perl
25738        ! INSTALL
25739 ____________________________________________________________________________
25740 [  1918] By: gsar                                  on 1998/10/02  04:21:10
25741     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
25742          From: jan.dubois@ibm.net (Jan Dubois)
25743          Date: Wed, 30 Sep 1998 23:35:30 +0200
25744          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
25745          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
25746  Branch: perl
25747        ! lib/ExtUtils/xsubpp
25748 ____________________________________________________________________________
25749 [  1917] By: gsar                                  on 1998/10/02  04:16:02
25750     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25751          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
25752          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
25753          Subject: Re: Configure test for selectbits busted
25754  Branch: perl
25755        ! Configure
25756 ____________________________________________________________________________
25757 [  1916] By: gsar                                  on 1998/10/02  04:14:17
25758     Log: From: Dan Sugalski <sugalskd@osshe.edu>
25759          Date: Wed, 30 Sep 1998 17:15:20 -0700
25760          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
25761          Subject: [PATCH 5.005_02]VMS config tweaks
25762  Branch: perl
25763        ! vms/descrip_mms.template vms/subconfigure.com
25764 ____________________________________________________________________________
25765 [  1915] By: gsar                                  on 1998/10/02  04:10:47
25766     Log: use Off_t to permit 64-bit seek()
25767          From: Scott Henry <scotth@sgi.com>
25768          Date: 29 Sep 1998 17:38:46 -0700
25769          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
25770          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
25771          --
25772          Date: 28 Sep 1998 18:55:37 -0700
25773          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
25774          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25775  Branch: perl
25776        ! doio.c pp_sys.c proto.h sv.c
25777 ____________________________________________________________________________
25778 [  1914] By: gsar                                  on 1998/10/02  04:05:36
25779     Log: normalize tm struct passed to strftime() with mktime()
25780          From: Spider Boardman <spider@orb.nashua.nh.us>
25781          Date: Wed, 30 Sep 1998 15:12:09 -0400
25782          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
25783          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
25784  Branch: perl
25785        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25786 ____________________________________________________________________________
25787 [  1913] By: gsar                                  on 1998/10/02  03:59:46
25788     Log: don't try to run foo_SH.orig etc.
25789  Branch: perl
25790        ! Configure
25791 ____________________________________________________________________________
25792 [  1912] By: gsar                                  on 1998/10/02  03:45:37
25793     Log: make warning about glob process failure optional
25794  Branch: perl
25795        ! pod/perldiag.pod pp_hot.c
25796 ____________________________________________________________________________
25797 [  1911] By: gsar                                  on 1998/10/02  02:52:21
25798     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
25799          From: Dominic Dunlop <domo@vo.lu>
25800          Date: Tue, 29 Sep 1998 21:06:30 +0000
25801          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
25802          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
25803          --
25804          Date: Wed, 30 Sep 1998 11:46:44 +0000
25805          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
25806          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
25807  Branch: perl
25808        ! pod/perldiag.pod regcomp.c
25809 ____________________________________________________________________________
25810 [  1910] By: gsar                                  on 1998/10/02  02:48:48
25811     Log: minor Configure tweaks (via private mail)
25812          From: Jarkko Hietaniemi <jhi@iki.fi>
25813          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
25814          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
25815          Subject: [PATCH] 5.005_52: the drizzle continues
25816  Branch: perl
25817        ! Configure config_h.SH handy.h
25818 ____________________________________________________________________________
25819 [  1909] By: gsar                                  on 1998/10/02  02:46:39
25820     Log: update SCO hints for dynamic loading
25821          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
25822          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
25823          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
25824          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25825          --
25826          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
25827          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
25828          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25829  Branch: perl
25830        ! hints/sco.sh
25831 ____________________________________________________________________________
25832 [  1908] By: gsar                                  on 1998/10/02  02:33:39
25833     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
25834  Branch: perl
25835        ! lib/File/Find.pm
25836 ____________________________________________________________________________
25837 [  1907] By: gsar                                  on 1998/10/02  02:21:52
25838     Log: applied patches, but retained old behavior for win32 (where compilers
25839          can't read from stdin at all)
25840          From: Graham Barr <gbarr@ti.com>
25841          Date: Mon, 28 Sep 1998 09:41:49 -0500
25842          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
25843          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25844          --
25845          Date: Tue, 29 Sep 1998 12:35:43 -0500
25846          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
25847          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25848  Branch: perl
25849        ! ext/Errno/Errno_pm.PL
25850 ____________________________________________________________________________
25851 [  1906] By: gsar                                  on 1998/10/02  02:02:19
25852     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
25853          Hietaniemi)
25854  Branch: perl
25855        ! t/op/grent.t
25856 ____________________________________________________________________________
25857 [  1905] By: gsar                                  on 1998/10/02  01:59:56
25858     Log: win32 caveats about truncate()
25859  Branch: perl
25860        ! pod/perlport.pod
25861 ____________________________________________________________________________
25862 [  1904] By: gsar                                  on 1998/10/02  01:53:25
25863     Log: various Configure and hints updates (prefer drand48() or random()
25864          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
25865          applied modulo SCO hints superceded by later patch
25866          From: Jarkko Hietaniemi <jhi@iki.fi>
25867          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
25868          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
25869          Subject: [PATCH] 5.005_52: Configure et al:
25870  Branch: perl
25871        + ext/IPC/SysV/hints/next_3.pl
25872        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
25873        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
25874        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
25875 ____________________________________________________________________________
25876 [  1903] By: gsar                                  on 1998/10/02  01:42:37
25877     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
25878          Date: Mon, 28 Sep 1998 17:41:49 +0100
25879          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
25880          Subject: [PATCH 5.005_52] Re: More on ?p 
25881          --
25882          Date: Thu, 01 Oct 1998 09:10:58 +0100
25883          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
25884          Subject: [PATCH 5.005_52] ?p fix
25885          --
25886          Date: Thu, 01 Oct 1998 10:45:56 +0100
25887          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
25888          Subject: [PATCH 5.005_52] more on ?p
25889  Branch: perl
25890        ! pp_ctl.c
25891 ____________________________________________________________________________
25892 [  1902] By: gsar                                  on 1998/10/02  01:36:14
25893     Log: From: Kenneth Duda <kjd@cisco.com>
25894          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
25895          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
25896          Subject: writemain dies when there are more than 4000 characters of extensions
25897  Branch: perl
25898        ! writemain.SH
25899 ____________________________________________________________________________
25900 [  1901] By: gsar                                  on 1998/10/02  01:33:16
25901     Log: tweak run_byacc recipe
25902  Branch: perl
25903        ! Makefile.SH Porting/pumpkin.pod
25904 ____________________________________________________________________________
25905 [  1900] By: gsar                                  on 1998/10/02  01:02:09
25906     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
25907  Branch: perl
25908        ! perl.h pp_ctl.c
25909 ____________________________________________________________________________
25910 [  1899] By: gsar                                  on 1998/09/28  20:46:30
25911     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
25912          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
25913          Dvornik)
25914  Branch: perl
25915        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
25916 ____________________________________________________________________________
25917 [  1898] By: gsar                                  on 1998/09/28  20:42:52
25918     Log: flush unsubmitted 5.00552 change
25919  Branch: perl
25920        ! MANIFEST
25921 ____________________________________________________________________________
25922 [  1897] By: gsar                                  on 1998/09/27  04:43:06
25923     Log: run vms_yfix.pl
25924  Branch: perl
25925        ! vms/perly_c.vms
25926 ____________________________________________________________________________
25927 [  1896] By: gsar                                  on 1998/09/27  03:38:55
25928     Log: small tweak on last change
25929  Branch: perl
25930        ! win32/win32.c
25931 ____________________________________________________________________________
25932 [  1895] By: gsar                                  on 1998/09/27  03:17:17
25933     Log: fix win32_stat() to do the right thing for share names
25934  Branch: perl
25935        ! win32/win32.c
25936 ____________________________________________________________________________
25937 [  1891] By: larry                                 on 1998/09/25  18:50:40
25938     Log: Fixed apostrophe problem from Mark Knutsen.
25939  Branch: perl
25940        ! sv.h
25941
25942 ----------------
25943 Version 5.005_52
25944 ----------------
25945
25946 ____________________________________________________________________________
25947 [  1890] By: gsar                                  on 1998/09/25  10:25:00
25948     Log: update template config.sh, add new config vars to win32 stuff
25949  Branch: perl
25950        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
25951        ! pp_sys.c proto.h win32/config.bc win32/config.gc
25952        ! win32/config.vc win32/config_H.bc win32/config_H.gc
25953        ! win32/config_H.vc win32/win32.h
25954 ____________________________________________________________________________
25955 [  1889] By: gsar                                  on 1998/09/25  07:13:13
25956     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
25957          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
25958          of full-fledged 64-bit support (including support for: fseeko/ftello,
25959          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
25960          in Fcntl)
25961          From: Jarkko Hietaniemi <jhi@iki.fi>
25962          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
25963          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
25964          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
25965          --
25966          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25967          Date: 12 Sep 1998 09:44:25 +0300
25968          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
25969          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25970  Branch: perl
25971        + lib/filetest.pm
25972        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
25973        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
25974        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
25975        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
25976        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
25977        ! win32/makedef.pl
25978 ____________________________________________________________________________
25979 [  1888] By: gsar                                  on 1998/09/25  06:27:12
25980     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
25981  Branch: perl
25982        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
25983        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25984        ! win32/makedef.pl win32/makefile.mk win32/win32.c
25985 ____________________________________________________________________________
25986 [  1887] By: gsar                                  on 1998/09/25  04:50:49
25987     Log: win32.c tweak
25988  Branch: perl
25989        ! win32/win32.c
25990 ____________________________________________________________________________
25991 [  1886] By: gsar                                  on 1998/09/25  04:47:32
25992     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
25993  Branch: perl
25994        ! lib/ExtUtils/MakeMaker.pm
25995 ____________________________________________________________________________
25996 [  1885] By: gsar                                  on 1998/09/25  04:05:09
25997     Log: From: Dominic Dunlop <domo@vo.lu>
25998          Date: Thu, 10 Sep 1998 11:02:46 +0000
25999          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
26000          Subject: MM_Unix::canonpath erroneously turns leading // into /
26001  Branch: perl
26002        ! lib/ExtUtils/MM_Unix.pm
26003 ____________________________________________________________________________
26004 [  1884] By: gsar                                  on 1998/09/25  03:06:10
26005     Log: temporarily disable perl malloc for a2p until we clean up
26006          conflicting malloc() declarations everywhere
26007  Branch: perl
26008        ! x2p/Makefile.SH
26009 ____________________________________________________________________________
26010 [  1883] By: gsar                                  on 1998/09/25  02:27:00
26011     Log: remove obsolete win32/bin/*.pl
26012  Branch: perl
26013        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
26014        ! Changes MANIFEST win32/Makefile win32/makefile.mk
26015 ____________________________________________________________________________
26016 [  1882] By: gsar                                  on 1998/09/25  02:04:43
26017     Log: missing file in last submit
26018  Branch: perl
26019        ! proto.h
26020 ____________________________________________________________________________
26021 [  1881] By: gsar                                  on 1998/09/25  01:56:54
26022     Log: serial access to PL_x[inpr]v_root for USE_THREADS
26023  Branch: perl
26024        ! sv.c
26025 ____________________________________________________________________________
26026 [  1880] By: gsar                                  on 1998/09/25  01:19:38
26027     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
26028          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
26029          Date: Thu, 24 Sep 1998 22:01:09 +0900
26030          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
26031          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
26032  Branch: perl
26033        ! hv.c proto.h
26034 ____________________________________________________________________________
26035 [  1879] By: gsar                                  on 1998/09/25  00:20:07
26036     Log: tweaks to enable PERL_OBJECT to build & test on win32
26037  Branch: perl
26038        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
26039        ! win32/GenCAPI.pl
26040 ____________________________________________________________________________
26041 [  1878] By: gsar                                  on 1998/09/25  00:13:36
26042     Log: fix change#1861, which breaks default boot_xxx symbol generation
26043  Branch: perl
26044        ! lib/ExtUtils/Mksymlists.pm
26045 ____________________________________________________________________________
26046 [  1877] By: gsar                                  on 1998/09/24  10:29:54
26047     Log: two tweaks for clean build and test on Solaris
26048  Branch: perl
26049        ! op.c t/op/subst.t
26050 ____________________________________________________________________________
26051 [  1876] By: gsar                                  on 1998/09/24  09:04:43
26052     Log: From: Colin Kuskie <ckuskie@cadence.com>
26053          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
26054          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
26055          Subject: [PATCH 5.005_51] perlform.pod
26056  Branch: perl
26057        ! pod/perlform.pod
26058 ____________________________________________________________________________
26059 [  1875] By: gsar                                  on 1998/09/24  08:47:47
26060     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26061          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
26062          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
26063          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
26064  Branch: perl
26065        ! regexec.c
26066 ____________________________________________________________________________
26067 [  1874] By: gsar                                  on 1998/09/24  08:44:55
26068     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26069          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
26070          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
26071          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
26072  Branch: perl
26073        ! toke.c
26074 ____________________________________________________________________________
26075 [  1873] By: gsar                                  on 1998/09/24  08:39:41
26076     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26077          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
26078          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
26079          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
26080  Branch: perl
26081        ! Changes regcomp.c
26082 ____________________________________________________________________________
26083 [  1872] By: gsar                                  on 1998/09/24  08:37:00
26084     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
26085          Date: Sun, 23 Aug 1998 23:18:38 PDT
26086          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
26087          Subject: new irix_6.sh hints file
26088  Branch: perl
26089        ! hints/irix_6.sh
26090 ____________________________________________________________________________
26091 [  1871] By: gsar                                  on 1998/09/24  07:26:37
26092     Log: correct FSF address in various places
26093  Branch: perl
26094        ! Copying README ext/B/README lib/Getopt/Long.pm
26095 ____________________________________________________________________________
26096 [  1870] By: gsar                                  on 1998/09/24  07:11:56
26097     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
26098          Date:    Fri, 14 Aug 1998 09:20:16 PDT
26099          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
26100          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
26101  Branch: perl
26102        ! configure.com
26103 ____________________________________________________________________________
26104 [  1869] By: gsar                                  on 1998/09/24  06:55:59
26105     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
26106          From:    Scott Henry <scotth@sgi.com>
26107          Date:    13 Aug 1998 09:52:15 PDT
26108          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
26109          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
26110  Branch: perl
26111        ! hints/irix_6.sh
26112 ____________________________________________________________________________
26113 [  1868] By: gsar                                  on 1998/09/24  06:51:23
26114     Log: From:    Nathan Torkington <gnat@frii.com>
26115          Date:    Thu, 13 Aug 1998 10:59:48 MDT
26116          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
26117          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
26118  Branch: perl
26119        ! pod/perlfunc.pod
26120 ____________________________________________________________________________
26121 [  1867] By: gsar                                  on 1998/09/24  06:45:13
26122     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
26123          that are autoloaded)
26124  Branch: perl
26125        ! pp_ctl.c
26126 ____________________________________________________________________________
26127 [  1866] By: gsar                                  on 1998/09/24  05:21:19
26128     Log: grandfather deprecated "$$<digit>" no more
26129  Branch: perl
26130        ! pod/perldiag.pod toke.c
26131 ____________________________________________________________________________
26132 [  1865] By: gsar                                  on 1998/09/24  04:52:48
26133     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
26134          low bits (suggested by Ilya Zakharevich)
26135  Branch: perl
26136        ! hv.h
26137 ____________________________________________________________________________
26138 [  1864] By: gsar                                  on 1998/09/24  04:29:14
26139     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
26140          perly_c.diff
26141  Branch: perl
26142        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
26143        ! perly_c.diff toke.c
26144 ____________________________________________________________________________
26145 [  1863] By: gsar                                  on 1998/09/24  03:36:30
26146     Log: provide locked access to string table for USE_THREADS
26147  Branch: perl
26148        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
26149 ____________________________________________________________________________
26150 [  1862] By: gsar                                  on 1998/09/24  03:30:32
26151     Log: remove bogus warn()
26152  Branch: perl
26153        ! embed.pl
26154 ____________________________________________________________________________
26155 [  1861] By: gsar                                  on 1998/09/24  02:58:51
26156     Log: applied suggested patch, adapted for all platforms
26157          From: jan.dubois@ibm.net (Jan Dubois)
26158          Date: Sun, 20 Sep 1998 12:56:38 +0200
26159          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
26160          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
26161  Branch: perl
26162        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26163        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26164        ! lib/ExtUtils/MakeMaker.pm
26165 ____________________________________________________________________________
26166 [  1860] By: gsar                                  on 1998/09/24  02:16:14
26167     Log: upgrade to CPAN-1.40
26168  Branch: perl
26169        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
26170 ____________________________________________________________________________
26171 [  1859] By: gsar                                  on 1998/09/24  02:08:59
26172     Log: use $ENV{MAKEMAKEROPT} to set default command line args
26173  Branch: perl
26174        ! lib/ExtUtils/MakeMaker.pm
26175 ____________________________________________________________________________
26176 [  1857] By: gsar                                  on 1998/09/23  10:58:36
26177     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26178          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
26179          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
26180          Subject: More verbose Test::Harness [PATCH]
26181  Branch: perl
26182        ! lib/Test/Harness.pm
26183 ____________________________________________________________________________
26184 [  1856] By: gsar                                  on 1998/09/23  10:56:24
26185     Log: update hints for OPENSTEP 4.2 on i386
26186          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
26187          Date: Sun, 20 Sep 1998 01:03:18 +0200
26188          Message-Id: <9809192303.AA29190@Spike>
26189          Subject: Perl 5.005_02 compilation problems
26190  Branch: perl
26191        ! hints/next_4.sh
26192 ____________________________________________________________________________
26193 [  1855] By: gsar                                  on 1998/09/23  10:52:27
26194     Log: reset errno after C<require> search (as suggested by Larry)
26195  Branch: perl
26196        ! pp_ctl.c
26197 ____________________________________________________________________________
26198 [  1854] By: gsar                                  on 1998/09/23  10:50:26
26199     Log: misc pod tweaks
26200  Branch: perl
26201        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
26202 ____________________________________________________________________________
26203 [  1853] By: gsar                                  on 1998/09/23  10:46:06
26204     Log: make Pod/Html.pm handle the --title option properly (as suggested
26205          by gml4410@ggr.co.uk)
26206  Branch: perl
26207        ! lib/Pod/Html.pm
26208 ____________________________________________________________________________
26209 [  1852] By: gsar                                  on 1998/09/23  10:41:39
26210     Log: SSNEW() API for allocating memory on the savestack
26211          From: Albert Dvornik <bert@genscan.com>
26212          Date: 17 Sep 1998 19:23:07 -0400
26213          Message-Id: <tqemtae338.fsf@puma.genscan.com>
26214          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
26215  Branch: perl
26216        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
26217        ! perl.h proto.h scope.c scope.h t/io/tell.t
26218 ____________________________________________________________________________
26219 [  1851] By: gsar                                  on 1998/09/23  10:37:05
26220     Log: From: Jochen Wiedmann <joe@ispsoft.de>
26221          Date: Thu, 17 Sep 1998 17:16:06 +0200
26222          Message-ID: <360127B6.E44564A@ispsoft.de>
26223          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
26224  Branch: perl
26225        ! lib/ExtUtils/MakeMaker.pm
26226 ____________________________________________________________________________
26227 [  1850] By: gsar                                  on 1998/09/23  10:33:05
26228     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
26229          Date: 15 Sep 1998 01:32:31 +0200
26230          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
26231          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
26232  Branch: perl
26233        ! lib/ExtUtils/MM_Unix.pm
26234 ____________________________________________________________________________
26235 [  1849] By: gsar                                  on 1998/09/23  10:29:04
26236     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
26237          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
26238          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
26239          Subject: Re: extralibs.ld problem in MM_VMS.pm
26240  Branch: perl
26241        ! lib/ExtUtils/MM_VMS.pm
26242 ____________________________________________________________________________
26243 [  1848] By: gsar                                  on 1998/09/23  10:25:24
26244     Log: From: Roderick Schertler <roderick@argon.org>
26245          Date: 11 Sep 1998 16:19:21 -0400
26246          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
26247          Subject: Re: Open2 and memory leaks
26248  Branch: perl
26249        ! lib/IPC/Open3.pm
26250 ____________________________________________________________________________
26251 [  1847] By: gsar                                  on 1998/09/23  10:18:31
26252     Log: From: Roderick Schertler <roderick@argon.org>
26253          Date: Wed, 09 Sep 1998 23:52:48 -0400
26254          Message-ID: <20567.905399568@eeyore.ibcinc.com>
26255          Subject: seed srand from /dev/urandom when possible
26256  Branch: perl
26257        ! pod/perlfunc.pod pp.c
26258 ____________________________________________________________________________
26259 [  1846] By: gsar                                  on 1998/09/23  10:12:22
26260     Log: From: Roderick Schertler <roderick@argon.org>
26261          Date: Thu, 10 Sep 1998 00:32:17 -0400
26262          Message-ID: <21142.905401937@eeyore.ibcinc.com>
26263          Subject: doc update for crypt()'s salt
26264  Branch: perl
26265        ! pod/perlfunc.pod
26266 ____________________________________________________________________________
26267 [  1845] By: gsar                                  on 1998/09/23  10:09:23
26268     Log: fix h2ph handling of C<#error "foo">
26269          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
26270          Date: Thu, 10 Sep 1998 09:59:33 +0900
26271          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
26272          Subject: [5.005_02] h2ph problem
26273  Branch: perl
26274        ! utils/h2ph.PL
26275 ____________________________________________________________________________
26276 [  1844] By: gsar                                  on 1998/09/23  10:06:13
26277     Log: plug strictly private function leaks in API listing
26278  Branch: perl
26279        ! pod/perlguts.pod
26280 ____________________________________________________________________________
26281 [  1843] By: gsar                                  on 1998/09/23  10:02:57
26282     Log: hide symbol for static build
26283          From: Dominic Dunlop <domo@vo.lu>
26284          Date: Tue, 8 Sep 1998 21:40:46 +0000
26285          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
26286          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
26287  Branch: perl
26288        ! regcomp.c
26289 ____________________________________________________________________________
26290 [  1842] By: gsar                                  on 1998/09/23  09:52:46
26291     Log: define PUT_svindex(), PUT_opindex()
26292  Branch: perl
26293        ! ext/B/B/Assembler.pm
26294 ____________________________________________________________________________
26295 [  1841] By: gsar                                  on 1998/09/23  09:44:25
26296     Log: From: Dominic Dunlop <domo@vo.lu>
26297          Date: Tue, 8 Sep 1998 15:34:53 +0000
26298          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
26299          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
26300  Branch: perl
26301        ! t/pragma/warn/regexec
26302 ____________________________________________________________________________
26303 [  1840] By: gsar                                  on 1998/09/23  09:42:17
26304     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
26305  Branch: perl
26306        ! win32/bin/pl2bat.pl
26307 ____________________________________________________________________________
26308 [  1839] By: gsar                                  on 1998/09/23  09:38:18
26309     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
26310          Date: Mon, 7 Sep 1998 17:36:09 +0900
26311          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
26312          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
26313  Branch: perl
26314        ! ext/Thread/Thread.xs
26315 ____________________________________________________________________________
26316 [  1838] By: gsar                                  on 1998/09/23  09:21:11
26317     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
26318          Date: Thu, 10 Sep 1998 00:02:07 -0400
26319          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
26320          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
26321  Branch: perl
26322        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
26323        + vos/config.h vos/config_h.SH_orig vos/perl.bind
26324        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
26325        ! MANIFEST perl.c perl.h pod/perlport.pod
26326 ____________________________________________________________________________
26327 [  1837] By: gsar                                  on 1998/09/23  08:45:58
26328     Log: (via private mail)
26329          From: Charles Bailey <BAILEY@newman.upenn.edu>
26330          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
26331          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
26332          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
26333  Branch: perl
26334        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
26335        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26336        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
26337        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
26338        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
26339        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
26340        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
26341        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
26342        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
26343        ! vms/writemain.pl
26344 ____________________________________________________________________________
26345 [  1836] By: gsar                                  on 1998/09/23  08:17:42
26346     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26347          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
26348          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
26349          Subject: [PATCH 5.005_*] OS/2 spawning typos
26350  Branch: perl
26351        ! os2/os2.c
26352 ____________________________________________________________________________
26353 [  1835] By: gsar                                  on 1998/09/23  08:09:55
26354     Log: warn on C<my($foo,$foo)>
26355  Branch: perl
26356        ! op.c pod/perldiag.pod
26357 ____________________________________________________________________________
26358 [  1834] By: gsar                                  on 1998/09/23  07:35:56
26359     Log: From: pvhp@forte.com (Peter Prymmer)
26360          Date: Fri, 4 Sep 98 13:27:41 PDT
26361          Message-Id: <9809042027.AA04463@forte.com>
26362          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
26363  Branch: perl
26364        ! README.vms
26365 ____________________________________________________________________________
26366 [  1833] By: gsar                                  on 1998/09/23  07:27:34
26367     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26368          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
26369          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
26370          Subject: PATCH: 5.005_02 hint/hpux.sh
26371  Branch: perl
26372        ! hints/hpux.sh
26373 ____________________________________________________________________________
26374 [  1832] By: gsar                                  on 1998/09/23  07:22:40
26375     Log: fix (some) installhtml bugs
26376          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
26377          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
26378          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
26379          Subject: installhtml script needs work
26380  Branch: perl
26381        ! installhtml
26382 ____________________________________________________________________________
26383 [  1831] By: gsar                                  on 1998/09/23  07:19:30
26384     Log: document 'U' magic with examples
26385          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
26386          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
26387          Message-Id: <199809011455.PAA00631@sale-wts>
26388          Subject: Re: Looking for some XS MAGIC examples...
26389  Branch: perl
26390        ! pod/perlguts.pod
26391 ____________________________________________________________________________
26392 [  1830] By: gsar                                  on 1998/09/23  07:16:43
26393     Log: From: pvhp@forte.com (Peter Prymmer)
26394          Date: Mon, 31 Aug 98 17:13:49 PDT
26395          Message-Id: <9809010013.AA06737@forte.com>
26396          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
26397  Branch: perl
26398        ! README.os390
26399 ____________________________________________________________________________
26400 [  1829] By: gsar                                  on 1998/09/23  07:15:08
26401     Log: fix problematic typecast in filter_del()
26402          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
26403          Date: Mon, 31 Aug 1998 21:13:11 GMT
26404          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
26405          Subject: perl5.005_02 does not build on Cray T90
26406  Branch: perl
26407        ! toke.c
26408 ____________________________________________________________________________
26409 [  1828] By: gsar                                  on 1998/09/23  07:11:34
26410     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26411          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
26412          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
26413          Subject: [PATCH 5.005_5*] (?>) broken in RE
26414  Branch: perl
26415        ! regexec.c t/op/re_tests
26416 ____________________________________________________________________________
26417 [  1827] By: gsar                                  on 1998/09/23  07:09:50
26418     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
26419  Branch: perl
26420        ! t/op/grent.t t/op/groups.t
26421 ____________________________________________________________________________
26422 [  1826] By: gsar                                  on 1998/09/23  07:03:16
26423     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26424          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
26425          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
26426          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
26427  Branch: perl
26428        - interp.sym
26429        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
26430 ____________________________________________________________________________
26431 [  1825] By: gsar                                  on 1998/09/23  06:56:40
26432     Log: re-introduce change#1703
26433  Branch: perl
26434        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
26435 ____________________________________________________________________________
26436 [  1824] By: gsar                                  on 1998/09/23  06:44:19
26437     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26438          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
26439          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
26440          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
26441  Branch: perl
26442        ! lib/perl5db.pl
26443 ____________________________________________________________________________
26444 [  1823] By: gsar                                  on 1998/09/23  06:41:34
26445         Log: From: Joe Buehler <jhpb@hekimian.com>
26446              Date: 29 Aug 1998 17:13:28 -0400
26447              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
26448              Subject: patches for perl 5.005_51 under U/WIN
26449      Branch: perl
26450            + hints/uwin.sh
26451            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
26452            ! t/lib/posix.t
26453 ____________________________________________________________________________
26454 [  1822] By: gsar                                  on 1998/09/23  06:36:59
26455         Log: add missing C<no utf8;> tweak from Larry
26456      Branch: perl
26457            ! t/op/subst.t
26458 ____________________________________________________________________________
26459 [  1821] By: gsar                                  on 1998/09/23  06:27:51
26460         Log: s/runops/CALLRUNOPS/
26461      Branch: perl
26462            ! cc_runtime.h
26463 ____________________________________________________________________________
26464 [  1820] By: gsar                                  on 1998/09/23  06:24:49
26465         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
26466      Branch: perl
26467           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
26468           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
26469           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
26470           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
26471           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
26472           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
26473           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
26474           +> t/pragma/warn/util
26475            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
26476            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
26477            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
26478            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
26479            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
26480            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
26481            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
26482            - t/pragma/warn-util
26483            ! MANIFEST t/pragma/warning.t
26484 ____________________________________________________________________________
26485 [  1819] By: gsar                                  on 1998/09/23  06:08:46
26486         Log: make \(%foo) return refs to values (not copies of values)
26487              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
26488              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
26489              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
26490              --
26491              From: Roderick Schertler <roderick@argon.org>
26492              Date: Sat, 29 Aug 1998 00:58:33 -0400
26493              Message-ID: <29894.904366713@eeyore.ibcinc.com>
26494              Subject: Re: \(%x) problems
26495      Branch: perl
26496            ! doop.c pod/perlref.pod
26497 ____________________________________________________________________________
26498 [  1818] By: gsar                                  on 1998/09/23  06:05:08
26499         Log: make h2xs generate ANSI prototypes
26500      Branch: perl
26501            ! utils/h2xs.PL
26502 ____________________________________________________________________________
26503 [  1817] By: gsar                                  on 1998/09/23  05:57:16
26504         Log: updated usethreads hints for hpux 10.X
26505              From: Matthew T Harden <mthard@mthard1.monsanto.com>
26506              Date: Fri, 28 Aug 1998 14:10:42 GMT
26507              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
26508              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
26509      Branch: perl
26510            ! hints/hpux.sh perl.h
26511 ____________________________________________________________________________
26512 [  1816] By: gsar                                  on 1998/09/23  05:53:31
26513         Log: don't create empty directories in installperl
26514              From: Robin Barker <rmb1@cise.npl.co.uk>
26515              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
26516              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
26517              Subject: [PATCH 5.005_02] install: empty dirs
26518      Branch: perl
26519            ! installperl
26520 ____________________________________________________________________________
26521 [  1815] By: gsar                                  on 1998/09/23  05:50:36
26522         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
26523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26524              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
26525              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
26526              Subject: Re: your mail
26527      Branch: perl
26528            ! regexec.c t/op/re_tests
26529 ____________________________________________________________________________
26530 [  1814] By: gsar                                  on 1998/09/23  05:45:17
26531         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
26532              Date: Thu, 20 Aug 1998 20:59:03 -0400
26533              Message-ID: <19980820205903.A12908@O2.chapin.edu>
26534              Subject: [PATCH] h2ph misquotes #error directives
26535      Branch: perl
26536            ! t/lib/h2ph.pht utils/h2ph.PL
26537 ____________________________________________________________________________
26538 [  1813] By: gsar                                  on 1998/09/23  05:42:41
26539         Log: patch to support computed regular subexpressions
26540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26541              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
26542              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
26543              Subject: [5.005_5* PATCH] Postponed RE - now!
26544      Branch: perl
26545            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
26546            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
26547 ____________________________________________________________________________
26548 [  1812] By: gsar                                  on 1998/09/23  05:26:26
26549         Log: better CR-handling on shebang line and in formats (fixed variant of
26550              patch suggested by Igor Sysoev <igor@nitek.ru>)
26551      Branch: perl
26552            ! perl.c toke.c
26553 ____________________________________________________________________________
26554 [  1811] By: gsar                                  on 1998/09/23  04:35:46
26555         Log: document non-loopish blocks better
26556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26557              Date: Tue, 18 Aug 1998 12:28:36 +0100
26558              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
26559              Subject: Re: next in do {} while block gives error message
26560      Branch: perl
26561            ! pod/perlfunc.pod
26562 ____________________________________________________________________________
26563 [  1810] By: gsar                                  on 1998/09/23  04:12:05
26564         Log: fix bogus integerization of pop()'s return value
26565              From: Gurusamy Sarathy <gsar@engin.umich.edu>
26566              Date: Sat, 15 Aug 1998 23:27:54 -0400
26567              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
26568              Subject: Re: Complex expression does integer arithmetic 
26569      Branch: perl
26570            ! opcode.h opcode.pl
26571 ____________________________________________________________________________
26572 [  1809] By: gsar                                  on 1998/09/23  04:09:43
26573         Log: tweak README.win32
26574      Branch: perl
26575            ! README.win32
26576 ____________________________________________________________________________
26577 [  1808] By: gsar                                  on 1998/09/23  03:40:57
26578         Log: better diagnostic for do{} used as lvalue
26579      Branch: perl
26580            ! op.c pod/perlport.pod
26581 ____________________________________________________________________________
26582 [  1807] By: gsar                                  on 1998/09/23  03:38:30
26583         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
26584              From: hansm@icgroup.nl
26585              Date: Tue, 11 Aug 98 21:08:51 +0200
26586              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
26587              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
26588      Branch: perl
26589            ! malloc.c
26590 ____________________________________________________________________________
26591 [  1806] By: gsar                                  on 1998/09/23  03:36:08
26592         Log: support make written in perl (aka "pmake") on win32
26593      Branch: perl
26594            ! lib/ExtUtils/MM_Win32.pm
26595 ____________________________________________________________________________
26596 [  1805] By: gsar                                  on 1998/09/23  03:30:07
26597         Log: fix mismatched UV/U32 types for to_utf8_*()
26598      Branch: perl
26599            ! utf8.c
26600 ____________________________________________________________________________
26601 [  1804] By: gsar                                  on 1998/09/23  03:22:22
26602         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
26603              Date: Sun, 9 Aug 1998 22:38:23 +0200
26604              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
26605              Subject: [PATCH 5.5002] dos-djgpp update
26606      Branch: perl
26607            ! t/io/fs.t
26608 ____________________________________________________________________________
26609 [  1803] By: gsar                                  on 1998/09/23  03:20:13
26610         Log: apply minimal variant of patch (sent via private mail)
26611              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
26612              Date: Wed, 12 Aug 1998 15:42:35 +0300
26613              Message-Id: <199808121242.PAA29761@comanche.spices>
26614              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
26615      Branch: perl
26616            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
26617            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
26618 ____________________________________________________________________________
26619 [  1802] By: gsar                                  on 1998/09/23  03:03:39
26620         Log: adjust searchdict.t for EBCDIC (still needs documenting)
26621              From: pvhp@forte.com (Peter Prymmer)
26622              Date: Thu, 6 Aug 98 18:09:39 PDT
26623              Message-Id: <9808070109.AA06158@forte.com>
26624              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
26625      Branch: perl
26626            ! README.os390 t/lib/searchdict.t
26627 ____________________________________________________________________________
26628 [  1801] By: gsar                                  on 1998/09/23  02:54:15
26629         Log: silence redefined warning for XS(INIT) {}
26630      Branch: perl
26631            ! op.c
26632 ____________________________________________________________________________
26633 [  1800] By: gsar                                  on 1998/09/23  02:42:23
26634         Log: support match indices via special variables @- and @+
26635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26636              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
26637              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
26638              Subject: [PATCH 5.004_76] @- and @+
26639      Branch: perl
26640            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
26641            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
26642 ____________________________________________________________________________
26643 [  1799] By: gsar                                  on 1998/09/23  01:44:31
26644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26645              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
26646              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
26647              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
26648      Branch: perl
26649            ! regcomp.c t/op/re_tests
26650 ____________________________________________________________________________
26651 [  1798] By: gsar                                  on 1998/09/23  01:39:23
26652         Log: integrate maint-5.005 changes (except conflicting change#1794)
26653      Branch: perl
26654            ! Changes
26655           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
26656           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
26657           !> win32/win32.h
26658 ____________________________________________________________________________
26659 [  1797] By: gsar                                  on 1998/09/23  01:32:36
26660         Log: add note to win32/Makefile about setting CCHOME
26661      Branch: perl
26662            ! win32/Makefile win32/makefile.mk
26663 ____________________________________________________________________________
26664 [  1796] By: gsar                                  on 1998/09/23  01:31:32
26665         Log: perl.pod tweak
26666      Branch: perl
26667            ! pod/perl.pod
26668 ____________________________________________________________________________
26669 [  1795] By: gsar                                  on 1998/09/21  20:34:10
26670         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
26671      Branch: perl
26672            ! lib/ExtUtils/xsubpp
26673 ____________________________________________________________________________
26674 [  1789] By: gsar                                  on 1998/09/18  18:01:37
26675         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
26676      Branch: perl
26677            ! cop.h t/cmd/for.t
26678 ____________________________________________________________________________
26679 [  1788] By: gsar                                  on 1998/09/17  02:19:11
26680         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
26681      Branch: perl
26682            ! win32/config.bc win32/config.gc win32/config.vc
26683 ____________________________________________________________________________
26684 [  1787] By: gsar                                  on 1998/09/17  01:45:14
26685         Log: suppress bogus warning on C<sub x {} x()>
26686      Branch: perl
26687            ! toke.c
26688 ____________________________________________________________________________
26689 [  1786] By: gsar                                  on 1998/09/17  01:42:51
26690         Log: ntohl typo in objXSUB.h
26691      Branch: perl
26692            ! objXSUB.h
26693 ____________________________________________________________________________
26694 [  1785] By: gsar                                  on 1998/09/17  01:41:48
26695         Log: fill gaps in sig_* entries in win32/config.?c
26696      Branch: perl
26697            ! win32/config.bc win32/config.gc win32/config.vc
26698 ____________________________________________________________________________
26699 [  1781] By: larry                                 on 1998/09/05  23:48:24
26700         Log: tr/// logic was hosed under utf8
26701      Branch: perl
26702            ! doop.c op.c op.h pp.c proto.h
26703 ____________________________________________________________________________
26704 [  1780] By: larry                                 on 1998/09/05  23:44:16
26705         Log: several new tests needed tweaking to work under utf8
26706      Branch: perl
26707            ! t/comp/require.t t/op/pack.t t/op/substr.t
26708 ____________________________________________________________________________
26709 [  1779] By: larry                                 on 1998/09/05  23:41:42
26710         Log: index() applied BM optimization to wrong argument
26711      Branch: perl
26712            ! op.c util.c
26713 ____________________________________________________________________________
26714 [  1778] By: larry                                 on 1998/09/05  23:38:29
26715         Log: Implicit require during compile reset line numbering
26716      Branch: perl
26717            ! pp_ctl.c
26718
26719 ----------------
26720 Version 5.005_51
26721 ----------------
26722
26723 ____________________________________________________________________________
26724 [  1777] By: gsar                                  on 1998/08/10  07:02:38
26725         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
26726              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
26727              lexical warning testsuite for win32
26728      Branch: perl
26729            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
26730            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
26731            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
26732            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
26733            ! win32/Makefile win32/makefile.mk
26734 ____________________________________________________________________________
26735 [  1776] By: gsar                                  on 1998/08/09  17:53:48
26736         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
26737      Branch: perl
26738            ! Changes MANIFEST perl.c pod/perlhist.pod
26739 ____________________________________________________________________________
26740 [  1775] By: gsar                                  on 1998/08/09  14:35:33
26741         Log: tweak warning test
26742      Branch: perl
26743            ! t/pragma/warn-toke
26744 ____________________________________________________________________________
26745 [  1774] By: gsar                                  on 1998/08/09  14:13:46
26746         Log: add missing dTHR; notes for test failures due to small stacksize
26747      Branch: perl
26748            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
26749            ! toke.c universal.c util.c
26750 ____________________________________________________________________________
26751 [  1773] By: gsar                                  on 1998/08/09  11:31:53
26752         Log: lexical warnings; tweaks to places that didn't apply correctly
26753              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
26754              Date:    Wed, 29 Jul 1998 09:28:45 BST
26755              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
26756              Subject: lexical warnings patch for 5.005_50
26757      Branch: perl
26758            + README.lexwarn lib/warning.pm t/pragma/warn-2use
26759            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
26760            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
26761            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
26762            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
26763            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
26764            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
26765            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
26766            + warning.h warning.pl
26767            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
26768            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
26769            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
26770            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
26771            ! universal.c util.c
26772 ____________________________________________________________________________
26773 [  1772] By: gsar                                  on 1998/08/08  23:06:00
26774         Log: bump patchlevel to 5.005_51
26775      Branch: perl
26776            ! patchlevel.h win32/Makefile win32/config_H.bc
26777            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26778 ____________________________________________________________________________
26779 [  1771] By: gsar                                  on 1998/08/08  23:01:57
26780         Log: fix bogus warning on "\x{123}"
26781              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
26782              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
26783              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
26784              Subject: [5.005_50 PATCH] Some unicode problems
26785      Branch: perl
26786            ! regcomp.c toke.c
26787 ____________________________________________________________________________
26788 [  1770] By: gsar                                  on 1998/08/08  22:56:55
26789         Log: hide dup symbol for static build of ext/re
26790              From: Dominic Dunlop <domo@ppp72.vo.lu>
26791              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
26792              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
26793              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
26794      Branch: perl
26795            ! regcomp.c
26796 ____________________________________________________________________________
26797 [  1769] By: gsar                                  on 1998/08/08  22:45:06
26798         Log: fix double free on -Mutf8 -e '$b=uc("")'
26799              From: larry@wall.org (Larry Wall)
26800              Date: Fri, 7 Aug 1998 14:42:43 -0700
26801              Message-Id: <199808072142.OAA14920@wall.org>
26802              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
26803      Branch: perl
26804            ! pp.c
26805 ____________________________________________________________________________
26806 [  1768] By: gsar                                  on 1998/08/08  22:42:29
26807         Log: substr() assumes utf8 without say-so
26808              From: larry@wall.org (Larry Wall)
26809              Date: Fri, 7 Aug 1998 12:25:12 -0700
26810              Message-Id: <199808071925.MAA13436@wall.org>
26811              Subject: [PATCH 5.005_50] substr bug?
26812      Branch: perl
26813            ! pp.c
26814 ____________________________________________________________________________
26815 [  1767] By: gsar                                  on 1998/08/08  22:38:25
26816         Log: fix intolerance of SWASHes for blank lines
26817              From: Gisle Aas <aas@sn.no>
26818              Date: 06 Aug 1998 23:28:57 +0200
26819              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
26820              Subject: Re: Re[2]: another joyride begins
26821      Branch: perl
26822            ! lib/utf8_heavy.pl
26823 ____________________________________________________________________________
26824 [  1766] By: gsar                                  on 1998/08/08  22:33:10
26825         Log: utf8 doc tweak
26826              From: Gisle Aas <aas@sn.no>
26827              Date: 05 Aug 1998 00:41:04 +0200
26828              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
26829              Subject: Matching clumps
26830      Branch: perl
26831            ! lib/utf8.pm
26832 ____________________________________________________________________________
26833 [  1765] By: gsar                                  on 1998/08/08  22:31:37
26834         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
26835              From: Gisle Aas <aas@sn.no>
26836              Date: 04 Aug 1998 22:56:11 +0200
26837              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
26838              Subject: Re: another joyride begins
26839      Branch: perl
26840            ! lib/utf8_heavy.pl
26841 ____________________________________________________________________________
26842 [  1764] By: gsar                                  on 1998/08/08  22:28:43
26843         Log: From: larry@wall.org (Larry Wall)
26844              Date: Tue, 4 Aug 1998 17:04:51 -0700
26845              Message-Id: <199808050004.RAA22592@wall.org>
26846              Subject: [PATCH 5.005_50] \pX not implemented!
26847      Branch: perl
26848            ! regcomp.c
26849 ____________________________________________________________________________
26850 [  1763] By: gsar                                  on 1998/08/08  22:27:15
26851         Log: From: Stephen McCamant <alias@mcs.com>
26852              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
26853              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
26854              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
26855      Branch: perl
26856            ! op.c
26857 ____________________________________________________________________________
26858 [  1762] By: gsar                                  on 1998/08/08  22:26:09
26859         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26860              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
26861              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
26862              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
26863      Branch: perl
26864            + t/op/grent.t t/op/pwent.t
26865            ! MANIFEST
26866 ____________________________________________________________________________
26867 [  1761] By: gsar                                  on 1998/08/08  22:21:52
26868         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26869              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
26870              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
26871              Subject: [5.005_50 PATCH] misprint in RE engine
26872      Branch: perl
26873            ! regexec.c t/op/re_tests
26874 ____________________________________________________________________________
26875 [  1760] By: gsar                                  on 1998/08/08  22:18:54
26876         Log: integrate maint-5.005 changes into mainline
26877      Branch: perl
26878           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
26879           !> (integrate 138 files)
26880 ____________________________________________________________________________
26881 [  1672] By: gsar                                  on 1998/07/27  18:35:28
26882         Log: create new Changes
26883      Branch: perl
26884            + Changes
26885            ! Changes5.005 MANIFEST
26886 ____________________________________________________________________________
26887 [  1671] By: gsar                                  on 1998/07/27  18:30:57
26888         Log: rename Changes --> Changes5.005
26889      Branch: perl
26890           +> Changes5.005
26891            - Changes
26892 ____________________________________________________________________________
26893 [  1670] By: gsar                                  on 1998/07/27  18:10:14
26894         Log: integrate 5.005_01 changes from maint
26895      Branch: perl
26896            ! Changes
26897           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
26898           !> win32/win32.c
26899 ____________________________________________________________________________
26900 [  1667] By: nick                                  on 1998/07/26  14:31:01
26901         Log: Add dTHR so that it compiles miniperl in threaded mode
26902      Branch: perl
26903            ! doop.c mg.c regcomp.c regexec.c
26904 ____________________________________________________________________________
26905 [  1666] By: nick                                  on 1998/07/26  13:01:10
26906         Log: Resolve ansiperl against mainline (@1648?)
26907              Unclear that change number has "taken".
26908      Branch: ansiperl
26909           +> (branch 169 files)
26910            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
26911           !> (integrate 131 files)
26912
26913 ----------------
26914 Version 5.005_50
26915 ----------------
26916
26917 ____________________________________________________________________________
26918 [  1665] By: gsar                                  on 1998/07/26  05:38:48
26919         Log: add trailing newline to file
26920      Branch: perl
26921            ! Changes lib/unicode/blocks.txt
26922 ____________________________________________________________________________
26923 [  1664] By: gsar                                  on 1998/07/26  05:08:48
26924         Log: integrate proto.h additions from maint-5.005
26925      Branch: perl
26926           !> pod/perlhist.pod proto.h
26927 ____________________________________________________________________________
26928 [  1663] By: gsar                                  on 1998/07/26  05:07:05
26929         Log: add new files to MANIFEST; add missing prototypes to proto.h;
26930              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
26931              add typecasts to silence warnings; tweaks for win32 builds
26932      Branch: perl
26933            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
26934            ! win32/Makefile win32/makefile.mk
26935 ____________________________________________________________________________
26936 [  1662] By: gsar                                  on 1998/07/26  05:01:52
26937         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
26938      Branch: maint-5.005/perl
26939            ! pod/perlhist.pod proto.h
26940 ____________________________________________________________________________
26941 [  1661] By: gsar                                  on 1998/07/26  02:52:48
26942         Log: up patchlevel to 5.005_50
26943      Branch: perl
26944            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
26945            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26946 ____________________________________________________________________________
26947 [  1660] By: gsar                                  on 1998/07/26  02:43:57
26948         Log: integrate utfperl
26949      Branch: perl
26950           +> (branch 162 files)
26951           !> (integrate 29 files)
26952 ____________________________________________________________________________
26953 [  1659] By: gsar                                  on 1998/07/26  02:38:22
26954         Log: integrate maint-5.005 changes
26955      Branch: perl
26956           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
26957           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
26958           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
26959           !> vms/descrip_mms.template vms/subconfigure.com
26960 ____________________________________________________________________________
26961 [  1658] By: gsar                                  on 1998/07/26  02:23:46
26962         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
26963              Date: Fri, 24 Jul 1998 11:38:25 -0700
26964              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
26965              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
26966              --
26967              Date: Fri, 24 Jul 1998 12:30:36 -0700
26968              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
26969              Subject: [PATCH 5.005]Tweaks to README.vms
26970              --
26971              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
26972              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
26973              Subject: [PATCH 5.005] Final build cleanup patch
26974      Branch: maint-5.005/perl
26975            ! README.vms vms/descrip_mms.template vms/subconfigure.com
26976 ____________________________________________________________________________
26977 [  1657] By: gsar                                  on 1998/07/26  02:19:50
26978         Log: another platform where pp_sselect() needs a whole fd_set buffer
26979              From: Lupe Christoph <lupe@alanya.m.isar.de>
26980              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
26981              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
26982              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
26983      Branch: maint-5.005/perl
26984            ! pp_sys.c
26985 ____________________________________________________________________________
26986 [  1656] By: gsar                                  on 1998/07/26  02:12:46
26987         Log: fix problem building modules on dos-djgpp
26988              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
26989              Date: Sat, 25 Jul 1998 00:53:39 +0200
26990              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
26991              Subject: [PATCH 5.005] dos-djgpp and modules problem
26992      Branch: maint-5.005/perl
26993            ! djgpp/fixpmain
26994 ____________________________________________________________________________
26995 [  1655] By: gsar                                  on 1998/07/26  02:11:09
26996         Log: From: Tom Spindler <dogcow@home.merit.edu>
26997              Date: Wed, 22 Jul 1998 16:11:07 -0400
26998              Message-ID: <19980722161107.A16813@home.merit.edu>
26999              Subject: [PATCH 5.005] BeOS tweak
27000      Branch: maint-5.005/perl
27001            ! hints/beos.sh
27002 ____________________________________________________________________________
27003 [  1654] By: gsar                                  on 1998/07/26  02:09:29
27004         Log: various pod tweaks
27005      Branch: maint-5.005/perl
27006            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
27007            ! pod/perltoc.pod
27008 ____________________________________________________________________________
27009 [  1653] By: gsar                                  on 1998/07/26  02:05:46
27010         Log: fix emacs/ptags for PL_* changes
27011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27012              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
27013              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
27014              Subject: [PATCH 5.004_76] Yet better ptags
27015      Branch: maint-5.005/perl
27016            ! emacs/ptags
27017 ____________________________________________________________________________
27018 [  1652] By: gsar                                  on 1998/07/26  02:03:01
27019         Log: fix behavior of <=> on bigints
27020              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27021              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
27022              Date: Fri, 24 Jul 1998 18:29:53 +0100
27023              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
27024      Branch: maint-5.005/perl
27025            ! lib/Math/BigInt.pm t/lib/bigintpm.t
27026 ____________________________________________________________________________
27027 [  1651] By: larry                                 on 1998/07/24  05:44:33
27028         Log: Here are the long-expected Unicode/UTF-8 modifications.
27029      Branch: utfperl
27030            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
27031            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
27032            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
27033            + lib/unicode/Decomposition.pl
27034            + lib/unicode/In/AlphabeticPresentationForms.pl
27035            + lib/unicode/In/Arabic.pl
27036            + lib/unicode/In/ArabicPresentationForms-A.pl
27037            + lib/unicode/In/ArabicPresentationForms-B.pl
27038            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27039            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27040            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27041            + lib/unicode/In/BoxDrawing.pl
27042            + lib/unicode/In/CJKCompatibility.pl
27043            + lib/unicode/In/CJKCompatibilityForms.pl
27044            + lib/unicode/In/CJKCompatibilityIdeographs.pl
27045            + lib/unicode/In/CJKSymbolsandPunctuation.pl
27046            + lib/unicode/In/CJKUnifiedIdeographs.pl
27047            + lib/unicode/In/CombiningDiacriticalMarks.pl
27048            + lib/unicode/In/CombiningHalfMarks.pl
27049            + lib/unicode/In/CombiningMarksforSymbols.pl
27050            + lib/unicode/In/ControlPictures.pl
27051            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
27052            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
27053            + lib/unicode/In/EnclosedAlphanumerics.pl
27054            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
27055            + lib/unicode/In/GeneralPunctuation.pl
27056            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
27057            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
27058            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
27059            + lib/unicode/In/HalfwidthandFullwidthForms.pl
27060            + lib/unicode/In/HangulCompatibilityJamo.pl
27061            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
27062            + lib/unicode/In/Hebrew.pl
27063            + lib/unicode/In/HighPrivateUseSurrogates.pl
27064            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
27065            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
27066            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
27067            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
27068            + lib/unicode/In/LatinExtended-A.pl
27069            + lib/unicode/In/LatinExtended-B.pl
27070            + lib/unicode/In/LatinExtendedAdditional.pl
27071            + lib/unicode/In/LetterlikeSymbols.pl
27072            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
27073            + lib/unicode/In/MathematicalOperators.pl
27074            + lib/unicode/In/MiscellaneousSymbols.pl
27075            + lib/unicode/In/MiscellaneousTechnical.pl
27076            + lib/unicode/In/NumberForms.pl
27077            + lib/unicode/In/OpticalCharacterRecognition.pl
27078            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
27079            + lib/unicode/In/SmallFormVariants.pl
27080            + lib/unicode/In/SpacingModifierLetters.pl
27081            + lib/unicode/In/Specials.pl
27082            + lib/unicode/In/SuperscriptsandSubscripts.pl
27083            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
27084            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
27085            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27086            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
27087            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
27088            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
27089            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
27090            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
27091            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
27092            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
27093            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
27094            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
27095            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
27096            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
27097            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
27098            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
27099            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
27100            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
27101            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
27102            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
27103            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
27104            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
27105            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
27106            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
27107            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
27108            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
27109            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
27110            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
27111            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
27112            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
27113            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
27114            + lib/unicode/JamoShort.pl lib/unicode/Makefile
27115            + lib/unicode/Name.pl lib/unicode/Number.pl
27116            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
27117            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
27118            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
27119            + lib/unicode/blocks.txt lib/unicode/index2.txt
27120            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
27121            + lib/unicode/names2.txt lib/unicode/props2.txt
27122            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
27123            + utf8.c utf8.h
27124            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
27125            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
27126            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27127            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
27128            ! t/op/vec.t toke.c util.c vms/vmsish.h
27129 ____________________________________________________________________________
27130 [  1650] By: gsar                                  on 1998/07/24  04:06:48
27131         Log: create utfperl branch
27132      Branch: utfperl
27133           +> (branch 1079 files)
27134 ____________________________________________________________________________
27135 [  1649] By: gsar                                  on 1998/07/24  03:56:56
27136         Log: create maint-5.005 branch
27137      Branch: maint-5.005/perl
27138           +> (branch 1079 files)
27139 ____________________________________________________________________________
27140 [  1648] By: gsar                                  on 1998/07/24  03:36:35
27141         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
27142      Branch: perl
27143            ! Changes
27144