here lies RC3
[p5sagit/p5-mst-13.2.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 [  5855] By: gsar                                  on 2000/03/21  10:05:42
97         Log: clone awareness for change#5847
98      Branch: perl
99            ! sv.c
100 ____________________________________________________________________________
101 [  5854] By: gsar                                  on 2000/03/21  09:30:50
102         Log: regen win32/config*
103      Branch: perl
104            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
105 ____________________________________________________________________________
106 [  5853] By: gsar                                  on 2000/03/21  08:56:58
107         Log: integrate cfgperl and vmsperl contents into mainline
108      Branch: perl
109           !> Configure Todo Todo-5.6 config_h.SH lib/File/Spec/VMS.pm
110           !> pod/perldelta.pod t/op/taint.t
111 ____________________________________________________________________________
112 [  5852] By: gsar                                  on 2000/03/21  06:08:20
113         Log: README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
114      Branch: perl
115            ! Changes README.mint
116 ____________________________________________________________________________
117 [  5851] By: gsar                                  on 2000/03/21  06:06:44
118         Log: make parenthetic warnings look consistent; make diagnostic on
119              "use 5.6" et al mention the alternate form; pod fixups
120      Branch: perl
121            ! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c
122            ! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op
123            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c
124            ! util.c
125 ____________________________________________________________________________
126 [  5850] By: gsar                                  on 2000/03/21  04:05:00
127         Log: disable unused Windows code that won't run on Windows 95
128      Branch: perl
129            ! win32/vmem.h
130 ____________________________________________________________________________
131 [  5849] By: gsar                                  on 2000/03/21  03:34:39
132         Log: $File::Find::name doesn't reflect top level files
133              correctly (from Simon Cozens <simon@brecon.co.uk>)
134      Branch: perl
135            ! lib/File/Find.pm
136 ____________________________________________________________________________
137 [  5848] By: gsar                                  on 2000/03/21  02:46:01
138         Log: test fails when sockets not available (from Yitzchak Scott-Thoennes)
139      Branch: perl
140            ! t/lib/io_unix.t
141 ____________________________________________________________________________
142 [  5847] By: gsar                                  on 2000/03/21  00:09:09
143         Log: under useithreads, PUSHLOOP must save PL_curpad for looking up
144              iterdata, since dounwind() may defer LEAVEs
145      Branch: perl
146            ! cop.h
147 ____________________________________________________________________________
148 [  5846] By: jhi                                   on 2000/03/20  23:54:37
149         Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux.
150      Branch: cfgperl
151            ! pod/perldelta.pod
152 ____________________________________________________________________________
153 [  5845] By: jhi                                   on 2000/03/20  23:45:24
154         Log: detypo
155      Branch: cfgperl
156            ! t/op/taint.t
157 ____________________________________________________________________________
158 [  5844] By: jhi                                   on 2000/03/20  23:17:18
159         Log: Integrate with Sarathy.
160      Branch: cfgperl
161           !> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl
162           !> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod
163           !> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c
164           !> utils/perlbug.PL
165 ____________________________________________________________________________
166 [  5843] By: gsar                                  on 2000/03/20  22:14:35
167         Log: add note about symbolic filehandles (from Johan Vromans)
168      Branch: perl
169            ! lib/strict.pm pod/perlfunc.pod
170 ____________________________________________________________________________
171 [  5842] By: gsar                                  on 2000/03/20  21:59:51
172         Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
173              code
174      Branch: perl
175            ! utils/perlbug.PL
176 ____________________________________________________________________________
177 [  5841] By: gsar                                  on 2000/03/20  21:06:01
178         Log: more sleep needed from slow systems (from Peter Haworth)
179      Branch: perl
180            ! t/io/pipe.t
181 ____________________________________________________________________________
182 [  5840] By: gsar                                  on 2000/03/20  21:04:42
183         Log: typo in change#5839
184      Branch: perl
185            ! lib/Dumpvalue.pm
186 ____________________________________________________________________________
187 [  5839] By: gsar                                  on 2000/03/20  21:03:14
188         Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
189              <smurf@noris.de>); fix up duplicate code in Dumpvalue.pm
190      Branch: perl
191            ! lib/Dumpvalue.pm lib/dumpvar.pl
192 ____________________________________________________________________________
193 [  5838] By: gsar                                  on 2000/03/20  20:53:25
194         Log: mention handle autovivification in perldata (from Johan Vromans)
195      Branch: perl
196            ! lib/User/pwent.pm pod/perldata.pod
197 ____________________________________________________________________________
198 [  5837] By: gsar                                  on 2000/03/20  20:37:42
199         Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
200      Branch: perl
201            ! t/lib/charnames.t toke.c
202 ____________________________________________________________________________
203 [  5836] By: gsar                                  on 2000/03/20  16:27:13
204         Log: autovivify open($fh[0],...) properly
205      Branch: perl
206            ! op.c pp.c
207 ____________________________________________________________________________
208 [  5835] By: gsar                                  on 2000/03/19  18:51:24
209         Log: add @x->[2] bug to known issues (from Johan Vromans)
210      Branch: perl
211            ! pod/perldelta.pod
212 ____________________________________________________________________________
213 [  5834] By: jhi                                   on 2000/03/19  18:42:35
214         Log: Fix the socklen default type (from Laszlo Molnar;
215              though I prefer signed, not unsigned); move the cross-compialtion
216              wish item to Todo; drop excess permissions in taint.t.
217      Branch: cfgperl
218            ! Configure Todo Todo-5.6 config_h.SH t/op/taint.t
219      Branch: metaconfig
220            ! U/protos/socksizetype.U
221 ____________________________________________________________________________
222 [  5833] By: jhi                                   on 2000/03/19  18:20:42
223         Log: Integrate with Sarathy.
224      Branch: cfgperl
225           !> (integrate 42 files)
226 ____________________________________________________________________________
227 [  5832] By: gsar                                  on 2000/03/19  18:01:28
228         Log: pwent.pm doc tweak (from Tom Christiansen)
229      Branch: perl
230            ! lib/User/pwent.pm
231 ____________________________________________________________________________
232 [  5831] By: gsar                                  on 2000/03/19  17:57:31
233         Log: unsigned is a more reasonable socksizetype default (from
234              Laszlo <ml1050@freemail.hu>)
235      Branch: perl
236            ! Configure
237 ____________________________________________________________________________
238 [  5830] By: gsar                                  on 2000/03/19  17:40:20
239         Log: taint.t shouldn't fail where IPC::SysV unavailable
240      Branch: perl
241            ! t/op/taint.t
242 ____________________________________________________________________________
243 [  5829] By: gsar                                  on 2000/03/19  17:19:46
244         Log: update Changes
245      Branch: perl
246            ! Changes embed.h
247 ____________________________________________________________________________
248 [  5828] By: gsar                                  on 2000/03/19  16:47:14
249         Log: squelch known scalar leak due to compile failure
250      Branch: perl
251            ! t/pragma/strict-vars
252 ____________________________________________________________________________
253 [  5827] By: gsar                                  on 2000/03/19  09:20:22
254         Log: mention how to look up perllocal.pod (from Michael G Schwern)
255      Branch: perl
256            ! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod
257 ____________________________________________________________________________
258 [  5826] By: gsar                                  on 2000/03/19  08:49:27
259         Log: mention need to wait for children (from Russ Allbery)
260      Branch: perl
261            ! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod
262 ____________________________________________________________________________
263 [  5825] By: gsar                                  on 2000/03/19  08:47:52
264         Log: Pod::Man should strip leading lib/ for module manpages (from
265              Russ Allbery)
266      Branch: perl
267            ! lib/Pod/Man.pm
268 ____________________________________________________________________________
269 [  5824] By: gsar                                  on 2000/03/19  08:17:49
270         Log: User::pwent fixups for additional fields (from Tom Christiansen);
271              fix bug in pw_has(); tolerate absense of pw{change,age,quota}
272              and pw{comment,class} (Debian 2.1 doesn't have either of these)
273      Branch: perl
274            ! lib/User/pwent.pm
275 ____________________________________________________________________________
276 [  5823] By: gsar                                  on 2000/03/19  07:41:46
277         Log: pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
278      Branch: perl
279            ! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod
280            ! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm
281 ____________________________________________________________________________
282 [  5822] By: gsar                                  on 2000/03/19  07:34:29
283         Log: integrate cfgperl contents into mainline
284      Branch: perl
285            ! ext/Thread/Thread.pm pod/perlthrtut.pod
286           !> (integrate 41 files)
287 ____________________________________________________________________________
288 [  5821] By: gsar                                  on 2000/03/19  07:14:38
289         Log: remove dead code
290      Branch: perl
291            ! lib/charnames.pm
292 ____________________________________________________________________________
293 [  5820] By: gsar                                  on 2000/03/19  07:13:01
294         Log: fix typo
295      Branch: perl
296            ! pod/perldiag.pod
297 ____________________________________________________________________________
298 [  5819] By: gsar                                  on 2000/03/19  07:09:32
299         Log: produce better error message when \N{...} is used without
300              "use charnames ..."
301      Branch: perl
302            ! pod/perldelta.pod pod/perldiag.pod toke.c
303 ____________________________________________________________________________
304 [  5818] By: gsar                                  on 2000/03/19  06:30:11
305         Log: default warnLevel and dieLevel to 0 in debugger (from Tom
306              Christiansen); make dumpvar.pl safe against non-glob entries
307              in stashes
308      Branch: perl
309            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl
310            ! pod/perldebug.pod
311 ____________________________________________________________________________
312 [  5817] By: gsar                                  on 2000/03/19  06:18:24
313         Log: better notes on s///ee (from Simon Cozens <simon@cozens.net>)
314      Branch: perl
315            ! pod/perlop.pod
316 ____________________________________________________________________________
317 [  5816] By: gsar                                  on 2000/03/19  05:55:52
318         Log: support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
319              op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
320      Branch: perl
321            ! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c
322            ! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h
323 ____________________________________________________________________________
324 [  5815] By: gsar                                  on 2000/03/19  05:27:31
325         Log: fix sort optimizer to not hang inside loops
326      Branch: perl
327            ! op.c t/op/sort.t
328 ____________________________________________________________________________
329 [  5814] By: gsar                                  on 2000/03/19  03:59:29
330         Log: fixes for alias handling in debugger (from Tom Christiansen)
331      Branch: perl
332            ! lib/perl5db.pl
333 ____________________________________________________________________________
334 [  5813] By: gsar                                  on 2000/03/19  03:38:10
335         Log: warn about CHECK and INIT blocks encountered at run time
336      Branch: perl
337            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
338 ____________________________________________________________________________
339 [  5812] By: jhi                                   on 2000/03/19  03:15:58
340         Log: Taint msgrcv() messages; general SysV IPC cleanup.
341      Branch: cfgperl
342            ! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod
343            ! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t
344 ____________________________________________________________________________
345 [  5811] By: jhi                                   on 2000/03/19  01:48:47
346         Log: Taint shmread().
347      Branch: cfgperl
348            ! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod
349            ! t/op/taint.t
350 ____________________________________________________________________________
351 [  5810] By: jhi                                   on 2000/03/19  01:22:47
352         Log: Taint also the passwd field of the getpw*().
353      Branch: cfgperl
354            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
355            ! t/op/taint.t
356 ____________________________________________________________________________
357 [  5809] By: jhi                                   on 2000/03/18  21:44:34
358         Log: Integrate with Sarathy.
359      Branch: cfgperl
360           !> t/pragma/strict-vars toke.c
361 ____________________________________________________________________________
362 [  5808] By: jhi                                   on 2000/03/18  21:40:55
363         Log: (Re-)introduce $uidsign and $gidsign.
364      Branch: cfgperl
365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
366            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
367            ! vos/config.def vos/config.h vos/config_h.SH_orig
368            ! win32/config.bc win32/config.gc win32/config.vc
369            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
370            ! win32/config_h.PL win32/config_sh.PL
371      Branch: metaconfig
372            ! U/modified/groupstype.U U/typedefs/gidtype.U
373 ____________________________________________________________________________
374 [  5807] By: jhi                                   on 2000/03/18  20:38:12
375         Log: The #5805 requires a test change, too.
376      Branch: cfgperl
377            ! t/op/taint.t
378 ____________________________________________________________________________
379 [  5806] By: gsar                                  on 2000/03/18  20:10:29
380         Log: queued errors may not be displayed after the PL_error_count limit
381      Branch: perl
382            ! t/pragma/strict-vars toke.c
383 ____________________________________________________________________________
384 [  5805] By: jhi                                   on 2000/03/18  19:56:12
385         Log: Taint the shell from the getpw*. 
386      Branch: cfgperl
387            ! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
388 ____________________________________________________________________________
389 [  5804] By: jhi                                   on 2000/03/18  19:37:01
390         Log: Use the newSVuv().
391      Branch: cfgperl
392            ! embed.h op.c pp_sys.c toke.c
393 ____________________________________________________________________________
394 [  5803] By: jhi                                   on 2000/03/18  19:08:40
395         Log: Add newSVuv().
396      Branch: cfgperl
397            ! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h
398            ! pod/perlapi.pod proto.h sv.c
399 ____________________________________________________________________________
400 [  5802] By: jhi                                   on 2000/03/18  17:11:07
401         Log: Configure nits: rewording from Sarathy (aka #5796),
402              and installation directories patch from Robin Parker.
403      Branch: cfgperl
404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
405            ! config_h.SH vos/config.h vos/config_h.SH_orig
406            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
407      Branch: metaconfig
408            ! U/modified/Getfile.U
409      Branch: metaconfig/U/perl
410            ! bincompat5005.U
411 ____________________________________________________________________________
412 [  5801] By: jhi                                   on 2000/03/18  16:41:31
413         Log: Integrate with Sarathy.
414      Branch: cfgperl
415           !> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp
416           !> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c
417           !> t/lib/charnames.t t/pragma/utf8.t toke.c
418 ____________________________________________________________________________
419 [  5800] By: gsar                                  on 2000/03/18  05:16:32
420         Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
421              in system includes)
422      Branch: perl
423            ! hints/dos_djgpp.sh
424 ____________________________________________________________________________
425 [  5799] By: gsar                                  on 2000/03/18  05:12:00
426         Log: Getopt::Long 2.23 update (from Johan Vromans)
427      Branch: perl
428            ! Changes lib/Getopt/Long.pm
429 ____________________________________________________________________________
430 [  5798] By: gsar                                  on 2000/03/18  05:03:20
431         Log: recognize single-line declarations in xsubpp; add switches to
432              disable newfangled features (from Ilya Zakharevich)
433      Branch: perl
434            ! lib/ExtUtils/xsubpp
435 ____________________________________________________________________________
436 [  5797] By: gsar                                  on 2000/03/18  04:21:43
437         Log: make "\N{...}" enable utf8-ness correctly
438      Branch: perl
439            ! t/lib/charnames.t toke.c
440 ____________________________________________________________________________
441 [  5796] By: gsar                                  on 2000/03/18  04:03:08
442         Log: avoid mentioning Perl version in Configure question
443      Branch: perl
444            ! Configure
445 ____________________________________________________________________________
446 [  5795] By: gsar                                  on 2000/03/18  03:32:31
447         Log: better explanation of C<> tags (from Wolfgang Laun)
448      Branch: perl
449            ! pod/perlpod.pod
450 ____________________________________________________________________________
451 [  5794] By: gsar                                  on 2000/03/18  03:26:57
452         Log: make return values from match in a list context, as well as $& et
453              al propagate utf8-ness (from Graham Barr)
454      Branch: perl
455            ! mg.c pp_hot.c t/pragma/utf8.t
456 ____________________________________________________________________________
457 [  5793] By: jhi                                   on 2000/03/18  01:45:30
458         Log: Integrate with Sarathy.
459      Branch: cfgperl
460           !> hints/powerux.sh xsutils.c
461 ____________________________________________________________________________
462 [  5792] By: gsar                                  on 2000/03/18  01:08:25
463         Log: hints fixups for PowerMAX (from Tom Horsley)
464      Branch: perl
465            ! hints/powerux.sh
466 ____________________________________________________________________________
467 [  5791] By: gsar                                  on 2000/03/17  23:53:21
468         Log: make reftype() consistently croak on non-refs
469      Branch: perl
470            ! xsutils.c
471 ____________________________________________________________________________
472 [  5790] By: jhi                                   on 2000/03/17  23:41:36
473         Log: Integrate with Sarathy. 
474      Branch: cfgperl
475           !> configpm ext/Thread/Thread/Queue.pm
476           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
477           !> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod
478 ____________________________________________________________________________
479 [  5789] By: gsar                                  on 2000/03/17  22:37:21
480         Log: fix coredump when upgrading PL_sv_yes in a second call to
481              perl_construct() (from Doug MacEachern)
482      Branch: perl
483            ! perl.c
484 ____________________________________________________________________________
485 [  5788] By: gsar                                  on 2000/03/17  22:32:25
486         Log: make noTTY debugger option work again (from Paul Marquess)
487      Branch: perl
488            ! lib/perl5db.pl
489 ____________________________________________________________________________
490 [  5787] By: gsar                                  on 2000/03/17  17:00:05
491         Log: make Config.pm report sane errors with older perls
492      Branch: perl
493            ! configpm
494 ____________________________________________________________________________
495 [  5786] By: gsar                                  on 2000/03/17  16:48:20
496         Log: syntax errors in Thread::* (from Tom Christiansen)
497      Branch: perl
498            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
499            ! ext/Thread/Thread/Specific.pm
500 ____________________________________________________________________________
501 [  5785] By: gsar                                  on 2000/03/17  16:45:34
502         Log: tweak perldata section on v-strings
503      Branch: perl
504            ! pod/perldata.pod
505 ____________________________________________________________________________
506 [  5784] By: gsar                                  on 2000/03/17  16:24:28
507         Log: missing file in change#5781
508      Branch: perl
509            ! lib/Pod/Find.pm
510 ____________________________________________________________________________
511 [  5783] By: jhi                                   on 2000/03/17  14:38:29
512         Log: Add the NEXTSTEP strftime %j bug to Known Problems.
513      Branch: cfgperl
514            ! pod/perldelta.pod
515 ____________________________________________________________________________
516 [  5782] By: jhi                                   on 2000/03/17  14:29:46
517         Log: Integrate with Sarathy.
518      Branch: cfgperl
519           !> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm
520           !> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod
521           !> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl
522 ____________________________________________________________________________
523 [  5781] By: gsar                                  on 2000/03/17  06:19:17
524         Log: PodParser v1.13 update (from Brad Appleton)
525      Branch: perl
526            ! t/pod/testpchk.pl
527 ____________________________________________________________________________
528 [  5780] By: gsar                                  on 2000/03/17  05:42:45
529         Log: propagate CvFLAGS() into clones
530      Branch: perl
531            ! op.c
532 ____________________________________________________________________________
533 [  5779] By: gsar                                  on 2000/03/17  04:58:39
534         Log: documentation fixes from p5p
535      Branch: perl
536            ! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod
537            ! pod/perldebug.pod
538 ____________________________________________________________________________
539 [  5778] By: bailey                                on 2000/03/17  04:23:35
540         Log: Quick pre-release fixes: clean up results in File::Spec::VMS and
541              switch dir test order in taint.t to accomodate DECCRTL extension.
542      Branch: vmsperl
543            ! lib/File/Spec/VMS.pm t/op/taint.t
544 ____________________________________________________________________________
545 [  5777] By: gsar                                  on 2000/03/17  04:13:27
546         Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"
547              (from Tom Christiansen)
548      Branch: perl
549            ! sv.c
550 ____________________________________________________________________________
551 [  5776] By: jhi                                   on 2000/03/17  03:40:18
552         Log: More Todo.
553      Branch: cfgperl
554            ! Todo Todo-5.6
555 ____________________________________________________________________________
556 [  5775] By: gsar                                  on 2000/03/17  03:40:14
557         Log: s/:def/:DEFAULT/
558      Branch: perl
559            ! lib/open.pm
560 ____________________________________________________________________________
561 [  5774] By: gsar                                  on 2000/03/17  03:39:07
562         Log: export cv_undef() and cv_const_sv() (mod_perl uses them to
563              good advantage)
564      Branch: perl
565            ! embed.pl global.sym objXSUB.h perlapi.c
566 ____________________________________________________________________________
567 [  5773] By: gsar                                  on 2000/03/17  03:12:34
568         Log: remove non-ANSI parts in comp/cpp.t
569      Branch: perl
570            ! t/comp/cpp.aux
571 ____________________________________________________________________________
572 [  5772] By: jhi                                   on 2000/03/17  03:11:49
573         Log: Integrate with Sarathy.
574      Branch: cfgperl
575           !> configure.com embed.h embed.pl lib/CGI.pm
576           !> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h
577           !> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm
578           !> vms/ext/vmsish.t vms/subconfigure.com vms/test.com
579           !> vms/vmsish.h
580 ____________________________________________________________________________
581 [  5771] By: jhi                                   on 2000/03/17  03:10:34
582         Log: Make the test easier to use.
583      Branch: cfgperl
584            ! t/op/sysio.t
585 ____________________________________________________________________________
586 [  5770] By: gsar                                  on 2000/03/17  03:04:33
587         Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery)
588      Branch: perl
589            ! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL
590 ____________________________________________________________________________
591 [  5769] By: gsar                                  on 2000/03/17  02:53:39
592         Log: integrate vmsperl contents into mainline (no actual changes, since
593              cfgperl already had them all)
594      Branch: perl
595           !> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h
596           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com
597           !> vms/test.com vms/vmsish.h
598 ____________________________________________________________________________
599 [  5768] By: gsar                                  on 2000/03/17  02:48:14
600         Log: fix signedness in test for syswrite() length argument
601      Branch: perl
602            ! pp_sys.c
603 ____________________________________________________________________________
604 [  5767] By: gsar                                  on 2000/03/17  02:38:51
605         Log: integrate cfgperl contents into mainline
606      Branch: perl
607           !> (integrate 28 files)
608 ____________________________________________________________________________
609 [  5766] By: jhi                                   on 2000/03/17  02:29:24
610         Log: Add "Known Problems" section.
611      Branch: cfgperl
612            ! pod/perldelta.pod
613 ____________________________________________________________________________
614 [  5765] By: gsar                                  on 2000/03/17  00:31:19
615         Log: add missing bincompat5005 #defines
616      Branch: perl
617            ! embed.h embed.pl
618 ____________________________________________________________________________
619 [  5764] By: jhi                                   on 2000/03/16  15:32:52
620         Log: pp_send() type tuning continues.
621      Branch: cfgperl
622            ! pp_sys.c
623 ____________________________________________________________________________
624 [  5763] By: jhi                                   on 2000/03/16  04:09:37
625         Log: Integrate with Sarathy.
626      Branch: cfgperl
627           !> embed.pl global.sym objXSUB.h perl.c perlapi.c
628           !> win32/perlhost.h win32/perllib.c win32/win32.h
629 ____________________________________________________________________________
630 [  5762] By: jhi                                   on 2000/03/16  04:06:36
631         Log: VMS patches from Dan Sugalski and Charles Bailey
632      Branch: cfgperl
633            ! configure.com ext/File/Glob/Glob.pm lib/CGI.pm
634            ! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com
635 ____________________________________________________________________________
636 [  5761] By: gsar                                  on 2000/03/16  03:18:41
637         Log: due to an oversight during PERL_OBJECT migration, hosts created
638              by pseudo-fork were never being deleted, leading to a sizeable
639              memory leak; std FDs in pseudo-children are now closed
640              automatically to avoid resource leaks; basic infinite looping
641              fork() test works without leaking again in non-PERL_OBJECT
642              build
643      Branch: perl
644            ! embed.pl global.sym objXSUB.h perl.c perlapi.c
645            ! win32/perlhost.h win32/perllib.c win32/win32.h
646 ____________________________________________________________________________
647 [  5760] By: jhi                                   on 2000/03/16  01:50:13
648         Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and
649              return a SSize_t, not an Off_t); add a note about a slightly
650              similar situation in pp_truncate(); introduce $sizesize
651              for Configure; update EPOC, VOS, Win32, and VMS for the
652              sizesize; minor updates on the EPOC config file; reword
653              socklen_t message slightly; fix fpossize (though unused    currently)
654      Branch: cfgperl
655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
656            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
657            ! vos/config.def vos/config.h win32/config.bc win32/config.gc
658            ! win32/config.vc win32/config_H.bc win32/config_H.gc
659            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
660      Branch: metaconfig/U/perl
661            ! d_socklen_t.U fpossize.U
662 ____________________________________________________________________________
663 [  5759] By: jhi                                   on 2000/03/15  23:47:11
664         Log: Integrate with Sarathy.
665      Branch: cfgperl
666           !> makedef.pl
667 ____________________________________________________________________________
668 [  5758] By: jhi                                   on 2000/03/15  23:46:17
669         Log: Retract #5767; replace it with a tested patch
670              from Anton Berezin.
671      Branch: cfgperl
672            ! hints/freebsd.sh
673 ____________________________________________________________________________
674 [  5757] By: jhi                                   on 2000/03/15  23:36:53
675         Log: Configure nits: do not use /tmp to avoid potential security
676              problems (Andy Dougherty: this does not fix the rampant
677              use of /tmp by the various utilities like C compilers, though.
678              Just don't run Configure as root if you care about security.),
679              fix man3dir bug (both from Andy Dougherty); fix hints files
680              not to use /tmp; retract #4993 (the description of the *symbols
681              variables is okay, after all); regen Configure.
682      Branch: cfgperl
683            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
684            ! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh
685      Branch: metaconfig
686            + U/modified/d_flexfnam.U
687            ! U/installdirs/man3dir.U
688 ____________________________________________________________________________
689 [  5756] By: jhi                                   on 2000/03/15  22:20:06
690         Log: cater for FreeBSD 5.*
691      Branch: cfgperl
692            ! hints/freebsd.sh
693 ____________________________________________________________________________
694 [  5755] By: jhi                                   on 2000/03/15  22:00:57
695         Log: Add missing Windows O_ constants.
696      Branch: cfgperl
697            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
698 ____________________________________________________________________________
699 [  5754] By: gsar                                  on 2000/03/15  19:56:37
700         Log: add PL_thr_key to export list under useithreads
701      Branch: perl
702            ! makedef.pl
703 ____________________________________________________________________________
704 [  5753] By: jhi                                   on 2000/03/15  04:19:19
705         Log: Integrate with Sarathy.
706      Branch: cfgperl
707           !> (integrate 37 files)
708 ____________________________________________________________________________
709 [  5752] By: bailey                                on 2000/03/15  03:45:28
710         Log: Make DEBUGGING a configurable option
711      Branch: vmsperl
712            ! configure.com
713 ____________________________________________________________________________
714 [  5751] By: bailey                                on 2000/03/15  03:38:57
715         Log: Remove obsolete DCL symbol from subconfigure.com
716      Branch: vmsperl
717            ! vms/subconfigure.com
718 ____________________________________________________________________________
719 [  5750] By: bailey                                on 2000/03/15  03:29:17
720         Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec)
721      Branch: vmsperl
722            ! lib/CGI.pm
723           !> ext/File/Glob/Glob.pm
724 ____________________________________________________________________________
725 [  5749] By: bailey                                on 2000/03/15  02:05:28
726         Log: Change test using obsolete %COnfig element
727      Branch: vmsperl
728            ! lib/ExtUtils/Mksymlists.pm
729 ____________________________________________________________________________
730 [  5748] By: gsar                                  on 2000/03/14  23:39:42
731         Log: update local_patches entry for RC2
732      Branch: perl
733            ! Changes patchlevel.h pod/perlhist.pod
734 ____________________________________________________________________________
735 [  5747] By: gsar                                  on 2000/03/14  22:44:27
736         Log: more warnings tidy-ups (from Paul Marquess)
737      Branch: perl
738            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
739            ! t/lib/attrs.t utils/h2xs.PL
740 ____________________________________________________________________________
741 [  5746] By: gsar                                  on 2000/03/14  22:30:43
742         Log: Sys::Syslog fix for accidental arguments to autoloaded constants
743      Branch: perl
744            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
745 ____________________________________________________________________________
746 [  5745] By: gsar                                  on 2000/03/14  22:20:27
747         Log: tweak to use SIZE_ONLY
748      Branch: perl
749            ! regcomp.c
750 ____________________________________________________________________________
751 [  5744] By: gsar                                  on 2000/03/14  21:56:48
752         Log: regen win32/config*
753      Branch: perl
754            ! win32/Makefile win32/config_H.bc win32/config_H.gc
755            ! win32/config_H.vc win32/makefile.mk
756 ____________________________________________________________________________
757 [  5743] By: gsar                                  on 2000/03/14  21:46:25
758         Log: change#5729 had syntax errors
759      Branch: perl
760            ! t/lib/complex.t
761 ____________________________________________________________________________
762 [  5742] By: gsar                                  on 2000/03/14  21:26:33
763         Log: integrate vmsperl changes into mainline (change#5693 denied)
764      Branch: perl
765           !> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
766           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
767           !> vms/vms.c
768 ____________________________________________________________________________
769 [  5741] By: gsar                                  on 2000/03/14  21:17:34
770         Log: update Changes; integrate cfgperl contents into mainline
771      Branch: perl
772            ! Changes
773           !> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
774 ____________________________________________________________________________
775 [  5740] By: gsar                                  on 2000/03/14  20:57:12
776         Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
777      Branch: perl
778            ! pod/perlfaq4.pod
779 ____________________________________________________________________________
780 [  5739] By: gsar                                  on 2000/03/14  20:53:07
781         Log: allow alternates to negate correctly (from Johan Vromans)
782      Branch: perl
783            ! lib/Getopt/Long.pm
784 ____________________________________________________________________________
785 [  5738] By: gsar                                  on 2000/03/14  20:34:19
786         Log: kludge our way around warnings on C<use POSIX; use IO::File;>
787      Branch: perl
788            ! ext/IO/lib/IO/Seekable.pm
789 ____________________________________________________________________________
790 [  5737] By: gsar                                  on 2000/03/14  20:06:23
791         Log: protect special characters better against interpretation by *roff
792              (from Russ Allbery)
793      Branch: perl
794            ! lib/Pod/Man.pm
795 ____________________________________________________________________________
796 [  5736] By: gsar                                  on 2000/03/14  19:47:00
797         Log: provide an explicit base address for perl56.dll to avoid relocations;
798              increase the default stack size (RE engine can use a lot more stack
799              than the 1MB default limit); default to using the regular version of
800              the MSVCRT even for DEBUGGING builds (this allows extensions to be
801              selectively built with debugging)
802      Branch: perl
803            ! win32/Makefile win32/makefile.mk
804 ____________________________________________________________________________
805 [  5735] By: gsar                                  on 2000/03/14  19:31:53
806         Log: regen perltoc, other pod nits
807      Branch: perl
808            ! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
809            ! pod/perltoc.pod pod/roffitall
810 ____________________________________________________________________________
811 [  5734] By: gsar                                  on 2000/03/14  19:08:22
812         Log: avoid dup warning (from Simon Cozens)
813      Branch: perl
814            ! regcomp.c
815 ____________________________________________________________________________
816 [  5733] By: gsar                                  on 2000/03/14  18:46:50
817         Log: allow usemymalloc to be overridden via -Uusemymalloc
818      Branch: perl
819            ! hints/hpux.sh
820 ____________________________________________________________________________
821 [  5732] By: gsar                                  on 2000/03/14  17:23:47
822         Log: test case for change#5700 (from M. J. T. Guy)
823      Branch: perl
824            ! t/op/universal.t
825 ____________________________________________________________________________
826 [  5731] By: gsar                                  on 2000/03/14  17:15:44
827         Log: revise README.win32 for currentness, point to function
828              list in perlport.pod (from a patch suggested by Dominic Dunlop)
829      Branch: perl
830            ! README.win32 pod/perlport.pod
831 ____________________________________________________________________________
832 [  5730] By: gsar                                  on 2000/03/14  17:14:21
833         Log: tweak sort() notes (from Nathan Torkington)
834      Branch: perl
835            ! pod/perlfunc.pod
836 ____________________________________________________________________________
837 [  5729] By: jhi                                   on 2000/03/14  15:13:13
838         Log: Make the tests 1018 and 1019 more robust.
839      Branch: cfgperl
840            ! t/lib/complex.t
841 ____________________________________________________________________________
842 [  5728] By: jhi                                   on 2000/03/14  15:07:48
843         Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
844              in NEXTSTEP 3.3p2.
845      Branch: cfgperl
846            ! ext/Socket/Socket.xs
847 ____________________________________________________________________________
848 [  5727] By: jhi                                   on 2000/03/14  14:57:04
849         Log: Integrate with Sarathy; unapply the #5539 that snekt in
850              with #5539.
851      Branch: cfgperl
852           +> pod/perldebguts.pod
853            ! patchlevel.h perl.h
854           !> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
855           !> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
856           !> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
857           !> win32/makefile.mk
858 ____________________________________________________________________________
859 [  5726] By: gsar                                  on 2000/03/14  07:43:37
860         Log: fixes for Borland compiler (from Vadim Konovalov
861              <vkonovalov@lucent.com>)
862      Branch: perl
863            ! utils/perlcc.PL win32/makefile.mk
864 ____________________________________________________________________________
865 [  5725] By: gsar                                  on 2000/03/14  07:38:00
866         Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
867      Branch: perl
868            ! lib/Text/Abbrev.pm
869 ____________________________________________________________________________
870 [  5724] By: gsar                                  on 2000/03/14  05:59:02
871         Log: integrate cfgperl changes into mainline, ignoring the
872              __attribute__((unused)) stuff that seems to have snuck
873              back in
874      Branch: perl
875           !> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
876           !> vms/perlvms.pod
877 ____________________________________________________________________________
878 [  5723] By: gsar                                  on 2000/03/14  05:49:08
879         Log: patches for many bugs in the debugger; documentation updates for
880              perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
881              Tom Christiansen)
882      Branch: perl
883            + pod/perldebguts.pod
884            ! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
885            ! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
886 ____________________________________________________________________________
887 [  5722] By: gsar                                  on 2000/03/14  05:37:29
888         Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
889              <oneill@cs.sfu.ca>)
890      Branch: perl
891            ! t/lib/io_sock.t
892 ____________________________________________________________________________
893 [  5721] By: gsar                                  on 2000/03/14  03:53:50
894         Log: support a -U option when run as root to drop privileges (from
895              Tom Christiansen)
896      Branch: perl
897            ! utils/perldoc.PL
898 ____________________________________________________________________________
899 [  5720] By: jhi                                   on 2000/03/14  03:43:51
900         Log: move the big AVAILABILITY list to perlport as Supported Platforms
901              (Tom Christiansen); add few more platforms
902      Branch: cfgperl
903            ! pod/perl.pod pod/perlport.pod
904 ____________________________________________________________________________
905 [  5719] By: jhi                                   on 2000/03/14  02:44:55
906         Log: more todo
907      Branch: cfgperl
908            ! Todo-5.6
909 ____________________________________________________________________________
910 [  5718] By: jhi                                   on 2000/03/14  02:17:16
911         Log: detypo
912      Branch: cfgperl
913            ! vms/perlvms.pod
914 ____________________________________________________________________________
915 [  5717] By: jhi                                   on 2000/03/14  02:00:24
916         Log: Integrate with Sarathy.
917      Branch: cfgperl
918            ! patchlevel.h perl.h
919           !> (integrate 60 files)
920 ____________________________________________________________________________
921 [  5716] By: gsar                                  on 2000/03/14  00:01:39
922         Log: reference miscount in Devel::Peek that causes debugger to
923              crash unceremoniously when doing "V DB" etc., repeatedly
924      Branch: perl
925            ! ext/Devel/Peek/Peek.xs
926 ____________________________________________________________________________
927 [  5715] By: gsar                                  on 2000/03/13  21:40:23
928         Log: fixes for broken L<> links (from Wolfgang Laun
929              <wolfgang.laun@alcatel.at>)
930      Branch: perl
931            ! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
932            ! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
933            ! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
934            ! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
935 ____________________________________________________________________________
936 [  5714] By: gsar                                  on 2000/03/13  21:37:48
937         Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
938      Branch: perl
939            ! pod/perlboot.pod
940 ____________________________________________________________________________
941 [  5713] By: gsar                                  on 2000/03/13  21:36:24
942         Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
943      Branch: perl
944            ! utils/h2xs.PL
945 ____________________________________________________________________________
946 [  5712] By: gsar                                  on 2000/03/13  21:29:15
947         Log: lexical warnings update for docs and tests (from Paul Marquess)
948      Branch: perl
949            ! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
950            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
951            ! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
952            ! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
953            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
954            ! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
955            ! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
956            ! t/io/open.t t/lib/fields.t t/lib/parsewords.t
957            ! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
958            ! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
959            ! t/pragma/constant.t t/pragma/locale.t
960 ____________________________________________________________________________
961 [  5711] By: gsar                                  on 2000/03/13  21:08:29
962         Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
963      Branch: perl
964            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
965            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
966            ! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
967            ! t/pod/testpchk.pl
968 ____________________________________________________________________________
969 [  5710] By: gsar                                  on 2000/03/13  20:46:37
970         Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
971              Allen <allen@huarp.harvard.edu>)
972      Branch: perl
973            ! op.c
974 ____________________________________________________________________________
975 [  5709] By: gsar                                  on 2000/03/13  20:43:30
976         Log: mention changes to diagnostics
977      Branch: perl
978            ! pod/perldelta.pod
979 ____________________________________________________________________________
980 [  5708] By: gsar                                  on 2000/03/13  20:34:38
981         Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
982      Branch: perl
983            ! lib/ExtUtils/xsubpp
984 ____________________________________________________________________________
985 [  5707] By: gsar                                  on 2000/03/13  20:23:24
986         Log: don't check for errno after Atof() (atof() doesn't set errno, and
987              where Atof() is actually strto[l]d(), some platforms seem to want
988              to set errno randomly)
989      Branch: perl
990            ! toke.c
991 ____________________________________________________________________________
992 [  5706] By: gsar                                  on 2000/03/13  18:14:18
993         Log: integrate cfgperl changes into mainline
994      Branch: perl
995           !> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
996           !> perl.h pod/perl.pod pp.c
997 ____________________________________________________________________________
998 [  5705] By: jhi                                   on 2000/03/13  14:44:11
999         Log: STRLEN != int.
1000      Branch: cfgperl
1001            ! mg.c
1002 ____________________________________________________________________________
1003 [  5704] By: jhi                                   on 2000/03/13  13:18:07
1004         Log: Integrate with Sarathy.
1005      Branch: cfgperl
1006           +> lib/warnings/register.pm
1007           !> (integrate 42 files)
1008 ____________________________________________________________________________
1009 [  5703] By: gsar                                  on 2000/03/13  12:40:51
1010         Log: mention autoflush portability caveat
1011      Branch: perl
1012            ! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
1013 ____________________________________________________________________________
1014 [  5702] By: gsar                                  on 2000/03/13  11:09:05
1015         Log: final touches for lexical warnings (from Paul Marquess)
1016      Branch: perl
1017            + lib/warnings/register.pm
1018            ! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
1019            ! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
1020            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
1021            ! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
1022            ! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
1023            ! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
1024            ! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
1025            ! t/pragma/warn/9enabled warnings.h warnings.pl
1026 ____________________________________________________________________________
1027 [  5701] By: gsar                                  on 2000/03/13  11:00:00
1028         Log: avoid compiler warnings
1029      Branch: perl
1030            ! pp_hot.c
1031 ____________________________________________________________________________
1032 [  5700] By: gsar                                  on 2000/03/13  09:57:59
1033         Log: make the is_utf8_*() safe for use on invalid utf8 (they now
1034              return false on such input instead of emitting warnings)
1035      Branch: perl
1036            ! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
1037            ! pod/perlapi.pod proto.h universal.c utf8.c
1038 ____________________________________________________________________________
1039 [  5699] By: gsar                                  on 2000/03/13  06:59:57
1040         Log: the premature FREETMPS calls in change#1187 weren't defensive enough
1041      Branch: perl
1042            ! pp_ctl.c pp_hot.c t/op/recurse.t
1043 ____________________________________________________________________________
1044 [  5698] By: jhi                                   on 2000/03/13  05:03:37
1045         Log: hints nibbling continues
1046      Branch: cfgperl
1047            ! hints/hpux.sh
1048 ____________________________________________________________________________
1049 [  5697] By: jhi                                   on 2000/03/13  04:45:57
1050         Log: there's no end to tweaking
1051      Branch: cfgperl
1052            ! hints/hpux.sh
1053 ____________________________________________________________________________
1054 [  5696] By: jhi                                   on 2000/03/13  04:26:15
1055         Log: hints tweak
1056      Branch: cfgperl
1057            ! hints/hpux.sh
1058 ____________________________________________________________________________
1059 [  5695] By: bailey                                on 2000/03/13  03:54:09
1060         Log: Trim out leftover hunk from prior resolve conflict
1061      Branch: vmsperl
1062            ! lib/File/Spec/VMS.pm
1063 ____________________________________________________________________________
1064 [  5694] By: bailey                                on 2000/03/13  03:20:20
1065         Log: Assorted configuration cleanups (Peter Prymmer, and a
1066              bit from Charles Bailey and Dan Sugalski)
1067      Branch: vmsperl
1068            ! configure.com vms/subconfigure.com
1069 ____________________________________________________________________________
1070 [  5693] By: bailey                                on 2000/03/13  03:00:16
1071         Log: Add vmsish 'hushed' option to suppress error messages at exit
1072      Branch: vmsperl
1073            ! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
1074            ! vms/vmsish.h
1075 ____________________________________________________________________________
1076 [  5692] By: bailey                                on 2000/03/13  02:50:10
1077         Log: Fix inverted test conditions for secure lnm translation
1078              and default file types.  (Dan Sugalski)
1079      Branch: vmsperl
1080            ! vms/subconfigure.com
1081 ____________________________________________________________________________
1082 [  5691] By: bailey                                on 2000/03/13  02:41:36
1083         Log: Insulate tests of default display_format from different precision
1084              on different machines by truncating at 1 digit less than the most
1085              common choice (.15g)
1086      Branch: vmsperl
1087            ! t/lib/complex.t
1088 ____________________________________________________________________________
1089 [  5690] By: bailey                                on 2000/03/13  02:31:44
1090         Log: Resync with mainline post RC1
1091      Branch: vmsperl
1092           +> lib/Pod/Plainer.pm
1093           !> (integrate 137 files)
1094 ____________________________________________________________________________
1095 [  5689] By: bailey                                on 2000/03/13  02:22:24
1096         Log: Update File::Spec::VMS and tests
1097              Since reduce_ricochet has been removed from File::Spec,
1098              revert changes to VMS::Filespec::vmsify made to accomodate it.
1099      Branch: vmsperl
1100            ! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
1101            ! vms/vms.c
1102 ____________________________________________________________________________
1103 [  5688] By: bailey                                on 2000/03/13  02:12:11
1104         Log: Basic 5.6.0 RC1 build patches for VMS
1105      Branch: vmsperl
1106            ! configure.com t/pragma/warn/doio t/pragma/warn/util
1107            ! vms/subconfigure.com
1108 ____________________________________________________________________________
1109 [  5687] By: jhi                                   on 2000/03/13  00:41:51
1110         Log: Solaris long double fixes from Alan Burlison.
1111      Branch: cfgperl
1112            ! hints/solaris_2.sh perl.h pp.c
1113 ____________________________________________________________________________
1114 [  5686] By: jhi                                   on 2000/03/13  00:17:13
1115         Log: Integrate with Sarathy.
1116      Branch: cfgperl
1117           !> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
1118 ____________________________________________________________________________
1119 [  5685] By: jhi                                   on 2000/03/13  00:13:17
1120         Log: Retract #5680, it broke more than it helped.
1121      Branch: cfgperl
1122            ! hints/hpux.sh
1123 ____________________________________________________________________________
1124 [  5684] By: gsar                                  on 2000/03/12  21:48:44
1125         Log: set optimize=-O only if not already set
1126      Branch: perl
1127            ! hints/hpux.sh
1128 ____________________________________________________________________________
1129 [  5683] By: gsar                                  on 2000/03/12  20:11:45
1130         Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
1131              were being mistakenly subverted anyway
1132      Branch: perl
1133            ! dump.c op.c pod/perldelta.pod t/op/misc.t
1134 ____________________________________________________________________________
1135 [  5682] By: jhi                                   on 2000/03/12  18:11:52
1136         Log: update AVAILABILITY for LynxOS
1137      Branch: cfgperl
1138            ! pod/perl.pod
1139 ____________________________________________________________________________
1140 [  5681] By: jhi                                   on 2000/03/12  18:03:46
1141         Log: 64-bitness hints tweaks
1142      Branch: cfgperl
1143            ! hints/solaris_2.sh
1144 ____________________________________________________________________________
1145 [  5680] By: jhi                                   on 2000/03/12  17:49:25
1146         Log: 64-bitness tweak: separate 64bitint and 64bitall.
1147      Branch: cfgperl
1148            ! hints/hpux.sh
1149 ____________________________________________________________________________
1150 [  5679] By: jhi                                   on 2000/03/12  17:43:09
1151         Log: metaconfig-ify #5676.
1152      Branch: cfgperl
1153            ! Configure config_h.SH
1154      Branch: metaconfig/U/perl
1155            ! fflushall.U
1156 ____________________________________________________________________________
1157 [  5678] By: jhi                                   on 2000/03/12  17:37:14
1158         Log: Integrate with Sarathy.
1159      Branch: cfgperl
1160           !> Changes Configure Todo lib/File/DosGlob.pm
1161 ____________________________________________________________________________
1162 [  5677] By: gsar                                  on 2000/03/12  11:35:10
1163         Log: integrate cfgperl changes into mainline
1164      Branch: perl
1165            ! Changes Todo
1166           !> Todo-5.6 perl.h pod/perldelta.pod
1167 ____________________________________________________________________________
1168 [  5676] By: gsar                                  on 2000/03/12  11:27:38
1169         Log: don't bother testing if we can flush all handles when fflush(stdin)
1170              shows the pipe bug
1171      Branch: perl
1172            ! Configure
1173 ____________________________________________________________________________
1174 [  5675] By: jhi                                   on 2000/03/12  05:08:29
1175         Log: continue flogging the string->int conversion ifdefs
1176      Branch: cfgperl
1177            ! perl.h
1178 ____________________________________________________________________________
1179 [  5674] By: gsar                                  on 2000/03/12  05:01:30
1180         Log: fix File::DosGlob for patterns with drive names like c:*.bat
1181              (suggested by Jason Mathews <mathews@computer.org>)
1182      Branch: perl
1183            ! lib/File/DosGlob.pm
1184 ____________________________________________________________________________
1185 [  5673] By: jhi                                   on 2000/03/12  04:48:14
1186         Log: Integrate with Sarathy.
1187      Branch: cfgperl
1188           !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
1189           !> pod/perlpod.pod toke.c utils/perldoc.PL
1190 ____________________________________________________________________________
1191 [  5672] By: gsar                                  on 2000/03/12  03:57:23
1192         Log: security fixes for perldoc (from Tom Christiansen)
1193      Branch: perl
1194            ! utils/perldoc.PL
1195 ____________________________________________________________________________
1196 [  5671] By: gsar                                  on 2000/03/12  03:45:27
1197         Log: Larry's patch to disallow CORE::Snark, with perldiag entry
1198      Branch: perl
1199            ! pod/perldelta.pod pod/perldiag.pod toke.c
1200 ____________________________________________________________________________
1201 [  5670] By: gsar                                  on 2000/03/12  03:36:17
1202         Log: insufficient buffer in change#5317
1203      Branch: perl
1204            ! doop.c
1205 ____________________________________________________________________________
1206 [  5669] By: gsar                                  on 2000/03/12  03:15:29
1207         Log: avoid L<foo|bar> for now, not all the pod2foo support it
1208      Branch: perl
1209            ! pod/perlpod.pod
1210 ____________________________________________________________________________
1211 [  5668] By: gsar                                  on 2000/03/12  02:35:55
1212         Log: rework change#5664
1213      Branch: perl
1214            ! perl.h
1215 ____________________________________________________________________________
1216 [  5667] By: jhi                                   on 2000/03/11  21:35:29
1217         Log: todo and perldelta updates
1218      Branch: cfgperl
1219            ! Todo Todo-5.6 pod/perldelta.pod
1220 ____________________________________________________________________________
1221 [  5666] By: jhi                                   on 2000/03/11  21:00:34
1222         Log: Integrate with Sarathy.
1223      Branch: cfgperl
1224           !> perl.h
1225 ____________________________________________________________________________
1226 [  5665] By: jhi                                   on 2000/03/11  20:58:58
1227         Log: Fixes for #5661.
1228      Branch: cfgperl
1229            ! perl.h
1230 ____________________________________________________________________________
1231 [  5664] By: gsar                                  on 2000/03/11  19:50:06
1232         Log: fix Strtoul() misdefinition is change#5661
1233      Branch: perl
1234            ! perl.h
1235 ____________________________________________________________________________
1236 [  5663] By: gsar                                  on 2000/03/11  19:21:18
1237         Log: integrate cfgperl contents into mainline
1238      Branch: perl
1239           !> Configure config_h.SH hints/solaris_2.sh perl.h
1240           !> t/pragma/warn/pp_hot toke.c
1241 ____________________________________________________________________________
1242 [  5662] By: jhi                                   on 2000/03/11  19:06:20
1243         Log: Integrate with Sarathy.
1244      Branch: cfgperl
1245           !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
1246 ____________________________________________________________________________
1247 [  5661] By: jhi                                   on 2000/03/11  19:03:32
1248         Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
1249              (introduce the latter) instead of bare strtoll()/strtoll().
1250      Branch: cfgperl
1251            ! perl.h toke.c
1252 ____________________________________________________________________________
1253 [  5660] By: gsar                                  on 2000/03/11  18:40:49
1254         Log: another long-standing eval bug: return doesn't reset $@ correctly
1255      Branch: perl
1256            ! pp_ctl.c t/op/eval.t
1257 ____________________________________________________________________________
1258 [  5659] By: jhi                                   on 2000/03/11  18:27:54
1259         Log: metaconfig-ify the test for broken fflush(NULL)
1260              (which ails e.g. Solaris), from Ulrich Pfeifer.
1261      Branch: cfgperl
1262            ! Configure config_h.SH hints/solaris_2.sh
1263      Branch: metaconfig/U/perl
1264            ! d_unorderedl.U fflushall.U
1265 ____________________________________________________________________________
1266 [  5658] By: gsar                                  on 2000/03/11  18:11:22
1267         Log: change#3511 was not defensive enough about try blocks, causing
1268              bogus attempts to free closures, and thence, segfaults
1269      Branch: perl
1270            ! cop.h perl.c pp_ctl.c t/op/misc.t
1271 ____________________________________________________________________________
1272 [  5657] By: jhi                                   on 2000/03/11  18:04:44
1273         Log: Rewording.
1274      Branch: cfgperl
1275            ! t/pragma/warn/pp_hot
1276 ____________________________________________________________________________
1277 [  5656] By: jhi                                   on 2000/03/11  17:41:29
1278         Log: Integrate with Sarathy.
1279      Branch: cfgperl
1280           !> (integrate 27 files)
1281 ____________________________________________________________________________
1282 [  5655] By: gsar                                  on 2000/03/11  17:06:03
1283         Log: reword comment
1284      Branch: perl
1285            ! t/pragma/warn/pp_hot
1286 ____________________________________________________________________________
1287 [  5654] By: gsar                                  on 2000/03/11  17:01:47
1288         Log: off-by-one in os2.c (from Ilya Zakharevich)
1289      Branch: perl
1290            ! os2/os2.c
1291 ____________________________________________________________________________
1292 [  5653] By: gsar                                  on 2000/03/11  16:59:48
1293         Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
1294      Branch: perl
1295            ! lib/File/Spec/VMS.pm t/lib/filespec.t
1296 ____________________________________________________________________________
1297 [  5652] By: gsar                                  on 2000/03/11  16:52:03
1298         Log: missing export list entry in change#5619
1299      Branch: perl
1300            ! makedef.pl
1301 ____________________________________________________________________________
1302 [  5651] By: gsar                                  on 2000/03/11  16:50:05
1303         Log: avoid using context pointer in MUTEX_INIT() et al; remove the
1304              *_NOCONTEXT variants to keep it simple
1305      Branch: perl
1306            ! malloc.c thread.h win32/win32thread.h
1307 ____________________________________________________________________________
1308 [  5650] By: gsar                                  on 2000/03/11  16:07:35
1309         Log: remove =for section (from Johan Vromans)
1310      Branch: perl
1311            ! lib/Getopt/Long.pm
1312 ____________________________________________________________________________
1313 [  5649] By: gsar                                  on 2000/03/11  16:05:50
1314         Log: add nokfile target in Makefile (from Andy Dougherty)
1315      Branch: perl
1316            ! Makefile.SH
1317 ____________________________________________________________________________
1318 [  5648] By: gsar                                  on 2000/03/11  16:02:53
1319         Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
1320      Branch: perl
1321            ! pod/perlpod.pod
1322 ____________________________________________________________________________
1323 [  5647] By: gsar                                  on 2000/03/11  16:01:03
1324         Log: VMS build tweaks (from Charles Bailey)
1325      Branch: perl
1326            ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
1327            ! vms/subconfigure.com
1328 ____________________________________________________________________________
1329 [  5646] By: gsar                                  on 2000/03/11  10:13:27
1330         Log: remove outdated ftp.cis.ufl.edu reference
1331      Branch: perl
1332            ! pod/perlfaq2.pod
1333 ____________________________________________________________________________
1334 [  5645] By: gsar                                  on 2000/03/11  10:10:39
1335         Log: failed hunk in change#5644
1336      Branch: perl
1337            ! t/op/pat.t
1338 ____________________________________________________________________________
1339 [  5644] By: gsar                                  on 2000/03/11  10:08:47
1340         Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
1341      Branch: perl
1342            ! regcomp.c t/op/pat.t
1343 ____________________________________________________________________________
1344 [  5643] By: gsar                                  on 2000/03/11  09:48:30
1345         Log: better {local,gm}time documentation (from Mark-Jason Dominus)
1346      Branch: perl
1347            ! pod/perlfunc.pod
1348 ____________________________________________________________________________
1349 [  5642] By: gsar                                  on 2000/03/11  09:45:10
1350         Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
1351      Branch: perl
1352            ! doio.c hints/lynxos.sh perl.h
1353 ____________________________________________________________________________
1354 [  5641] By: gsar                                  on 2000/03/11  09:42:56
1355         Log: integrate cfgperl contents into mainline
1356      Branch: perl
1357           !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
1358           !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
1359 ____________________________________________________________________________
1360 [  5640] By: gsar                                  on 2000/03/11  09:24:30
1361         Log: perldelta update, typos and whitespace adjustments
1362      Branch: perl
1363            ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
1364 ____________________________________________________________________________
1365 [  5639] By: jhi                                   on 2000/03/11  00:51:48
1366         Log: Integrate with Sarathy.
1367      Branch: cfgperl
1368           !> (integrate 44 files)
1369 ____________________________________________________________________________
1370 [  5638] By: jhi                                   on 2000/03/11  00:45:46
1371         Log: Cpp out deadcode that IRIX compiler noticed. 
1372      Branch: cfgperl
1373            ! regcomp.c
1374 ____________________________________________________________________________
1375 [  5637] By: jhi                                   on 2000/03/10  14:22:24
1376         Log: Do not use Perl's malloc in IRIX.
1377      Branch: cfgperl
1378            ! hints/irix_6.sh
1379 ____________________________________________________________________________
1380 [  5636] By: jhi                                   on 2000/03/10  05:27:03
1381         Log: More/modified unused floating point units.
1382      Branch: metaconfig/U/perl
1383            + d_fp_class_l.U d_unordered.U d_unorderedl.U
1384            ! d_fpclass.U
1385 ____________________________________________________________________________
1386 [  5635] By: jhi                                   on 2000/03/10  01:54:07
1387         Log: Add various yet-unused units.
1388      Branch: metaconfig/U/perl
1389            + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
1390            + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
1391            + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
1392            + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
1393            + d_setrlimit.U d_ualarm.U d_utimes.U
1394 ____________________________________________________________________________
1395 [  5634] By: jhi                                   on 2000/03/10  01:07:54
1396         Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
1397      Branch: cfgperl
1398            ! Configure config_h.SH
1399      Branch: metaconfig
1400            ! U/compline/nblock_io.U
1401      Branch: metaconfig/U/perl
1402            ! use64bits.U
1403 ____________________________________________________________________________
1404 [  5633] By: jhi                                   on 2000/03/09  23:22:33
1405         Log: Remove an obsolete note.
1406      Branch: cfgperl
1407            ! t/op/64bit.t
1408 ____________________________________________________________________________
1409 [  5632] By: gsar                                  on 2000/03/09  18:50:43
1410         Log: update Changes
1411      Branch: perl
1412            ! Changes
1413 ____________________________________________________________________________
1414 [  5631] By: gsar                                  on 2000/03/09  18:49:12
1415         Log: track more of the child state on Windows
1416      Branch: perl
1417            ! win32/win32.c win32/win32.h
1418 ____________________________________________________________________________
1419 [  5630] By: gsar                                  on 2000/03/09  18:48:05
1420         Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
1421      Branch: perl
1422            ! universal.c
1423 ____________________________________________________________________________
1424 [  5629] By: gsar                                  on 2000/03/09  18:37:35
1425         Log: tweak Unicode notes, other cleanups
1426      Branch: perl
1427            ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
1428            ! pod/perlhist.pod pod/perlunicode.pod
1429 ____________________________________________________________________________
1430 [  5628] By: gsar                                  on 2000/03/09  17:39:58
1431         Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
1432              semantics; the pragma sets defaults for both open() and qx//
1433      Branch: perl
1434            ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
1435            ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
1436            ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
1437            ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
1438 ____________________________________________________________________________
1439 [  5627] By: gsar                                  on 2000/03/09  12:54:08
1440         Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
1441              to fflush(NULL) bug)
1442      Branch: perl
1443            ! hints/solaris_2.sh pod/perldelta.pod
1444 ____________________________________________________________________________
1445 [  5626] By: gsar                                  on 2000/03/09  11:34:51
1446         Log: abort build on HP-UX if bundled non-ANSI compiler is detected
1447              (from Dominic Dunlop <domo@computer.org>)
1448      Branch: perl
1449            ! hints/hpux.sh
1450 ____________________________________________________________________________
1451 [  5625] By: gsar                                  on 2000/03/09  11:17:07
1452         Log: patch from Larry to make -T filetest algorithm recognize utf8 as
1453              "text"
1454      Branch: perl
1455            ! pp_sys.c
1456 ____________________________________________________________________________
1457 [  5624] By: gsar                                  on 2000/03/09  11:11:59
1458         Log: provide support for deleting actions etc. (from Ronald J Kimball
1459              <rjk@linguist.dartmouth.edu>)
1460      Branch: perl
1461            ! lib/perl5db.pl pod/perldebug.pod
1462 ____________________________________________________________________________
1463 [  5623] By: gsar                                  on 2000/03/09  06:39:21
1464         Log: new xsubpp keywords should be in all caps
1465      Branch: perl
1466            ! lib/ExtUtils/xsubpp
1467 ____________________________________________________________________________
1468 [  5622] By: gsar                                  on 2000/03/09  06:26:04
1469         Log: demand-load utf8.pm in swash routines
1470      Branch: perl
1471            ! op.c utf8.c
1472 ____________________________________________________________________________
1473 [  5621] By: gsar                                  on 2000/03/08  19:27:02
1474         Log: make Dump() call the XSUB implementation transparently (modified
1475              version of patch suggested by David Boyce <dsb@world.std.com>)
1476      Branch: perl
1477            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1478            ! pod/perldelta.pod
1479 ____________________________________________________________________________
1480 [  5620] By: gsar                                  on 2000/03/08  18:35:48
1481         Log: do FILE should not see outside lexicals (from Rick Delaney
1482              <rick@consumercontact.com>)
1483      Branch: perl
1484            ! op.c pp_ctl.c t/comp/require.t
1485 ____________________________________________________________________________
1486 [  5619] By: gsar                                  on 2000/03/08  18:04:45
1487         Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
1488              API function
1489      Branch: perl
1490            ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1491            ! perlapi.c pp_sys.c proto.h
1492 ____________________________________________________________________________
1493 [  5618] By: jhi                                   on 2000/03/08  18:03:30
1494         Log: Integrate with Sarathy.
1495      Branch: cfgperl
1496           +> lib/Pod/Plainer.pm
1497           !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
1498           !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
1499           !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
1500           !> vms/vmsish.h
1501 ____________________________________________________________________________
1502 [  5617] By: jhi                                   on 2000/03/08  15:44:05
1503         Log: ICU todo fixes.
1504      Branch: cfgperl
1505            ! Todo-5.6
1506 ____________________________________________________________________________
1507 [  5616] By: jhi                                   on 2000/03/08  14:30:40
1508         Log: Even more Todo.
1509      Branch: cfgperl
1510            ! Todo-5.6
1511 ____________________________________________________________________________
1512 [  5615] By: jhi                                   on 2000/03/08  14:13:45
1513         Log: More Todo.
1514      Branch: cfgperl
1515            ! Todo-5.6
1516 ____________________________________________________________________________
1517 [  5614] By: jhi                                   on 2000/03/08  13:50:53
1518         Log: wording changes
1519      Branch: cfgperl
1520            ! lib/Math/Complex.pm
1521 ____________________________________________________________________________
1522 [  5613] By: gsar                                  on 2000/03/08  12:51:35
1523         Log: clarify docs on return value from binding operators
1524      Branch: perl
1525            ! pod/perlop.pod
1526 ____________________________________________________________________________
1527 [  5612] By: gsar                                  on 2000/03/08  12:41:38
1528         Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
1529              Robin Barker)
1530      Branch: perl
1531            + lib/Pod/Plainer.pm
1532            ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
1533 ____________________________________________________________________________
1534 [  5611] By: gsar                                  on 2000/03/08  12:22:59
1535         Log: integrate cfgperl changes into mainline
1536      Branch: perl
1537            ! Changes
1538           !> installperl lib/Math/Complex.pm pod/perldelta.pod
1539           !> t/lib/complex.t vms/vmsish.h
1540 ____________________________________________________________________________
1541 [  5610] By: gsar                                  on 2000/03/08  12:08:17
1542         Log: add missing locks for op refcounts
1543      Branch: perl
1544            ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
1545            ! perlvars.h sv.c unixish.h vms/vmsish.h
1546 ____________________________________________________________________________
1547 [  5609] By: gsar                                  on 2000/03/08  11:30:32
1548         Log: Pod::InputObjects tweak (from Brad Appleton)
1549      Branch: perl
1550            ! lib/Pod/InputObjects.pm
1551 ____________________________________________________________________________
1552 [  5608] By: jhi                                   on 2000/03/08  05:08:59
1553         Log: Integrate with Sarathy.
1554      Branch: cfgperl
1555           !> (integrate 27 files)
1556 ____________________________________________________________________________
1557 [  5607] By: jhi                                   on 2000/03/08  05:07:06
1558         Log: Make the stringification more customizable.
1559              A potentially backward incompatible change.
1560              Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
1561      Branch: cfgperl
1562            ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
1563 ____________________________________________________________________________
1564 [  5606] By: jhi                                   on 2000/03/08  00:49:14
1565         Log: s/lfs/largefiles/
1566      Branch: metaconfig
1567            ! U/mksample
1568 ____________________________________________________________________________
1569 [  5605] By: gsar                                  on 2000/03/07  23:37:48
1570         Log: VMS build patch (from Peter Prymmer)
1571      Branch: perl
1572            ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
1573            ! vms/subconfigure.com vms/vms.c
1574 ____________________________________________________________________________
1575 [  5604] By: gsar                                  on 2000/03/07  23:25:46
1576         Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
1577      Branch: perl
1578            ! perl.c
1579 ____________________________________________________________________________
1580 [  5603] By: gsar                                  on 2000/03/07  23:05:16
1581         Log: type mismatch
1582      Branch: perl
1583            ! sv.c
1584 ____________________________________________________________________________
1585 [  5602] By: gsar                                  on 2000/03/07  22:40:55
1586         Log: add note to INSTALL about C++ compilers (from M J T Guy)
1587      Branch: perl
1588            ! INSTALL
1589 ____________________________________________________________________________
1590 [  5601] By: gsar                                  on 2000/03/07  22:30:35
1591         Log: separate options to incpush() for adding version directories and
1592              architecture directories (from Andy Dougherty)
1593      Branch: perl
1594            ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
1595 ____________________________________________________________________________
1596 [  5600] By: gsar                                  on 2000/03/07  20:18:54
1597         Log: support :void to enable croaking only in void context (from
1598              Simon Cozens <simon@othersideofthe.earth.li>)
1599      Branch: perl
1600            ! lib/Fatal.pm t/lib/fatal.t
1601 ____________________________________________________________________________
1602 [  5599] By: gsar                                  on 2000/03/07  18:35:21
1603         Log: Pod::Html tweak to avoid false falses
1604      Branch: perl
1605            ! lib/Pod/Html.pm
1606 ____________________________________________________________________________
1607 [  5598] By: gsar                                  on 2000/03/07  18:21:58
1608         Log: skip null siblings encountered by goto out of loopish block
1609              (from Doug Lankshear)
1610      Branch: perl
1611            ! pp_ctl.c
1612 ____________________________________________________________________________
1613 [  5597] By: gsar                                  on 2000/03/07  16:33:29
1614         Log: omit XSLoader from bytecode dumps
1615      Branch: perl
1616            ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
1617 ____________________________________________________________________________
1618 [  5596] By: gsar                                  on 2000/03/07  10:58:17
1619         Log: avoid coredump on C<printf "%vd">
1620      Branch: perl
1621            ! sv.c
1622 ____________________________________________________________________________
1623 [  5595] By: gsar                                  on 2000/03/07  10:26:03
1624         Log: add missing HTML escapes that can be displayed in xterm (from
1625              Tim Jenness <timj@jach.hawaii.edu>)
1626      Branch: perl
1627            ! lib/Pod/Text.pm
1628 ____________________________________________________________________________
1629 [  5594] By: gsar                                  on 2000/03/07  10:24:55
1630         Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
1631      Branch: perl
1632            ! lib/Fatal.pm
1633 ____________________________________________________________________________
1634 [  5593] By: gsar                                  on 2000/03/07  09:57:24
1635         Log: get ByteLoader working again
1636      Branch: perl
1637            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
1638            ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
1639            ! ext/ByteLoader/byterun.c
1640 ____________________________________________________________________________
1641 [  5592] By: gsar                                  on 2000/03/07  05:14:49
1642         Log: typo in makedef.pl
1643      Branch: perl
1644            ! lib/File/Path.pm makedef.pl
1645 ____________________________________________________________________________
1646 [  5591] By: jhi                                   on 2000/03/06  22:56:24
1647         Log: Integrate with Sarathy.
1648      Branch: cfgperl
1649           !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
1650 ____________________________________________________________________________
1651 [  5590] By: gsar                                  on 2000/03/06  22:32:44
1652         Log: fix incorrect prototypes in File::Glob
1653      Branch: perl
1654            ! ext/File/Glob/Glob.xs
1655 ____________________________________________________________________________
1656 [  5589] By: gsar                                  on 2000/03/06  22:07:38
1657         Log: update Changes
1658      Branch: perl
1659            ! Changes
1660 ____________________________________________________________________________
1661 [  5588] By: jhi                                   on 2000/03/06  21:46:18
1662         Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
1663              To: vmsperl@perl.org, perl5-porters@perl.org
1664              Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
1665              Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
1666              Date: Mon, 06 Mar 2000 15:36:13 -0600
1667              Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
1668      Branch: cfgperl
1669            ! vms/vmsish.h
1670 ____________________________________________________________________________
1671 [  5587] By: jhi                                   on 2000/03/06  21:23:27
1672         Log: Use $^O.
1673      Branch: cfgperl
1674            ! installperl
1675 ____________________________________________________________________________
1676 [  5586] By: jhi                                   on 2000/03/06  21:19:15
1677         Log: Undo drift from the mainline.
1678      Branch: cfgperl
1679           !> (integrate 1607 files)
1680 ____________________________________________________________________________
1681 [  5585] By: gsar                                  on 2000/03/06  20:23:37
1682         Log: change#5513 accidentally undid change#5373, put it back
1683      Branch: perl
1684            ! lib/Pod/Html.pm
1685 ____________________________________________________________________________
1686 [  5584] By: jhi                                   on 2000/03/06  17:30:48
1687         Log: Integrate with Sarathy.
1688      Branch: cfgperl
1689           !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
1690           !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
1691 ____________________________________________________________________________
1692 [  5583] By: gsar                                  on 2000/03/06  17:02:52
1693         Log: makedef.pl typos
1694      Branch: perl
1695            ! makedef.pl
1696 ____________________________________________________________________________
1697 [  5582] By: gsar                                  on 2000/03/06  15:24:14
1698         Log: Pod::Man bugfixes (from Russ Allbery)
1699      Branch: perl
1700            ! lib/Pod/Man.pm
1701 ____________________________________________________________________________
1702 [  5581] By: gsar                                  on 2000/03/06  15:17:08
1703         Log: File::Path::rmtree() doesn't delete stale symlinks correctly
1704      Branch: perl
1705            ! lib/File/Path.pm
1706 ____________________________________________________________________________
1707 [  5580] By: gsar                                  on 2000/03/06  14:55:57
1708         Log: pod nits
1709      Branch: perl
1710            ! lib/Getopt/Long.pm lib/IPC/Open2.pm
1711 ____________________________________________________________________________
1712 [  5579] By: gsar                                  on 2000/03/06  14:55:08
1713         Log: 64-bit build fix on VMS (from Dan Sugalski)
1714      Branch: perl
1715            ! toke.c vms/subconfigure.com
1716 ____________________________________________________________________________
1717 [  5578] By: jhi                                   on 2000/03/06  14:37:46
1718         Log: Integrate with Sarathy.
1719      Branch: cfgperl
1720           !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
1721           !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
1722           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1723           !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
1724           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1725           !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
1726           !> win32/win32.c win32/win32.h
1727 ____________________________________________________________________________
1728 [  5577] By: gsar                                  on 2000/03/06  07:26:18
1729         Log: skip tests that need VMS::Filespec on other platforms
1730      Branch: perl
1731            ! t/lib/filespec.t
1732 ____________________________________________________________________________
1733 [  5576] By: gsar                                  on 2000/03/06  07:11:21
1734         Log: integrate vmsperl contents into mainline
1735      Branch: perl
1736           !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
1737           !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
1738           !> vms/test.com vms/vms.c
1739 ____________________________________________________________________________
1740 [  5575] By: gsar                                  on 2000/03/06  07:05:34
1741         Log: support for autovivified handles (from Tom Christiansen)
1742      Branch: perl
1743            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
1744 ____________________________________________________________________________
1745 [  5574] By: gsar                                  on 2000/03/06  06:31:55
1746         Log: vendorlib support for Windows; regen win32/config*
1747      Branch: perl
1748            ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
1749            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1750            ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
1751            ! win32/win32.c win32/win32.h
1752 ____________________________________________________________________________
1753 [  5573] By: bailey                                on 2000/03/06  05:23:23
1754         Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
1755      Branch: vmsperl
1756            ! vms/test.com
1757 ____________________________________________________________________________
1758 [  5572] By: gsar                                  on 2000/03/06  05:21:26
1759         Log: the incpush()es weren't all quite right on Windows in change#5559
1760      Branch: perl
1761            ! perl.c
1762 ____________________________________________________________________________
1763 [  5571] By: bailey                                on 2000/03/06  05:18:59
1764         Log: Fix ricochet in File::Spec::VMS
1765              Fix eval error in filespec.t
1766              Misc. minor fixes in filespec.t
1767      Branch: vmsperl
1768            ! lib/File/Spec/VMS.pm t/lib/filespec.t
1769 ____________________________________________________________________________
1770 [  5570] By: gsar                                  on 2000/03/06  05:00:44
1771         Log: integrate cfgperl changes into mainline
1772      Branch: perl
1773           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1774           !> Porting/config_H config_h.SH epoc/config.sh
1775           !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
1776           !> perl.c perl.h toke.c vos/config.def vos/config.h
1777           !> vos/config_h.SH_orig
1778 ____________________________________________________________________________
1779 [  5569] By: jhi                                   on 2000/03/06  04:51:39
1780         Log: Integrate with Sarathy.
1781      Branch: cfgperl
1782           !> installperl pp.c
1783 ____________________________________________________________________________
1784 [  5568] By: gsar                                  on 2000/03/06  04:48:17
1785         Log: installperl wasn't putting extensions with two or more
1786              nested package names in the archlib
1787      Branch: perl
1788            ! installperl
1789 ____________________________________________________________________________
1790 [  5567] By: bailey                                on 2000/03/06  03:43:36
1791         Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
1792      Branch: vmsperl
1793            ! configure.com vms/subconfigure.com
1794 ____________________________________________________________________________
1795 [  5566] By: bailey                                on 2000/03/06  03:40:14
1796         Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
1797              FIx logic error in glob-basic.t (Charles Lane)
1798      Branch: vmsperl
1799            ! configure.com vms/subconfigure.com
1800 ____________________________________________________________________________
1801 [  5565] By: bailey                                on 2000/03/06  03:37:46
1802         Log: Remove trailing . from typeless files (Charles Lane)
1803      Branch: vmsperl
1804            ! t/lib/filefind.t
1805 ____________________________________________________________________________
1806 [  5564] By: bailey                                on 2000/03/06  03:36:26
1807         Log: Resync with mainline, update test in vmsfspec.t
1808      Branch: vmsperl
1809           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1810            ! vms/ext/filespec.t
1811           !> (integrate 171 files)
1812 ____________________________________________________________________________
1813 [  5563] By: gsar                                  on 2000/03/06  03:29:11
1814         Log: avoid warning
1815      Branch: perl
1816            ! pp.c
1817 ____________________________________________________________________________
1818 [  5562] By: bailey                                on 2000/03/06  02:48:17
1819         Log: Downcase function call to hush picky cc
1820      Branch: vmsperl
1821            ! vms/vms.c
1822 ____________________________________________________________________________
1823 [  5561] By: jhi                                   on 2000/03/06  00:23:22
1824         Log: VOS patch from Paul Green.  Note that the vos/config_h.SH_orig
1825              is not exactly identical to the current config_h.SH because
1826              Paul needs better $sitearch control.
1827      Branch: cfgperl
1828            ! vos/config.def vos/config.h vos/config_h.SH_orig
1829 ____________________________________________________________________________
1830 [  5560] By: jhi                                   on 2000/03/05  23:26:41
1831         Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
1832              falls back to DynaLoader.
1833              
1834              From: Doug MacEachern <dougm@pobox.com>
1835              To: perl5-porters@perl.org
1836              Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
1837              Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
1838              Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
1839      Branch: cfgperl
1840            ! ext/DynaLoader/DynaLoader_pm.PL
1841 ____________________________________________________________________________
1842 [  5559] By: jhi                                   on 2000/03/05  22:05:54
1843         Log: sitelib_stem and vendorlib_stem patches from Andy;
1844              problem reported in
1845              From: schwern@athens.arena-i.com (Michael G Schwern)
1846              To: perl5-porters@perl.org
1847              Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
1848              Date: Sun,  5 Mar 2000 06:31:29 -0500 (EST)
1849              Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
1850      Branch: cfgperl
1851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1852            ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
1853            ! vos/config.def vos/config.h vos/config_h.SH_orig
1854      Branch: metaconfig
1855            ! U/installdirs/instubperl.U U/installdirs/sitelib.U
1856            ! U/installdirs/vendorlib.U
1857 ____________________________________________________________________________
1858 [  5558] By: jhi                                   on 2000/03/05  21:18:59
1859         Log: Integrate with Sarathy.
1860      Branch: cfgperl
1861           !> hints/linux.sh lib/Getopt/Long.pm
1862 ____________________________________________________________________________
1863 [  5557] By: gsar                                  on 2000/03/05  20:35:13
1864         Log: Getopt-Long v2.21 update (from Johan Vromans)
1865      Branch: perl
1866            ! lib/Getopt/Long.pm
1867 ____________________________________________________________________________
1868 [  5556] By: gsar                                  on 2000/03/05  20:26:57
1869         Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
1870              (from Matthias Urlichs <smurf@noris.net>)
1871      Branch: perl
1872            ! hints/linux.sh
1873 ____________________________________________________________________________
1874 [  5555] By: jhi                                   on 2000/03/05  20:15:34
1875         Log: Integrate with Sarathy.
1876      Branch: cfgperl
1877           +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
1878           !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
1879           !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
1880           !> t/comp/proto.t toke.c utils/perlbug.PL
1881 ____________________________________________________________________________
1882 [  5554] By: gsar                                  on 2000/03/05  20:02:17
1883         Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
1884              and C<open F, "-|", 'cat', '-v'>
1885      Branch: perl
1886            ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
1887            ! t/comp/proto.t toke.c
1888 ____________________________________________________________________________
1889 [  5553] By: jhi                                   on 2000/03/05  19:55:02
1890         Log: AIX gcvt() cannot format long doubles very well.
1891      Branch: cfgperl
1892            ! hints/aix.sh
1893 ____________________________________________________________________________
1894 [  5552] By: jhi                                   on 2000/03/05  18:44:37
1895         Log: the monster cpp expression needs to be on one line to
1896              appease makedepend
1897      Branch: cfgperl
1898            ! toke.c
1899 ____________________________________________________________________________
1900 [  5551] By: jhi                                   on 2000/03/05  18:24:32
1901         Log: IRIX cpp is fussy.
1902      Branch: cfgperl
1903            ! toke.c
1904 ____________________________________________________________________________
1905 [  5550] By: gsar                                  on 2000/03/05  17:46:18
1906         Log: perlbug tweak to grok local_patches better
1907      Branch: perl
1908            ! utils/perlbug.PL
1909 ____________________________________________________________________________
1910 [  5549] By: gsar                                  on 2000/03/05  17:33:10
1911         Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
1912              in Pod::InputObjects (from Russ Allbery)
1913      Branch: perl
1914            + lib/Term/ANSIColor.pm t/lib/ansicolor.t
1915            ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
1916 ____________________________________________________________________________
1917 [  5548] By: jhi                                   on 2000/03/05  17:27:06
1918         Log: clean up the makedepend temp file
1919      Branch: cfgperl
1920            ! Makefile.SH
1921 ____________________________________________________________________________
1922 [  5547] By: jhi                                   on 2000/03/05  17:23:18
1923         Log: Integrate with Sarathy.
1924      Branch: cfgperl
1925           !> perl.c
1926 ____________________________________________________________________________
1927 [  5546] By: jhi                                   on 2000/03/05  17:16:12
1928         Log: Integrate with Sarathy.
1929      Branch: cfgperl
1930           !> (integrate 47 files)
1931 ____________________________________________________________________________
1932 [  5545] By: gsar                                  on 2000/03/05  17:13:48
1933         Log: strip last component of SITELIB_EXP only if it looks like a
1934              number
1935      Branch: perl
1936            ! perl.c
1937 ____________________________________________________________________________
1938 [  5544] By: jhi                                   on 2000/03/05  17:12:42
1939         Log: s/Perl/PeRl/; # yeah
1940      Branch: cfgperl
1941            ! Configure config_h.SH
1942      Branch: metaconfig
1943            ! U/modified/cpp_stuff.U
1944 ____________________________________________________________________________
1945 [  5543] By: gsar                                  on 2000/03/05  16:54:10
1946         Log: thinko in change#4546 that caused variables to lose their importedness
1947              (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
1948      Branch: perl
1949            ! sv.c t/pragma/strict-vars
1950 ____________________________________________________________________________
1951 [  5542] By: gsar                                  on 2000/03/05  09:37:26
1952         Log: regen win32/config*, up version numbers &c.
1953      Branch: perl
1954            ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
1955            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1956            ! win32/config_H.vc win32/makefile.mk
1957 ____________________________________________________________________________
1958 [  5541] By: gsar                                  on 2000/03/05  09:20:12
1959         Log: undo change#5506; add patch to make blank line warnings optional
1960              (from Brad Appleton)
1961      Branch: perl
1962            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
1963 ____________________________________________________________________________
1964 [  5540] By: gsar                                  on 2000/03/05  09:04:52
1965         Log: fixes for most warnings identified by gcc -Wall
1966      Branch: perl
1967            ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
1968            ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
1969            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
1970            ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
1971 ____________________________________________________________________________
1972 [  5539] By: gsar                                  on 2000/03/05  06:37:58
1973         Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
1974              (from Doug MacEachern <dougm@pobox.com>)
1975      Branch: perl
1976            ! patchlevel.h perl.h
1977 ____________________________________________________________________________
1978 [  5538] By: gsar                                  on 2000/03/05  05:50:44
1979         Log: tyop
1980      Branch: perl
1981            ! config_h.SH
1982 ____________________________________________________________________________
1983 [  5537] By: gsar                                  on 2000/03/05  05:41:10
1984         Log: integrate cfgperl contents into mainline; add new tests from
1985              inc.t into 64bit.t
1986      Branch: perl
1987            ! t/op/64bit.t
1988           !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
1989           !> pod/perl.pod toke.c
1990 ____________________________________________________________________________
1991 [  5536] By: jhi                                   on 2000/03/05  05:37:22
1992         Log: dethinko
1993      Branch: cfgperl
1994            ! toke.c
1995 ____________________________________________________________________________
1996 [  5535] By: jhi                                   on 2000/03/05  05:14:40
1997         Log: Integrate with Sarathy.
1998      Branch: cfgperl
1999           !> pp.c t/op/inc.t toke.c
2000 ____________________________________________________________________________
2001 [  5534] By: gsar                                  on 2000/03/05  04:50:26
2002         Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
2003              since runtime is highly optimized for IVs rather than UVs
2004      Branch: perl
2005            ! toke.c
2006 ____________________________________________________________________________
2007 [  5533] By: gsar                                  on 2000/03/05  04:30:02
2008         Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
2009              end up being promoted to an NV)
2010      Branch: perl
2011            ! pp.c t/op/inc.t toke.c
2012 ____________________________________________________________________________
2013 [  5532] By: jhi                                   on 2000/03/05  01:11:37
2014         Log: more cpp cosmetics, logic cleanup
2015      Branch: cfgperl
2016            ! toke.c
2017 ____________________________________________________________________________
2018 [  5531] By: jhi                                   on 2000/03/05  00:51:20
2019         Log: Implement #5525 in metaconfig.
2020      Branch: cfgperl
2021            ! Configure config_h.SH
2022      Branch: metaconfig
2023            ! U/modified/cpp_stuff.U
2024 ____________________________________________________________________________
2025 [  5530] By: jhi                                   on 2000/03/05  00:32:51
2026         Log: Integrate with Sarathy.
2027      Branch: cfgperl
2028           !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
2029           !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
2030           !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
2031           !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
2032           !> win32/config_H.gc win32/config_H.vc
2033 ____________________________________________________________________________
2034 [  5529] By: jhi                                   on 2000/03/05  00:31:17
2035         Log: Sanity check on the strtoll and strtoull.
2036      Branch: cfgperl
2037            ! Configure config_h.SH
2038      Branch: metaconfig/U/perl
2039            ! d_strtoll.U d_strtoull.U
2040 ____________________________________________________________________________
2041 [  5528] By: jhi                                   on 2000/03/05  00:07:21
2042         Log: Reformat the fearful cpp expression to be a little bit less fearful.
2043      Branch: cfgperl
2044            ! toke.c
2045 ____________________________________________________________________________
2046 [  5527] By: gsar                                  on 2000/03/04  21:55:03
2047         Log: make hints available via globals in the respective pragmas to
2048              avoid duplicating the constants everywhere
2049      Branch: perl
2050            ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
2051            ! lib/locale.pm lib/overload.pm lib/utf8.pm
2052 ____________________________________________________________________________
2053 [  5526] By: gsar                                  on 2000/03/04  20:39:36
2054         Log: remove deadcode
2055      Branch: perl
2056            ! lib/Cwd.pm
2057 ____________________________________________________________________________
2058 [  5525] By: gsar                                  on 2000/03/04  19:42:55
2059         Log: make CAT2() portable for use as a macro argument with an extra
2060              level of macros
2061      Branch: perl
2062            ! config_h.SH
2063 ____________________________________________________________________________
2064 [  5524] By: gsar                                  on 2000/03/04  19:02:27
2065         Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
2066              <lane@DUPHY4.Physics.Drexel.Edu>)
2067      Branch: perl
2068            ! doio.c
2069 ____________________________________________________________________________
2070 [  5523] By: gsar                                  on 2000/03/04  18:59:03
2071         Log: pod tweak
2072      Branch: perl
2073            ! pod/perldebug.pod
2074 ____________________________________________________________________________
2075 [  5522] By: gsar                                  on 2000/03/04  17:46:58
2076         Log: regen win32/config_H*
2077      Branch: perl
2078            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2079 ____________________________________________________________________________
2080 [  5521] By: jhi                                   on 2000/03/04  16:35:48
2081         Log: From: "Matthias Urlichs" <smurf@noris.net>
2082              To: perl5-porters@perl.org
2083              Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
2084              Date:   Sat, 4 Mar 2000 12:48:42 +0100
2085              Message-ID: <20000304124841.A8090@noris.de>
2086      Branch: cfgperl
2087            ! toke.c
2088 ____________________________________________________________________________
2089 [  5520] By: jhi                                   on 2000/03/04  15:41:12
2090         Log: unthink wishful thinking
2091      Branch: cfgperl
2092            ! pod/perl.pod
2093 ____________________________________________________________________________
2094 [  5519] By: gsar                                  on 2000/03/04  06:42:47
2095         Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
2096      Branch: perl
2097            ! os2/os2ish.h
2098 ____________________________________________________________________________
2099 [  5518] By: gsar                                  on 2000/03/04  06:02:26
2100         Log: avoid "scalars leaked" message in test
2101      Branch: perl
2102            ! t/pragma/warn/regcomp
2103 ____________________________________________________________________________
2104 [  5517] By: jhi                                   on 2000/03/04  06:01:16
2105         Log: detypo
2106      Branch: cfgperl
2107            ! pod/perl.pod
2108 ____________________________________________________________________________
2109 [  5516] By: jhi                                   on 2000/03/04  05:59:21
2110         Log: cleanup AVAILABILITY and mention binaries
2111      Branch: cfgperl
2112            ! pod/perl.pod
2113 ____________________________________________________________________________
2114 [  5515] By: gsar                                  on 2000/03/04  05:55:02
2115         Log: syntax error in change#5498
2116      Branch: perl
2117            ! t/lib/ipc_sysv.t
2118 ____________________________________________________________________________
2119 [  5514] By: jhi                                   on 2000/03/04  05:50:56
2120         Log: assuming that removing the libbind will be a good idea
2121      Branch: cfgperl
2122            ! hints/sco.sh
2123 ____________________________________________________________________________
2124 [  5513] By: gsar                                  on 2000/03/04  05:50:15
2125         Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
2126              <wolfgang.laun@chello.at>)
2127      Branch: perl
2128            ! lib/Pod/Html.pm
2129 ____________________________________________________________________________
2130 [  5512] By: jhi                                   on 2000/03/04  05:45:52
2131         Log: Integrate with Sarathy.
2132      Branch: cfgperl
2133           !> (integrate 41 files)
2134 ____________________________________________________________________________
2135 [  5511] By: jhi                                   on 2000/03/04  05:42:37
2136         Log: HP-UX 64-bitness cures
2137      Branch: cfgperl
2138            ! hints/hpux.sh perl.h
2139 ____________________________________________________________________________
2140 [  5510] By: gsar                                  on 2000/03/04  05:40:08
2141         Log: better error messages when xsubpp fails to find map for a particular
2142              type (from Ilya Zakharevich)
2143      Branch: perl
2144            ! lib/ExtUtils/xsubpp
2145 ____________________________________________________________________________
2146 [  5509] By: jhi                                   on 2000/03/04  05:33:27
2147         Log: scratch #5508
2148      Branch: cfgperl
2149            ! perl.h
2150 ____________________________________________________________________________
2151 [  5508] By: jhi                                   on 2000/03/04  05:31:19
2152         Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
2153      Branch: cfgperl
2154            ! perl.h
2155 ____________________________________________________________________________
2156 [  5507] By: gsar                                  on 2000/03/04  04:27:51
2157         Log: more whitespace removal (from Michael G Schwern)
2158      Branch: perl
2159            ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
2160            ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
2161            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2162            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
2163            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
2164            ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
2165            ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
2166            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
2167            ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2168            ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
2169            ! lib/overload.pm x2p/s2p.PL
2170 ____________________________________________________________________________
2171 [  5506] By: gsar                                  on 2000/03/04  04:12:06
2172         Log: temporarily disable blank line warning from Pod::Parser until
2173              it can be made optional
2174      Branch: perl
2175            ! lib/Pod/Parser.pm t/pod/poderrs.xr
2176 ____________________________________________________________________________
2177 [  5505] By: gsar                                  on 2000/03/04  04:00:44
2178         Log: rid blanks in pods (from Michael G Schwern)
2179      Branch: perl
2180            ! README.amiga README.dos README.os2
2181 ____________________________________________________________________________
2182 [  5504] By: gsar                                  on 2000/03/04  03:59:07
2183         Log: avoid warnings from shmread() when given undefined variable
2184              (from Tom Christiansen)
2185      Branch: perl
2186            ! doio.c
2187 ____________________________________________________________________________
2188 [  5503] By: gsar                                  on 2000/03/04  03:53:43
2189         Log: fpsetmask() needs include on freebsd (from Slaven Rezic
2190              <eserte@vran.herceg.de>)
2191      Branch: perl
2192            ! unixish.h
2193 ____________________________________________________________________________
2194 [  5502] By: gsar                                  on 2000/03/04  03:51:05
2195         Log: avoid ambiguity in indirect object notation (breaks with overridden
2196              run time require)
2197      Branch: perl
2198            ! lib/CGI.pm
2199 ____________________________________________________________________________
2200 [  5501] By: gsar                                  on 2000/03/04  01:08:54
2201         Log: adjust perldelta
2202      Branch: perl
2203            ! Todo-5.6 pod/perl.pod pod/perldelta.pod
2204 ____________________________________________________________________________
2205 [  5500] By: gsar                                  on 2000/03/04  00:33:49
2206         Log: integrate cfgperl contents into mainline
2207      Branch: perl
2208           !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
2209           !> pod/perlfunc.pod t/lib/ipc_sysv.t
2210 ____________________________________________________________________________
2211 [  5499] By: jhi                                   on 2000/03/03  22:51:53
2212         Log: solaris hints tweak
2213      Branch: cfgperl
2214            ! hints/solaris_2.sh
2215 ____________________________________________________________________________
2216 [  5498] By: jhi                                   on 2000/03/03  22:35:46
2217         Log: The SysV IPC test must use the native integers
2218              (long or short), also noted this in the msgsnd/semctl
2219              documentation.  Reported in
2220              
2221              From: schwern@athens.arena-i.com (Michael G Schwern)
2222              To: perl5-porters@perl.org
2223              Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
2224              Date: Thu,  2 Mar 2000 17:15:03 -0500 (EST)
2225              Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
2226      Branch: cfgperl
2227            ! pod/perlfunc.pod t/lib/ipc_sysv.t
2228 ____________________________________________________________________________
2229 [  5497] By: jhi                                   on 2000/03/03  21:08:53
2230         Log: Update AVAILABILITY.
2231      Branch: cfgperl
2232            ! pod/perl.pod
2233 ____________________________________________________________________________
2234 [  5496] By: gsar                                  on 2000/03/03  20:21:05
2235         Log: perldebug tweak (from M J T Guy)
2236      Branch: perl
2237            ! pod/perldebug.pod
2238 ____________________________________________________________________________
2239 [  5495] By: jhi                                   on 2000/03/03  19:32:58
2240         Log: Integrate with Sarathy.
2241      Branch: cfgperl
2242           !> (integrate 79 files)
2243 ____________________________________________________________________________
2244 [  5494] By: jhi                                   on 2000/03/03  19:14:01
2245         Log: the workaround is needed in all 7.2.* compilers,
2246              not just on IRIX64.
2247      Branch: cfgperl
2248            ! hints/irix_6.sh
2249 ____________________________________________________________________________
2250 [  5493] By: gsar                                  on 2000/03/03  18:58:45
2251         Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
2252              and Robin Barker)
2253      Branch: perl
2254            ! Changes pod/perl.pod pod/perl5004delta.pod
2255            ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
2256            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
2257            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
2258            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2259            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
2260            ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
2261            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
2262            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
2263            ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
2264            ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
2265            ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
2266            ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
2267            ! pod/perlxstut.pod
2268 ____________________________________________________________________________
2269 [  5492] By: gsar                                  on 2000/03/03  17:48:31
2270         Log: support for list assignment to pseudohashes (from John Tobey
2271              <jtobey@john-edwin-tobey.org>)
2272      Branch: perl
2273            ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2274            ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
2275 ____________________________________________________________________________
2276 [  5491] By: gsar                                  on 2000/03/03  16:45:49
2277         Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
2278      Branch: perl
2279            ! INSTALL
2280 ____________________________________________________________________________
2281 [  5490] By: gsar                                  on 2000/03/03  16:44:42
2282         Log: perldelta tweaks
2283      Branch: perl
2284            ! pod/perldelta.pod
2285 ____________________________________________________________________________
2286 [  5489] By: gsar                                  on 2000/03/03  16:26:52
2287         Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
2288              <ask@valueclick.com>)
2289      Branch: perl
2290            ! ext/Sys/Syslog/Syslog.pm
2291 ____________________________________________________________________________
2292 [  5488] By: gsar                                  on 2000/03/03  16:21:34
2293         Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
2294              <sthoenna@efn.org>)
2295      Branch: perl
2296            ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
2297            ! os2/os2.sym
2298 ____________________________________________________________________________
2299 [  5487] By: gsar                                  on 2000/03/03  16:16:34
2300         Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
2301      Branch: perl
2302            ! t/lib/glob-basic.t
2303 ____________________________________________________________________________
2304 [  5486] By: gsar                                  on 2000/03/03  15:42:28
2305         Log: integrate cfgperl and vmsperl contents into mainline
2306      Branch: perl
2307            ! pod/perl.pod
2308           !> (integrate 38 files)
2309 ____________________________________________________________________________
2310 [  5485] By: jhi                                   on 2000/03/03  15:21:40
2311         Log: pull the sparcv9 workshop libraries in front of loclibpth
2312      Branch: cfgperl
2313            ! hints/solaris_2.sh
2314 ____________________________________________________________________________
2315 [  5484] By: jhi                                   on 2000/03/03  15:09:03
2316         Log: Introduce i_ieefp because FreeBSD on ix86 needs that
2317              for ftpsetmask(0); regen Configure.
2318      Branch: cfgperl
2319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2320            ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
2321            ! vos/config.def vos/config.h vos/config_h.SH_orig
2322            ! win32/config.bc win32/config.gc win32/config.vc
2323            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2324 ____________________________________________________________________________
2325 [  5483] By: jhi                                   on 2000/03/03  05:37:58
2326         Log: The _cflags must be left-aligned.
2327      Branch: cfgperl
2328            ! hints/irix_6.sh
2329 ____________________________________________________________________________
2330 [  5482] By: bailey                                on 2000/03/03  04:42:45
2331         Log: Once more unto resync
2332      Branch: vmsperl
2333           !> (integrate 48 files)
2334 ____________________________________________________________________________
2335 [  5481] By: bailey                                on 2000/03/03  04:36:46
2336         Log: VMS-specific perldelta update
2337      Branch: vmsperl
2338            ! pod/perldelta.pod
2339 ____________________________________________________________________________
2340 [  5480] By: bailey                                on 2000/03/03  04:05:28
2341         Log: Set up Perl invocation method during configuration (Peter Prymmer)
2342              Add missing bits to various utilities and install them (ditto)
2343      Branch: vmsperl
2344            ! configure.com pod/pod2usage.PL pod/podselect.PL
2345            ! utils/dprofpp.PL vms/descrip_mms.template
2346 ____________________________________________________________________________
2347 [  5479] By: bailey                                on 2000/03/03  04:01:48
2348         Log: Fix test to match new behavior of vmsify() (Craig Berry)
2349      Branch: vmsperl
2350            ! vms/ext/filespec.t
2351 ____________________________________________________________________________
2352 [  5478] By: bailey                                on 2000/03/03  03:54:10
2353         Log: Try to intuit whether typeless file invoked in subprocess
2354              is an executable image or DCL procedure.
2355      Branch: vmsperl
2356            ! vms/perlvms.pod vms/vms.c
2357 ____________________________________________________________________________
2358 [  5477] By: bailey                                on 2000/03/03  03:37:18
2359         Log: Remove leftover bits of VAXC support (Dan Sugalski)
2360      Branch: vmsperl
2361            ! vms/gen_shrfls.pl
2362 ____________________________________________________________________________
2363 [  5476] By: bailey                                on 2000/03/03  03:34:51
2364         Log: Add missing declaration (Dan Sugalski)
2365      Branch: vmsperl
2366            ! vms/vms.c
2367 ____________________________________________________________________________
2368 [  5475] By: gsar                                  on 2000/03/03  03:27:52
2369         Log: warn about /(?p{})/ (from Simon Cozens)
2370      Branch: perl
2371            ! regcomp.c toke.c
2372 ____________________________________________________________________________
2373 [  5474] By: bailey                                on 2000/03/03  03:27:05
2374         Log: Ad hoc patch for duping stdout into stderr
2375      Branch: vmsperl
2376            ! vms/vms.c
2377 ____________________________________________________________________________
2378 [  5473] By: bailey                                on 2000/03/03  03:23:29
2379         Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
2380      Branch: vmsperl
2381            ! vms/subconfigure.com vms/vmsish.h
2382 ____________________________________________________________________________
2383 [  5472] By: gsar                                  on 2000/03/03  02:58:49
2384         Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
2385      Branch: perl
2386            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2387            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2388 ____________________________________________________________________________
2389 [  5471] By: jhi                                   on 2000/03/03  02:38:23
2390         Log: more todo
2391      Branch: cfgperl
2392            ! Todo-5.6
2393 ____________________________________________________________________________
2394 [  5470] By: gsar                                  on 2000/03/03  02:36:02
2395         Log: skip test if db doesn't have null key support
2396      Branch: perl
2397            ! t/lib/anydbm.t
2398 ____________________________________________________________________________
2399 [  5469] By: jhi                                   on 2000/03/03  02:26:53
2400         Log: Integrate with Sarathy.
2401      Branch: cfgperl
2402           !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
2403           !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
2404           !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
2405           !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
2406           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2407 ____________________________________________________________________________
2408 [  5468] By: jhi                                   on 2000/03/03  02:24:05
2409         Log: irix hints tweak
2410      Branch: cfgperl
2411            ! hints/irix_6.sh
2412 ____________________________________________________________________________
2413 [  5467] By: gsar                                  on 2000/03/03  02:19:50
2414         Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
2415              Simon Cozens <simon@othersideofthe.earth.li>)
2416      Branch: perl
2417            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
2418            ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
2419            ! t/op/pat.t toke.c
2420 ____________________________________________________________________________
2421 [  5466] By: jhi                                   on 2000/03/03  02:12:41
2422         Log: in words order bad
2423      Branch: cfgperl
2424            ! pod/perlre.pod
2425 ____________________________________________________________________________
2426 [  5465] By: jhi                                   on 2000/03/03  02:09:45
2427         Log: /[[:alpha]/ now dies on unmatched [] instead of
2428              "an unknown character class" (spotted by Tom Christiansen)
2429      Branch: cfgperl
2430            ! regcomp.c t/pragma/warn/regcomp
2431 ____________________________________________________________________________
2432 [  5464] By: gsar                                  on 2000/03/03  02:04:48
2433         Log: perldelta notes about IO::Socket changes (from Graham Barr)
2434      Branch: perl
2435            ! pod/perldelta.pod
2436 ____________________________________________________________________________
2437 [  5463] By: gsar                                  on 2000/03/03  02:02:50
2438         Log: relax restrictions on constant names a bit (from M J T Guy)
2439      Branch: perl
2440            ! lib/constant.pm
2441 ____________________________________________________________________________
2442 [  5462] By: gsar                                  on 2000/03/03  01:59:49
2443         Log: support for generation of accessor functions (from Hugo van der
2444              Sanden)
2445      Branch: perl
2446            ! utils/h2xs.PL
2447 ____________________________________________________________________________
2448 [  5461] By: jhi                                   on 2000/03/03  01:51:53
2449         Log: cosmetics
2450      Branch: cfgperl
2451            ! t/op/pack.t
2452 ____________________________________________________________________________
2453 [  5460] By: jhi                                   on 2000/03/03  01:50:07
2454         Log: detypo
2455      Branch: cfgperl
2456            ! t/op/pack.t
2457 ____________________________________________________________________________
2458 [  5459] By: gsar                                  on 2000/03/03  01:46:35
2459         Log: pod tweaks
2460      Branch: perl
2461            ! pod/perl.pod pod/perlpod.pod
2462 ____________________________________________________________________________
2463 [  5458] By: jhi                                   on 2000/03/03  01:25:21
2464         Log: solaris hints tweak
2465      Branch: cfgperl
2466            ! hints/solaris_2.sh
2467 ____________________________________________________________________________
2468 [  5457] By: jhi                                   on 2000/03/02  22:56:49
2469         Log: detypo
2470      Branch: cfgperl
2471            ! hints/solaris_2.sh
2472 ____________________________________________________________________________
2473 [  5456] By: gsar                                  on 2000/03/02  21:15:11
2474         Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
2475              add test targets for -C switch on windows
2476      Branch: perl
2477            ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
2478 ____________________________________________________________________________
2479 [  5455] By: gsar                                  on 2000/03/02  21:06:49
2480         Log: add note about failed tests on memory starved systems (from
2481              Andy Dougherty)
2482      Branch: perl
2483            ! INSTALL
2484 ____________________________________________________________________________
2485 [  5454] By: jhi                                   on 2000/03/02  21:03:35
2486         Log: Integrate with Sarathy.
2487      Branch: cfgperl
2488           !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
2489           !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
2490           !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
2491 ____________________________________________________________________________
2492 [  5453] By: jhi                                   on 2000/03/02  20:58:43
2493         Log: Further long double patches from Spider Boardman.
2494      Branch: cfgperl
2495            ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
2496 ____________________________________________________________________________
2497 [  5452] By: gsar                                  on 2000/03/02  20:52:08
2498         Log: move doc about v-strings from perlop to perldata (suggested by
2499              David Dyck <dcd@tc.fluke.com>)
2500      Branch: perl
2501            ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
2502 ____________________________________________________________________________
2503 [  5451] By: gsar                                  on 2000/03/02  20:30:29
2504         Log: integrate cfgperl changes into mainline
2505      Branch: perl
2506           !> Configure hints/irix_6.sh pp.c
2507 ____________________________________________________________________________
2508 [  5450] By: gsar                                  on 2000/03/02  20:08:10
2509         Log: still other multiline match cleanups (from Greg Bacon)
2510      Branch: perl
2511            ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
2512            ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
2513 ____________________________________________________________________________
2514 [  5449] By: jhi                                   on 2000/03/02  20:01:58
2515         Log: Integrate with Sarathy.
2516      Branch: cfgperl
2517           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2518           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
2519           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
2520           !> vms/descrip_mms.template vms/gen_shrfls.pl
2521           !> vms/subconfigure.com vms/vms.c win32/Makefile
2522           !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2523 ____________________________________________________________________________
2524 [  5448] By: jhi                                   on 2000/03/02  20:00:37
2525         Log: workaround for Tru64 compiler bug (cleaner fix will have
2526              to wait until 5.6.1), from Spider Boardman
2527      Branch: cfgperl
2528            ! pp.c
2529 ____________________________________________________________________________
2530 [  5447] By: jhi                                   on 2000/03/02  19:52:34
2531         Log: Workaround for an optimizer bug.
2532      Branch: cfgperl
2533            ! hints/irix_6.sh
2534 ____________________________________________________________________________
2535 [  5446] By: jhi                                   on 2000/03/02  19:44:35
2536         Log: installation directory fix from Andy Dougherty
2537              (installstyle was being clobbered, spotted by Spider Boardman)
2538      Branch: cfgperl
2539            ! Configure
2540      Branch: metaconfig
2541            ! U/installdirs/installstyle.U
2542 ____________________________________________________________________________
2543 [  5445] By: gsar                                  on 2000/03/02  19:40:44
2544         Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
2545              some parts not applied
2546      Branch: perl
2547            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
2548            ! win32/win32.h
2549 ____________________________________________________________________________
2550 [  5444] By: gsar                                  on 2000/03/02  19:26:08
2551         Log: avoid buffering issue in warn/8signal
2552      Branch: perl
2553            ! t/pragma/warn/8signal
2554 ____________________________________________________________________________
2555 [  5443] By: gsar                                  on 2000/03/02  18:13:28
2556         Log: integrate cfgperl changes into mainline
2557      Branch: perl
2558           !> Configure config_h.SH hints/aix.sh hints/hpux.sh
2559           !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
2560           !> t/op/lfs.t t/op/pack.t
2561 ____________________________________________________________________________
2562 [  5442] By: gsar                                  on 2000/03/02  18:02:40
2563         Log: integrate vmsperl changes into mainline (denied their changes to
2564              Glob.pm, t/pragma/warn/{8signal,pp_ctl})
2565      Branch: perl
2566           !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2567           !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
2568           !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
2569           !> vms/descrip_mms.template vms/gen_shrfls.pl
2570           !> vms/subconfigure.com vms/vms.c
2571 ____________________________________________________________________________
2572 [  5441] By: jhi                                   on 2000/03/02  17:56:20
2573         Log: nit from Spider Boardman
2574      Branch: cfgperl
2575            ! makedepend.SH
2576 ____________________________________________________________________________
2577 [  5440] By: jhi                                   on 2000/03/02  17:48:15
2578         Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
2579              is the correct one), spotted by Robin Parker.
2580      Branch: cfgperl
2581            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
2582      Branch: metaconfig/U/perl
2583            ! uselfs.U
2584 ____________________________________________________________________________
2585 [  5439] By: jhi                                   on 2000/03/02  15:32:04
2586         Log: Remove the pack.t kludge introduced to fudge the test
2587              to pass under long doubles: leave the similar kludge
2588              to posix.t because POSIX::strtod() is still double,
2589              not long double. 
2590      Branch: cfgperl
2591            ! t/op/pack.t
2592 ____________________________________________________________________________
2593 [  5438] By: jhi                                   on 2000/03/02  04:58:48
2594         Log: Integrate with Sarathy.
2595      Branch: cfgperl
2596           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2597           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
2598           !> lib/Pod/Html.pm op.c
2599 ____________________________________________________________________________
2600 [  5437] By: jhi                                   on 2000/03/02  04:51:46
2601         Log: A patch on #5407.
2602      Branch: cfgperl
2603            ! sv.c
2604 ____________________________________________________________________________
2605 [  5436] By: gsar                                  on 2000/03/02  04:45:37
2606         Log: avoid useless comparison
2607      Branch: perl
2608            ! op.c
2609 ____________________________________________________________________________
2610 [  5435] By: bailey                                on 2000/03/02  04:43:11
2611         Log: YA sync with mainline
2612      Branch: vmsperl
2613           +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
2614           +> t/lib/env-array.t
2615           !> (integrate 150 files)
2616 ____________________________________________________________________________
2617 [  5434] By: gsar                                  on 2000/03/02  04:28:48
2618         Log: make the "back to top" links optional
2619      Branch: perl
2620            ! lib/Pod/Html.pm
2621 ____________________________________________________________________________
2622 [  5433] By: bailey                                on 2000/03/02  04:26:58
2623         Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
2624      Branch: vmsperl
2625            ! vms/vms.c
2626 ____________________________________________________________________________
2627 [  5432] By: bailey                                on 2000/03/02  04:20:51
2628         Log: Update dependencies and remove obsolete VAXC support
2629      Branch: vmsperl
2630            ! vms/descrip_mms.template
2631 ____________________________________________________________________________
2632 [  5431] By: bailey                                on 2000/03/02  04:19:42
2633         Log: Rmeove obsolete VAXC support
2634      Branch: vmsperl
2635            ! vms/gen_shrfls.pl
2636 ____________________________________________________________________________
2637 [  5430] By: bailey                                on 2000/03/02  04:18:57
2638         Log: Minor updates to subconfigure.com:
2639              - remove old VAXC support
2640              - avoid echoing commands to tempfiles
2641              - fix typos
2642              - define 64bit symbols (as "undef") when not using 64 bit support
2643      Branch: vmsperl
2644            ! vms/subconfigure.com
2645 ____________________________________________________________________________
2646 [  5429] By: bailey                                on 2000/03/02  04:16:11
2647         Log: Minor changes to Configure.Com:
2648              - permit operation in batch mode (splits output)
2649              - remove old VAXC support
2650              - default to enabling secure internal lnm translation
2651      Branch: vmsperl
2652            ! configure.com
2653 ____________________________________________________________________________
2654 [  5428] By: bailey                                on 2000/03/02  04:06:53
2655         Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
2656      Branch: vmsperl
2657            ! vms/vms.c
2658 ____________________________________________________________________________
2659 [  5427] By: bailey                                on 2000/03/02  04:05:47
2660         Log: FIx no-op in vms.c
2661      Branch: vmsperl
2662            ! vms/vms.c
2663 ____________________________________________________________________________
2664 [  5426] By: bailey                                on 2000/03/02  04:04:52
2665         Log: MIscellaneous tweaks to test and driver (Charles Lane)
2666      Branch: vmsperl
2667            ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
2668            ! vms/test.com
2669 ____________________________________________________________________________
2670 [  5425] By: bailey                                on 2000/03/02  04:02:44
2671         Log: Take advantage of new subprocess invocation (Charles Lane)
2672      Branch: vmsperl
2673            ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
2674            ! t/pragma/warnings.t
2675 ____________________________________________________________________________
2676 [  5424] By: bailey                                on 2000/03/02  04:00:20
2677         Log: Increment counter for skipped tests (Charles Lane)
2678      Branch: vmsperl
2679            ! t/io/open.t
2680 ____________________________________________________________________________
2681 [  5423] By: bailey                                on 2000/03/02  03:59:14
2682         Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
2683              on PERL5LIB logical (Dan Sugalski)
2684      Branch: vmsperl
2685            ! lib/Test/Harness.pm
2686 ____________________________________________________________________________
2687 [  5422] By: bailey                                on 2000/03/02  03:57:40
2688         Log: Use temp to construct dirspec in File::Find (Charles Lane)
2689      Branch: vmsperl
2690            ! lib/File/Find.pm
2691 ____________________________________________________________________________
2692 [  5421] By: bailey                                on 2000/03/02  03:56:13
2693         Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
2694              (Should move to File::Spec in long term)
2695      Branch: vmsperl
2696            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
2697 ____________________________________________________________________________
2698 [  5420] By: bailey                                on 2000/03/02  03:52:45
2699         Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
2700      Branch: vmsperl
2701            ! lib/ExtUtils/MM_VMS.pm
2702 ____________________________________________________________________________
2703 [  5419] By: bailey                                on 2000/03/02  03:50:53
2704         Log: Make File::Glob more VMS-friendly (Charles Lane)
2705      Branch: vmsperl
2706            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2707            ! t/lib/glob-basic.t
2708 ____________________________________________________________________________
2709 [  5418] By: bailey                                on 2000/03/02  03:47:21
2710         Log: Miscellaneous fixes to build procedures (Peter Prymmer)
2711      Branch: vmsperl
2712            ! configure.com vms/subconfigure.com
2713 ____________________________________________________________________________
2714 [  5417] By: bailey                                on 2000/03/02  03:42:49
2715         Log: Temrinate statements in pp_ctl warning test (Charles Lane)
2716      Branch: vmsperl
2717            ! t/pragma/warn/pp_ctl
2718 ____________________________________________________________________________
2719 [  5416] By: bailey                                on 2000/03/02  03:39:46
2720         Log: Warn but continue installing when file missing (Dan Sugalski)
2721      Branch: vmsperl
2722            ! installperl
2723 ____________________________________________________________________________
2724 [  5415] By: jhi                                   on 2000/03/01  23:31:23
2725         Log: Make file sparseness detection more portable (Scott Henry)
2726      Branch: cfgperl
2727            ! t/lib/syslfs.t t/op/lfs.t
2728 ____________________________________________________________________________
2729 [  5414] By: jhi                                   on 2000/03/01  22:53:48
2730         Log: detypo #5411 continues: Sun grep doesn't have -e.
2731      Branch: cfgperl
2732            ! hints/solaris_2.sh
2733 ____________________________________________________________________________
2734 [  5413] By: jhi                                   on 2000/03/01  22:49:44
2735         Log: detypo #5411
2736      Branch: cfgperl
2737            ! hints/solaris_2.sh
2738 ____________________________________________________________________________
2739 [  5412] By: gsar                                  on 2000/03/01  20:04:42
2740         Log: typo in change#5408
2741      Branch: perl
2742            ! lib/ExtUtils/MM_Unix.pm
2743 ____________________________________________________________________________
2744 [  5411] By: jhi                                   on 2000/03/01  18:48:52
2745         Log: Better detection of the solaris workshop compiler.
2746      Branch: cfgperl
2747            ! hints/solaris_2.sh
2748 ____________________________________________________________________________
2749 [  5410] By: jhi                                   on 2000/03/01  18:18:04
2750         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2751              To: perl5-porters@perl.org
2752              Subject: solaris 64-bit and gcc
2753              Date: Wed, 1 Mar 2000 17:59:36 GMT
2754              Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
2755      Branch: cfgperl
2756            ! hints/solaris_2.sh
2757 ____________________________________________________________________________
2758 [  5409] By: jhi                                   on 2000/03/01  18:16:43
2759         Log: Integrate with Sarathy.
2760      Branch: cfgperl
2761           +> t/lib/env-array.t
2762           !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
2763           !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
2764           !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
2765           !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2766           !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
2767           !> t/lib/filefind.t t/lib/glob-basic.t
2768 ____________________________________________________________________________
2769 [  5408] By: gsar                                  on 2000/03/01  18:15:49
2770         Log: still more multiline match cleanups (from Greg Bacon)
2771      Branch: perl
2772            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2773            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
2774 ____________________________________________________________________________
2775 [  5407] By: jhi                                   on 2000/03/01  18:11:09
2776         Log: A further patch from Spider Boardman for long doubleness.
2777      Branch: cfgperl
2778            ! sv.c
2779 ____________________________________________________________________________
2780 [  5406] By: gsar                                  on 2000/03/01  17:32:09
2781         Log: yet more multiline match cleanups (from Greg Bacon)
2782      Branch: perl
2783            ! lib/CPAN.pm lib/Cwd.pm
2784 ____________________________________________________________________________
2785 [  5405] By: gsar                                  on 2000/03/01  17:24:53
2786         Log: add support for Env arrays (from Gregor N. Purdy
2787              <gregor@focusresearch.com>)
2788      Branch: perl
2789            + t/lib/env-array.t
2790            ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
2791 ____________________________________________________________________________
2792 [  5404] By: gsar                                  on 2000/03/01  17:00:23
2793         Log: cygwin update (from Eric Fifer)
2794      Branch: perl
2795            ! README.cygwin t/lib/glob-basic.t
2796 ____________________________________________________________________________
2797 [  5403] By: gsar                                  on 2000/03/01  16:55:47
2798         Log: more multiline match cleanups (from Greg Bacon)
2799      Branch: perl
2800            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
2801            ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
2802 ____________________________________________________________________________
2803 [  5402] By: gsar                                  on 2000/03/01  16:38:48
2804         Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
2805      Branch: perl
2806            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
2807 ____________________________________________________________________________
2808 [  5401] By: gsar                                  on 2000/03/01  16:35:28
2809         Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
2810      Branch: perl
2811            ! lib/File/Find.pm t/lib/filefind.t
2812 ____________________________________________________________________________
2813 [  5400] By: gsar                                  on 2000/03/01  16:32:24
2814         Log: mention "r" debugger command (from Ilya Zakharevich)
2815      Branch: perl
2816            ! pod/perldebug.pod
2817 ____________________________________________________________________________
2818 [  5399] By: jhi                                   on 2000/03/01  14:58:33
2819         Log: Integrate with Sarathy.
2820      Branch: cfgperl
2821           !> Changes configure.com ext/File/Glob/Glob.pm
2822           !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
2823           !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
2824           !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
2825           !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
2826           !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
2827           !> t/pragma/warn/pp_sys t/pragma/warnings.t
2828           !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
2829           !> vms/vms.c
2830 ____________________________________________________________________________
2831 [  5398] By: gsar                                  on 2000/03/01  07:03:13
2832         Log: fix testsuite issues in change#5397
2833      Branch: perl
2834            ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
2835
2836 ----------------
2837 Version v5.5.670
2838 ----------------
2839
2840 ____________________________________________________________________________
2841 [  5397] By: gsar                                  on 2000/03/01  06:44:42
2842         Log: consolidated VMS patches (from Craig A. Berry
2843              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
2844              $DEFAULT_FLAGS, and iff no flags were supplied
2845      Branch: perl
2846            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2847            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
2848            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
2849            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
2850            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
2851            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
2852            ! t/pragma/warnings.t vms/descrip_mms.template
2853            ! vms/subconfigure.com vms/test.com vms/vms.c
2854 ____________________________________________________________________________
2855 [  5396] By: gsar                                  on 2000/03/01  06:28:22
2856         Log: integrate cfgperl changes into mainline
2857      Branch: perl
2858           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
2859 ____________________________________________________________________________
2860 [  5395] By: jhi                                   on 2000/03/01  06:12:10
2861         Log: Integrate with Sarathy.
2862      Branch: cfgperl
2863           +> lib/open.pm
2864           !> MANIFEST Todo-5.6 mg.c
2865 ____________________________________________________________________________
2866 [  5394] By: gsar                                  on 2000/03/01  06:07:00
2867         Log: fix segfault on C<local ${^WARNING_BITS}>
2868      Branch: perl
2869            ! mg.c
2870 ____________________________________________________________________________
2871 [  5393] By: jhi                                   on 2000/03/01  06:02:12
2872         Log: Fcntl de-cut-and-pasto.
2873              From: Doug MacEachern <dougm@pobox.com>
2874              To: perl5-porters@perl.org
2875              Subject: [PATCH v5.5.660] Fcntl.pm
2876              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
2877              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
2878      Branch: cfgperl
2879            ! ext/Fcntl/Fcntl.pm
2880 ____________________________________________________________________________
2881 [  5392] By: gsar                                  on 2000/03/01  05:55:20
2882         Log: update Todo-5.6, add stub open.pm
2883      Branch: perl
2884            + lib/open.pm
2885            ! MANIFEST Todo-5.6
2886 ____________________________________________________________________________
2887 [  5391] By: jhi                                   on 2000/03/01  05:42:25
2888         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
2889      Branch: cfgperl
2890            ! hints/solaris_2.sh
2891 ____________________________________________________________________________
2892 [  5390] By: jhi                                   on 2000/03/01  05:35:53
2893         Log: Couple of math functions need to be Perl_ so that
2894              they are correctly long double, especially the frexp()
2895              in sv_vcatpvfn() (spotted by Spider Boardman).
2896      Branch: cfgperl
2897            ! pp.c sv.c
2898 ____________________________________________________________________________
2899 [  5389] By: jhi                                   on 2000/03/01  05:33:54
2900         Log: Integrate with Sarathy.
2901      Branch: cfgperl
2902           +> pod/perlnumber.pod
2903           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
2904           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
2905           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
2906           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
2907           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
2908           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
2909           !> win32/perllib.c win32/win32.c win32/win32.h
2910 ____________________________________________________________________________
2911 [  5388] By: gsar                                  on 2000/03/01  03:38:03
2912         Log: Windows miscellany
2913      Branch: perl
2914            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
2915 ____________________________________________________________________________
2916 [  5387] By: gsar                                  on 2000/03/01  03:13:37
2917         Log: mention ftp/rsync access to repository in perlhack
2918      Branch: perl
2919            ! Changes pod/perlhack.pod pod/perlhist.pod
2920 ____________________________________________________________________________
2921 [  5386] By: gsar                                  on 2000/03/01  03:04:54
2922         Log: support kill(0,$pid) on Windows to test if process exists
2923      Branch: perl
2924            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
2925 ____________________________________________________________________________
2926 [  5385] By: gsar                                  on 2000/03/01  02:10:01
2927         Log: integrate cfgperl changes into mainline
2928      Branch: perl
2929           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2930           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
2931           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
2932           !> win32/config.gc win32/config.vc
2933 ____________________________________________________________________________
2934 [  5384] By: gsar                                  on 2000/03/01  01:47:55
2935         Log: oops, change#5382 didn't really fix the typo
2936      Branch: perl
2937            ! ext/DynaLoader/dl_dlopen.xs
2938 ____________________________________________________________________________
2939 [  5383] By: gsar                                  on 2000/03/01  01:38:25
2940         Log: avoid warning on type-mismatch
2941      Branch: perl
2942            ! ext/DynaLoader/dlutils.c
2943 ____________________________________________________________________________
2944 [  5382] By: gsar                                  on 2000/03/01  01:33:42
2945         Log: fix bug in change#5381
2946      Branch: perl
2947            ! ext/DynaLoader/dl_dlopen.xs
2948 ____________________________________________________________________________
2949 [  5381] By: gsar                                  on 2000/03/01  00:46:44
2950         Log: unload extension shared objects when exiting, implemented
2951              only for dl_dlopen.xs (from Alan Burlison)
2952      Branch: perl
2953            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2954            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
2955 ____________________________________________________________________________
2956 [  5380] By: gsar                                  on 2000/03/01  00:34:10
2957         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
2958              prose
2959      Branch: perl
2960            + pod/perlnumber.pod
2961            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
2962            ! pod/perltoc.pod pod/roffitall
2963 ____________________________________________________________________________
2964 [  5379] By: jhi                                   on 2000/02/29  23:37:01
2965         Log: Be understanding.
2966      Branch: cfgperl
2967            ! Configure config_h.SH
2968      Branch: metaconfig/U/perl
2969            ! use64bits.U uselfs.U
2970 ____________________________________________________________________________
2971 [  5378] By: gsar                                  on 2000/02/29  23:35:50
2972         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
2973      Branch: perl
2974            ! lib/Test/Harness.pm vms/vms.c
2975 ____________________________________________________________________________
2976 [  5377] By: jhi                                   on 2000/02/29  23:12:29
2977         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
2978              d_Gconvert on long doubles to use sprintf %Lg.
2979      Branch: cfgperl
2980            ! hints/dec_osf.sh
2981 ____________________________________________________________________________
2982 [  5376] By: jhi                                   on 2000/02/29  23:02:45
2983         Log: Integrate with Sarathy.
2984      Branch: cfgperl
2985           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
2986           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2987           !> pod/perlguts.pod pod/perlop.pod
2988 ____________________________________________________________________________
2989 [  5375] By: gsar                                  on 2000/02/29  23:02:34
2990         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
2991      Branch: perl
2992            ! lib/File/Find.pm
2993 ____________________________________________________________________________
2994 [  5374] By: jhi                                   on 2000/02/29  23:01:35
2995         Log: Add libsunmath (long double math library for Solaris,
2996              SUNWspro cc only) awareness; fix various Solaris nits.
2997      Branch: cfgperl
2998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2999            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
3000            ! vms/subconfigure.com vos/config.def win32/config.bc
3001            ! win32/config.gc win32/config.vc
3002      Branch: metaconfig
3003            ! U/modified/libs.U
3004      Branch: metaconfig/U/perl
3005            + i_sunmath.U
3006 ____________________________________________________________________________
3007 [  5373] By: gsar                                  on 2000/02/29  22:56:10
3008         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
3009              to the more readable form (from Robin Barker)
3010      Branch: perl
3011            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
3012 ____________________________________________________________________________
3013 [  5372] By: gsar                                  on 2000/02/29  22:52:27
3014         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
3015      Branch: perl
3016            ! malloc.c
3017 ____________________________________________________________________________
3018 [  5371] By: gsar                                  on 2000/02/29  22:29:36
3019         Log: fix pods to reflect newer canonical names for call_sv() etc.
3020      Branch: perl
3021            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
3022            ! pod/perlembed.pod pod/perlguts.pod
3023 ____________________________________________________________________________
3024 [  5370] By: jhi                                   on 2000/02/29  22:08:26
3025         Log: Integrate with Sarathy.
3026      Branch: cfgperl
3027           !> perl.c perl.h win32/win32.c win32/win32.h
3028 ____________________________________________________________________________
3029 [  5369] By: gsar                                  on 2000/02/29  21:37:10
3030         Log: remove bogus code that caused test failures on HP-UX
3031      Branch: perl
3032            ! perl.h
3033 ____________________________________________________________________________
3034 [  5368] By: gsar                                  on 2000/02/29  20:45:01
3035         Log: change#5364 had a few problems
3036      Branch: perl
3037            ! perl.c win32/win32.c win32/win32.h
3038 ____________________________________________________________________________
3039 [  5367] By: gsar                                  on 2000/02/29  18:19:04
3040         Log: integrate cfgperl changes into mainline
3041      Branch: perl
3042           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
3043           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
3044           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
3045 ____________________________________________________________________________
3046 [  5366] By: jhi                                   on 2000/02/29  18:15:09
3047         Log: Some compilers have problems with quad switch() controls.
3048      Branch: cfgperl
3049            ! regcomp.c
3050 ____________________________________________________________________________
3051 [  5365] By: jhi                                   on 2000/02/29  18:14:30
3052         Log: Integrate with Sarathy.
3053      Branch: cfgperl
3054           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
3055           !> win32/win32.h
3056 ____________________________________________________________________________
3057 [  5364] By: gsar                                  on 2000/02/29  18:11:34
3058         Log: utf8-ize @ARGV when -C switch is used on Windows
3059      Branch: perl
3060            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
3061            ! win32/win32.h
3062 ____________________________________________________________________________
3063 [  5363] By: jhi                                   on 2000/02/29  17:47:48
3064         Log: HP-UX lddlflags were broken.
3065      Branch: cfgperl
3066            ! Configure config_h.SH
3067      Branch: metaconfig/U/perl
3068            ! dlsrc.U
3069 ____________________________________________________________________________
3070 [  5362] By: jhi                                   on 2000/02/29  17:32:27
3071         Log: Make the failsafe question about socket address structure
3072              sizes hopefully a bit less confusing.
3073      Branch: cfgperl
3074            ! Configure config_h.SH
3075      Branch: metaconfig
3076            ! U/protos/socksizetype.U
3077 ____________________________________________________________________________
3078 [  5361] By: jhi                                   on 2000/02/29  17:17:10
3079         Log: Integrate with Sarathy.
3080      Branch: cfgperl
3081           !> malloc.c
3082 ____________________________________________________________________________
3083 [  5360] By: gsar                                  on 2000/02/29  17:16:09
3084         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
3085      Branch: perl
3086            ! malloc.c
3087 ____________________________________________________________________________
3088 [  5359] By: jhi                                   on 2000/02/29  17:06:12
3089         Log: Make the warning about preferring HP's ar more visible.
3090      Branch: cfgperl
3091            ! hints/hpux.sh
3092 ____________________________________________________________________________
3093 [  5358] By: jhi                                   on 2000/02/29  17:04:36
3094         Log: The sprintf option was blithely printing long doubles as
3095              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
3096              being used; made the test more thorough.
3097      Branch: cfgperl
3098            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
3099            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
3100      Branch: metaconfig
3101            ! U/compline/d_gconvert.U
3102 ____________________________________________________________________________
3103 [  5357] By: jhi                                   on 2000/02/29  16:58:08
3104         Log: Make the warning about abandoning long doubles more visible.
3105      Branch: cfgperl
3106            ! Configure config_h.SH
3107      Branch: metaconfig/U/perl
3108            ! uselongdbl.U
3109 ____________________________________________________________________________
3110 [  5356] By: jhi                                   on 2000/02/29  16:51:33
3111         Log: HP-UX gcc fix; detypo in use64bits.
3112      Branch: cfgperl
3113            ! Configure config_h.SH
3114      Branch: metaconfig/U/perl
3115            ! dlsrc.U use64bits.U
3116 ____________________________________________________________________________
3117 [  5355] By: jhi                                   on 2000/02/29  16:31:17
3118         Log: Solaris 64-bitness hints saga continues.
3119      Branch: cfgperl
3120            ! hints/solaris_2.sh
3121 ____________________________________________________________________________
3122 [  5354] By: jhi                                   on 2000/02/29  16:04:42
3123         Log: Integrate with Sarathy.
3124      Branch: cfgperl
3125           !> ext/Thread/Thread.xs perl.c perl.h
3126 ____________________________________________________________________________
3127 [  5353] By: jhi                                   on 2000/02/29  15:54:10
3128         Log: Solaris hints tweak for 64-bitallness.
3129      Branch: cfgperl
3130            ! hints/solaris_2.sh
3131 ____________________________________________________________________________
3132 [  5352] By: jhi                                   on 2000/02/29  15:35:13
3133         Log: Too many 64-bitness option combinations.
3134      Branch: cfgperl
3135            ! Configure config_h.SH
3136      Branch: metaconfig/U/perl
3137            ! use64bits.U
3138 ____________________________________________________________________________
3139 [  5351] By: gsar                                  on 2000/02/29  15:31:56
3140         Log: more adjustments needed for change#5342 under use5005threads
3141      Branch: perl
3142            ! ext/Thread/Thread.xs perl.c perl.h
3143 ____________________________________________________________________________
3144 [  5350] By: jhi                                   on 2000/02/29  15:24:59
3145         Log: Integrate with Sarathy.
3146      Branch: cfgperl
3147           +> pod/perlboot.pod
3148           !> (integrate 40 files)
3149 ____________________________________________________________________________
3150 [  5349] By: gsar                                  on 2000/02/29  08:13:56
3151         Log: more m//s and $ vs \z fixups (from Greg Bacon)
3152      Branch: perl
3153            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
3154            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3155            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3156            ! lib/File/Spec/Win32.pm
3157 ____________________________________________________________________________
3158 [  5348] By: gsar                                  on 2000/02/29  08:00:48
3159         Log: increase sleep to compensate for slow cpu (from Peter Haworth
3160              <pmh@edison.ioppublishing.com>)
3161      Branch: perl
3162            ! t/io/pipe.t
3163 ____________________________________________________________________________
3164 [  5347] By: gsar                                  on 2000/02/29  07:52:35
3165         Log: add OO tutorial for beginners (from Randal L. Schwartz
3166              <merlyn@stonehenge.com>)
3167      Branch: perl
3168            + pod/perlboot.pod
3169            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
3170            ! pod/perldelta.pod pod/perltoc.pod
3171 ____________________________________________________________________________
3172 [  5346] By: gsar                                  on 2000/02/29  07:24:52
3173         Log: malloc bug fix and machten hints (from Dominic Dunlop
3174              <domo@computer.org>)
3175      Branch: perl
3176            ! hints/machten.sh malloc.c
3177 ____________________________________________________________________________
3178 [  5345] By: gsar                                  on 2000/02/29  06:32:56
3179         Log: integrate cfgperl contents into mainline
3180      Branch: perl
3181           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
3182           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
3183           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3184           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
3185           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
3186           !> win32/config.bc win32/config.gc win32/config.vc
3187 ____________________________________________________________________________
3188 [  5344] By: gsar                                  on 2000/02/29  06:25:33
3189         Log: export list tweak
3190      Branch: perl
3191            ! makedef.pl
3192 ____________________________________________________________________________
3193 [  5343] By: gsar                                  on 2000/02/29  06:01:22
3194         Log: various shenanigans in change#5342
3195      Branch: perl
3196            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
3197            ! win32/win32.h win32/win32thread.h
3198 ____________________________________________________________________________
3199 [  5342] By: gsar                                  on 2000/02/29  04:53:00
3200         Log: support fetching current interpreter from TLS under useithreads
3201      Branch: perl
3202            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
3203            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
3204            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
3205            ! win32/win32.h win32/win32thread.c win32/win32thread.h
3206 ____________________________________________________________________________
3207 [  5341] By: jhi                                   on 2000/02/29  03:26:11
3208         Log: Don't know how to do large files using gcc in HP-UX.
3209      Branch: cfgperl
3210            ! hints/hpux.sh
3211 ____________________________________________________________________________
3212 [  5340] By: jhi                                   on 2000/02/29  03:07:16
3213         Log: Added few more libs to scan.
3214      Branch: cfgperl
3215            ! Configure config_h.SH
3216      Branch: metaconfig
3217            ! U/modified/Myinit.U U/modified/libs.U
3218 ____________________________________________________________________________
3219 [  5339] By: jhi                                   on 2000/02/29  01:37:43
3220         Log: Bigger warning on the changed behaviour of the unary ~.
3221      Branch: cfgperl
3222            ! pod/perldelta.pod
3223 ____________________________________________________________________________
3224 [  5338] By: jhi                                   on 2000/02/29  01:17:07
3225         Log: IRIX 64-bitness fixes.
3226      Branch: cfgperl
3227            ! Configure config_h.SH hints/irix_6.sh
3228      Branch: metaconfig
3229            ! U/modified/Cppsym.U
3230 ____________________________________________________________________________
3231 [  5337] By: jhi                                   on 2000/02/29  00:59:08
3232         Log: Userfriendliness.
3233      Branch: cfgperl
3234            ! Configure config_h.SH
3235      Branch: metaconfig/U/perl
3236            ! use64bits.U
3237 ____________________________________________________________________________
3238 [  5336] By: jhi                                   on 2000/02/29  00:53:51
3239         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
3240              problems in IRIX 32-n32. 
3241      Branch: cfgperl
3242            ! sv.c
3243 ____________________________________________________________________________
3244 [  5335] By: jhi                                   on 2000/02/29  00:22:37
3245         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
3246      Branch: cfgperl
3247            ! Configure config_h.SH hints/hpux.sh
3248      Branch: metaconfig/U/perl
3249            ! dlsrc.U
3250 ____________________________________________________________________________
3251 [  5334] By: jhi                                   on 2000/02/28  23:59:59
3252         Log: Do not cast pointers into I32s.
3253      Branch: cfgperl
3254            ! mg.c
3255 ____________________________________________________________________________
3256 [  5333] By: jhi                                   on 2000/02/28  23:39:26
3257         Log: More AIX fixes from Steven Hirsch.
3258      Branch: cfgperl
3259            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
3260            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
3261      Branch: metaconfig/U/perl
3262            ! use64bits.U
3263 ____________________________________________________________________________
3264 [  5332] By: jhi                                   on 2000/02/28  22:45:59
3265         Log: Detypo.
3266      Branch: cfgperl
3267            ! hints/irix_6.sh
3268 ____________________________________________________________________________
3269 [  5331] By: jhi                                   on 2000/02/28  22:23:36
3270         Log: Regularize the call-back units (and fix a bug in #5330).
3271      Branch: cfgperl
3272            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3273 ____________________________________________________________________________
3274 [  5330] By: jhi                                   on 2000/02/28  21:50:28
3275         Log: Don't be overeager to turn on 64-bitallness.
3276      Branch: cfgperl
3277            ! hints/solaris_2.sh
3278 ____________________________________________________________________________
3279 [  5329] By: jhi                                   on 2000/02/28  20:32:53
3280         Log: Lift the 32-bit straightjacket from bit ops;
3281              prefer IV/UV over NV in sv_2pv().
3282      Branch: cfgperl
3283            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
3284            ! t/op/misc.t t/op/numconvert.t
3285 ____________________________________________________________________________
3286 [  5328] By: jhi                                   on 2000/02/28  20:11:59
3287         Log: Do not add -Ae for gcc.
3288      Branch: cfgperl
3289            ! hints/hpux.sh
3290 ____________________________________________________________________________
3291 [  5327] By: jhi                                   on 2000/02/28  17:35:39
3292         Log: Use the vendor file(1).
3293      Branch: cfgperl
3294            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3295 ____________________________________________________________________________
3296 [  5326] By: jhi                                   on 2000/02/28  17:31:19
3297         Log: Put back madvise lost because of a typo.
3298      Branch: cfgperl
3299            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
3300            ! win32/config.vc
3301 ____________________________________________________________________________
3302 [  5325] By: jhi                                   on 2000/02/28  16:44:32
3303         Log: Tweak HP-UX libraries.
3304      Branch: cfgperl
3305            ! hints/hpux.sh
3306 ____________________________________________________________________________
3307 [  5324] By: jhi                                   on 2000/02/28  16:37:43
3308         Log: Don't be overeager to turn on largefileness.
3309      Branch: cfgperl
3310            ! hints/solaris_2.sh
3311 ____________________________________________________________________________
3312 [  5323] By: jhi                                   on 2000/02/28  16:23:15
3313         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
3314              The patch to File/Glob/Makefile.PL is inconvenient but at the
3315              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
3316              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
3317              the file is processed by MakeMaker but OPTIMIZE ends up as -O
3318              in the resulting Makefile.  A MakeMaker bug?
3319      Branch: cfgperl
3320            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
3321            ! hints/aix.sh t/lib/ipc_sysv.t
3322 ____________________________________________________________________________
3323 [  5322] By: jhi                                   on 2000/02/28  16:17:33
3324         Log: Integrate with Sarathy.
3325      Branch: cfgperl
3326           !> (integrate 45 files)
3327 ____________________________________________________________________________
3328 [  5321] By: gsar                                  on 2000/02/28  10:13:03
3329         Log: avoid warnings in legacy code (from David Dyck)
3330      Branch: perl
3331            ! lib/pwd.pl
3332 ____________________________________________________________________________
3333 [  5320] By: gsar                                  on 2000/02/28  10:11:37
3334         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
3335      Branch: perl
3336            ! x2p/find2perl.PL
3337 ____________________________________________________________________________
3338 [  5319] By: gsar                                  on 2000/02/28  10:07:00
3339         Log: fix outdated URLs (from Michael G Schwern)
3340      Branch: perl
3341            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
3342            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
3343            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
3344            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
3345            ! pod/perlvar.pod pod/perlxs.pod
3346 ____________________________________________________________________________
3347 [  5318] By: gsar                                  on 2000/02/28  10:04:57
3348         Log: update Changes, patchlevel etc.
3349      Branch: perl
3350            ! Changes patchlevel.h win32/Makefile win32/config.bc
3351            ! win32/config.gc win32/config.vc win32/config_H.bc
3352            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3353 ____________________________________________________________________________
3354 [  5317] By: gsar                                  on 2000/02/28  09:39:47
3355         Log: make stringwise bitops work properly on utf8 strings
3356      Branch: perl
3357            ! doop.c t/op/bop.t
3358 ____________________________________________________________________________
3359 [  5316] By: gsar                                  on 2000/02/28  07:04:22
3360         Log: integrate cfgperl and vmsperl changes into mainline
3361      Branch: perl
3362            ! Porting/makerel
3363           !> Configure Makefile.SH config_h.SH configure.com
3364           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
3365           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3366           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
3367           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
3368           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
3369           !> vms/descrip_mms.template vms/gen_shrfls.pl
3370           !> vms/subconfigure.com vms/vms.c
3371 ____________________________________________________________________________
3372 [  5315] By: jhi                                   on 2000/02/28  06:31:08
3373         Log: The search for static _s-suffixex libs was broken;
3374              add -L/lib/pa20_64 only iff there.
3375      Branch: cfgperl
3376            ! Configure config_h.SH hints/hpux.sh
3377      Branch: metaconfig
3378            ! U/modified/libs.U
3379 ____________________________________________________________________________
3380 [  5314] By: jhi                                   on 2000/02/28  06:08:40
3381         Log: Even better use64bitall logic.
3382      Branch: cfgperl
3383            ! Configure config_h.SH
3384      Branch: metaconfig/U/perl
3385            ! use64bits.U uselfs.U
3386 ____________________________________________________________________________
3387 [  5313] By: jhi                                   on 2000/02/28  05:47:27
3388         Log: Integrate with Sarathy.
3389      Branch: cfgperl
3390           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
3391           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
3392           !> t/lib/fields.t x2p/find2perl.PL
3393 ____________________________________________________________________________
3394 [  5312] By: jhi                                   on 2000/02/28  05:09:31
3395         Log: Ask about use64bitall regardless of whether use64bitint is defined.
3396      Branch: cfgperl
3397            ! Configure config_h.SH
3398      Branch: metaconfig/U/perl
3399            ! use64bits.U
3400 ____________________________________________________________________________
3401 [  5311] By: bailey                                on 2000/02/28  05:05:56
3402         Log: Integrate mainline
3403      Branch: vmsperl
3404           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3405           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
3406           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
3407           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
3408           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
3409           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
3410           !> x2p/find2perl.PL
3411 ____________________________________________________________________________
3412 [  5310] By: bailey                                on 2000/02/28  04:36:20
3413         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
3414      Branch: vmsperl
3415            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3416 ____________________________________________________________________________
3417 [  5309] By: jhi                                   on 2000/02/28  04:17:36
3418         Log: The #5249 wasn't doing any good.
3419      Branch: cfgperl
3420            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
3421 ____________________________________________________________________________
3422 [  5308] By: bailey                                on 2000/02/28  03:56:51
3423         Log: Repair typo -- conjunction of variable with text
3424      Branch: vmsperl
3425            ! t/lib/cgi-html.t
3426 ____________________________________________________________________________
3427 [  5307] By: jhi                                   on 2000/02/28  03:46:14
3428         Log: A less ambitious version of #5292.
3429      Branch: cfgperl
3430            ! Makefile.SH
3431 ____________________________________________________________________________
3432 [  5306] By: bailey                                on 2000/02/28  03:42:38
3433         Log: Defer inclusion of VMS-specific code to runtime
3434      Branch: vmsperl
3435            ! t/io/openpid.t
3436 ____________________________________________________________________________
3437 [  5305] By: jhi                                   on 2000/02/28  03:41:48
3438         Log: The #5292 was Not So Good Idea.
3439      Branch: cfgperl
3440            ! Makefile.SH
3441 ____________________________________________________________________________
3442 [  5304] By: bailey                                on 2000/02/28  02:57:14
3443         Log: Minor test updates to accomodate new subprocess invocation
3444      Branch: vmsperl
3445            ! t/comp/script.t t/op/goto.t t/op/split.t
3446 ____________________________________________________________________________
3447 [  5303] By: bailey                                on 2000/02/28  02:52:47
3448         Log: Missed bit of #5302 (case-sensitive symbols)
3449      Branch: vmsperl
3450            ! lib/ExtUtils/Mksymlists.pm
3451 ____________________________________________________________________________
3452 [  5302] By: bailey                                on 2000/02/28  02:51:00
3453         Log: Support case-sensitive symbols usage in linker
3454      Branch: vmsperl
3455            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
3456            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
3457 ____________________________________________________________________________
3458 [  5301] By: bailey                                on 2000/02/28  02:46:47
3459         Log: Free $PARSE context after lookups
3460      Branch: vmsperl
3461            ! vms/vms.c
3462 ____________________________________________________________________________
3463 [  5300] By: bailey                                on 2000/02/28  02:43:56
3464         Log: Don't wait for subprocess to read final EOF
3465      Branch: vmsperl
3466            ! vms/vms.c
3467 ____________________________________________________________________________
3468 [  5299] By: bailey                                on 2000/02/28  00:44:45
3469         Log: Dan Sugalski's config/build changes to .660
3470      Branch: vmsperl
3471            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3472 ____________________________________________________________________________
3473 [  5298] By: bailey                                on 2000/02/28  00:07:13
3474         Log: When testing CGI.pm, use its notion of CRLF
3475      Branch: vmsperl
3476            ! t/lib/cgi-html.t
3477 ____________________________________________________________________________
3478 [  5297] By: bailey                                on 2000/02/28  00:00:08
3479         Log: Quote command line args which need to be upper case
3480              Tell subprocess we're finished before waiting for it
3481      Branch: vmsperl
3482            ! t/io/openpid.t
3483 ____________________________________________________________________________
3484 [  5296] By: gsar                                  on 2000/02/28  00:00:05
3485         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
3486              these insidious errors in File::Basename, File::Find and find2perl
3487              (from Tom Christiansen)
3488              
3489              TODO: many other modules need to be fixed as well!
3490      Branch: perl
3491            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
3492 ____________________________________________________________________________
3493 [  5295] By: jhi                                   on 2000/02/27  23:18:40
3494         Log: Version number update.
3495      Branch: cfgperl
3496            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3497 ____________________________________________________________________________
3498 [  5294] By: gsar                                  on 2000/02/27  22:27:46
3499         Log: typos in change#5293
3500      Branch: perl
3501            ! lib/fields.pm
3502 ____________________________________________________________________________
3503 [  5293] By: gsar                                  on 2000/02/27  21:57:40
3504         Log: support fields::new() and fields::phash() to create pseudo-hash
3505              objects and plain pseudo-hashes respectively (this avoids users
3506              from having to diddle %FIELDS directly); update documentation to
3507              suit (from original fields::phash() implementation by Peter
3508              Scott <Peter@PSDT.com>)
3509      Branch: perl
3510            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
3511            ! pod/perlref.pod t/lib/fields.t
3512 ____________________________________________________________________________
3513 [  5292] By: jhi                                   on 2000/02/27  21:49:25
3514         Log: proto.h was mssing from the list of generated files;
3515              added rules to generate any single wanted file
3516              (a bunch of other files may also be generated
3517              at the same time, as before)
3518      Branch: cfgperl
3519            ! Makefile.SH
3520 ____________________________________________________________________________
3521 [  5291] By: jhi                                   on 2000/02/27  18:57:12
3522         Log: Integrate with Sarathy.
3523      Branch: cfgperl
3524           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3525           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
3526           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3527           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
3528           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
3529           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
3530 ____________________________________________________________________________
3531 [  5290] By: gsar                                  on 2000/02/27  18:47:00
3532         Log: integrate cfgperl and vmsperl contents into mainline
3533      Branch: perl
3534           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3535           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
3536           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
3537 ____________________________________________________________________________
3538 [  5289] By: gsar                                  on 2000/02/27  18:09:04
3539         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
3540              the internal glob())
3541      Branch: perl
3542            ! pp_sys.c
3543 ____________________________________________________________________________
3544 [  5288] By: gsar                                  on 2000/02/27  17:12:41
3545         Log: djgpp update (from Laszlo Molnar)
3546      Branch: perl
3547            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
3548            ! hints/dos_djgpp.sh
3549 ____________________________________________________________________________
3550 [  5287] By: gsar                                  on 2000/02/27  16:58:53
3551         Log: tweak comment about core glob()
3552      Branch: perl
3553            ! ext/File/Glob/Glob.pm
3554 ____________________________________________________________________________
3555 [  5286] By: gsar                                  on 2000/02/27  16:52:54
3556         Log: remove outdated info about csh and glob(); glob() need not fail
3557              when tainting anymore if using internal globbing
3558      Branch: perl
3559            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
3560            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
3561 ____________________________________________________________________________
3562 [  5285] By: gsar                                  on 2000/02/27  16:20:31
3563         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
3564              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
3565      Branch: perl
3566            ! pp_sys.c
3567 ____________________________________________________________________________
3568 [  5284] By: gsar                                  on 2000/02/27  14:31:24
3569         Log: avoid compiler warnings (from Dan Sugalski)
3570      Branch: perl
3571            ! op.c sv.c
3572 ____________________________________________________________________________
3573 [  5283] By: gsar                                  on 2000/02/27  14:21:16
3574         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
3575      Branch: perl
3576            ! sv.c
3577 ____________________________________________________________________________
3578 [  5282] By: bailey                                on 2000/02/27  05:07:08
3579         Log: Impose security constraints on lnm lookup only if tainting
3580      Branch: vmsperl
3581            ! vms/vms.c
3582 ____________________________________________________________________________
3583 [  5281] By: bailey                                on 2000/02/27  05:05:35
3584         Log: Add new File::Spec::VMS methods
3585              Don't add implicit device in VMS <-> Unix filespec translation
3586              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
3587      Branch: vmsperl
3588            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3589            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
3590 ____________________________________________________________________________
3591 [  5280] By: bailey                                on 2000/02/27  04:58:01
3592         Log: Accept filespecs as command verbs for subprocesses
3593      Branch: vmsperl
3594            ! vms/perlvms.pod vms/vms.c
3595 ____________________________________________________________________________
3596 [  5279] By: jhi                                   on 2000/02/27  04:01:53
3597         Log: Integrate with Sarathy.
3598      Branch: cfgperl
3599           !> pp_hot.c
3600 ____________________________________________________________________________
3601 [  5278] By: bailey                                on 2000/02/27  02:43:01
3602         Log: Resync with mainline again
3603      Branch: vmsperl
3604           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
3605           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3606           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3607           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
3608           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
3609           !> vms/subconfigure.com
3610 ____________________________________________________________________________
3611 [  5277] By: jhi                                   on 2000/02/27  02:36:36
3612         Log: Fix locale case-ignorant matching bug reported in
3613              
3614              From: gomar@md.media-web.de
3615              To: perl5-porters@perl.org
3616              Subject: [ID 20000223.005]
3617              Date: 23 Feb 2000 16:03:08 -0000
3618              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
3619      Branch: cfgperl
3620            ! regexec.c t/pragma/locale.t
3621 ____________________________________________________________________________
3622 [  5276] By: gsar                                  on 2000/02/26  18:18:16
3623         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
3624              (from Tom Christiansen)
3625      Branch: perl
3626            ! pp_hot.c
3627 ____________________________________________________________________________
3628 [  5275] By: jhi                                   on 2000/02/26  16:43:11
3629         Log: Integrate with Sarathy.
3630      Branch: cfgperl
3631           !> (integrate 34 files)
3632 ____________________________________________________________________________
3633 [  5274] By: gsar                                  on 2000/02/26  15:23:45
3634         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
3635              <mgjv@comdyn.com.au>)
3636      Branch: perl
3637            ! pod/perlfunc.pod
3638 ____________________________________________________________________________
3639 [  5273] By: gsar                                  on 2000/02/26  15:04:54
3640         Log: PodParser v1.11 update (from Brad Appleton)
3641      Branch: perl
3642            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
3643            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3644            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
3645 ____________________________________________________________________________
3646 [  5272] By: gsar                                  on 2000/02/26  14:48:24
3647         Log: add missing perl headers to perldepend action
3648      Branch: perl
3649            ! lib/ExtUtils/MM_Unix.pm
3650 ____________________________________________________________________________
3651 [  5271] By: gsar                                  on 2000/02/26  08:03:36
3652         Log: VMS patch (from Peter Prymmer)
3653      Branch: perl
3654            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
3655            ! vms/sockadapt.h vms/subconfigure.com
3656 ____________________________________________________________________________
3657 [  5270] By: gsar                                  on 2000/02/26  07:46:35
3658         Log: integrate vmsperl changes into mainline
3659      Branch: perl
3660           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
3661           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
3662 ____________________________________________________________________________
3663 [  5269] By: bailey                                on 2000/02/26  07:04:55
3664         Log: Resync with mainline
3665      Branch: vmsperl
3666           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
3667           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3668           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
3669           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
3670            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
3671            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
3672            - lib/unicode/Eq/Unicode.pl
3673           !> (integrate 323 files)
3674 ____________________________________________________________________________
3675 [  5268] By: gsar                                  on 2000/02/26  06:50:04
3676         Log: reintroduce useithreads (accidentally deleted in change#5261)
3677      Branch: perl
3678            ! win32/config.vc
3679 ____________________________________________________________________________
3680 [  5266] By: gsar                                  on 2000/02/26  06:46:06
3681         Log: integrate cfgperl changes into mainline
3682      Branch: perl
3683           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3684            - ext/DynaLoader/dl_rhapsody.xs
3685           !> (integrate 62 files)
3686 ____________________________________________________________________________
3687 [  5265] By: gsar                                  on 2000/02/26  06:31:10
3688         Log: support for version vectors in UNIVERSAL::VERSION(), so that
3689              C<use Foo v1.2.3> etc., work; tests for the same
3690              
3691              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
3692      Branch: perl
3693            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3694            ! t/comp/use.t toke.c universal.c
3695 ____________________________________________________________________________
3696 [  5264] By: jhi                                   on 2000/02/26  04:14:15
3697         Log: Add libscheck for IRIX.
3698      Branch: cfgperl
3699            ! hints/irix_6.sh
3700 ____________________________________________________________________________
3701 [  5263] By: jhi                                   on 2000/02/26  03:40:47
3702         Log: Add libscheck for Solaris.
3703      Branch: cfgperl
3704            ! hints/solaris_2.sh
3705 ____________________________________________________________________________
3706 [  5262] By: jhi                                   on 2000/02/26  03:10:47
3707         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
3708      Branch: cfgperl
3709            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
3710            - ext/DynaLoader/dl_rhapsody.xs
3711            ! Configure INSTALL MANIFEST Makefile.SH README.threads
3712            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
3713      Branch: metaconfig
3714            ! U/a_dvisory/multiarch.U
3715 ____________________________________________________________________________
3716 [  5261] By: jhi                                   on 2000/02/26  02:48:23
3717         Log: Rename use64bits to use64bitint;
3718              rename usefull64bits to use64bitall.
3719      Branch: cfgperl
3720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3721            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
3722            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
3723            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
3724            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
3725            ! vms/subconfigure.com vos/config.def vos/config.h
3726            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
3727            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3728            ! win32/config_H.vc
3729      Branch: metaconfig
3730            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
3731            ! U/protos/socksizetype.U U/threads/archname.U
3732      Branch: metaconfig/U/perl
3733            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
3734            ! usemorebits.U
3735 ____________________________________________________________________________
3736 [  5260] By: jhi                                   on 2000/02/25  22:57:16
3737         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3738              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3739              Subject: [PATCH 5.5.660] cygwin port
3740              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
3741      Branch: cfgperl
3742            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3743 ____________________________________________________________________________
3744 [  5259] By: jhi                                   on 2000/02/25  22:53:51
3745         Log: Configure nits; add socksizetype; add getfsstat for completeness;
3746              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
3747              lands; regen Configure.
3748      Branch: cfgperl
3749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3750            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
3751            ! vms/subconfigure.com vos/config.def win32/config.bc
3752            ! win32/config.gc win32/config.vc win32/config_H.bc
3753            ! win32/config_H.gc win32/config_H.vc
3754      Branch: metaconfig
3755            + U/protos/socksizetype.U
3756      Branch: metaconfig/U/perl
3757            + d_getfsstat.U
3758            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
3759 ____________________________________________________________________________
3760 [  5258] By: jhi                                   on 2000/02/25  21:04:17
3761         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
3762      Branch: cfgperl
3763            ! malloc.c
3764 ____________________________________________________________________________
3765 [  5257] By: jhi                                   on 2000/02/25  20:48:13
3766         Log: Integrate with Sarathy.
3767      Branch: cfgperl
3768           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
3769           !> proto.h t/cmd/while.t
3770 ____________________________________________________________________________
3771 [  5256] By: gsar                                  on 2000/02/25  20:04:37
3772         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
3773      Branch: perl
3774            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
3775 ____________________________________________________________________________
3776 [  5255] By: gsar                                  on 2000/02/25  19:23:58
3777         Log: change#4849 wasn't restoring savestack correctly; make loops that have
3778              continue blocks recognizable at run time
3779      Branch: perl
3780            ! op.c op.h pp_ctl.c t/cmd/while.t
3781 ____________________________________________________________________________
3782 [  5254] By: jhi                                   on 2000/02/25  06:00:01
3783         Log: Integrate with Sarathy.
3784      Branch: cfgperl
3785           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
3786           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
3787           !> t/lib/filefind.t t/pod/poderrs.xr
3788 ____________________________________________________________________________
3789 [  5253] By: jhi                                   on 2000/02/25  05:57:59
3790         Log: Megalopatch for Configure: Andy's new installation schemes;
3791              introduce usefull64bits, beautify and regularize the various
3792              type probes; introduce d_lseekproto.
3793      Branch: cfgperl
3794            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
3795            ! pod/perldelta.pod
3796      Branch: metaconfig
3797            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
3798            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
3799            + U/installdirs/siteman3.U U/installdirs/sitescript.U
3800            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
3801            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
3802            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
3803            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
3804            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3805            - U/installdirs/vendorscriptdir.U
3806            ! U/compline/doublesize.U U/compline/ptrsize.U
3807            ! U/installdirs/archlib.U U/installdirs/bin.U
3808            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
3809            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
3810            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
3811            ! U/installdirs/localarch.U U/installdirs/locallib.U
3812            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
3813            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
3814            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3815            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
3816            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
3817            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
3818            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3819            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
3820            ! U/typedefs/uidsize.U
3821      Branch: metaconfig/U/perl
3822            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
3823            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
3824 ____________________________________________________________________________
3825 [  5252] By: gsar                                  on 2000/02/25  03:15:03
3826         Log: update PodParser to v1.10 (from Brad Appleton)
3827      Branch: perl
3828            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3829            ! lib/Pod/Usage.pm t/pod/poderrs.xr
3830 ____________________________________________________________________________
3831 [  5251] By: gsar                                  on 2000/02/25  03:10:51
3832         Log: make File::Find tests tolerate case-insensitive systems (from
3833              Laszlo Molnar)
3834      Branch: perl
3835            ! t/lib/filefind.t
3836 ____________________________________________________________________________
3837 [  5250] By: gsar                                  on 2000/02/25  01:50:04
3838         Log: more Compiler tweaks for useithreads
3839      Branch: perl
3840            ! ext/B/B.xs ext/B/B/C.pm
3841 ____________________________________________________________________________
3842 [  5249] By: jhi                                   on 2000/02/25  00:17:53
3843         Log: Remove NFS temp files and Configure temp C files.
3844      Branch: cfgperl
3845            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
3846 ____________________________________________________________________________
3847 [  5248] By: jhi                                   on 2000/02/24  23:57:49
3848         Log: In FreeBSD disable floating point exception handlers.
3849              As the comment says, this should be done in the hints.
3850              
3851              From: dive <dive@ender.com>
3852              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3853              cc: perl5-porters@perl.org
3854              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
3855              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
3856              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
3857      Branch: cfgperl
3858            ! unixish.h
3859 ____________________________________________________________________________
3860 [  5247] By: jhi                                   on 2000/02/24  23:46:27
3861         Log: From: Gisle Aas <gisle@aas.no>
3862              To: perl5-porters@perl.org
3863              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
3864              Date: 25 Feb 2000 00:24:53 +0100
3865              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
3866      Branch: cfgperl
3867            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
3868 ____________________________________________________________________________
3869 [  5246] By: jhi                                   on 2000/02/24  23:15:56
3870         Log: The op/stat.t patch in #5341 wasn't robust enough,
3871              it broke subtest 4 almost everywhere else.
3872      Branch: cfgperl
3873            ! t/op/stat.t
3874 ____________________________________________________________________________
3875 [  5245] By: jhi                                   on 2000/02/24  19:28:53
3876         Log: More VMS patches from Peter Prymmer.
3877      Branch: cfgperl
3878            ! configure.com vms/subconfigure.com
3879 ____________________________________________________________________________
3880 [  5244] By: jhi                                   on 2000/02/24  19:26:33
3881         Log: Largefileness in Solaris doesn't require long longs;
3882              use64bits enhancements; introduce usefull64bits.
3883      Branch: cfgperl
3884            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
3885            ! hints/irix_6.sh hints/solaris_2.sh
3886      Branch: metaconfig
3887            ! U/threads/archname.U
3888      Branch: metaconfig/U/perl
3889            ! use64bits.U
3890 ____________________________________________________________________________
3891 [  5243] By: jhi                                   on 2000/02/24  18:40:25
3892         Log: Tidy up the 64-bit (and socklen_t) type probing.
3893      Branch: cfgperl
3894            ! Configure config_h.SH
3895      Branch: metaconfig
3896            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3897      Branch: metaconfig/U/perl
3898            + d_fpos64_t.U d_off64_t.U
3899            - io64.U
3900            ! d_int64_t.U d_socklen_t.U
3901 ____________________________________________________________________________
3902 [  5242] By: jhi                                   on 2000/02/24  18:09:49
3903         Log: Integrate with Sarathy.
3904      Branch: cfgperl
3905           !> pod/perlop.pod
3906 ____________________________________________________________________________
3907 [  5241] By: jhi                                   on 2000/02/24  18:00:49
3908         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
3909              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
3910              Subject: [PATCH 5.5.660] cygwin port
3911              Date: Thu, 24 Feb 2000 17:15:28 -0000
3912              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
3913      Branch: cfgperl
3914            + cygwin/cygwin.c
3915            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
3916            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
3917 ____________________________________________________________________________
3918 [  5240] By: jhi                                   on 2000/02/24  17:53:12
3919         Log: VMS patch from Peter Prymmer; use full_ar.
3920      Branch: cfgperl
3921            ! vms/subconfigure.com
3922 ____________________________________________________________________________
3923 [  5239] By: jhi                                   on 2000/02/24  17:46:45
3924         Log: MPE/ix patches from Mark Bixby.
3925      Branch: cfgperl
3926            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
3927            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
3928            ! t/op/stat.t
3929 ____________________________________________________________________________
3930 [  5238] By: jhi                                   on 2000/02/24  17:13:22
3931         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
3932              support to t/op/numconvert.t.
3933              
3934              From: Lupe Christoph <lupe@lupe-christoph.de>
3935              To: perl5-porters@perl.org
3936              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
3937              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
3938              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
3939      Branch: cfgperl
3940            ! Configure config_h.SH t/op/numconvert.t
3941      Branch: metaconfig
3942            ! U/modified/libs.U
3943 ____________________________________________________________________________
3944 [  5237] By: jhi                                   on 2000/02/24  15:47:11
3945         Log: Remove more cruft from IO.
3946      Branch: cfgperl
3947            ! ext/IO/IO.xs
3948 ____________________________________________________________________________
3949 [  5236] By: jhi                                   on 2000/02/24  15:14:48
3950         Log: From: Hugo <hv@crypt.compulink.co.uk>
3951              To: perl5-porters@perl.org
3952              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
3953              Date: Thu, 24 Feb 2000 13:24:10 +0000
3954              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
3955      Branch: cfgperl
3956            ! utils/h2xs.PL
3957 ____________________________________________________________________________
3958 [  5235] By: jhi                                   on 2000/02/24  15:12:40
3959         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
3960              S_IROTH, S_IWOTH, S_IXOTH.
3961              
3962              From: js@ddre.dk
3963              To: perl5-porters@perl.org
3964              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
3965              Date: Thu, 24 Feb 2000 15:11:33 +0100
3966              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
3967      Branch: cfgperl
3968            ! perl.h
3969 ____________________________________________________________________________
3970 [  5234] By: gsar                                  on 2000/02/24  03:39:17
3971         Log: integrate cfgperl changes into mainline
3972      Branch: perl
3973            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3974            ! pod/perlop.pod
3975           !> Configure MANIFEST Porting/Glossary Porting/config.sh
3976           !> Porting/config_H config_h.SH configpm configure.com doio.c
3977           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3978           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
3979           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
3980           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
3981 ____________________________________________________________________________
3982 [  5233] By: jhi                                   on 2000/02/24  01:31:38
3983         Log: VMS patch from Peter Prymmer.
3984      Branch: cfgperl
3985            ! vms/subconfigure.com
3986 ____________________________________________________________________________
3987 [  5232] By: jhi                                   on 2000/02/24  01:15:03
3988         Log: Detypo fpos64_t test.
3989      Branch: cfgperl
3990            ! Configure config_h.SH
3991      Branch: metaconfig/U/perl
3992            ! io64.U
3993 ____________________________________________________________________________
3994 [  5231] By: jhi                                   on 2000/02/24  01:11:17
3995         Log: miscut'n'paste in #5230.
3996      Branch: cfgperl
3997            ! Configure config_h.SH
3998      Branch: metaconfig/U/perl
3999            ! d_int64_t.U
4000 ____________________________________________________________________________
4001 [  5230] By: jhi                                   on 2000/02/24  01:02:05
4002         Log: The #5228 wasn't quite right + fix typos.
4003      Branch: cfgperl
4004            ! Configure config_h.SH
4005      Branch: metaconfig
4006            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4007      Branch: metaconfig/U/perl
4008            ! d_int64_t.U d_socklen_t.U io64.U
4009 ____________________________________________________________________________
4010 [  5229] By: jhi                                   on 2000/02/24  00:40:01
4011         Log: Depickify the compiler (about unused and set but not used variables)
4012      Branch: cfgperl
4013            ! hints/irix_6.sh
4014 ____________________________________________________________________________
4015 [  5228] By: jhi                                   on 2000/02/24  00:34:35
4016         Log: Cosmetics.
4017      Branch: cfgperl
4018            ! Configure config_h.SH
4019      Branch: metaconfig
4020            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4021      Branch: metaconfig/U/perl
4022            ! d_int64_t.U d_socklen_t.U
4023 ____________________________________________________________________________
4024 [  5227] By: jhi                                   on 2000/02/24  00:17:34
4025         Log: In IRIX <sys/mode.h> is something completely different.
4026              
4027              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
4028              To: perl5-porters@perl.org
4029              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
4030              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
4031              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
4032      Branch: cfgperl
4033            ! hints/irix_6.sh
4034 ____________________________________________________________________________
4035 [  5226] By: jhi                                   on 2000/02/23  20:39:28
4036         Log: Integrate with Sarathy.
4037      Branch: cfgperl
4038           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4039           !> t/comp/require.t t/op/ver.t toke.c
4040 ____________________________________________________________________________
4041 [  5225] By: jhi                                   on 2000/02/23  20:35:58
4042         Log: From: Dominic Dunlop <domo@computer.org>
4043              To: perl5-porters@perl.org
4044              Cc: Gurusamy Sarathy <gsar@activestate.com>
4045              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
4046              Date: Wed, 23 Feb 2000 21:23:44 +0100
4047              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
4048      Branch: cfgperl
4049            ! malloc.c
4050 ____________________________________________________________________________
4051 [  5224] By: jhi                                   on 2000/02/23  20:22:43
4052         Log: From: Dan Sugalski <dan@sidhe.org>
4053              To: perl5-porters@perl.org, vmsperl@perl.org
4054              Subject: [PATCH 5.5.660]VMS build patches
4055              Date: Wed, 23 Feb 2000 15:14:27 -0500
4056              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
4057              
4058              (the patch was mangled, had to be manually applied)
4059      Branch: cfgperl
4060            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4061 ____________________________________________________________________________
4062 [  5223] By: jhi                                   on 2000/02/23  19:54:04
4063         Log: From: Dominic Dunlop <domo@computer.org>
4064              To: perl5-porters@perl.org
4065              Cc: Andy Dougherty <doughera@lafayette.edu>,
4066              Gurusamy Sarathy <gsar@activestate.com>
4067              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
4068              Date: Wed, 23 Feb 2000 20:41:54 +0100
4069              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
4070      Branch: cfgperl
4071            ! Configure config_h.SH
4072      Branch: metaconfig
4073            ! U/modified/Oldconfig.U U/modified/libs.U
4074      Branch: metaconfig/U/perl
4075            ! dlsrc.U
4076 ____________________________________________________________________________
4077 [  5222] By: jhi                                   on 2000/02/23  18:02:39
4078         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
4079              (suggested by Graham Barr).
4080      Branch: cfgperl
4081            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4082 ____________________________________________________________________________
4083 [  5221] By: jhi                                   on 2000/02/23  16:00:29
4084         Log: Streamline #5218 even more.
4085      Branch: cfgperl
4086            ! ext/IO/lib/IO/Socket.pm
4087 ____________________________________________________________________________
4088 [  5220] By: gsar                                  on 2000/02/23  09:10:43
4089         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
4090              C<use 5.6.0> work as well; underscores are now permitted in v-strings
4091      Branch: perl
4092            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4093            ! t/comp/require.t t/op/ver.t toke.c
4094 ____________________________________________________________________________
4095 [  5219] By: jhi                                   on 2000/02/23  04:24:54
4096         Log: Streamline #5218.
4097      Branch: cfgperl
4098            ! ext/IO/lib/IO/Socket.pm
4099 ____________________________________________________________________________
4100 [  5218] By: jhi                                   on 2000/02/23  02:08:19
4101         Log: Trying to connect to an already open socket may give EISCONN.
4102      Branch: cfgperl
4103            ! ext/IO/lib/IO/Socket.pm
4104 ____________________________________________________________________________
4105 [  5217] By: jhi                                   on 2000/02/22  23:54:51
4106         Log: Fix prototype conflicts with POSIX.pm.
4107      Branch: cfgperl
4108            ! ext/Fcntl/Fcntl.pm
4109 ____________________________________________________________________________
4110 [  5216] By: jhi                                   on 2000/02/22  22:27:19
4111         Log: See http://www.unicode.org/unicode/reports/tr15/
4112              for in-depth description of the problem.
4113      Branch: cfgperl
4114            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
4115            ! MANIFEST lib/unicode/mktables.PL
4116 ____________________________________________________________________________
4117 [  5215] By: jhi                                   on 2000/02/22  22:11:17
4118         Log: Add uselongdouble, regroup the use* more logically.
4119      Branch: cfgperl
4120            ! myconfig.SH
4121 ____________________________________________________________________________
4122 [  5214] By: jhi                                   on 2000/02/22  22:04:43
4123         Log: Integrate with Sarathy.
4124      Branch: cfgperl
4125           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
4126           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
4127 ____________________________________________________________________________
4128 [  5213] By: jhi                                   on 2000/02/22  22:03:26
4129         Log: Add socklen_t probe; Configure maintenance.
4130      Branch: cfgperl
4131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4132            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
4133      Branch: metaconfig
4134            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
4135            ! U/modified/libs.U
4136      Branch: metaconfig/U/perl
4137            + d_int64_t.U d_socklen_t.U
4138            - d_int64t.U
4139            ! i_sysutsname.U
4140 ____________________________________________________________________________
4141 [  5212] By: gsar                                  on 2000/02/22  21:46:45
4142         Log: make Perl's malloc work for allocations over 2GB (from Ilya
4143              Zakharevich)
4144      Branch: perl
4145            ! malloc.c
4146 ____________________________________________________________________________
4147 [  5211] By: gsar                                  on 2000/02/22  19:51:47
4148         Log: add -W and -X to -h output; fix other pod omissions
4149      Branch: perl
4150            ! perl.c pod/perlrun.pod
4151 ____________________________________________________________________________
4152 [  5210] By: gsar                                  on 2000/02/22  19:51:13
4153         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
4154      Branch: perl
4155            ! pod/perlpod.pod
4156 ____________________________________________________________________________
4157 [  5209] By: jhi                                   on 2000/02/22  19:40:43
4158         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
4159              tests nearby.
4160      Branch: cfgperl
4161            ! t/op/64bit.t
4162 ____________________________________________________________________________
4163 [  5208] By: gsar                                  on 2000/02/22  19:13:44
4164         Log: s/Activeware/ActiveState/
4165      Branch: perl
4166            ! pod/perlrun.pod
4167 ____________________________________________________________________________
4168 [  5207] By: jhi                                   on 2000/02/22  18:38:29
4169         Log: Perl version nit spotted by Spider Boardman.
4170      Branch: cfgperl
4171            ! configpm
4172 ____________________________________________________________________________
4173 [  5206] By: gsar                                  on 2000/02/22  17:50:44
4174         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
4175      Branch: perl
4176            ! toke.c
4177 ____________________________________________________________________________
4178 [  5205] By: gsar                                  on 2000/02/22  17:36:26
4179         Log: fix memory overrun due to off-by-one in change#5192
4180      Branch: perl
4181            ! toke.c
4182 ____________________________________________________________________________
4183 [  5204] By: gsar                                  on 2000/02/22  17:10:39
4184         Log: sundry typos and such
4185      Branch: perl
4186            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
4187 ____________________________________________________________________________
4188 [  5203] By: jhi                                   on 2000/02/22  17:10:22
4189         Log: Integrate with Sarathy.
4190      Branch: cfgperl
4191           !> (integrate 56 files)
4192 ____________________________________________________________________________
4193 [  5202] By: gsar                                  on 2000/02/22  16:48:58
4194         Log: remove vestiges of older attribute syntax
4195      Branch: perl
4196            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
4197            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
4198 ____________________________________________________________________________
4199 [  5201] By: jhi                                   on 2000/02/22  14:39:56
4200         Log: Configure nits spotted by Spider Boardman.
4201      Branch: cfgperl
4202            ! Configure config_h.SH
4203      Branch: metaconfig
4204            ! U/modified/libs.U
4205      Branch: metaconfig/U/perl
4206            ! fpossize.U
4207 ____________________________________________________________________________
4208 [  5200] By: jhi                                   on 2000/02/22  14:31:21
4209         Log: Tru64 V5.0 patches from Spider Boardman.
4210      Branch: cfgperl
4211            ! hints/dec_osf.sh
4212
4213 ----------------
4214 Version v5.5.660
4215 ----------------
4216
4217 ____________________________________________________________________________
4218 [  5199] By: gsar                                  on 2000/02/22  11:29:28
4219         Log: beta2
4220      Branch: perl
4221            ! Changes
4222 ____________________________________________________________________________
4223 [  5198] By: gsar                                  on 2000/02/22  10:45:54
4224         Log: PodParser-1.093 update (from Brad Appleton's site)
4225      Branch: perl
4226            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
4227            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
4228            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
4229            ! t/pod/special_seqs.t t/pod/special_seqs.xr
4230 ____________________________________________________________________________
4231 [  5197] By: gsar                                  on 2000/02/22  10:24:13
4232         Log: integrate cfgperl contents into mainline, update Changes
4233      Branch: perl
4234            ! Changes pod/perlhist.pod
4235           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4236           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
4237           !> pod/perldelta.pod
4238 ____________________________________________________________________________
4239 [  5196] By: gsar                                  on 2000/02/22  10:10:36
4240         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
4241      Branch: perl
4242            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
4243            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4244            ! t/lib/glob-taint.t t/lib/io_unix.t
4245 ____________________________________________________________________________
4246 [  5195] By: gsar                                  on 2000/02/22  10:01:49
4247         Log: s/undef/NO_INIT/g in change#5183
4248      Branch: perl
4249            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4250 ____________________________________________________________________________
4251 [  5194] By: gsar                                  on 2000/02/22  09:44:07
4252         Log: perlipc bug (spotted by Ben Low)
4253      Branch: perl
4254            ! pod/perlipc.pod
4255 ____________________________________________________________________________
4256 [  5193] By: gsar                                  on 2000/02/22  09:38:58
4257         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
4258      Branch: perl
4259            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
4260 ____________________________________________________________________________
4261 [  5192] By: gsar                                  on 2000/02/22  09:26:06
4262         Log: improvements for high-bit text literals (from Gisle Aas)
4263      Branch: perl
4264            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
4265            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
4266 ____________________________________________________________________________
4267 [  5191] By: gsar                                  on 2000/02/22  07:35:47
4268         Log: allow C<print v10>, $h{v13.10} etc.
4269      Branch: perl
4270            ! t/op/ver.t toke.c
4271 ____________________________________________________________________________
4272 [  5190] By: gsar                                  on 2000/02/22  05:35:27
4273         Log: adjust for lost fp precision in require version check
4274      Branch: perl
4275            ! pp_ctl.c t/comp/require.t
4276 ____________________________________________________________________________
4277 [  5189] By: jhi                                   on 2000/02/22  05:14:35
4278         Log: Check the alignment of long doubles if they are to be used;
4279              regen Configure.
4280      Branch: cfgperl
4281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4282            ! config_h.SH
4283      Branch: metaconfig
4284            ! U/compline/alignbytes.U
4285 ____________________________________________________________________________
4286 [  5188] By: gsar                                  on 2000/02/22  04:45:57
4287         Log: use same treatment for EINVAL as for ETIMEDOUT
4288      Branch: perl
4289            ! ext/IO/lib/IO/Socket/INET.pm
4290 ____________________________________________________________________________
4291 [  5187] By: gsar                                  on 2000/02/21  23:15:12
4292         Log: type mismatch
4293      Branch: perl
4294            ! sv.c
4295 ____________________________________________________________________________
4296 [  5186] By: gsar                                  on 2000/02/21  21:10:26
4297         Log: remove dual-valueness of v-strings (i.e., they are pure strings
4298              now); avoid the word "tuple" to describe strings represented as
4299              character ordinals; usurp $PERL_VERSION for $^V as suggested by
4300              Larry, deprecate $] ; adjust the documentation and testsuite
4301              accordingly
4302      Branch: perl
4303            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
4304            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
4305            ! t/comp/require.t t/op/ver.t toke.c
4306 ____________________________________________________________________________
4307 [  5185] By: jhi                                   on 2000/02/21  20:36:05
4308         Log: detypo
4309      Branch: cfgperl
4310            ! perl.h
4311 ____________________________________________________________________________
4312 [  5184] By: gsar                                  on 2000/02/21  18:37:38
4313         Log: clarify "use Module VERSION LIST" (from Robin Barker)
4314      Branch: perl
4315            ! pod/perlfunc.pod
4316 ____________________________________________________________________________
4317 [  5183] By: gsar                                  on 2000/02/21  18:31:42
4318         Log: allow optional XSUB parameters without being forced to use a
4319              default (from Hugo van der Sanden)
4320      Branch: perl
4321            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
4322 ____________________________________________________________________________
4323 [  5182] By: jhi                                   on 2000/02/21  18:22:47
4324         Log: Add Solaris LP64 notes. 
4325      Branch: cfgperl
4326            ! hints/solaris_2.sh
4327 ____________________________________________________________________________
4328 [  5181] By: gsar                                  on 2000/02/21  16:53:39
4329         Log: generalize "%v" format into a flag for any integral format type:
4330              "%vd", "%v#o", "%*vX", etc are allowed
4331      Branch: perl
4332            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
4333            ! utils/perlbug.PL
4334 ____________________________________________________________________________
4335 [  5180] By: gsar                                  on 2000/02/21  07:11:00
4336         Log: detypo
4337      Branch: perl
4338            ! ext/B/B.xs
4339 ____________________________________________________________________________
4340 [  5179] By: gsar                                  on 2000/02/21  07:08:38
4341         Log: undo accidental delete
4342      Branch: perl
4343            ! ext/B/B.pm ext/B/B.xs
4344 ____________________________________________________________________________
4345 [  5178] By: gsar                                  on 2000/02/21  07:02:16
4346         Log: get Compiler "working" under useithreads
4347      Branch: perl
4348            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
4349            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
4350 ____________________________________________________________________________
4351 [  5177] By: jhi                                   on 2000/02/21  03:16:24
4352         Log: Thou shalt not printf longs with %d.
4353      Branch: cfgperl
4354            ! malloc.c
4355 ____________________________________________________________________________
4356 [  5176] By: jhi                                   on 2000/02/21  01:37:35
4357         Log: Integrate with Sarathy.
4358      Branch: cfgperl
4359           +> t/pragma/warn/9enabled
4360           !> (integrate 63 files)
4361 ____________________________________________________________________________
4362 [  5175] By: gsar                                  on 2000/02/21  00:25:00
4363         Log: misplaced braces
4364      Branch: perl
4365            ! malloc.c
4366 ____________________________________________________________________________
4367 [  5174] By: gsar                                  on 2000/02/21  00:09:16
4368         Log: more malloc.c tweaks for change#5070
4369      Branch: perl
4370            ! malloc.c
4371 ____________________________________________________________________________
4372 [  5173] By: gsar                                  on 2000/02/21  00:01:17
4373         Log: malloc.c fixups in change#5170 need to fetch thx pointer
4374      Branch: perl
4375            ! malloc.c
4376 ____________________________________________________________________________
4377 [  5172] By: gsar                                  on 2000/02/20  23:52:39
4378         Log: missing file in change#5170
4379      Branch: perl
4380            + t/pragma/warn/9enabled
4381 ____________________________________________________________________________
4382 [  5171] By: gsar                                  on 2000/02/20  23:49:17
4383         Log: skip conditionally defined symbols in change#5162
4384      Branch: perl
4385            ! makedef.pl
4386 ____________________________________________________________________________
4387 [  5170] By: gsar                                  on 2000/02/20  22:58:09
4388         Log: lexical warnings update, ability to inspect bitmask in calling
4389              scope, among other things (from Paul Marquess)
4390      Branch: perl
4391            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
4392            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
4393            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
4394            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
4395            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
4396            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
4397 ____________________________________________________________________________
4398 [  5169] By: gsar                                  on 2000/02/20  22:22:28
4399         Log: windows fixes for virtualizing child std{in,out,err} handles,
4400              attempts to lock uninitialized critical section in files that
4401              were never explicitly opened (from Doug Lankshear)
4402      Branch: perl
4403            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
4404 ____________________________________________________________________________
4405 [  5168] By: gsar                                  on 2000/02/20  20:19:11
4406         Log: update Changes, credits
4407      Branch: perl
4408            ! Changes
4409 ____________________________________________________________________________
4410 [  5167] By: gsar                                  on 2000/02/20  18:54:27
4411         Log: avoid reading out-of-bounds memory when matching against reference
4412      Branch: perl
4413            ! regexec.c
4414 ____________________________________________________________________________
4415 [  5166] By: gsar                                  on 2000/02/20  17:59:41
4416         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
4417      Branch: perl
4418            ! doop.c
4419 ____________________________________________________________________________
4420 [  5165] By: gsar                                  on 2000/02/20  17:57:08
4421         Log: test fix needed by change#5164
4422      Branch: perl
4423            ! t/pragma/warn/toke
4424 ____________________________________________________________________________
4425 [  5164] By: gsar                                  on 2000/02/20  17:50:38
4426         Log: default mkdir() mode argument to 0777
4427      Branch: perl
4428            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4429            ! t/op/mkdir.t toke.c
4430 ____________________________________________________________________________
4431 [  5163] By: gsar                                  on 2000/02/20  16:34:33
4432         Log: glob() takes one or no user arguments and a non-user-visible second
4433              hidden argument, fix its prototype-checking accordingly
4434      Branch: perl
4435            ! op.c opcode.h opcode.pl
4436 ____________________________________________________________________________
4437 [  5162] By: gsar                                  on 2000/02/20  16:07:38
4438         Log: make change#3386 a build-time option (avoids problems due to
4439              perl_run() longjmping out)
4440      Branch: perl
4441            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
4442            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
4443            ! scope.h sv.c thrdvar.h util.c
4444 ____________________________________________________________________________
4445 [  5161] By: gsar                                  on 2000/02/20  12:13:37
4446         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
4447              modified to use Errno more portably)
4448      Branch: perl
4449            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4450 ____________________________________________________________________________
4451 [  5160] By: gsar                                  on 2000/02/20  11:53:28
4452         Log: mention portability caveat about C<use Errno 'EFOO'>
4453      Branch: perl
4454            ! ext/Errno/Errno_pm.PL
4455 ____________________________________________________________________________
4456 [  5159] By: gsar                                  on 2000/02/20  11:14:36
4457         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
4458      Branch: perl
4459            ! pod/perlvar.pod
4460 ____________________________________________________________________________
4461 [  5158] By: gsar                                  on 2000/02/20  10:53:49
4462         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
4463      Branch: perl
4464            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
4465            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
4466            ! vms/descrip_mms.template
4467 ____________________________________________________________________________
4468 [  5157] By: jhi                                   on 2000/02/19  20:29:26
4469         Log: Be explicit about what ops work with bt vectors.
4470              (And implicit about which don't.)
4471      Branch: cfgperl
4472            ! pod/perldelta.pod
4473 ____________________________________________________________________________
4474 [  5156] By: jhi                                   on 2000/02/19  18:38:14
4475         Log: Integrate with Sarathy.
4476      Branch: cfgperl
4477           +> lib/bytes.pm lib/bytes_heavy.pl
4478            - lib/byte.pm lib/byte_heavy.pl
4479           !> (integrate 61 files)
4480 ____________________________________________________________________________
4481 [  5155] By: gsar                                  on 2000/02/19  17:57:39
4482         Log: char vs U8 warnings
4483      Branch: perl
4484            ! sv.c
4485 ____________________________________________________________________________
4486 [  5154] By: gsar                                  on 2000/02/19  17:44:56
4487         Log: remove outdated caveat about C<while ($k = each %foo)> (from
4488              Hugo van der Sanden)
4489      Branch: perl
4490            ! pod/perlfunc.pod
4491 ____________________________________________________________________________
4492 [  5153] By: gsar                                  on 2000/02/19  17:41:41
4493         Log: tests, doc tweak (from Gisle Aas)
4494      Branch: perl
4495            ! pod/perlfaq9.pod t/op/ord.t
4496 ____________________________________________________________________________
4497 [  5152] By: gsar                                  on 2000/02/19  17:35:50
4498         Log: document behavior of splice(@ary) (from Gisle Aas)
4499      Branch: perl
4500            ! pod/perlfunc.pod
4501 ____________________________________________________________________________
4502 [  5151] By: gsar                                  on 2000/02/19  17:33:59
4503         Log: fix bug in backtracking optimizer (from Makoto Ishisone
4504              <ishisone@sra.co.jp>)
4505      Branch: perl
4506            ! regexec.c t/op/pat.t
4507 ____________________________________________________________________________
4508 [  5150] By: gsar                                  on 2000/02/19  17:33:05
4509         Log: more B fixups to cope with empty GVs (these can only happen in pads)
4510      Branch: perl
4511            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
4512 ____________________________________________________________________________
4513 [  5149] By: gsar                                  on 2000/02/19  17:32:03
4514         Log: avoid compiler warnings
4515      Branch: perl
4516            ! malloc.c perl.h
4517 ____________________________________________________________________________
4518 [  5148] By: gsar                                  on 2000/02/19  17:18:09
4519         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
4520      Branch: perl
4521            ! lib/attributes.pm
4522 ____________________________________________________________________________
4523 [  5147] By: gsar                                  on 2000/02/19  17:15:34
4524         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
4525              for that)
4526      Branch: perl
4527            ! ext/Errno/Errno_pm.PL
4528 ____________________________________________________________________________
4529 [  5146] By: gsar                                  on 2000/02/19  16:18:46
4530         Log: integrate cfgperl contents into mainline
4531      Branch: perl
4532           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
4533           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
4534           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
4535           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
4536 ____________________________________________________________________________
4537 [  5145] By: gsar                                  on 2000/02/19  16:10:37
4538         Log: POSIX::strftime gets the date wrong (from John Tobey
4539              <jtobey@epsilondev.com>)
4540      Branch: perl
4541            ! ext/POSIX/POSIX.xs t/lib/posix.t
4542 ____________________________________________________________________________
4543 [  5144] By: gsar                                  on 2000/02/19  16:02:40
4544         Log: don't blindly set bool=char on linux (from Andy Dougherty)
4545      Branch: perl
4546            ! handy.h hints/linux.sh x2p/a2p.h
4547 ____________________________________________________________________________
4548 [  5143] By: gsar                                  on 2000/02/19  15:54:04
4549         Log: some rearrangement of the includes for easier "microperl" build;
4550              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
4551      Branch: perl
4552            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
4553 ____________________________________________________________________________
4554 [  5142] By: gsar                                  on 2000/02/19  15:22:17
4555         Log: fixes for Pod::Html issues (from Wolfgang Laun
4556              <wolfgang.laun@chello.at>)
4557      Branch: perl
4558            ! lib/Pod/Html.pm
4559 ____________________________________________________________________________
4560 [  5141] By: gsar                                  on 2000/02/19  08:27:29
4561         Log: grammos (spotted by Tom Christiansen)
4562      Branch: perl
4563            ! pod/perlfunc.pod
4564 ____________________________________________________________________________
4565 [  5140] By: gsar                                  on 2000/02/19  08:17:04
4566         Log: various xsubpp enhancements that make it easier to use with
4567              C::Scan (from Ilya Zakharevich)
4568              
4569              TODO: still needs documentation
4570      Branch: perl
4571            ! lib/ExtUtils/xsubpp
4572 ____________________________________________________________________________
4573 [  5139] By: gsar                                  on 2000/02/19  07:55:18
4574         Log: s/croak/Perl_croak/
4575      Branch: perl
4576            ! sv.c
4577 ____________________________________________________________________________
4578 [  5138] By: gsar                                  on 2000/02/19  07:51:39
4579         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
4580      Branch: perl
4581            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
4582            ! pp_hot.c proto.h sv.c toke.c
4583 ____________________________________________________________________________
4584 [  5137] By: gsar                                  on 2000/02/19  07:42:12
4585         Log: set close-on-exec flag on sockets too, like we do for files
4586              and pipes
4587      Branch: perl
4588            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4589 ____________________________________________________________________________
4590 [  5136] By: gsar                                  on 2000/02/19  07:23:48
4591         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
4592              permitted by change#5011 (from Gisle Aas)
4593      Branch: perl
4594            ! pp.c utf8.c utf8.h
4595 ____________________________________________________________________________
4596 [  5135] By: gsar                                  on 2000/02/19  06:53:13
4597         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
4598      Branch: perl
4599            ! lib/warnings.pm op.c warnings.h warnings.pl
4600 ____________________________________________________________________________
4601 [  5134] By: gsar                                  on 2000/02/19  06:36:46
4602         Log: s/byte/bytes/g remnants
4603      Branch: perl
4604            ! lib/bytes.pm lib/bytes_heavy.pl
4605 ____________________________________________________________________________
4606 [  5133] By: gsar                                  on 2000/02/19  06:33:49
4607         Log: rename byte:: to bytes::
4608      Branch: perl
4609           +> lib/bytes.pm lib/bytes_heavy.pl
4610            - lib/byte.pm lib/byte_heavy.pl
4611            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
4612            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
4613            ! t/lib/charnames.t t/op/ver.t
4614 ____________________________________________________________________________
4615 [  5132] By: gsar                                  on 2000/02/19  05:58:42
4616         Log: English names for $^R and $^S
4617      Branch: perl
4618            ! lib/English.pm pod/perlvar.pod
4619 ____________________________________________________________________________
4620 [  5131] By: gsar                                  on 2000/02/19  05:44:20
4621         Log: rename "Probable precendence problem" diagnostic to "Bareword found
4622              in conditional" to better reflect the class of error (as suggested
4623              by Larry)
4624      Branch: perl
4625            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
4626 ____________________________________________________________________________
4627 [  5130] By: gsar                                  on 2000/02/19  05:43:10
4628         Log: fix outdated info about PerlClinic and the bug-tracking system
4629      Branch: perl
4630            ! pod/perlfaq2.pod pod/perltodo.pod
4631 ____________________________________________________________________________
4632 [  5129] By: gsar                                  on 2000/02/19  04:14:19
4633         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
4634              trash memory)
4635      Branch: perl
4636            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
4637            ! win32/win32.h
4638 ____________________________________________________________________________
4639 [  5128] By: gsar                                  on 2000/02/18  06:55:33
4640         Log: avoid $@-clearing sideeffect of require in Carp
4641      Branch: perl
4642            ! lib/Carp.pm
4643 ____________________________________________________________________________
4644 [  5127] By: gsar                                  on 2000/02/18  04:58:26
4645         Log: stronger testcase for change#5126
4646      Branch: perl
4647            ! t/op/pat.t
4648 ____________________________________________________________________________
4649 [  5126] By: gsar                                  on 2000/02/18  04:44:28
4650         Log: make /\S/ match the same things /[\S]/ matches; likewise for
4651              \D (from Rick Delaney <rick@consumercontact.com>)
4652      Branch: perl
4653            ! regexec.c t/op/pat.t
4654 ____________________________________________________________________________
4655 [  5125] By: gsar                                  on 2000/02/18  03:57:43
4656         Log: Compiler fixups from Jan Dubois
4657      Branch: perl
4658            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
4659 ____________________________________________________________________________
4660 [  5124] By: jhi                                   on 2000/02/17  22:09:09
4661         Log: Take out the -Wl,-z as we have survice so far without.
4662      Branch: cfgperl
4663            ! hints/hpux.sh
4664 ____________________________________________________________________________
4665 [  5123] By: jhi                                   on 2000/02/17  18:40:17
4666         Log: Integrate with Sarathy.
4667      Branch: cfgperl
4668           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
4669 ____________________________________________________________________________
4670 [  5122] By: gsar                                  on 2000/02/17  18:01:14
4671         Log: fix test that depends on op_dump() output
4672      Branch: perl
4673            ! t/op/split.t
4674 ____________________________________________________________________________
4675 [  5121] By: gsar                                  on 2000/02/17  17:55:18
4676         Log: op_dump() tweak
4677      Branch: perl
4678            ! dump.c
4679 ____________________________________________________________________________
4680 [  5120] By: jhi                                   on 2000/02/16  23:11:04
4681         Log: Regularize the use* questions, and replace
4682              "Configure *must* be run with -Duse..." with.
4683              "can be run".
4684      Branch: cfgperl
4685            ! Configure config_h.SH
4686      Branch: metaconfig
4687            ! U/threads/usethreads.U
4688      Branch: metaconfig/U/perl
4689            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
4690            ! usemultiplicity.U useperlio.U usesocks.U
4691 ____________________________________________________________________________
4692 [  5119] By: jhi                                   on 2000/02/16  22:29:11
4693         Log: HP-UX 64-bitness/largefile fixes.
4694      Branch: cfgperl
4695            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
4696            ! perl.h
4697      Branch: metaconfig
4698            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
4699      Branch: metaconfig/U/perl
4700            ! Extensions.U
4701 ____________________________________________________________________________
4702 [  5118] By: jhi                                   on 2000/02/16  19:47:51
4703         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
4704              (tag :seek), add S_I constants (and functions) (tag :mode);
4705              refer only to the SEEK_ of Fcntl, not the ones from
4706              POSIX or IO::; add SHUT_ to Socket; get trigonometric
4707              functions from Math::Trig instead of POSIX.
4708      Branch: cfgperl
4709            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
4710            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
4711            ! pod/perlopentut.pod t/lib/syslfs.t
4712      Branch: metaconfig/U/perl
4713            + i_sysmode.U
4714 ____________________________________________________________________________
4715 [  5117] By: gsar                                  on 2000/02/16  06:39:06
4716         Log: avoid warnings due to redefined NULL
4717      Branch: perl
4718            ! ext/ODBM_File/ODBM_File.xs
4719 ____________________________________________________________________________
4720 [  5116] By: gsar                                  on 2000/02/16  00:10:25
4721         Log: integrate cfgperl changes into mainline
4722      Branch: perl
4723           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4724           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
4725           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
4726           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
4727 ____________________________________________________________________________
4728 [  5115] By: jhi                                   on 2000/02/15  23:11:55
4729         Log: Probe for <sys/utsname.h>.
4730      Branch: cfgperl
4731            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4732            ! config_h.SH ext/Sys/Hostname/Hostname.xs
4733      Branch: metaconfig/U/perl
4734            + i_sysutsname.U
4735 ____________________________________________________________________________
4736 [  5114] By: jhi                                   on 2000/02/15  22:59:59
4737         Log: Integrate with Sarathy.
4738      Branch: cfgperl
4739           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4740           +> ext/Sys/Hostname/Makefile.PL
4741            - lib/Sys/Hostname.pm
4742           !> (integrate 41 files)
4743 ____________________________________________________________________________
4744 [  5113] By: gsar                                  on 2000/02/15  21:22:18
4745         Log: update Changes, patchlevel
4746      Branch: perl
4747            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4748            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4749 ____________________________________________________________________________
4750 [  5112] By: gsar                                  on 2000/02/15  20:57:12
4751         Log: fix change#5104 under useithreads
4752      Branch: perl
4753            ! op.c
4754 ____________________________________________________________________________
4755 [  5111] By: gsar                                  on 2000/02/15  20:45:10
4756         Log: export list tweak needed by change#5103
4757      Branch: perl
4758            ! makedef.pl
4759 ____________________________________________________________________________
4760 [  5110] By: gsar                                  on 2000/02/15  19:32:56
4761         Log: add XS version of Sys::Hostname (from Greg Bacon
4762              <gbacon@itsc.uah.edu>)
4763      Branch: perl
4764            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
4765            + ext/Sys/Hostname/Makefile.PL
4766            - lib/Sys/Hostname.pm
4767            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
4768            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
4769            ! win32/makefile.mk
4770 ____________________________________________________________________________
4771 [  5109] By: gsar                                  on 2000/02/15  18:35:28
4772         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
4773              given undefined values (from Graham Barr <gbarr@pobox.com>)
4774      Branch: perl
4775            ! universal.c
4776 ____________________________________________________________________________
4777 [  5108] By: gsar                                  on 2000/02/15  18:25:05
4778         Log: avoid accidental #line directives (from Rick Delaney
4779              <rick@consumercontact.com>)
4780      Branch: perl
4781            ! pod/perlsyn.pod toke.c
4782 ____________________________________________________________________________
4783 [  5107] By: gsar                                  on 2000/02/15  18:04:31
4784         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
4785      Branch: perl
4786            ! perl.c
4787 ____________________________________________________________________________
4788 [  5106] By: gsar                                  on 2000/02/15  18:02:17
4789         Log: incorrect docs about delete() (spotted by Martyn Pearce
4790              <martyn@inpharmatica.co.uk>)
4791      Branch: perl
4792            ! pod/perldelta.pod pod/perlfunc.pod
4793 ____________________________________________________________________________
4794 [  5105] By: gsar                                  on 2000/02/15  17:43:27
4795         Log: s/use vars/our/ (from Gisle Aas)
4796      Branch: perl
4797            ! bytecode.pl
4798 ____________________________________________________________________________
4799 [  5104] By: gsar                                  on 2000/02/15  17:42:06
4800         Log: optimize pseudohash slice in array slice at compile time (from
4801              John Tobey <jtobey@john-edwin-tobey.org>)
4802      Branch: perl
4803            ! op.c t/lib/fields.t
4804 ____________________________________________________________________________
4805 [  5103] By: gsar                                  on 2000/02/15  17:18:12
4806         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
4807      Branch: perl
4808            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
4809            ! perl.h perlapi.c proto.h vos/vos_dummies.c
4810 ____________________________________________________________________________
4811 [  5102] By: gsar                                  on 2000/02/15  17:05:12
4812         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
4813      Branch: perl
4814            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
4815 ____________________________________________________________________________
4816 [  5101] By: gsar                                  on 2000/02/15  17:02:51
4817         Log: fix regen_headers target to make all the autogenerated files
4818              writable first
4819      Branch: perl
4820            ! Makefile.SH
4821 ____________________________________________________________________________
4822 [  5100] By: gsar                                  on 2000/02/15  16:41:53
4823         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
4824              Ilya Zakharevich)
4825      Branch: perl
4826            ! op.c t/op/lex_assign.t
4827 ____________________________________________________________________________
4828 [  5099] By: gsar                                  on 2000/02/15  16:17:36
4829         Log: more complete File::Spec support for Mac and VMS, tests (from
4830              Barrie Slaymaker <barries@slaysys.com>)
4831      Branch: perl
4832            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
4833            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
4834 ____________________________________________________________________________
4835 [  5098] By: gsar                                  on 2000/02/15  16:10:46
4836         Log: fix incompatibility with bison generated parser (from
4837              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
4838      Branch: perl
4839            ! toke.c
4840 ____________________________________________________________________________
4841 [  5097] By: gsar                                  on 2000/02/15  16:07:17
4842         Log: propagate st_mode bits to group/other for Borland build
4843              (from Vadim Konovalov <vkonovalov@lucent.com>)
4844      Branch: perl
4845            ! win32/win32.c
4846 ____________________________________________________________________________
4847 [  5096] By: jhi                                   on 2000/02/15  14:22:23
4848         Log: Integrate with Sarathy.
4849      Branch: cfgperl
4850           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4851 ____________________________________________________________________________
4852 [  5095] By: jhi                                   on 2000/02/15  14:19:22
4853         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
4854              easier just to drop the paranoid test.
4855      Branch: cfgperl
4856            ! hints/aix.sh
4857 ____________________________________________________________________________
4858 [  5094] By: gsar                                  on 2000/02/15  05:42:17
4859         Log: update exetype.pl tool
4860      Branch: perl
4861            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
4862 ____________________________________________________________________________
4863 [  5093] By: jhi                                   on 2000/02/15  05:24:02
4864         Log: Integrate with Sarathy.
4865      Branch: cfgperl
4866           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
4867           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
4868           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
4869           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
4870 ____________________________________________________________________________
4871 [  5092] By: jhi                                   on 2000/02/15  05:22:09
4872         Log: Unroll the libs scan thanks to HP-UX.
4873      Branch: cfgperl
4874            ! Configure config_h.SH hints/hpux.sh
4875      Branch: metaconfig
4876            ! U/modified/libpth.U U/modified/libs.U
4877      Branch: metaconfig/U/perl
4878            ! Extensions.U dlsrc.U
4879 ____________________________________________________________________________
4880 [  5091] By: gsar                                  on 2000/02/15  05:17:56
4881         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
4882              safefree() rather than Safefree()
4883      Branch: perl
4884            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
4885            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
4886            ! ext/SDBM_File/SDBM_File.xs
4887 ____________________________________________________________________________
4888 [  5090] By: gsar                                  on 2000/02/15  04:54:17
4889         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
4890              introduced XPVMG storage in arenas
4891      Branch: perl
4892            ! sv.c
4893 ____________________________________________________________________________
4894 [  5089] By: jhi                                   on 2000/02/15  00:41:36
4895         Log: AIX perl linkage tweakage.
4896      Branch: cfgperl
4897            ! Makefile.SH
4898 ____________________________________________________________________________
4899 [  5088] By: jhi                                   on 2000/02/15  00:07:06
4900         Log: abort instead of just promising.
4901      Branch: cfgperl
4902            ! hints/aix.sh
4903 ____________________________________________________________________________
4904 [  5087] By: jhi                                   on 2000/02/14  23:51:05
4905         Log: silly compilers don't know that croak() exits
4906              and complain about unitialized RETVALs
4907      Branch: cfgperl
4908            ! ext/Sys/Syslog/Syslog.xs
4909 ____________________________________________________________________________
4910 [  5086] By: jhi                                   on 2000/02/14  21:13:24
4911         Log: Add lseektype and lseeksize to myconfig.
4912      Branch: cfgperl
4913            ! myconfig.SH
4914 ____________________________________________________________________________
4915 [  5085] By: gsar                                  on 2000/02/14  18:51:11
4916         Log: avoid warnings
4917      Branch: perl
4918            ! perl.c
4919 ____________________________________________________________________________
4920 [  5084] By: gsar                                  on 2000/02/14  18:26:08
4921         Log: fix small interpreter leaks identified by Purify
4922      Branch: perl
4923            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
4924            ! t/op/ord.t t/pragma/warnings.t
4925 ____________________________________________________________________________
4926 [  5083] By: jhi                                   on 2000/02/14  17:50:52
4927         Log: Remove tagged core files.
4928      Branch: cfgperl
4929            ! lib/ExtUtils/MM_Unix.pm
4930 ____________________________________________________________________________
4931 [  5082] By: jhi                                   on 2000/02/14  17:41:07
4932         Log: Prefer full_ar.
4933      Branch: cfgperl
4934            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4935 ____________________________________________________________________________
4936 [  5081] By: jhi                                   on 2000/02/14  17:20:32
4937         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
4938      Branch: cfgperl
4939            ! myconfig.SH
4940 ____________________________________________________________________________
4941 [  5080] By: jhi                                   on 2000/02/14  15:33:03
4942         Log: Integrate with Sarathy.
4943      Branch: cfgperl
4944           !> Porting/pumpkin.pod av.c malloc.c sv.c
4945 ____________________________________________________________________________
4946 [  5079] By: gsar                                  on 2000/02/14  08:50:06
4947         Log: notes about running Purify
4948      Branch: perl
4949            ! Porting/pumpkin.pod av.c sv.c
4950 ____________________________________________________________________________
4951 [  5078] By: gsar                                  on 2000/02/14  07:27:21
4952         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
4953      Branch: perl
4954            ! malloc.c
4955 ____________________________________________________________________________
4956 [  5077] By: gsar                                  on 2000/02/14  07:25:44
4957         Log: integrate cfgperl contents into mainline
4958      Branch: perl
4959           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4960           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
4961           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
4962           !> vms/subconfigure.com vos/config.def vos/config.h
4963           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
4964           !> win32/config.vc win32/config_H.bc win32/config_H.gc
4965           !> win32/config_H.vc
4966 ____________________________________________________________________________
4967 [  5076] By: jhi                                   on 2000/02/14  05:01:56
4968         Log: Integrate with Sarathy.
4969      Branch: cfgperl
4970           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4971 ____________________________________________________________________________
4972 [  5075] By: jhi                                   on 2000/02/14  04:56:52
4973         Log: Configure -A stopped processing of any further options.
4974      Branch: cfgperl
4975            ! Configure config_h.SH
4976      Branch: metaconfig
4977            ! U/modified/Options.U
4978 ____________________________________________________________________________
4979 [  5074] By: gsar                                  on 2000/02/14  04:45:01
4980         Log: remove outdated -DPURIFY code--it reports bogus errors during global
4981              destruction since we actually depend on SVs being in arenas there
4982      Branch: perl
4983            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
4984 ____________________________________________________________________________
4985 [  5073] By: jhi                                   on 2000/02/13  19:28:17
4986         Log: Integrate with Sarathy.
4987      Branch: cfgperl
4988            - Todo-5.005
4989           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
4990           !> util.c
4991 ____________________________________________________________________________
4992 [  5072] By: gsar                                  on 2000/02/13  19:02:07
4993         Log: more purification (pp_require() could access free memory; vdie()
4994              could think message was random length when passed a null argument;
4995              utilize() didn't set up the hash for the method name leading to
4996              pp_method_named() accessing random state; PL_curpm wasn't zeroed
4997              properly)
4998      Branch: perl
4999            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
5000            ! util.c
5001 ____________________________________________________________________________
5002 [  5071] By: jhi                                   on 2000/02/12  19:59:35
5003         Log: uselonglong sits deep.
5004      Branch: cfgperl
5005            ! Configure config_h.SH hints/solaris_2.sh
5006      Branch: metaconfig/U/perl
5007            ! use64bits.U
5008 ____________________________________________________________________________
5009 [  5070] By: jhi                                   on 2000/02/12  01:25:41
5010         Log: megalomaniac 64-bit update: most importantly,
5011              uselonglong is eradicated, only backward
5012              compatibility hooks in use64bits remain.
5013      Branch: cfgperl
5014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5015            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
5016            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
5017            ! vos/config.def vos/config.h vos/config_h.SH_orig
5018            ! win32/config.bc win32/config.gc win32/config.vc
5019            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5020      Branch: metaconfig
5021            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
5022      Branch: metaconfig/U/perl
5023            ! use64bits.U
5024 ____________________________________________________________________________
5025 [  5069] By: jhi                                   on 2000/02/11  21:13:41
5026         Log: undo #5064 for now; there seems to be no good selection
5027              of flags to add the new option.
5028      Branch: cfgperl
5029            ! hints/hpux.sh
5030 ____________________________________________________________________________
5031 [  5068] By: jhi                                   on 2000/02/11  21:01:21
5032         Log: Guard against accidental long long use.
5033      Branch: cfgperl
5034            ! perl.h
5035 ____________________________________________________________________________
5036 [  5067] By: jhi                                   on 2000/02/11  19:50:32
5037         Log: logic fixes
5038      Branch: cfgperl
5039            ! Configure config_h.SH
5040      Branch: metaconfig/U/perl
5041            ! uselonglong.U
5042 ____________________________________________________________________________
5043 [  5066] By: jhi                                   on 2000/02/11  19:32:30
5044         Log: Clarify 64-bit issues.
5045      Branch: cfgperl
5046            ! pod/perldelta.pod
5047 ____________________________________________________________________________
5048 [  5065] By: jhi                                   on 2000/02/11  18:13:29
5049         Log: Integrate with Sarathy.
5050      Branch: cfgperl
5051           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
5052           !> toke.c
5053 ____________________________________________________________________________
5054 [  5064] By: jhi                                   on 2000/02/11  18:11:47
5055         Log: Silence linker warnings about binary backward incompatibilities.
5056      Branch: cfgperl
5057            ! hints/hpux.sh
5058 ____________________________________________________________________________
5059 [  5063] By: gsar                                  on 2000/02/11  16:36:14
5060         Log: fix uninitialized memory reads found by purify
5061      Branch: perl
5062            ! ext/Devel/Peek/Peek.xs regcomp.c
5063 ____________________________________________________________________________
5064 [  5062] By: jhi                                   on 2000/02/11  00:11:39
5065         Log: de-fancify the largefiles hints
5066      Branch: cfgperl
5067            ! hints/hpux.sh
5068 ____________________________________________________________________________
5069 [  5061] By: gsar                                  on 2000/02/10  19:17:09
5070         Log: longstanding bug in parsing "require VERSION", could reallocate
5071              current line and not know it; exposed by change#5004; manifested
5072              as parse failure of C<{require 5.003}>
5073      Branch: perl
5074            ! t/comp/require.t t/comp/use.t toke.c
5075 ____________________________________________________________________________
5076 [  5060] By: jhi                                   on 2000/02/10  13:29:25
5077         Log: Integrate with Sarathy.
5078      Branch: cfgperl
5079           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
5080 ____________________________________________________________________________
5081 [  5059] By: gsar                                  on 2000/02/10  06:21:21
5082         Log: make global symbol exports AIX-specific
5083      Branch: perl
5084            ! makedef.pl
5085 ____________________________________________________________________________
5086 [  5058] By: gsar                                  on 2000/02/10  06:16:57
5087         Log: integrate cfgperl contents into mainline
5088      Branch: perl
5089           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5090           !> Porting/config_H config_h.SH makedef.pl perl.h
5091           !> vms/subconfigure.com vos/config.def win32/config.bc
5092           !> win32/config.gc win32/config.vc win32/config_H.bc
5093           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
5094           !> win32/config_sh.PL
5095 ____________________________________________________________________________
5096 [  5057] By: gsar                                  on 2000/02/10  01:08:01
5097         Log: windows bugfixes for virtual directories under USE_ITHREADS:
5098              allows path mapping to unknown devices to work properly;
5099              special file names like CONOUT$ can be opened with sysopen()
5100              again
5101      Branch: perl
5102            ! win32/vdir.h
5103 ____________________________________________________________________________
5104 [  5056] By: gsar                                  on 2000/02/10  00:56:27
5105         Log: formline() could wipe out readonly-ness, freeing constants
5106              prematurely, or affect cloning of pad constants
5107      Branch: perl
5108            ! pp_ctl.c t/op/write.t
5109 ____________________________________________________________________________
5110 [  5055] By: jhi                                   on 2000/02/09  19:48:58
5111         Log: Regenerate Configure for I_SYSLOG.
5112      Branch: cfgperl
5113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5114            ! config_h.SH
5115 ____________________________________________________________________________
5116 [  5054] By: jhi                                   on 2000/02/09  19:38:04
5117         Log: fix AIX and multiplicity problems
5118      Branch: cfgperl
5119            ! Makefile.SH makedef.pl
5120 ____________________________________________________________________________
5121 [  5053] By: bailey                                on 2000/02/09  10:58:11
5122         Log: remove redundant archcore directory prefix in installperl
5123      Branch: vmsperl
5124            ! installperl
5125 ____________________________________________________________________________
5126 [  5052] By: bailey                                on 2000/02/09  10:44:22
5127         Log: Work around prefixing bug in older DECC preprocessors
5128      Branch: vmsperl
5129            ! vms/vms.c vms/vmsish.h
5130 ____________________________________________________________________________
5131 [  5051] By: bailey                                on 2000/02/09  09:52:06
5132         Log: Eliminate unnecessary (and sometimes confounding) test for
5133              word boundary
5134      Branch: vmsperl
5135            ! lib/ExtUtils/MM_VMS.pm
5136 ____________________________________________________________________________
5137 [  5050] By: bailey                                on 2000/02/09  09:29:06
5138         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
5139              alias rules lead to compilation warnings)
5140      Branch: vmsperl
5141            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
5142 ____________________________________________________________________________
5143 [  5049] By: bailey                                on 2000/02/09  09:09:45
5144         Log: Resync with mainline
5145      Branch: vmsperl
5146           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5147           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5148           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
5149           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
5150           +> vos/config.def vos/config.pl win32/bin/exetype.pl
5151            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
5152            ! vms/subconfigure.com
5153           !> (integrate 358 files)
5154 ____________________________________________________________________________
5155 [  5048] By: jhi                                   on 2000/02/09  03:54:05
5156         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
5157              (reported by Yitzchak Scott-Thoennes in p5p)
5158      Branch: cfgperl
5159            ! Configure config_h.SH
5160      Branch: metaconfig
5161            ! U/modified/Cppsym.U
5162 ____________________________________________________________________________
5163 [  5047] By: jhi                                   on 2000/02/09  02:56:43
5164         Log: (fake) use of getcwd.
5165      Branch: cfgperl
5166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5167            ! config_h.SH perl.h
5168 ____________________________________________________________________________
5169 [  5046] By: jhi                                   on 2000/02/09  02:22:50
5170         Log: lib scan fix
5171      Branch: cfgperl
5172            ! Configure config_h.SH
5173      Branch: metaconfig
5174            ! U/modified/libs.U
5175 ____________________________________________________________________________
5176 [  5045] By: jhi                                   on 2000/02/09  02:17:34
5177         Log: Reintroduce #5019 via metaconfig.
5178      Branch: cfgperl
5179            ! Configure config_h.SH
5180      Branch: metaconfig
5181            ! U/installdirs/inc_version_list.U
5182 ____________________________________________________________________________
5183 [  5044] By: jhi                                   on 2000/02/09  02:07:08
5184         Log: Add/restore probes for getcwd/mk*temp*/mmap.
5185      Branch: cfgperl
5186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5187            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
5188            ! win32/config.bc win32/config.gc win32/config.vc
5189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5190            ! win32/config_h.PL win32/config_sh.PL
5191      Branch: metaconfig
5192            ! U/modified/d_mkstemp.U U/modified/libs.U
5193      Branch: metaconfig/U/perl
5194            + d_mkdtemp.U d_mkstemps.U
5195 ____________________________________________________________________________
5196 [  5043] By: jhi                                   on 2000/02/08  20:58:02
5197         Log: Integrate with Sarathy.
5198      Branch: cfgperl
5199           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
5200           !> (integrate 110 files)
5201 ____________________________________________________________________________
5202 [  5042] By: gsar                                  on 2000/02/08  20:32:12
5203         Log: avoid exiting just because we didn't scan for libm ('libs' may still
5204              have it, but we avoided scan for things in 'libs')
5205      Branch: perl
5206            ! Configure
5207
5208 ----------------
5209 Version v5.5.650
5210 ----------------
5211
5212 ____________________________________________________________________________
5213 [  5041] By: gsar                                  on 2000/02/08  07:57:11
5214         Log: update Changes
5215      Branch: perl
5216            ! Changes
5217 ____________________________________________________________________________
5218 [  5040] By: gsar                                  on 2000/02/08  07:51:20
5219         Log: documentation patches (from Michael Schwern and Yitzchak
5220              Scott-Thoennes)
5221      Branch: perl
5222            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
5223 ____________________________________________________________________________
5224 [  5039] By: gsar                                  on 2000/02/08  07:22:46
5225         Log: alias to $^V to $PERL_VERSION_TUPLE
5226      Branch: perl
5227            ! lib/English.pm pod/perlvar.pod
5228 ____________________________________________________________________________
5229 [  5038] By: gsar                                  on 2000/02/08  07:03:34
5230         Log: update Changes
5231      Branch: perl
5232            ! Changes pod/perlhist.pod
5233 ____________________________________________________________________________
5234 [  5037] By: gsar                                  on 2000/02/08  06:59:55
5235         Log: Windows has a somewhat different sitelib layout, and needs
5236              $sitelib/archname added as well
5237      Branch: perl
5238            ! perl.c
5239 ____________________________________________________________________________
5240 [  5036] By: gsar                                  on 2000/02/08  06:59:03
5241         Log: change#4987 appears to have broken libs scan for platforms that
5242              don't set ignore_versioned_solibs (Solaris is one of them); add
5243              derivative fix from the older logic for skipping versioned .so
5244              libs
5245      Branch: perl
5246            ! Configure
5247 ____________________________________________________________________________
5248 [  5035] By: gsar                                  on 2000/02/07  21:21:44
5249         Log: sprintf("%v"...) buffer resizing busted
5250      Branch: perl
5251            ! sv.c
5252 ____________________________________________________________________________
5253 [  5034] By: gsar                                  on 2000/02/07  19:16:21
5254         Log: update Changes
5255      Branch: perl
5256            ! Changes pod/perlhist.pod
5257 ____________________________________________________________________________
5258 [  5033] By: gsar                                  on 2000/02/07  19:01:08
5259         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
5260              only when XX > 127
5261      Branch: perl
5262            ! pp_hot.c toke.c
5263 ____________________________________________________________________________
5264 [  5032] By: gsar                                  on 2000/02/07  18:25:31
5265         Log: add note about printf("%v",...)
5266      Branch: perl
5267            ! pod/perldelta.pod
5268 ____________________________________________________________________________
5269 [  5031] By: gsar                                  on 2000/02/07  18:18:43
5270         Log: update Changes
5271      Branch: perl
5272            ! Changes Todo-5.6
5273 ____________________________________________________________________________
5274 [  5030] By: gsar                                  on 2000/02/07  18:17:49
5275         Log: thinko in change#5029
5276      Branch: perl
5277            ! gv.c
5278 ____________________________________________________________________________
5279 [  5029] By: gsar                                  on 2000/02/07  17:49:58
5280         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
5281              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
5282      Branch: perl
5283            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
5284            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
5285            ! win32/win32.h
5286 ____________________________________________________________________________
5287 [  5028] By: gsar                                  on 2000/02/07  17:10:03
5288         Log: perlport updates (from Peter Prymmer)
5289      Branch: perl
5290            ! pod/perlport.pod
5291 ____________________________________________________________________________
5292 [  5027] By: gsar                                  on 2000/02/07  16:53:47
5293         Log: fix up Todo-5.6
5294      Branch: perl
5295            ! Todo-5.6
5296 ____________________________________________________________________________
5297 [  5026] By: gsar                                  on 2000/02/07  16:32:31
5298         Log: rename Todo-5.005 to Todo-5.6
5299      Branch: perl
5300           +> Todo-5.6
5301            - Todo-5.005
5302            ! MANIFEST
5303 ____________________________________________________________________________
5304 [  5025] By: gsar                                  on 2000/02/07  16:09:54
5305         Log: ${^Warnings} renamed to ${^WARNING_BITS}
5306      Branch: perl
5307            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
5308            ! toke.c warnings.pl
5309 ____________________________________________________________________________
5310 [  5024] By: gsar                                  on 2000/02/07  11:47:06
5311         Log: various Windows tweaks: make $^E a little less buggy by saving
5312              and restoring system error across TLS fetch; avoid needless
5313              copying of buffers
5314      Branch: perl
5315            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
5316            ! win32/win32.h
5317 ____________________________________________________________________________
5318 [  5023] By: gsar                                  on 2000/02/07  11:44:19
5319         Log: avoid MakeMaker setting $^W=1
5320      Branch: perl
5321            ! lib/ExtUtils/MakeMaker.pm
5322 ____________________________________________________________________________
5323 [  5022] By: gsar                                  on 2000/02/07  10:38:56
5324         Log: up to v5.5.650
5325      Branch: perl
5326            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
5327            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5328 ____________________________________________________________________________
5329 [  5021] By: gsar                                  on 2000/02/07  10:10:31
5330         Log: mention threads status in pod
5331      Branch: perl
5332            ! ext/Thread/Thread.pm
5333 ____________________________________________________________________________
5334 [  5020] By: gsar                                  on 2000/02/07  09:57:46
5335         Log: tolerate NULL SITELIB_EXP
5336      Branch: perl
5337            ! perl.c
5338 ____________________________________________________________________________
5339 [  5019] By: gsar                                  on 2000/02/07  09:46:11
5340         Log: NULL-terminate PERL_INC_VERSION_LIST
5341      Branch: perl
5342            ! Configure perl.c win32/config.bc win32/config.gc
5343            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5344            ! win32/config_H.vc
5345 ____________________________________________________________________________
5346 [  5018] By: gsar                                  on 2000/02/07  09:13:10
5347         Log: add compatible versions from $Config{inc_ver_list} to search
5348              paths automatically (from Tom Hughes <tom@compton.nu>)
5349      Branch: perl
5350            ! lib/lib.pm perl.c
5351 ____________________________________________________________________________
5352 [  5017] By: gsar                                  on 2000/02/07  08:58:56
5353         Log: makefiles now use exetype.pl to make wperl.exe
5354      Branch: perl
5355            ! sv.c win32/Makefile win32/makefile.mk
5356 ____________________________________________________________________________
5357 [  5016] By: gsar                                  on 2000/02/07  08:38:25
5358         Log: add exetype.pl (from Jan Dubois)
5359      Branch: perl
5360            + win32/bin/exetype.pl
5361            ! MANIFEST
5362 ____________________________________________________________________________
5363 [  5015] By: gsar                                  on 2000/02/07  08:29:28
5364         Log: pod fixes (from Abigail and M J T Guy)
5365      Branch: perl
5366            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
5367            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
5368            ! pod/perlport.pod pod/perlvar.pod
5369 ____________________________________________________________________________
5370 [  5014] By: gsar                                  on 2000/02/07  07:09:08
5371         Log: clarify behavior of vec() when arguments are off the end of the
5372              string (from M J T Guy)
5373      Branch: perl
5374            ! pod/perlfunc.pod
5375 ____________________________________________________________________________
5376 [  5013] By: gsar                                  on 2000/02/07  07:08:15
5377         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
5378              now return bytes all the way to 255, they will be transparently
5379              coerced (in future) to UTF-8 when they are used in operations
5380              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
5381      Branch: perl
5382            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
5383            ! pp.c sv.c
5384 ____________________________________________________________________________
5385 [  5012] By: gsar                                  on 2000/02/07  06:36:33
5386         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
5387              per strict reading of standard (says Tom Christiansen)
5388      Branch: perl
5389            ! lib/Sys/Hostname.pm
5390 ____________________________________________________________________________
5391 [  5011] By: gsar                                  on 2000/02/07  06:26:30
5392         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
5393      Branch: perl
5394            ! utf8.c utf8.h
5395 ____________________________________________________________________________
5396 [  5010] By: gsar                                  on 2000/02/06  21:27:03
5397         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
5398      Branch: perl
5399            ! malloc.c
5400 ____________________________________________________________________________
5401 [  5009] By: gsar                                  on 2000/02/06  20:45:30
5402         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
5403              years (from Gisle Aas)
5404      Branch: perl
5405            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
5406            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
5407            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
5408            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
5409            ! toke.c utf8.c utf8.h util.c util.h
5410 ____________________________________________________________________________
5411 [  5008] By: gsar                                  on 2000/02/06  19:28:31
5412         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
5413              <EFifer@sanwaint.com>)
5414      Branch: perl
5415            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
5416            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
5417            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
5418            ! unixish.h util.c
5419 ____________________________________________________________________________
5420 [  5007] By: gsar                                  on 2000/02/06  17:47:01
5421         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
5422      Branch: perl
5423            ! ext/POSIX/POSIX.pm
5424 ____________________________________________________________________________
5425 [  5006] By: gsar                                  on 2000/02/06  17:28:35
5426         Log: integrate cfgperl contents into mainline
5427      Branch: perl
5428           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
5429           !> perl.h pp_sys.c
5430 ____________________________________________________________________________
5431 [  5005] By: gsar                                  on 2000/02/06  17:18:39
5432         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
5433      Branch: perl
5434            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
5435            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
5436            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
5437            ! vos/vos_dummies.c vos/vosish.h
5438 ____________________________________________________________________________
5439 [  5004] By: gsar                                  on 2000/02/06  17:00:49
5440         Log: fix parse error on C<{ use strict }> and other constructs that
5441              make the parser reenter while LEX_KNOWNEXT is active
5442      Branch: perl
5443            ! t/comp/use.t toke.c
5444 ____________________________________________________________________________
5445 [  5003] By: gsar                                  on 2000/02/06  14:57:30
5446         Log: avoid -Bforcearchive on netbsd too
5447      Branch: perl
5448            ! Changes hints/netbsd.sh
5449 ____________________________________________________________________________
5450 [  5002] By: gsar                                  on 2000/02/06  14:45:17
5451         Log: revised notes about Pod::Parser & Co.
5452      Branch: perl
5453            ! lib/Pod/Usage.pm pod/perldelta.pod
5454 ____________________________________________________________________________
5455 [  5001] By: gsar                                  on 2000/02/06  14:02:43
5456         Log: fix description of obsolete diagnostic
5457      Branch: perl
5458            ! pod/perldiag.pod
5459 ____________________________________________________________________________
5460 [  5000] By: gsar                                  on 2000/02/06  13:59:58
5461         Log: allow "\x{12ab}" even without C<use utf8>
5462      Branch: perl
5463            ! t/pragma/warn/toke toke.c
5464 ____________________________________________________________________________
5465 [  4999] By: gsar                                  on 2000/02/06  13:58:31
5466         Log: make perlbug use new-style version numbers; improve compatibility
5467              (runs with perl 5.005); fix swapped old vs new version reporting
5468      Branch: perl
5469            ! utils/perlbug.PL
5470 ____________________________________________________________________________
5471 [  4998] By: gsar                                  on 2000/02/06  13:56:45
5472         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
5473              fact); add tests for version tuples
5474      Branch: perl
5475            + t/op/ver.t
5476            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
5477            ! pod/perlop.pod sv.c toke.c
5478 ____________________________________________________________________________
5479 [  4997] By: gsar                                  on 2000/02/04  21:40:08
5480         Log: change#4970 fallout for useithreads
5481      Branch: perl
5482            ! sv.c
5483 ____________________________________________________________________________
5484 [  4996] By: jhi                                   on 2000/02/04  20:09:00
5485         Log: Largefilify offsets of tied handles.
5486      Branch: cfgperl
5487            ! pp_sys.c
5488 ____________________________________________________________________________
5489 [  4995] By: jhi                                   on 2000/02/04  19:54:25
5490         Log: Sanity check for libraries scan.
5491      Branch: cfgperl
5492            ! Configure config_h.SH
5493      Branch: metaconfig
5494            ! U/modified/libs.U
5495 ____________________________________________________________________________
5496 [  4994] By: jhi                                   on 2000/02/04  19:48:42
5497         Log: HP-UX largefileness doesn't like lseek being redeclared;
5498              no more USE_LONG_LONG.
5499      Branch: cfgperl
5500            ! perl.h
5501 ____________________________________________________________________________
5502 [  4993] By: jhi                                   on 2000/02/04  19:18:59
5503         Log: fix the description as much as possible; the whole
5504              separation into three different symbols lists is
5505              pretty broken now.
5506      Branch: metaconfig
5507            ! U/modified/Cppsym.U
5508 ____________________________________________________________________________
5509 [  4992] By: jhi                                   on 2000/02/04  19:13:10
5510         Log: Use <syslog.h>, not <sys/syslog.h>.
5511      Branch: cfgperl
5512            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
5513 ____________________________________________________________________________
5514 [  4991] By: gsar                                  on 2000/02/04  19:11:07
5515         Log: dmake is on CPAN now
5516      Branch: perl
5517            ! README.win32
5518 ____________________________________________________________________________
5519 [  4990] By: jhi                                   on 2000/02/04  19:04:01
5520         Log: Re-introduce #4817 and #4964 wiped out by #4987.
5521      Branch: cfgperl
5522            ! Configure config_h.SH
5523      Branch: metaconfig
5524            ! U/threads/usethreads.U
5525      Branch: metaconfig/U/perl
5526            ! patchlevel.U
5527 ____________________________________________________________________________
5528 [  4989] By: jhi                                   on 2000/02/04  18:54:00
5529         Log: typo fix
5530      Branch: cfgperl
5531            ! Configure config_h.SH
5532      Branch: metaconfig
5533            ! U/modified/libs.U
5534 ____________________________________________________________________________
5535 [  4988] By: jhi                                   on 2000/02/04  18:34:06
5536         Log: Integrate with Sarathy.
5537      Branch: cfgperl
5538           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5539           +> ext/Sys/Syslog/Syslog.xs
5540            - lib/Sys/Syslog.pm
5541           !> (integrate 37 files)
5542 ____________________________________________________________________________
5543 [  4987] By: jhi                                   on 2000/02/04  18:31:05
5544         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
5545              default is to use long long if available; various nits
5546              here and there; fixed to hpux 64-bitnes and largefileness.
5547      Branch: cfgperl
5548            ! Configure config_h.SH hints/hpux.sh perl.h
5549      Branch: metaconfig
5550            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
5551            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
5552      Branch: metaconfig/U/perl
5553            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
5554            ! usemultiplicity.U xs_apiversion.U
5555 ____________________________________________________________________________
5556 [  4986] By: gsar                                  on 2000/02/04  17:26:37
5557         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
5558      Branch: perl
5559            ! sv.c
5560 ____________________________________________________________________________
5561 [  4985] By: gsar                                  on 2000/02/04  16:43:49
5562         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
5563      Branch: perl
5564            ! ext/Devel/DProf/DProf.xs
5565 ____________________________________________________________________________
5566 [  4984] By: gsar                                  on 2000/02/04  08:20:05
5567         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
5568      Branch: perl
5569            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5570 ____________________________________________________________________________
5571 [  4983] By: gsar                                  on 2000/02/04  08:00:38
5572         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
5573      Branch: perl
5574            ! hints/openbsd.sh
5575 ____________________________________________________________________________
5576 [  4982] By: gsar                                  on 2000/02/04  07:54:04
5577         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
5578      Branch: perl
5579            ! lib/Pod/Parser.pm
5580 ____________________________________________________________________________
5581 [  4981] By: gsar                                  on 2000/02/04  07:34:38
5582         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
5583      Branch: perl
5584            ! Makefile.SH
5585 ____________________________________________________________________________
5586 [  4980] By: gsar                                  on 2000/02/04  07:29:59
5587         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
5588      Branch: perl
5589            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
5590            + ext/Sys/Syslog/Syslog.xs
5591            - lib/Sys/Syslog.pm
5592            ! MANIFEST pod/perldelta.pod
5593 ____________________________________________________________________________
5594 [  4979] By: gsar                                  on 2000/02/04  07:13:19
5595         Log: pod updates (from David Adler, M J T Guy)
5596      Branch: perl
5597            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
5598 ____________________________________________________________________________
5599 [  4978] By: gsar                                  on 2000/02/04  07:08:14
5600         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
5601      Branch: perl
5602            ! config_h.SH
5603 ____________________________________________________________________________
5604 [  4977] By: gsar                                  on 2000/02/04  07:06:10
5605         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
5606              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
5607      Branch: perl
5608            ! Makefile.SH
5609 ____________________________________________________________________________
5610 [  4976] By: gsar                                  on 2000/02/04  06:33:43
5611         Log: VMS update (from Dan Sugalski and Peter Prymmer)
5612      Branch: perl
5613            ! configure.com vms/descrip_mms.template vms/subconfigure.com
5614 ____________________________________________________________________________
5615 [  4975] By: gsar                                  on 2000/02/04  05:51:14
5616         Log: patch to provide more informative names for evals and anonymous
5617              subroutines (from Ilya Zakharevich)
5618      Branch: perl
5619            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
5620            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
5621            ! pod/perlvar.pod pp_ctl.c
5622 ____________________________________________________________________________
5623 [  4974] By: gsar                                  on 2000/02/04  05:05:57
5624         Log: off-by-one in malloc.c (from Ilya Zakharevich)
5625      Branch: perl
5626            ! malloc.c
5627 ____________________________________________________________________________
5628 [  4973] By: gsar                                  on 2000/02/04  05:03:00
5629         Log: OS/2 build fixups from Ilya Zakharevich
5630      Branch: perl
5631            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
5632 ____________________________________________________________________________
5633 [  4972] By: gsar                                  on 2000/02/04  04:58:57
5634         Log: avoid /* within comment
5635      Branch: perl
5636            ! xsutils.c
5637 ____________________________________________________________________________
5638 [  4971] By: gsar                                  on 2000/02/04  04:56:09
5639         Log: another HINT_BYTE victim
5640      Branch: perl
5641            ! lib/charnames.pm
5642 ____________________________________________________________________________
5643 [  4970] By: gsar                                  on 2000/02/04  04:45:13
5644         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
5645      Branch: perl
5646            ! op.c scope.c scope.h t/op/closure.t toke.c
5647 ____________________________________________________________________________
5648 [  4969] By: gsar                                  on 2000/02/04  01:09:37
5649         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
5650      Branch: perl
5651            ! lib/byte.pm
5652 ____________________________________________________________________________
5653 [  4968] By: jhi                                   on 2000/02/02  13:17:25
5654         Log: Integrate with Sarathy.
5655      Branch: cfgperl
5656           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5657            ! Configure
5658           !> (integrate 29 files)
5659
5660 ----------------
5661 Version v5.5.640
5662 ----------------
5663
5664 ____________________________________________________________________________
5665 [  4967] By: gsar                                  on 2000/02/02  12:22:29
5666         Log: update makerel for new version format
5667      Branch: perl
5668            ! Changes Porting/makerel
5669 ____________________________________________________________________________
5670 [  4966] By: gsar                                  on 2000/02/02  11:42:03
5671         Log: workaround for undefined symbol
5672      Branch: perl
5673            ! win32/win32.h
5674 ____________________________________________________________________________
5675 [  4965] By: gsar                                  on 2000/02/02  11:19:19
5676         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
5677              (from Eric Fifer <EFifer@sanwaint.com>)
5678      Branch: perl
5679            ! pp_sys.c
5680 ____________________________________________________________________________
5681 [  4964] By: gsar                                  on 2000/02/02  11:11:15
5682         Log: adjust notes on use5005threads
5683      Branch: perl
5684            ! Configure INSTALL README.threads
5685 ____________________________________________________________________________
5686 [  4963] By: gsar                                  on 2000/02/02  10:14:30
5687         Log: fix typo
5688      Branch: perl
5689            ! Configure
5690 ____________________________________________________________________________
5691 [  4962] By: gsar                                  on 2000/02/02  10:13:10
5692         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
5693      Branch: perl
5694           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5695           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
5696 ____________________________________________________________________________
5697 [  4961] By: gsar                                  on 2000/02/02  09:55:45
5698         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
5699      Branch: perl
5700            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
5701            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
5702 ____________________________________________________________________________
5703 [  4960] By: gsar                                  on 2000/02/02  08:22:31
5704         Log: replace misleading docs with a BUGS section
5705      Branch: perl
5706            ! lib/English.pm
5707 ____________________________________________________________________________
5708 [  4959] By: gsar                                  on 2000/02/02  08:16:17
5709         Log: remove FUD from perlfunc/use (from M J T Guy)
5710      Branch: perl
5711            ! pod/perlfunc.pod
5712 ____________________________________________________________________________
5713 [  4958] By: gsar                                  on 2000/02/02  08:13:04
5714         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
5715              <cedric.auzanne@nist.gov>)
5716      Branch: perl
5717            ! Changes lib/Benchmark.pm
5718 ____________________________________________________________________________
5719 [  4957] By: gsar                                  on 2000/02/02  08:04:52
5720         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
5721      Branch: perl
5722            ! pp_hot.c
5723 ____________________________________________________________________________
5724 [  4956] By: gsar                                  on 2000/02/02  08:02:57
5725         Log: flock() pod talks about "adding" in the sense of "or-ing"
5726      Branch: perl
5727            ! pod/perlfunc.pod
5728 ____________________________________________________________________________
5729 [  4955] By: gsar                                  on 2000/02/02  07:58:35
5730         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
5731      Branch: perl
5732            ! lib/perl5db.pl pod/perldebug.pod
5733 ____________________________________________________________________________
5734 [  4954] By: gsar                                  on 2000/02/02  07:53:51
5735         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
5736      Branch: perl
5737            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
5738            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
5739            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
5740            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
5741 ____________________________________________________________________________
5742 [  4953] By: gsar                                  on 2000/02/02  07:40:33
5743         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
5744      Branch: perl
5745            ! hints/dynixptx.sh
5746 ____________________________________________________________________________
5747 [  4952] By: gsar                                  on 2000/02/02  07:36:39
5748         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
5749              Brad Appleton)
5750      Branch: perl
5751            ! pod/perldelta.pod
5752 ____________________________________________________________________________
5753 [  4951] By: gsar                                  on 2000/02/02  06:54:22
5754         Log: avoid mismatched type warnings
5755      Branch: perl
5756            ! embed.pl perlapi.h
5757 ____________________________________________________________________________
5758 [  4950] By: jhi                                   on 2000/02/02  06:49:10
5759         Log: Integrate with Sarathy.
5760      Branch: cfgperl
5761           +> pod/perlunicode.pod
5762           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
5763           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
5764           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
5765           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
5766           !> vms/descrip_mms.template warnings.pl
5767 ____________________________________________________________________________
5768 [  4949] By: gsar                                  on 2000/02/02  06:41:17
5769         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
5770      Branch: perl
5771            ! lib/File/Spec/Win32.pm
5772 ____________________________________________________________________________
5773 [  4948] By: gsar                                  on 2000/02/02  06:30:41
5774         Log: makefile tweak
5775      Branch: perl
5776            ! Makefile.SH
5777 ____________________________________________________________________________
5778 [  4947] By: gsar                                  on 2000/02/02  06:27:43
5779         Log: future-proof unknown warning categories (from Greg Bacon
5780              <gbacon@cs.uah.edu>)
5781      Branch: perl
5782            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
5783 ____________________________________________________________________________
5784 [  4946] By: gsar                                  on 2000/02/02  06:21:34
5785         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
5786      Branch: perl
5787            ! lib/Text/Tabs.pm
5788 ____________________________________________________________________________
5789 [  4945] By: gsar                                  on 2000/02/02  06:03:04
5790         Log: more meaningful message on invalid pattern argument (from
5791              Kevin Meltzer <KMeltzer@USCO.com>)
5792      Branch: perl
5793            ! utils/perldoc.PL
5794 ____________________________________________________________________________
5795 [  4944] By: gsar                                  on 2000/02/02  05:43:49
5796         Log: XSLoader build patch for VMS (from Craig A. Berry
5797              <craig.berry@metamorgs.com>)
5798      Branch: perl
5799            ! vms/descrip_mms.template
5800 ____________________________________________________________________________
5801 [  4943] By: gsar                                  on 2000/02/02  03:40:49
5802         Log: reword some sections of perlunicode.pod
5803      Branch: perl
5804            ! pod/perlunicode.pod
5805 ____________________________________________________________________________
5806 [  4942] By: gsar                                  on 2000/02/01  21:02:01
5807         Log: AIX warning on undefined symbol
5808      Branch: perl
5809            ! makedef.pl
5810 ____________________________________________________________________________
5811 [  4941] By: gsar                                  on 2000/02/01  20:29:30
5812         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
5813              perlunicode.pod that reflects changes to unicode support so far
5814      Branch: perl
5815            + pod/perlunicode.pod
5816            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
5817            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
5818 ____________________________________________________________________________
5819 [  4940] By: jhi                                   on 2000/02/01  12:22:30
5820         Log: Integrate with Sarathy.
5821      Branch: cfgperl
5822           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
5823           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
5824           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5825           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
5826 ____________________________________________________________________________
5827 [  4939] By: gsar                                  on 2000/02/01  08:52:16
5828         Log: export pregexec(), Tk uses it
5829      Branch: perl
5830            ! embed.pl global.sym objXSUB.h perlapi.c
5831 ____________________________________________________________________________
5832 [  4938] By: gsar                                  on 2000/02/01  04:00:09
5833         Log: mark literal utf8 in string literals properly
5834      Branch: perl
5835            ! toke.c
5836 ____________________________________________________________________________
5837 [  4937] By: gsar                                  on 2000/01/31  20:19:34
5838         Log: introduce $^U, a global bit to indicate whether system
5839              calls should using widechar APIs; chr and sprintf "%c" also
5840              follow this flag in the absense of "use byte"; "use utf8"
5841              sets $^U=1 (this appears kludgey)
5842      Branch: perl
5843            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
5844            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
5845            ! t/lib/charnames.t win32/win32.h
5846 ____________________________________________________________________________
5847 [  4936] By: jhi                                   on 2000/01/31  20:17:44
5848         Log: HP-UX (induced) fixes.
5849      Branch: cfgperl
5850            ! Configure config_h.SH hints/hpux.sh
5851      Branch: metaconfig
5852            ! U/modified/Oldconfig.U U/modified/libs.U
5853      Branch: metaconfig/U/perl
5854            ! quadfio.U
5855 ____________________________________________________________________________
5856 [  4935] By: jhi                                   on 2000/01/31  19:15:43
5857         Log: Cosmetics.
5858      Branch: metaconfig
5859            ! U/compline/d_gconvert.U
5860 ____________________________________________________________________________
5861 [  4934] By: jhi                                   on 2000/01/31  19:15:22
5862         Log: Cppsym saga continues.
5863      Branch: cfgperl
5864            ! Configure config_h.SH
5865      Branch: metaconfig
5866            ! U/modified/Cppsym.U
5867 ____________________________________________________________________________
5868 [  4933] By: gsar                                  on 2000/01/31  18:45:07
5869         Log: !USING_WIDE() branch is busted in win32_stat()
5870      Branch: perl
5871            ! win32/win32.c
5872 ____________________________________________________________________________
5873 [  4932] By: jhi                                   on 2000/01/31  06:41:47
5874         Log: Reveal even more symbols.
5875      Branch: cfgperl
5876            ! Configure config_h.SH
5877      Branch: metaconfig
5878            ! U/modified/Cppsym.U
5879 ____________________________________________________________________________
5880 [  4931] By: jhi                                   on 2000/01/31  06:21:41
5881         Log: Integrate with Sarathy.
5882      Branch: cfgperl
5883            - lib/caller.pm
5884           !> (integrate 29 files)
5885 ____________________________________________________________________________
5886 [  4930] By: gsar                                  on 2000/01/31  04:57:42
5887         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
5888              whether to use widechar semantics; lexer and RE engine continue
5889              to need "use utf8" to enable unicode awareness in literals
5890              and patterns (TODO: this needs to be fixed); $1 et al are marked
5891              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
5892              it from the data is probably better)
5893      Branch: perl
5894            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
5895            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
5896            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
5897 ____________________________________________________________________________
5898 [  4929] By: gsar                                  on 2000/01/31  04:17:09
5899         Log: remove caller.pm from change#3534 (flawed idea)
5900      Branch: perl
5901            - lib/caller.pm
5902            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
5903 ____________________________________________________________________________
5904 [  4928] By: gsar                                  on 2000/01/31  04:16:01
5905         Log: fix factual regression (-e doesn't create temporary files anymore)
5906      Branch: perl
5907            ! pod/perlfilter.pod
5908 ____________________________________________________________________________
5909 [  4927] By: gsar                                  on 2000/01/30  21:27:12
5910         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
5911              document version tuples
5912      Branch: perl
5913            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
5914            ! pod/perlvar.pod
5915 ____________________________________________________________________________
5916 [  4926] By: gsar                                  on 2000/01/28  18:10:12
5917         Log: implement -follow option in find2perl (from Helmut Jarausch
5918              <jarausch@igpm.rwth-aachen.de>)
5919      Branch: perl
5920            ! lib/File/Find.pm x2p/find2perl.PL
5921 ____________________________________________________________________________
5922 [  4925] By: gsar                                  on 2000/01/28  18:03:28
5923         Log: document what chdir() without an argument does (from Mark-Jason
5924              Dominus <mjd@plover.com>)
5925      Branch: perl
5926            ! pod/perlfunc.pod
5927 ____________________________________________________________________________
5928 [  4924] By: gsar                                  on 2000/01/28  17:49:34
5929         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5930      Branch: perl
5931            ! README.cygwin
5932 ____________________________________________________________________________
5933 [  4923] By: gsar                                  on 2000/01/28  17:10:08
5934         Log: avoid leaking lexicals into program being debugged (from Ilya
5935              Zakharevich)
5936      Branch: perl
5937            ! lib/perl5db.pl
5938 ____________________________________________________________________________
5939 [  4922] By: gsar                                  on 2000/01/28  16:36:13
5940         Log: perldelta note about export list changes
5941      Branch: perl
5942            ! Changes pod/perldelta.pod
5943 ____________________________________________________________________________
5944 [  4921] By: gsar                                  on 2000/01/28  15:49:04
5945         Log: alias realpath() to abs_path() (from Tom Christiansen)
5946      Branch: perl
5947            ! lib/Cwd.pm
5948 ____________________________________________________________________________
5949 [  4920] By: jhi                                   on 2000/01/28  09:52:47
5950         Log: Cppsym fixup from Andy.
5951      Branch: cfgperl
5952            ! Configure config_h.SH
5953      Branch: metaconfig
5954            ! U/modified/Cppsym.U
5955 ____________________________________________________________________________
5956 [  4919] By: jhi                                   on 2000/01/28  09:52:22
5957         Log: In HP-UX no largefiles if no 64 bits.
5958      Branch: cfgperl
5959            ! hints/hpux.sh
5960 ____________________________________________________________________________
5961 [  4918] By: jhi                                   on 2000/01/28  09:03:37
5962         Log: The #4880 was too eager, the $n test is useful too.
5963      Branch: cfgperl
5964            ! lib/Benchmark.pm
5965 ____________________________________________________________________________
5966 [  4917] By: jhi                                   on 2000/01/28  06:27:50
5967         Log: Integrate with Sarathy.
5968      Branch: cfgperl
5969           +> pod/perlapi.pod pod/perlintern.pod
5970           !> (integrate 39 files)
5971 ____________________________________________________________________________
5972 [  4916] By: gsar                                  on 2000/01/28  05:29:37
5973         Log: more exported symbols needed for build on windows
5974      Branch: perl
5975            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
5976            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
5977 ____________________________________________________________________________
5978 [  4915] By: gsar                                  on 2000/01/28  03:43:52
5979         Log: autogenerate API listing from comments in the source (from Benjamin
5980              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
5981              flexible for better readability; add missing docs in sv.c; regenerate
5982              perltoc
5983      Branch: perl
5984            + pod/perlapi.pod pod/perlintern.pod
5985            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
5986            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
5987            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
5988            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
5989            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
5990            ! universal.c util.c
5991 ____________________________________________________________________________
5992 [  4914] By: gsar                                  on 2000/01/27  19:43:35
5993         Log: document unimplemented status of forking pipe open() on windows
5994      Branch: perl
5995            ! pod/perlfork.pod t/op/fork.t
5996 ____________________________________________________________________________
5997 [  4913] By: jhi                                   on 2000/01/27  11:18:51
5998         Log: Integrate with Sarathy.
5999      Branch: cfgperl
6000           !> (integrate 51 files)
6001 ____________________________________________________________________________
6002 [  4912] By: jhi                                   on 2000/01/27  10:35:48
6003         Log: Cppsym update continues.
6004      Branch: cfgperl
6005            ! Configure config_h.SH
6006      Branch: metaconfig
6007            ! U/modified/Cppsym.U
6008 ____________________________________________________________________________
6009 [  4911] By: gsar                                  on 2000/01/27  08:04:17
6010         Log: add missing flag in change#4892
6011      Branch: perl
6012            ! win32/win32.c
6013 ____________________________________________________________________________
6014 [  4910] By: gsar                                  on 2000/01/27  03:56:48
6015         Log: various pod nits identified by installhtml (all fixed except
6016              unresolved links)
6017      Branch: perl
6018            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
6019            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
6020            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
6021            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
6022            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
6023            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
6024 ____________________________________________________________________________
6025 [  4909] By: gsar                                  on 2000/01/26  22:45:28
6026         Log: typo
6027      Branch: perl
6028            ! Porting/p4desc
6029 ____________________________________________________________________________
6030 [  4908] By: gsar                                  on 2000/01/26  22:41:18
6031         Log: update p4 tool
6032      Branch: perl
6033            ! Porting/p4desc
6034 ____________________________________________________________________________
6035 [  4907] By: gsar                                  on 2000/01/26  21:45:41
6036         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
6037              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
6038      Branch: perl
6039            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
6040            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
6041            ! t/op/attrs.t toke.c
6042 ____________________________________________________________________________
6043 [  4906] By: gsar                                  on 2000/01/26  20:16:39
6044         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
6045      Branch: perl
6046            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
6047 ____________________________________________________________________________
6048 [  4905] By: gsar                                  on 2000/01/26  19:10:26
6049         Log: s/STOP/CHECK/ blocks
6050      Branch: perl
6051            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
6052            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
6053            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
6054            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
6055            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
6056            ! vms/perly_c.vms
6057 ____________________________________________________________________________
6058 [  4904] By: jhi                                   on 2000/01/26  13:58:18
6059         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
6060              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
6061      Branch: cfgperl
6062            ! ext/IO/IO.xs
6063 ____________________________________________________________________________
6064 [  4903] By: jhi                                   on 2000/01/26  11:16:34
6065         Log: Continue cpp symbol update.
6066      Branch: cfgperl
6067            ! Configure config_h.SH
6068      Branch: metaconfig
6069            ! U/modified/Cppsym.U
6070 ____________________________________________________________________________
6071 [  4902] By: gsar                                  on 2000/01/26  09:28:37
6072         Log: tweak exports list on Windows
6073      Branch: perl
6074            ! makedef.pl t/op/fork.t win32/win32.h
6075 ____________________________________________________________________________
6076 [  4901] By: jhi                                   on 2000/01/26  08:05:57
6077         Log: Integrate with Sarathy.
6078      Branch: cfgperl
6079           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
6080           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
6081           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
6082           !> win32/win32.c win32/win32.h
6083 ____________________________________________________________________________
6084 [  4900] By: jhi                                   on 2000/01/26  07:59:05
6085         Log: s/d_nvpresuv/d_nv_preserves_uv/;
6086              plus cosmetic change for #4899.
6087      Branch: cfgperl
6088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6089            ! config_h.SH
6090      Branch: metaconfig
6091            ! U/modified/Cppsym.U
6092      Branch: metaconfig/U/perl
6093            ! perlxv.U
6094 ____________________________________________________________________________
6095 [  4899] By: jhi                                   on 2000/01/26  07:46:56
6096         Log: Update the scan of the cpp symbols.
6097      Branch: cfgperl
6098            ! Configure config_h.SH
6099      Branch: metaconfig
6100            ! U/modified/Cppsym.U
6101 ____________________________________________________________________________
6102 [  4898] By: gsar                                  on 2000/01/26  04:49:45
6103         Log: allow '--' to terminate argument processing (suggested by
6104              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
6105      Branch: perl
6106            ! lib/Getopt/Std.pm
6107 ____________________________________________________________________________
6108 [  4897] By: gsar                                  on 2000/01/26  02:42:38
6109         Log: change#3744 should have made grep more like map instead of the
6110              other way around
6111      Branch: perl
6112            ! t/op/grep.t toke.c
6113 ____________________________________________________________________________
6114 [  4896] By: gsar                                  on 2000/01/26  00:56:14
6115         Log: integrate cfgperl contents into mainline
6116      Branch: perl
6117           +> vos/config.def vos/config.pl
6118            ! Changes
6119           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
6120           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
6121           !> vos/config.h vos/config_h.SH_orig
6122 ____________________________________________________________________________
6123 [  4895] By: gsar                                  on 2000/01/26  00:45:45
6124         Log: fix parse failure of (my $foo : bar) and similar (from Spider
6125              Boardman)
6126      Branch: perl
6127            ! toke.c
6128 ____________________________________________________________________________
6129 [  4894] By: gsar                                  on 2000/01/26  00:33:53
6130         Log: avoid failure if directories already read by rmtree() are
6131              deleted by another process
6132      Branch: perl
6133            ! lib/File/Path.pm
6134 ____________________________________________________________________________
6135 [  4893] By: gsar                                  on 2000/01/25  23:19:18
6136         Log: typo in change#4892
6137      Branch: perl
6138            ! win32/win32.c
6139 ____________________________________________________________________________
6140 [  4892] By: gsar                                  on 2000/01/25  22:16:19
6141         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
6142              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
6143              to call the fixed version of open_osfhandle() only on Windows 9x;
6144              updated the makefiles and README.win32 to suit
6145      Branch: perl
6146            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
6147            ! win32/win32.h
6148 ____________________________________________________________________________
6149 [  4891] By: gsar                                  on 2000/01/25  20:22:01
6150         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
6151      Branch: perl
6152            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
6153 ____________________________________________________________________________
6154 [  4890] By: gsar                                  on 2000/01/25  19:21:17
6155         Log: update Makefile notes on the now deprecated USE_5005THREADS and
6156              USE_OBJECT
6157      Branch: perl
6158            ! win32/Makefile win32/makefile.mk
6159 ____________________________________________________________________________
6160 [  4889] By: jhi                                   on 2000/01/25  14:44:55
6161         Log: Misedit in #4888.
6162      Branch: cfgperl
6163            ! pp.c
6164 ____________________________________________________________________________
6165 [  4888] By: jhi                                   on 2000/01/25  14:38:59
6166         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
6167              rash but it's the best move I can think of right now.
6168              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
6169              but I think it did in the past.
6170              Removing the _CRAYMPP test fixes a legion of pack/unpack
6171              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
6172              One subtest, t/lib/io_sock.t #14, is still failing.
6173      Branch: cfgperl
6174            ! Configure config_h.SH hints/unicosmk.sh pp.c
6175      Branch: metaconfig
6176            ! U/modified/Oldconfig.U
6177 ____________________________________________________________________________
6178 [  4887] By: jhi                                   on 2000/01/25  06:13:14
6179         Log: Integrate with Sarathy.
6180      Branch: cfgperl
6181           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
6182           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
6183           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
6184           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
6185           !> win32/perllib.c win32/win32.c win32/win32.h
6186 ____________________________________________________________________________
6187 [  4886] By: gsar                                  on 2000/01/25  02:54:00
6188         Log: consistently use MAX_PATH+1 buffer sizes
6189      Branch: perl
6190            ! win32/win32.c
6191 ____________________________________________________________________________
6192 [  4885] By: gsar                                  on 2000/01/25  02:51:35
6193         Log: workaround for rename('x','X') bug in Windows NT
6194      Branch: perl
6195            ! t/io/fs.t win32/win32.c
6196 ____________________________________________________________________________
6197 [  4884] By: gsar                                  on 2000/01/25  01:32:57
6198         Log: windows build fixups from uniform DLL name change to perl56.dll
6199      Branch: perl
6200            ! installperl makedef.pl win32/perllib.c
6201 ____________________________________________________________________________
6202 [  4883] By: gsar                                  on 2000/01/25  01:31:27
6203         Log: more fixes for warnings from change#4840
6204      Branch: perl
6205            ! lib/Pod/Html.pm
6206 ____________________________________________________________________________
6207 [  4882] By: gsar                                  on 2000/01/24  15:35:12
6208         Log: assorted little nits
6209      Branch: perl
6210            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
6211            ! win32/win32.c
6212 ____________________________________________________________________________
6213 [  4881] By: gsar                                  on 2000/01/24  14:32:31
6214         Log: add new warnings to perldelta
6215      Branch: perl
6216            ! Changes pod/perldelta.pod pod/perldiag.pod
6217 ____________________________________________________________________________
6218 [  4880] By: jhi                                   on 2000/01/24  14:14:23
6219         Log: From: Stephane Payrard <properler@freesurf.fr>
6220              To: Gurusamy Sarathy <gsar@ActiveState.com>
6221              Cc: perl5-porters@perl.org
6222              Subject: <patch> avoid division by 0 in Benchmark.pm
6223              Date: Mon, 24 Jan 2000 16:15:38 +0100
6224              Message-ID: <20000124161538.A995@freesurf.fr>
6225      Branch: cfgperl
6226            ! lib/Benchmark.pm
6227 ____________________________________________________________________________
6228 [  4879] By: gsar                                  on 2000/01/24  14:14:20
6229         Log: force linkage of the function wrappers for globals in change#4878
6230      Branch: perl
6231            ! embed.pl globals.c perlapi.h win32/win32.h
6232 ____________________________________________________________________________
6233 [  4878] By: gsar                                  on 2000/01/24  13:04:45
6234         Log: enable function wrappers for access to globals under MULTIPLICITY
6235              (provides binary compatibility in the face of changes in interpreter
6236              structure)
6237      Branch: perl
6238            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
6239            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
6240 ____________________________________________________________________________
6241 [  4877] By: jhi                                   on 2000/01/24  11:41:57
6242         Log: perlhist update.
6243      Branch: cfgperl
6244            ! pod/perlhist.pod
6245 ____________________________________________________________________________
6246 [  4876] By: jhi                                   on 2000/01/24  11:32:07
6247         Log: Updates on the large file support status.
6248      Branch: cfgperl
6249            ! pod/perldelta.pod
6250 ____________________________________________________________________________
6251 [  4875] By: jhi                                   on 2000/01/24  11:23:16
6252         Log: Integrate with Sarathy.
6253      Branch: cfgperl
6254           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
6255           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
6256           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
6257 ____________________________________________________________________________
6258 [  4874] By: gsar                                  on 2000/01/24  10:43:03
6259         Log: fix typos; avoid use constant for lowercase constants (produces
6260              warnings now)
6261      Branch: perl
6262            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
6263            ! lib/Shell.pm
6264 ____________________________________________________________________________
6265 [  4873] By: gsar                                  on 2000/01/24  09:40:24
6266         Log: avoid warnings when there's no subs to autosplit
6267      Branch: perl
6268            ! lib/AutoSplit.pm
6269 ____________________________________________________________________________
6270 [  4872] By: jhi                                   on 2000/01/24  09:39:01
6271         Log: Create a tool for converting a config_h.SH into a VOS config.h.
6272      Branch: cfgperl
6273            + vos/config.def vos/config.pl
6274            ! MANIFEST vos/config.h vos/config_h.SH_orig
6275 ____________________________________________________________________________
6276 [  4871] By: gsar                                  on 2000/01/24  09:15:20
6277         Log: typos in change#4623
6278      Branch: perl
6279            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6280 ____________________________________________________________________________
6281 [  4870] By: jhi                                   on 2000/01/24  06:43:19
6282         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
6283      Branch: cfgperl
6284            ! Configure config_h.SH
6285      Branch: metaconfig
6286            + U/modified/cf_email.U U/modified/so.U
6287      Branch: metaconfig/U/perl
6288            ! dlsrc.U
6289 ____________________________________________________________________________
6290 [  4869] By: jhi                                   on 2000/01/24  06:04:31
6291         Log: Integrate with Sarathy.
6292      Branch: cfgperl
6293           +> t/pragma/diagnostics.t
6294           !> (integrate 120 files)
6295 ____________________________________________________________________________
6296 [  4868] By: gsar                                  on 2000/01/23  21:49:28
6297         Log: on windows, set seek position to end for files opened in append mode
6298              (improves compatibility with Unix, avoids buffering issues)
6299      Branch: perl
6300            ! win32/win32.c
6301 ____________________________________________________________________________
6302 [  4867] By: gsar                                  on 2000/01/23  21:19:31
6303         Log: change#4866 was flawed; revert and add better fix for warning
6304      Branch: perl
6305            ! op.c op.h
6306 ____________________________________________________________________________
6307 [  4866] By: gsar                                  on 2000/01/23  20:43:56
6308         Log: optimize away runtime code for our($foo) (also avoid warnings)
6309      Branch: perl
6310            ! op.c
6311 ____________________________________________________________________________
6312 [  4865] By: gsar                                  on 2000/01/23  13:17:18
6313         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
6314      Branch: perl
6315            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6316            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6317 ____________________________________________________________________________
6318 [  4864] By: gsar                                  on 2000/01/23  13:12:31
6319         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
6320              suggested by Dominic Dunlop <domo@computer.org>)
6321      Branch: perl
6322            ! doio.c
6323 ____________________________________________________________________________
6324 [  4863] By: gsar                                  on 2000/01/23  13:01:35
6325         Log: fix misclassified warnings
6326      Branch: perl
6327            ! pod/perldiag.pod
6328 ____________________________________________________________________________
6329 [  4862] By: gsar                                  on 2000/01/23  12:52:12
6330         Log: document bareword prototype incompatibility
6331      Branch: perl
6332            ! pod/perldelta.pod pod/perlsub.pod
6333 ____________________________________________________________________________
6334 [  4861] By: gsar                                  on 2000/01/23  12:32:25
6335         Log: faulty edit
6336      Branch: perl
6337            ! lib/File/stat.pm
6338 ____________________________________________________________________________
6339 [  4860] By: gsar                                  on 2000/01/23  12:23:48
6340         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
6341      Branch: perl
6342            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
6343            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
6344            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
6345            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
6346            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
6347            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
6348            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6349            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
6350            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
6351            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
6352            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6353            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
6354            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
6355            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
6356            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6357            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
6358            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
6359            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
6360            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
6361            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
6362            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
6363            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
6364            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
6365            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
6366            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
6367            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
6368 ____________________________________________________________________________
6369 [  4859] By: gsar                                  on 2000/01/23  11:29:22
6370         Log: fix diagnostics to report "our" vs "my" correctly
6371      Branch: perl
6372            ! op.c pod/perldiag.pod
6373 ____________________________________________________________________________
6374 [  4858] By: gsar                                  on 2000/01/23  10:14:46
6375         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
6376              more widely)
6377      Branch: perl
6378            ! patchlevel.h
6379 ____________________________________________________________________________
6380 [  4857] By: gsar                                  on 2000/01/23  10:04:03
6381         Log: disallow our($foo::bar)
6382      Branch: perl
6383            ! pod/perldiag.pod toke.c
6384 ____________________________________________________________________________
6385 [  4856] By: gsar                                  on 2000/01/23  09:50:54
6386         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
6387      Branch: perl
6388            ! utils/dprofpp.PL
6389 ____________________________________________________________________________
6390 [  4855] By: gsar                                  on 2000/01/23  09:36:51
6391         Log: new test (from Michael G Schwern <schwern@pobox.com>)
6392      Branch: perl
6393            + t/pragma/diagnostics.t
6394            ! MANIFEST
6395 ____________________________________________________________________________
6396 [  4854] By: gsar                                  on 2000/01/23  09:24:40
6397         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
6398              <schwern@pobox.com>)
6399      Branch: perl
6400            ! utils/h2xs.PL
6401 ____________________________________________________________________________
6402 [  4853] By: gsar                                  on 2000/01/23  09:08:30
6403         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
6404      Branch: perl
6405            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
6406 ____________________________________________________________________________
6407 [  4852] By: gsar                                  on 2000/01/23  08:52:44
6408         Log: mark some extensions as "special versions" to avoid CPAN indexer
6409              confusion (from Ilya Zakharevich)
6410      Branch: perl
6411            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6412 ____________________________________________________________________________
6413 [  4851] By: gsar                                  on 2000/01/23  08:48:46
6414         Log: prefer POSIX::uname() rather than syscalls, which require attempting
6415              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
6416      Branch: perl
6417            ! lib/Sys/Hostname.pm
6418 ____________________________________________________________________________
6419 [  4850] By: gsar                                  on 2000/01/23  08:36:43
6420         Log: integrate cfgperl contents into mainline
6421      Branch: perl
6422           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
6423           !> Porting/config_H config_h.SH perl.h
6424 ____________________________________________________________________________
6425 [  4849] By: gsar                                  on 2000/01/23  08:17:30
6426         Log: fix localization in while BLOCK when there is a continue BLOCK
6427              by introducing an explicit scope (c.f. change#4848)
6428      Branch: perl
6429            ! op.c pp_ctl.c t/cmd/while.t
6430 ____________________________________________________________________________
6431 [  4848] By: gsar                                  on 2000/01/23  06:43:51
6432         Log: fix scope cleanup when next jumps to a continue block; this is rather
6433              in the nature of a kludge; it doesn't fix the longstanding bug that
6434              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
6435              instead of "1")
6436      Branch: perl
6437            ! pp_ctl.c t/cmd/while.t
6438 ____________________________________________________________________________
6439 [  4847] By: gsar                                  on 2000/01/23  04:47:25
6440         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
6441              C<while (my $x = foo()) { my $x = bar(); }> etc.
6442      Branch: perl
6443            ! op.c
6444 ____________________________________________________________________________
6445 [  4846] By: gsar                                  on 2000/01/23  04:44:17
6446         Log: avoid warnings in change#4839
6447      Branch: perl
6448            ! lib/Carp/Heavy.pm
6449 ____________________________________________________________________________
6450 [  4845] By: gsar                                  on 2000/01/22  13:12:38
6451         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
6452      Branch: perl
6453            ! Changes Configure
6454 ____________________________________________________________________________
6455 [  4844] By: gsar                                  on 2000/01/22  12:46:26
6456         Log: wrong category for exec() warning
6457      Branch: perl
6458            ! op.c pod/perlop.pod
6459 ____________________________________________________________________________
6460 [  4843] By: gsar                                  on 2000/01/22  12:42:40
6461         Log: fix line continuations in argument lists (from Helmut Jarausch)
6462      Branch: perl
6463            ! lib/ExtUtils/xsubpp
6464 ____________________________________________________________________________
6465 [  4842] By: gsar                                  on 2000/01/22  12:34:39
6466         Log: CGI.pm upgraded to v2.56 from CPAN
6467      Branch: perl
6468            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
6469            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
6470            ! t/lib/cgi-html.t
6471 ____________________________________________________________________________
6472 [  4841] By: gsar                                  on 2000/01/22  12:07:23
6473         Log: avoid warnings due to lack of forward declarations
6474      Branch: perl
6475            ! lib/Pod/Html.pm
6476 ____________________________________________________________________________
6477 [  4840] By: gsar                                  on 2000/01/22  12:04:30
6478         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
6479              <wolfgang.laun@alcatel.at>)
6480      Branch: perl
6481            ! lib/Pod/Html.pm
6482 ____________________________________________________________________________
6483 [  4839] By: gsar                                  on 2000/01/22  11:57:24
6484         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
6485              <wolfgang.laun@alcatel.at>)
6486      Branch: perl
6487            ! lib/Carp/Heavy.pm pod/perldelta.pod
6488 ____________________________________________________________________________
6489 [  4838] By: gsar                                  on 2000/01/22  10:53:06
6490         Log: truncate(FH) flushes FH before truncating it
6491      Branch: perl
6492            ! pp_sys.c t/io/fs.t
6493 ____________________________________________________________________________
6494 [  4837] By: gsar                                  on 2000/01/22  10:37:16
6495         Log: #line directives without a filename leave the file name as it was
6496              instead of setting it to the script name (from Andrew Pimlott
6497              <andrew@pimlott.ne.mediaone.net>)
6498      Branch: perl
6499            ! toke.c
6500 ____________________________________________________________________________
6501 [  4836] By: gsar                                  on 2000/01/22  10:06:53
6502         Log: add patch for printf-style format typechecks (from Robin Barker
6503              <rmb1@cise.npl.co.uk>); fixes for problems so identified
6504      Branch: perl
6505            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
6506            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
6507 ____________________________________________________________________________
6508 [  4835] By: gsar                                  on 2000/01/22  08:42:52
6509         Log: From: John Tobey <jtobey@isay.com>
6510              Date: Thu, 16 Dec 1999 20:20:38 -0500
6511              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
6512              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
6513      Branch: perl
6514            ! lib/base.pm lib/fields.pm t/lib/fields.t
6515 ____________________________________________________________________________
6516 [  4834] By: gsar                                  on 2000/01/22  08:08:08
6517         Log: fix deeply nested closures that have no references to lexical in
6518              intervening subs
6519      Branch: perl
6520            ! embed.h embed.pl op.c proto.h t/op/closure.t
6521 ____________________________________________________________________________
6522 [  4833] By: gsar                                  on 2000/01/21  17:04:21
6523         Log: add $VERSION
6524      Branch: perl
6525            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
6526 ____________________________________________________________________________
6527 [  4832] By: gsar                                  on 2000/01/21  16:49:09
6528         Log: fix bug in dumping self-referential scalars
6529      Branch: perl
6530            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6531            ! t/lib/dumper.t
6532 ____________________________________________________________________________
6533 [  4831] By: jhi                                   on 2000/01/21  09:16:07
6534         Log: Integrate with Sarathy.
6535      Branch: cfgperl
6536           +> t/op/exists_sub.t
6537           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
6538           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
6539           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
6540           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
6541           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
6542 ____________________________________________________________________________
6543 [  4830] By: gsar                                  on 2000/01/21  04:28:08
6544         Log: patch to report warnings on bogus filehandles passed to flock(),
6545              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
6546              (slightly modified)
6547      Branch: perl
6548            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6549            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
6550            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6551 ____________________________________________________________________________
6552 [  4829] By: gsar                                  on 2000/01/21  03:43:46
6553         Log: typo fix
6554      Branch: perl
6555            ! pod/perlop.pod
6556 ____________________________________________________________________________
6557 [  4828] By: gsar                                  on 2000/01/21  03:32:31
6558         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
6559              fixups of faulty facts and prose
6560      Branch: perl
6561            ! pod/perlvar.pod
6562 ____________________________________________________________________________
6563 [  4827] By: gsar                                  on 2000/01/21  01:45:51
6564         Log: support for C<exists &func> (from Spider Boardman)
6565      Branch: perl
6566            + t/op/exists_sub.t
6567            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
6568            ! pod/perlfunc.pod pp.c
6569 ____________________________________________________________________________
6570 [  4826] By: gsar                                  on 2000/01/21  01:35:46
6571         Log: mention the fact that open(my $foo, ...) covers all handle
6572              constructors
6573      Branch: perl
6574            ! pod/perldelta.pod
6575 ____________________________________________________________________________
6576 [  4825] By: gsar                                  on 2000/01/21  01:03:34
6577         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6578              Date: Wed, 19 Jan 2000 15:05:11 -0500
6579              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
6580              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
6581      Branch: perl
6582            ! utils/h2xs.PL
6583 ____________________________________________________________________________
6584 [  4824] By: gsar                                  on 2000/01/20  19:14:26
6585         Log: INSTALL updates from Andy Dougherty
6586      Branch: perl
6587            ! INSTALL
6588 ____________________________________________________________________________
6589 [  4823] By: gsar                                  on 2000/01/20  08:40:13
6590         Log: sv_true() has a superfluous test
6591      Branch: perl
6592            ! sv.c sv.h
6593 ____________________________________________________________________________
6594 [  4822] By: bailey                                on 2000/01/20  02:03:35
6595         Log: Minor cosmetic updates
6596      Branch: vmsperl
6597            ! configure.com
6598 ____________________________________________________________________________
6599 [  4821] By: bailey                                on 2000/01/20  00:25:30
6600         Log: Quick integration of mainline changes to date
6601      Branch: vmsperl
6602           +> (branch 74 files)
6603            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
6604            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
6605            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
6606            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
6607            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
6608            - lib/warning.pm os2/POSIX.mkfifo warning.h
6609           !> (integrate 462 files)
6610 ____________________________________________________________________________
6611 [  4820] By: jhi                                   on 2000/01/19  22:46:42
6612         Log: More robust inc_version_list from Andy.
6613      Branch: cfgperl
6614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6615            ! config_h.SH
6616      Branch: metaconfig
6617            ! U/installdirs/inc_version_list.U
6618 ____________________________________________________________________________
6619 [  4819] By: jhi                                   on 2000/01/19  17:36:56
6620         Log: Add NV_PRESERVES_UV.
6621      Branch: cfgperl
6622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6623            ! config_h.SH perl.h
6624      Branch: metaconfig
6625            ! U/protos/selecttype.U
6626      Branch: metaconfig/U/perl
6627            - nvpresuv.U
6628            ! perlxv.U
6629 ____________________________________________________________________________
6630 [  4818] By: jhi                                   on 2000/01/19  08:13:05
6631         Log: Integrate with Sarathy.
6632      Branch: cfgperl
6633           !> Changes Configure win32/config.bc win32/config.gc
6634           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6635           !> win32/config_H.vc
6636 ____________________________________________________________________________
6637 [  4817] By: gsar                                  on 2000/01/19  05:25:43
6638         Log: regen win32/config*
6639      Branch: perl
6640            ! Configure win32/config.bc win32/config.gc win32/config.vc
6641            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6642 ____________________________________________________________________________
6643 [  4816] By: jhi                                   on 2000/01/18  21:19:10
6644         Log: Policy patch from Andy for installation directories,
6645              removing the $apiversion.
6646      Branch: cfgperl
6647            ! Policy_sh.SH
6648 ____________________________________________________________________________
6649 [  4815] By: jhi                                   on 2000/01/18  21:11:03
6650         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
6651              as suggested by Andy.
6652      Branch: cfgperl
6653            ! Configure config_h.SH
6654      Branch: metaconfig
6655            ! U/compline/d_gnulibc.U U/modified/cc.U
6656 ____________________________________________________________________________
6657 [  4814] By: gsar                                  on 2000/01/18  20:48:10
6658         Log: integrate cfgperl changes into mainline
6659      Branch: perl
6660            ! Changes
6661           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6662           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
6663           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
6664 ____________________________________________________________________________
6665 [  4813] By: jhi                                   on 2000/01/18  19:41:33
6666         Log: metaconfig todo note from Andy.
6667      Branch: cfgperl
6668            ! Configure config_h.SH
6669      Branch: metaconfig
6670            ! U/installdirs/inc_version_list.U
6671 ____________________________________________________________________________
6672 [  4812] By: jhi                                   on 2000/01/18  15:02:55
6673         Log: More -V.
6674      Branch: cfgperl
6675            ! perl.c
6676 ____________________________________________________________________________
6677 [  4811] By: jhi                                   on 2000/01/18  10:35:30
6678         Log: More compile-time options shown with -V.
6679      Branch: cfgperl
6680            ! perl.c
6681 ____________________________________________________________________________
6682 [  4810] By: jhi                                   on 2000/01/17  08:35:49
6683         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
6684              the strtold() and qgcvt() prototypes for long doubles, but
6685              it should be okay in any case); fix bad assumptions in the
6686              test suite about string->float conversions; though the out
6687              parameter of strtold() (and strtoll()) is unused, it is nicer
6688              to have it in correct type.
6689      Branch: cfgperl
6690            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
6691      Branch: metaconfig
6692            ! U/modified/cc.U
6693 ____________________________________________________________________________
6694 [  4809] By: jhi                                   on 2000/01/16  19:21:18
6695         Log: strtoll works better ternary.
6696      Branch: cfgperl
6697            ! perl.h
6698 ____________________________________________________________________________
6699 [  4808] By: jhi                                   on 2000/01/16  19:12:58
6700         Log: Know strtoll.
6701      Branch: cfgperl
6702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6703            ! config_h.SH perl.h
6704 ____________________________________________________________________________
6705 [  4807] By: jhi                                   on 2000/01/16  17:57:03
6706         Log: Integrate with Sarathy.
6707      Branch: cfgperl
6708           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
6709           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
6710 ____________________________________________________________________________
6711 [  4806] By: jhi                                   on 2000/01/16  16:37:47
6712         Log: Continue qgcvt work; closer now but not yet there.
6713      Branch: cfgperl
6714            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6715            ! config_h.SH doop.c utf8.c
6716      Branch: metaconfig
6717            ! U/compline/d_gconvert.U
6718      Branch: metaconfig/U/perl
6719            ! d_qgcvt.U
6720 ____________________________________________________________________________
6721 [  4805] By: jhi                                   on 2000/01/15  22:26:16
6722         Log: Metaconfig and Porting patches from Andy; start using the new
6723              long long and long double thingies from #4804; regen Configure.
6724      Branch: cfgperl
6725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6726            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
6727      Branch: metaconfig
6728            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
6729            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
6730            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
6731            + U/nullified/lib.U
6732            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
6733            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
6734            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
6735            ! U/modified/Oldconfig.U U/modified/Signal.U
6736            ! U/modified/sig_name.U U/threads/usethreads.U
6737      Branch: metaconfig/U/perl
6738            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6739            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
6740            ! usemultiplicity.U
6741      Branch: perl
6742            ! perl.h util.c
6743 ____________________________________________________________________________
6744 [  4804] By: jhi                                   on 2000/01/14  14:22:24
6745         Log: Add more quad/long long/long double sciency.
6746      Branch: metaconfig/U/perl
6747            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
6748            + d_strtouq.U
6749 ____________________________________________________________________________
6750 [  4803] By: gsar                                  on 2000/01/14  04:40:49
6751         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
6752      Branch: perl
6753            ! op.c
6754 ____________________________________________________________________________
6755 [  4802] By: gsar                                  on 2000/01/14  04:35:55
6756         Log: add note about "our"
6757      Branch: perl
6758            ! lib/vars.pm
6759 ____________________________________________________________________________
6760 [  4801] By: gsar                                  on 2000/01/14  04:16:51
6761         Log: nailed "our" declarations, and better warnings on duplicate
6762              "our" declarations
6763      Branch: perl
6764            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
6765            ! t/pragma/strict-vars toke.c
6766 ____________________________________________________________________________
6767 [  4800] By: gsar                                  on 2000/01/14  01:27:13
6768         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
6769      Branch: perl
6770            ! dump.c op.c op.h
6771 ____________________________________________________________________________
6772 [  4799] By: gsar                                  on 2000/01/14  01:17:15
6773         Log: doc typo
6774      Branch: perl
6775            ! pod/perlfunc.pod
6776 ____________________________________________________________________________
6777 [  4798] By: jhi                                   on 2000/01/13  16:31:34
6778         Log: Integrate with Sarathy.
6779      Branch: cfgperl
6780           +> epoc/config.sh epoc/epocish.c epoc/link.pl
6781           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
6782           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6783           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
6784           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
6785           +> win32/perlhost.h win32/vdir.h win32/vmem.h
6786            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6787            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
6788            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
6789           !> (integrate 282 files)
6790 ____________________________________________________________________________
6791 [  4797] By: gsar                                  on 2000/01/13  08:12:56
6792         Log: clearer docs for change#4796; faster av_exists()
6793      Branch: perl
6794            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6795 ____________________________________________________________________________
6796 [  4796] By: gsar                                  on 2000/01/13  06:49:03
6797         Log: support delete() and exists() on array, tied array, and pseudo-hash
6798              elements or slices
6799      Branch: perl
6800            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
6801            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
6802            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
6803            ! t/op/avhv.t t/op/delete.t
6804 ____________________________________________________________________________
6805 [  4795] By: gsar                                  on 2000/01/11  20:52:30
6806         Log: extend site_perl changes change#4773 to vendor_perl as well
6807      Branch: perl
6808            ! Configure
6809 ____________________________________________________________________________
6810 [  4794] By: gsar                                  on 2000/01/11  19:18:50
6811         Log: rework INSTALL to reflect new logic for versioning sitelibs
6812      Branch: perl
6813            ! INSTALL
6814 ____________________________________________________________________________
6815 [  4793] By: gsar                                  on 2000/01/11  01:44:00
6816         Log: test for change#4792
6817      Branch: perl
6818            ! t/op/fork.t
6819 ____________________________________________________________________________
6820 [  4792] By: gsar                                  on 2000/01/11  01:22:36
6821         Log: pseudo forked children inherit environment correctly
6822      Branch: perl
6823            ! win32/perlhost.h
6824 ____________________________________________________________________________
6825 [  4791] By: gsar                                  on 2000/01/10  19:14:03
6826         Log: test tweak
6827      Branch: perl
6828            ! t/op/fork.t
6829 ____________________________________________________________________________
6830 [  4790] By: gsar                                  on 2000/01/10  18:56:16
6831         Log: check for USE_ITHREADS sanity was too restrictive
6832      Branch: perl
6833            ! perl.h
6834 ____________________________________________________________________________
6835 [  4789] By: gsar                                  on 2000/01/10  18:30:24
6836         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
6837              a real SetCurrentDirectory() in toplevel host
6838      Branch: perl
6839            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
6840            ! win32/vdir.h win32/win32.c
6841 ____________________________________________________________________________
6842 [  4782] By: gsar                                  on 2000/01/10  05:27:03
6843         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
6844      Branch: perl
6845            + epoc/config.sh epoc/epocish.c epoc/link.pl
6846            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
6847            - epoc/perl.pkg
6848            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
6849            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
6850            ! lib/Sys/Hostname.pm
6851 ____________________________________________________________________________
6852 [  4781] By: gsar                                  on 2000/01/10  05:11:03
6853         Log: pod typos (from Abigail <abigail@delanet.com>)
6854      Branch: perl
6855            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
6856 ____________________________________________________________________________
6857 [  4780] By: gsar                                  on 2000/01/10  05:07:35
6858         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
6859      Branch: perl
6860            ! t/lib/thread.t
6861 ____________________________________________________________________________
6862 [  4779] By: gsar                                  on 2000/01/10  05:06:16
6863         Log: terminate -s switch processing only on C<-->, not on C<--foo>
6864      Branch: perl
6865            ! perl.c
6866 ____________________________________________________________________________
6867 [  4778] By: gsar                                  on 2000/01/10  04:38:45
6868         Log: useithreads needs usemultiplicity
6869      Branch: perl
6870            ! Configure perl.h
6871 ____________________________________________________________________________
6872 [  4777] By: gsar                                  on 2000/01/10  01:18:04
6873         Log: use $Config{version} rather than $] where appropriate
6874      Branch: perl
6875            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
6876            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
6877            ! lib/lib.pm
6878 ____________________________________________________________________________
6879 [  4776] By: gsar                                  on 2000/01/10  00:11:34
6880         Log: enable fork.t on windows
6881      Branch: perl
6882            ! t/op/fork.t
6883 ____________________________________________________________________________
6884 [  4775] By: gsar                                  on 2000/01/10  00:07:29
6885         Log: broken test for use5005threads
6886      Branch: perl
6887            ! t/lib/safe2.t
6888 ____________________________________________________________________________
6889 [  4774] By: gsar                                  on 2000/01/09  23:56:37
6890         Log: more windows build tweaks
6891      Branch: perl
6892            ! installperl makedef.pl win32/Makefile win32/config_H.bc
6893            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6894            ! win32/makefile.mk
6895 ____________________________________________________________________________
6896 [  4773] By: gsar                                  on 2000/01/09  22:27:19
6897         Log: more changes for new-style version numbers (versions numbers on
6898              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
6899              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
6900              split $Config{apiversion} into three, @Config{apirevision,apiversion,
6901              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
6902              to .../site_perl/$version, just like $Config{privlib}, making sitelib
6903              completely independent across versions and substantially eliminating
6904              chances of breaking older installations by overwriting newly built
6905              extensions; all this means compatibility inclusions for @INC will need
6906              to take into account older sitelib versions (this still TODO)
6907              
6908              windows, vms, dos tweaks for the above
6909      Branch: perl
6910            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
6911            ! config_h.SH configure.com dosish.h installman installperl
6912            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
6913            ! win32/config.bc win32/config.gc win32/config.vc
6914            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6915            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
6916            ! win32/win32.c
6917 ____________________________________________________________________________
6918 [  4772] By: gsar                                  on 2000/01/09  19:05:33
6919         Log: s/usethreads/use5005threads/g
6920      Branch: perl
6921            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
6922 ____________________________________________________________________________
6923 [  4771] By: gsar                                  on 2000/01/09  18:51:50
6924         Log: Configure changes for new-style version numbers (from Andy Dougherty,
6925              slightly altered)
6926      Branch: perl
6927            ! Configure INSTALL Porting/Glossary Porting/config.sh
6928            ! Porting/config_H config_h.SH perl.h win32/Makefile
6929            ! win32/config.bc win32/config.gc win32/config.vc
6930            ! win32/makefile.mk
6931 ____________________________________________________________________________
6932 [  4770] By: gsar                                  on 2000/01/07  22:18:54
6933         Log: fix for 'make utest' failures (from Ilya Zakharevich)
6934      Branch: perl
6935            ! regexec.c
6936 ____________________________________________________________________________
6937 [  4769] By: gsar                                  on 2000/01/07  18:23:16
6938         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
6939      Branch: perl
6940            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
6941            + ext/ODBM_File/hints/cygwin.pl
6942            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
6943            ! hints/cygwin.sh installman installperl lib/Cwd.pm
6944            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
6945            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
6946 ____________________________________________________________________________
6947 [  4768] By: gsar                                  on 2000/01/07  18:12:15
6948         Log: typo on h2xs.PL (from Helmut Jarausch)
6949      Branch: perl
6950            ! utils/h2xs.PL
6951 ____________________________________________________________________________
6952 [  4767] By: gsar                                  on 2000/01/07  17:58:45
6953         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
6954      Branch: perl
6955            ! README.vms configure.com vms/subconfigure.com
6956 ____________________________________________________________________________
6957 [  4766] By: gsar                                  on 2000/01/07  17:54:05
6958         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
6959              <sthoenna@efn.org>)
6960      Branch: perl
6961            - os2/POSIX.mkfifo
6962            ! MANIFEST README.os2
6963 ____________________________________________________________________________
6964 [  4765] By: gsar                                  on 2000/01/06  20:11:46
6965         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
6966              match /^lib/ won't load properly)
6967      Branch: perl
6968            + ext/DynaLoader/hints/openbsd.pl
6969            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
6970 ____________________________________________________________________________
6971 [  4764] By: gsar                                  on 2000/01/06  19:51:08
6972         Log: add undocumented globals for compatibility--find.pl, and find2perl
6973              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6974      Branch: perl
6975            ! lib/File/Find.pm
6976 ____________________________________________________________________________
6977 [  4763] By: gsar                                  on 2000/01/06  10:51:07
6978         Log: fix various C-backend shenanigans
6979      Branch: perl
6980            ! ext/B/B/C.pm
6981 ____________________________________________________________________________
6982 [  4762] By: gsar                                  on 2000/01/06  04:09:00
6983         Log: tweak test in change#4757 for Windows
6984      Branch: perl
6985            ! t/io/open.t
6986 ____________________________________________________________________________
6987 [  4761] By: gsar                                  on 2000/01/06  02:55:30
6988         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
6989              they belonged to freed OP_CONSTs)
6990      Branch: perl
6991            ! op.c
6992 ____________________________________________________________________________
6993 [  4760] By: gsar                                  on 2000/01/06  00:22:40
6994         Log: constant ranges could escape bareword check in list context
6995      Branch: perl
6996            ! op.c t/pragma/strict-subs
6997 ____________________________________________________________________________
6998 [  4759] By: gsar                                  on 2000/01/05  20:52:50
6999         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7000              Date: Wed, 05 Jan 2000 15:23:18 EST
7001              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
7002              Subject: Re: minimal m//g matches appear busted
7003      Branch: perl
7004            ! regexec.c t/op/pat.t
7005 ____________________________________________________________________________
7006 [  4758] By: gsar                                  on 2000/01/05  12:49:40
7007         Log: various nits identified by warnings unmasked by recent changes
7008      Branch: perl
7009            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
7010 ____________________________________________________________________________
7011 [  4757] By: gsar                                  on 2000/01/05  12:48:10
7012         Log: severe bugs in change#3786 fixed
7013      Branch: perl
7014            ! doio.c t/io/open.t
7015 ____________________________________________________________________________
7016 [  4756] By: gsar                                  on 2000/01/05  11:25:10
7017         Log: tweak change#4745 to make ebcdic output match for chars <= 037
7018      Branch: perl
7019            ! ext/Data/Dumper/Dumper.pm
7020 ____________________________________________________________________________
7021 [  4755] By: gsar                                  on 2000/01/05  06:56:05
7022         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
7023      Branch: perl
7024            ! Configure util.c utils/perlcc.PL
7025 ____________________________________________________________________________
7026 [  4754] By: gsar                                  on 2000/01/05  06:52:25
7027         Log: avoid expensive Version_check (from Andreas Koenig)
7028      Branch: perl
7029            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7030            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7031 ____________________________________________________________________________
7032 [  4753] By: gsar                                  on 2000/01/05  06:48:22
7033         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7034              Date: 03 Jan 2000 21:56:02 +0100
7035              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
7036              Subject: Reloading File::Copy
7037      Branch: perl
7038            ! Changes lib/File/Copy.pm t/lib/filecopy.t
7039 ____________________________________________________________________________
7040 [  4752] By: gsar                                  on 2000/01/04  01:19:20
7041         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
7042      Branch: perl
7043            ! win32/Makefile win32/makefile.mk win32/win32.h
7044 ____________________________________________________________________________
7045 [  4751] By: gsar                                  on 2000/01/03  18:26:08
7046         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
7047      Branch: perl
7048            ! lib/ExtUtils/MakeMaker.pm
7049 ____________________________________________________________________________
7050 [  4750] By: gsar                                  on 2000/01/02  21:58:02
7051         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
7052              to write to a file other than tmon.out (suggested by Haakon Alstadheim
7053              <Haakon.Alstadheim@sds.no>)
7054      Branch: perl
7055            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
7056 ____________________________________________________________________________
7057 [  4749] By: gsar                                  on 2000/01/02  21:37:29
7058         Log: disable optimization in change#3612 for join() and quotemeta()--this
7059              removes all the gross hacks for the special cases in that change; fix
7060              pp_concat() for when TARG == arg (modified version of patch suggested
7061              by Ilya Zakharevich)
7062      Branch: perl
7063            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
7064 ____________________________________________________________________________
7065 [  4748] By: gsar                                  on 2000/01/02  20:26:06
7066         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
7067              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
7068      Branch: perl
7069            ! lib/ExtUtils/MakeMaker.pm
7070 ____________________________________________________________________________
7071 [  4747] By: gsar                                  on 2000/01/02  20:17:36
7072         Log: fix 4-arg substr() when used as argument to subroutine
7073      Branch: perl
7074            ! pp.c t/op/substr.t
7075 ____________________________________________________________________________
7076 [  4746] By: gsar                                  on 2000/01/02  18:45:58
7077         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
7078      Branch: perl
7079            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
7080            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
7081            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7082            ! perlapi.c proto.h thread.h util.c
7083 ____________________________________________________________________________
7084 [  4745] By: gsar                                  on 2000/01/02  18:15:44
7085         Log: ebcdic fix for Data::Dumper from Peter Prymmer
7086      Branch: perl
7087            ! ext/Data/Dumper/Dumper.pm regcomp.c
7088 ____________________________________________________________________________
7089 [  4744] By: gsar                                  on 1999/12/31  22:42:23
7090         Log: missing files in previous submit
7091      Branch: perl
7092            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
7093            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
7094 ____________________________________________________________________________
7095 [  4743] By: gsar                                  on 1999/12/31  06:47:18
7096         Log: various Windows build tweaks
7097      Branch: perl
7098            ! win32/win32.h
7099 ____________________________________________________________________________
7100 [  4742] By: gsar                                  on 1999/12/30  21:32:36
7101         Log: change#4705 breaks code that interpolates $], so leave string value
7102              of $] as it was for compatibility (and perhaps introduce $^V or similar
7103              for the utf8 representation, maybe?)
7104      Branch: perl
7105            ! configpm gv.c
7106 ____________________________________________________________________________
7107 [  4741] By: gsar                                  on 1999/12/30  19:36:21
7108         Log: avoid CRLF in byteloadable files created by perlcc
7109      Branch: perl
7110            ! utils/perlcc.PL
7111 ____________________________________________________________________________
7112 [  4740] By: gsar                                  on 1999/12/30  19:35:07
7113         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
7114      Branch: perl
7115            ! pod/perldelta.pod toke.c
7116 ____________________________________________________________________________
7117 [  4739] By: gsar                                  on 1999/12/30  05:44:21
7118         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
7119              to allow ByteLoader to work; the DATA filehandles continue to
7120              be left open in text mode for compatibility
7121      Branch: perl
7122            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
7123            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
7124            ! win32/win32.h
7125 ____________________________________________________________________________
7126 [  4738] By: gsar                                  on 1999/12/30  04:36:12
7127         Log: CR-LF support broken for formats
7128      Branch: perl
7129            ! toke.c
7130 ____________________________________________________________________________
7131 [  4737] By: gsar                                  on 1999/12/29  22:30:52
7132         Log: make DProf functional under pseudo-fork()
7133      Branch: perl
7134            ! ext/Devel/DProf/DProf.xs
7135 ____________________________________________________________________________
7136 [  4736] By: gsar                                  on 1999/12/29  21:04:59
7137         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
7138              Mulder)
7139      Branch: perl
7140            ! doio.c pp_hot.c t/io/argv.t
7141 ____________________________________________________________________________
7142 [  4735] By: gsar                                  on 1999/12/29  18:12:40
7143         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
7144              Koenig)
7145      Branch: perl
7146            ! Makefile.SH
7147 ____________________________________________________________________________
7148 [  4734] By: gsar                                  on 1999/12/28  21:10:37
7149         Log: Windows build tweaks
7150      Branch: perl
7151            ! INTERN.h sv.c
7152 ____________________________________________________________________________
7153 [  4733] By: gsar                                  on 1999/12/28  20:45:15
7154         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
7155              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
7156      Branch: perl
7157            ! pp_sys.c
7158 ____________________________________________________________________________
7159 [  4732] By: gsar                                  on 1999/12/28  20:42:13
7160         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
7161              <ralph@inputplus.demon.co.uk>
7162      Branch: perl
7163            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
7164 ____________________________________________________________________________
7165 [  4731] By: gsar                                  on 1999/12/28  20:23:17
7166         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
7167              not supplied (variant of patch suggested by Ilya Zakharevich)
7168      Branch: perl
7169            ! XSUB.h lib/ExtUtils/xsubpp
7170 ____________________________________________________________________________
7171 [  4730] By: gsar                                  on 1999/12/28  19:55:56
7172         Log: range operator does magical string increment iff both operands
7173              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
7174              the "foreach (RANGE)" case as well
7175      Branch: perl
7176            ! pp_ctl.c t/op/range.t
7177 ____________________________________________________________________________
7178 [  4729] By: gsar                                  on 1999/12/28  18:40:19
7179         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
7180      Branch: perl
7181            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
7182            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
7183            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
7184            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
7185            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
7186            ! win32/win32.h
7187 ____________________________________________________________________________
7188 [  4728] By: gsar                                  on 1999/12/28  07:44:19
7189         Log: typecasts needed
7190      Branch: perl
7191            ! toke.c
7192 ____________________________________________________________________________
7193 [  4727] By: gsar                                  on 1999/12/28  06:23:08
7194         Log: change#4721 needed line number adjustments
7195      Branch: perl
7196            ! MANIFEST global.sym proto.h t/pragma/warn/doop
7197            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
7198            ! t/pragma/warn/toke t/pragma/warn/utf8
7199 ____________________________________________________________________________
7200 [  4726] By: gsar                                  on 1999/12/28  04:18:15
7201         Log: integrate utfperl contents into mainline
7202      Branch: perl
7203           +> lib/byte.pm lib/byte_heavy.pl
7204           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
7205           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
7206           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
7207 ____________________________________________________________________________
7208 [  4725] By: gsar                                  on 1999/12/28  04:08:09
7209         Log: integrate mainline contents
7210      Branch: utfperl
7211            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
7212            - lib/unicode/Eq/Unicode
7213           !> (integrate 60 files)
7214 ____________________________________________________________________________
7215 [  4724] By: gsar                                  on 1999/12/28  03:44:10
7216         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
7217      Branch: perl
7218            ! regcomp.c t/op/re_tests
7219 ____________________________________________________________________________
7220 [  4723] By: gsar                                  on 1999/12/28  03:28:39
7221         Log: more ebcdic testsuite fixups (from Peter Prymmer)
7222      Branch: perl
7223            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
7224            ! t/pragma/overload.t t/pragma/utf8.t
7225 ____________________________________________________________________________
7226 [  4722] By: gsar                                  on 1999/12/28  03:14:48
7227         Log: avoid "used once" warning
7228      Branch: perl
7229            ! lib/diagnostics.pm
7230 ____________________________________________________________________________
7231 [  4721] By: gsar                                  on 1999/12/28  03:10:32
7232         Log: ebcdic tweaks for tests from Peter Prymmer
7233      Branch: perl
7234            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
7235            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
7236 ____________________________________________________________________________
7237 [  4720] By: gsar                                  on 1999/12/28  03:08:39
7238         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
7239      Branch: perl
7240            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
7241            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
7242            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
7243 ____________________________________________________________________________
7244 [  4719] By: gsar                                  on 1999/12/28  03:01:04
7245         Log: perlport v1.45 from Chris Nandor
7246      Branch: perl
7247            ! pod/perlport.pod
7248 ____________________________________________________________________________
7249 [  4718] By: gsar                                  on 1999/12/28  02:59:16
7250         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
7251              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
7252      Branch: perl
7253            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
7254            ! t/pragma/constant.t
7255 ____________________________________________________________________________
7256 [  4717] By: gsar                                  on 1999/12/28  02:47:04
7257         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
7258      Branch: perl
7259            - ext/DynaLoader/dl_cygwin.xs
7260            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
7261            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
7262            ! util.c
7263 ____________________________________________________________________________
7264 [  4716] By: gsar                                  on 1999/12/28  02:40:51
7265         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
7266              (from Andy Dougherty)
7267      Branch: perl
7268            ! Configure
7269 ____________________________________________________________________________
7270 [  4715] By: gsar                                  on 1999/12/28  02:38:44
7271         Log: better variant of change#4644 (from Andy Dougherty)
7272      Branch: perl
7273            ! Configure
7274 ____________________________________________________________________________
7275 [  4714] By: gsar                                  on 1999/12/28  02:36:40
7276         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
7277      Branch: perl
7278            ! Configure
7279 ____________________________________________________________________________
7280 [  4713] By: gsar                                  on 1999/12/28  02:35:15
7281         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
7282              INSTALL (from Andy Dougherty)
7283      Branch: perl
7284            ! Configure
7285 ____________________________________________________________________________
7286 [  4712] By: gsar                                  on 1999/12/28  02:30:55
7287         Log: avoid creating new files during make install
7288      Branch: perl
7289            ! Makefile.SH
7290 ____________________________________________________________________________
7291 [  4711] By: gsar                                  on 1999/12/28  02:24:44
7292         Log: pod edits from Paul Marquess and Mark-Jason Dominus
7293      Branch: perl
7294            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
7295            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
7296            ! pod/perldelta.pod
7297 ____________________________________________________________________________
7298 [  4710] By: gsar                                  on 1999/12/28  02:05:23
7299         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
7300              <sthoenna@efn.org>); add explicit target for opmini.o
7301      Branch: perl
7302            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
7303 ____________________________________________________________________________
7304 [  4709] By: gsar                                  on 1999/12/28  01:20:39
7305         Log: partly fix perldiag regressions identified by Tom Christiansen
7306      Branch: perl
7307            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
7308            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
7309            ! t/pragma/warn/pp_sys
7310 ____________________________________________________________________________
7311 [  4708] By: gsar                                  on 1999/12/27  23:33:24
7312         Log: update perldiag for change#4707
7313      Branch: perl
7314            ! perl.c pod/perldiag.pod
7315 ____________________________________________________________________________
7316 [  4707] By: gsar                                  on 1999/12/27  23:23:39
7317         Log: allow spaces in -I switch argument
7318      Branch: perl
7319            ! perl.c
7320 ____________________________________________________________________________
7321 [  4706] By: gsar                                  on 1999/12/26  23:44:53
7322         Log: fix typos
7323      Branch: utfperl
7324            ! sv.h toke.c
7325 ____________________________________________________________________________
7326 [  4705] By: gsar                                  on 1999/12/24  04:02:35
7327         Log: support for v5.5.640 style version numbers
7328      Branch: utfperl
7329            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
7330            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
7331 ____________________________________________________________________________
7332 [  4704] By: gsar                                  on 1999/12/23  08:54:27
7333         Log: bring in basic threads stuff under USE_ITHREADS
7334      Branch: perl
7335            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
7336            ! util.c
7337 ____________________________________________________________________________
7338 [  4703] By: gsar                                  on 1999/12/23  00:10:06
7339         Log: integrate mainline contents into utfperl
7340      Branch: utfperl
7341           !> (integrate 33 files)
7342 ____________________________________________________________________________
7343 [  4702] By: gsar                                  on 1999/12/20  17:18:23
7344         Log: virtual directory handling broken on paths with trailing slash
7345      Branch: perl
7346            ! win32/Makefile win32/makefile.mk win32/vdir.h
7347 ____________________________________________________________________________
7348 [  4701] By: gsar                                  on 1999/12/20  17:09:55
7349         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
7350              isn't set for all m/$foo/o)
7351      Branch: perl
7352            ! pp_ctl.c
7353 ____________________________________________________________________________
7354 [  4700] By: gsar                                  on 1999/12/20  16:28:51
7355         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
7356              we have a race on our hands)
7357      Branch: perl
7358            ! pp_ctl.c
7359 ____________________________________________________________________________
7360 [  4699] By: gsar                                  on 1999/12/20  16:19:00
7361         Log: pod tweaks
7362      Branch: perl
7363            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
7364 ____________________________________________________________________________
7365 [  4698] By: gsar                                  on 1999/12/20  07:55:07
7366         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
7367      Branch: perl
7368            ! utf8.c
7369 ____________________________________________________________________________
7370 [  4697] By: gsar                                  on 1999/12/18  01:35:50
7371         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
7372              anon hash rather than a block; test case for the same
7373      Branch: perl
7374            ! t/comp/term.t toke.c
7375 ____________________________________________________________________________
7376 [  4696] By: gsar                                  on 1999/12/17  19:55:03
7377         Log: leak in change#4694 spotted by Larry
7378      Branch: perl
7379            ! hv.c
7380 ____________________________________________________________________________
7381 [  4695] By: gsar                                  on 1999/12/17  18:14:11
7382         Log: test case for change#4694
7383      Branch: perl
7384            ! t/op/delete.t
7385 ____________________________________________________________________________
7386 [  4694] By: gsar                                  on 1999/12/17  18:09:08
7387         Log: delete() should return the value as is, not a copy thereof
7388      Branch: perl
7389            ! hv.c pod/perldelta.pod
7390 ____________________________________________________________________________
7391 [  4693] By: gsar                                  on 1999/12/17  17:45:58
7392         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
7393      Branch: perl
7394            ! regexec.c t/op/re_tests
7395 ____________________________________________________________________________
7396 [  4692] By: gsar                                  on 1999/12/17  17:41:10
7397         Log: credits tweak
7398      Branch: perl
7399            ! lib/File/Spec.pm
7400 ____________________________________________________________________________
7401 [  4691] By: gsar                                  on 1999/12/17  07:12:53
7402         Log: DynaLoader doesn't build properly when $(DLSRC) changes
7403              (fix suggested by Hans Mulder)
7404      Branch: perl
7405            ! ext/DynaLoader/Makefile.PL
7406 ____________________________________________________________________________
7407 [  4690] By: gsar                                  on 1999/12/17  06:26:34
7408         Log: add missing new ops
7409      Branch: perl
7410            ! ext/B/ramblings/runtime.porting
7411 ____________________________________________________________________________
7412 [  4689] By: gsar                                  on 1999/12/17  06:16:49
7413         Log: test harness tweak from Hans Mulder
7414      Branch: perl
7415            ! t/TEST
7416 ____________________________________________________________________________
7417 [  4688] By: gsar                                  on 1999/12/17  06:14:23
7418         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
7419              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
7420      Branch: perl
7421            ! Makefile.SH cygwin/Makefile.SHs
7422 ____________________________________________________________________________
7423 [  4687] By: gsar                                  on 1999/12/17  06:06:46
7424         Log: applied suggested patch with whitespace adjustments
7425              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
7426              Date: Thu, 16 Dec 1999 08:57:55 +0100
7427              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
7428              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
7429      Branch: perl
7430            ! lib/File/Find.pm
7431 ____________________________________________________________________________
7432 [  4686] By: gsar                                  on 1999/12/17  05:48:53
7433         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
7434              by Hans Mulder)
7435      Branch: perl
7436            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
7437            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7438            ! ext/DynaLoader/dl_rhapsody.xs
7439 ____________________________________________________________________________
7440 [  4685] By: gsar                                  on 1999/12/17  05:37:51
7441         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
7442              <rjk@linguist.dartmouth.edu>)
7443      Branch: perl
7444            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
7445 ____________________________________________________________________________
7446 [  4684] By: gsar                                  on 1999/12/16  09:32:48
7447         Log: spell out how to get 4-digit year (from Micheal G Schwern
7448              <schwern@pobox.com>)
7449      Branch: perl
7450            ! pod/perlfunc.pod
7451 ____________________________________________________________________________
7452 [  4683] By: gsar                                  on 1999/12/16  09:26:53
7453         Log: type mismatch for %c format argument (spotted by Robin Barker
7454              <rmb1@cise.npl.co.uk>)
7455      Branch: perl
7456            ! regcomp.c
7457 ____________________________________________________________________________
7458 [  4682] By: gsar                                  on 1999/12/16  08:33:28
7459         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
7460              <sho_pi@hotmail.com>)
7461      Branch: perl
7462            ! win32/win32.c
7463 ____________________________________________________________________________
7464 [  4681] By: gsar                                  on 1999/12/16  08:31:15
7465         Log: missing backslash (spotted by Johan Vromans)
7466      Branch: perl
7467            ! perl.c
7468 ____________________________________________________________________________
7469 [  4680] By: gsar                                  on 1999/12/16  08:26:00
7470         Log: avoid coredump on diagnostics when STDERR is closed
7471      Branch: perl
7472            ! perl.h
7473 ____________________________________________________________________________
7474 [  4679] By: gsar                                  on 1999/12/12  18:09:41
7475         Log: integrate mainline changes
7476      Branch: utfperl
7477           +> (branch 39 files)
7478            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7479            - lib/unicode/UnicodeData-Latest.txt
7480           !> (integrate 447 files)
7481 ____________________________________________________________________________
7482 [  4678] By: gsar                                  on 1999/12/10  01:39:13
7483         Log: interpreter structure should be nulled under -DMULTIPLICITY
7484      Branch: perl
7485            ! perl.c
7486 ____________________________________________________________________________
7487 [  4677] By: gsar                                  on 1999/12/09  11:10:27
7488         Log: update Changes
7489      Branch: perl
7490            ! Changes
7491
7492 ----------------
7493 Version 5.005_63
7494 ----------------
7495
7496 ____________________________________________________________________________
7497 [  4676] By: gsar                                  on 1999/12/09  10:51:43
7498         Log: fix File::Find testsuite bugs in symlink-less places
7499      Branch: perl
7500            ! t/lib/filefind.t
7501 ____________________________________________________________________________
7502 [  4675] By: gsar                                  on 1999/12/09  10:22:31
7503         Log: USE_ITHREADS tweaks and notes
7504      Branch: perl
7505            ! op.c pod/perldelta.pod sv.c
7506 ____________________________________________________________________________
7507 [  4674] By: gsar                                  on 1999/12/09  10:21:53
7508         Log: allow new style sort subs to work under usethreads
7509      Branch: perl
7510            ! pp_ctl.c
7511 ____________________________________________________________________________
7512 [  4673] By: gsar                                  on 1999/12/09  04:00:23
7513         Log: document compatibility issue with literal list slices and NOTOP
7514              (C<not (1,2,3)[0]> is now a syntax error)
7515      Branch: perl
7516            ! pod/perldelta.pod
7517 ____________________________________________________________________________
7518 [  4672] By: gsar                                  on 1999/12/09  01:14:46
7519         Log: avoid mismatched expectation <-> int types for C++ builds
7520      Branch: perl
7521            ! embed.pl intrpvar.h proto.h toke.c
7522 ____________________________________________________________________________
7523 [  4671] By: gsar                                  on 1999/12/09  00:36:24
7524         Log: newer version of File::Find with support for following symlinks and
7525              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
7526      Branch: perl
7527            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
7528 ____________________________________________________________________________
7529 [  4670] By: gsar                                  on 1999/12/09  00:13:06
7530         Log: avoid initializing GvCV slot for autovivified filehandles
7531      Branch: perl
7532            ! pp.c
7533 ____________________________________________________________________________
7534 [  4669] By: gsar                                  on 1999/12/08  19:09:27
7535         Log: apply change#4618 again along with Ilya's patch to fix bugs
7536              in it (see change#4622)
7537      Branch: perl
7538            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
7539            ! t/op/re_tests t/op/subst.t
7540 ____________________________________________________________________________
7541 [  4668] By: gsar                                  on 1999/12/08  18:56:53
7542         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
7543              From: Larry Wall <larry@wall.org>
7544              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
7545              Message-Id: <199912072039.MAA13257@kiev.wall.org>
7546              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
7547      Branch: perl
7548            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
7549 ____________________________________________________________________________
7550 [  4667] By: gsar                                  on 1999/12/08  18:47:37
7551         Log: patch to fix aix hints from ortmann@vnet.ibm.com
7552      Branch: perl
7553            ! hints/aix.sh
7554 ____________________________________________________________________________
7555 [  4666] By: gsar                                  on 1999/12/08  18:29:02
7556         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
7557              Tim Meadowcroft
7558      Branch: perl
7559            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
7560 ____________________________________________________________________________
7561 [  4665] By: gsar                                  on 1999/12/08  02:22:31
7562         Log: introduce save_I8() for saving byte values
7563      Branch: perl
7564            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7565            ! regcomp.c regexec.c scope.c scope.h sv.c
7566 ____________________________________________________________________________
7567 [  4664] By: gsar                                  on 1999/12/08  02:02:33
7568         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
7569      Branch: perl
7570            ! toke.c
7571 ____________________________________________________________________________
7572 [  4663] By: gsar                                  on 1999/12/08  01:11:44
7573         Log: longstanding typo in lexer: PL_lex_expect was not properly
7574              saved on reentry
7575      Branch: perl
7576            ! toke.c
7577 ____________________________________________________________________________
7578 [  4662] By: gsar                                  on 1999/12/07  23:16:21
7579         Log: typos in change#4546
7580      Branch: perl
7581            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
7582 ____________________________________________________________________________
7583 [  4661] By: gsar                                  on 1999/12/07  09:33:50
7584         Log: typos in change#4660
7585      Branch: perl
7586            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
7587 ____________________________________________________________________________
7588 [  4660] By: gsar                                  on 1999/12/06  23:42:55
7589         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
7590              fix bug where lc($readonly) could result in bogus errors
7591      Branch: perl
7592            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
7593            ! pp.c pp_sys.c proto.h sv.c
7594 ____________________________________________________________________________
7595 [  4659] By: gsar                                  on 1999/12/06  15:24:31
7596         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
7597              <jarausch@igpm.rwth-aachen.de>)
7598      Branch: perl
7599            ! perl.h
7600 ____________________________________________________________________________
7601 [  4658] By: gsar                                  on 1999/12/06  15:18:30
7602         Log: fix for -Dp via $^D (suggested by Stephane Payrard
7603              <stef@adnaccess.com>)
7604      Branch: perl
7605            ! mg.c
7606 ____________________________________________________________________________
7607 [  4657] By: gsar                                  on 1999/12/06  06:50:01
7608         Log: change#4641 needs perldiag.pod edit
7609      Branch: perl
7610            - lib/unicode/UnicodeData-Latest.txt
7611            ! pod/perldiag.pod
7612 ____________________________________________________________________________
7613 [  4656] By: gsar                                  on 1999/12/06  01:36:56
7614         Log: Makefile tweak for change#4649
7615      Branch: perl
7616            ! Makefile.SH
7617 ____________________________________________________________________________
7618 [  4655] By: gsar                                  on 1999/12/05  17:23:57
7619         Log: change#4653 was missing a patch reject
7620      Branch: perl
7621            ! win32/makefile.mk
7622 ____________________________________________________________________________
7623 [  4654] By: gsar                                  on 1999/12/05  11:41:04
7624         Log: windows build tweaks for Borland compiler
7625      Branch: perl
7626            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
7627 ____________________________________________________________________________
7628 [  4653] By: gsar                                  on 1999/12/05  11:07:37
7629         Log: applied somewhat modified version of suggested patch
7630              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
7631              Date: Thu, 18 Nov 1999 18:45:27 PST
7632              Message-ID: <19991119024527.72749.qmail@hotmail.com>
7633              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
7634      Branch: perl
7635            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
7636            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7637            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
7638            ! win32/makefile.mk win32/win32.h
7639 ____________________________________________________________________________
7640 [  4652] By: gsar                                  on 1999/12/05  09:24:45
7641         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
7642              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
7643              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
7644              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
7645      Branch: perl
7646            ! Changes hints/svr5.sh
7647 ____________________________________________________________________________
7648 [  4651] By: gsar                                  on 1999/12/05  09:01:19
7649         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
7650              when given non-existent drive names
7651      Branch: perl
7652            ! lib/File/Path.pm
7653 ____________________________________________________________________________
7654 [  4650] By: gsar                                  on 1999/12/05  08:47:11
7655         Log: windows build tweaks for change#4649
7656      Branch: perl
7657            ! win32/Makefile win32/makefile.mk
7658 ____________________________________________________________________________
7659 [  4649] By: gsar                                  on 1999/12/05  07:49:28
7660         Log: make File::Glob::glob() the default for CORE::glob()
7661              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
7662      Branch: perl
7663            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
7664            ! win32/makefile.mk
7665 ____________________________________________________________________________
7666 [  4648] By: gsar                                  on 1999/12/05  00:33:34
7667         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
7668      Branch: perl
7669            ! lib/Pod/Html.pm
7670 ____________________________________________________________________________
7671 [  4647] By: gsar                                  on 1999/12/05  00:14:01
7672         Log: remove outdated entry
7673      Branch: perl
7674            ! pod/perltrap.pod
7675 ____________________________________________________________________________
7676 [  4646] By: gsar                                  on 1999/12/04  22:48:51
7677         Log: s/block/loop block/ in diagnostics about next, last, redo
7678      Branch: perl
7679            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
7680 ____________________________________________________________________________
7681 [  4645] By: gsar                                  on 1999/12/04  22:25:32
7682         Log: readability tweak suggested by GRommel@sears.com
7683      Branch: perl
7684            ! pp.c
7685 ____________________________________________________________________________
7686 [  4644] By: gsar                                  on 1999/12/04  22:05:00
7687         Log: Configure tweak from Peter Prymmer
7688      Branch: perl
7689            ! Configure
7690 ____________________________________________________________________________
7691 [  4643] By: gsar                                  on 1999/12/04  21:55:27
7692         Log: make weak keyword check look for defined(&lock), not
7693              merely defined(*lock)
7694      Branch: perl
7695            ! toke.c
7696 ____________________________________________________________________________
7697 [  4642] By: gsar                                  on 1999/12/04  21:11:51
7698         Log: make eof() open ARGV if it isn't open already; also fixes bug
7699              where eof() would operate on any last-read filehandle, not
7700              just ARGV
7701      Branch: perl
7702            ! pp_sys.c
7703 ____________________________________________________________________________
7704 [  4641] By: gsar                                  on 1999/12/04  04:42:25
7705         Log: make uninitialized value warnings report opcode
7706      Branch: perl
7707            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
7708            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
7709            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
7710            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
7711            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
7712            ! t/pragma/warn/sv
7713 ____________________________________________________________________________
7714 [  4640] By: gsar                                  on 1999/12/04  02:40:44
7715         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
7716              that don't do range checking
7717      Branch: perl
7718            ! lib/Time/Local.pm
7719 ____________________________________________________________________________
7720 [  4639] By: gsar                                  on 1999/12/04  01:00:49
7721         Log: better implementation of change#3326; open(local $foo,...) now
7722              allowed in addition to any uninitialized variable, for consistency
7723              with how autovivification works elsewhere; add code to use the
7724              variable name as the name of the handle for simple variables, so
7725              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
7726      Branch: perl
7727            ! op.c pod/perldelta.pod pp.c t/io/open.t
7728 ____________________________________________________________________________
7729 [  4638] By: gsar                                  on 1999/12/03  21:20:00
7730         Log: pod nits
7731      Branch: perl
7732            ! pod/perlfunc.pod pod/perlrun.pod
7733 ____________________________________________________________________________
7734 [  4637] By: gsar                                  on 1999/12/03  08:59:04
7735         Log: change#4431 was flawed
7736      Branch: perl
7737            ! Makefile.SH
7738 ____________________________________________________________________________
7739 [  4636] By: gsar                                  on 1999/12/03  07:59:52
7740         Log: pod embellishments from Nathan Torkington
7741      Branch: perl
7742            ! pod/perlfaq2.pod pod/perlhack.pod
7743 ____________________________________________________________________________
7744 [  4635] By: gsar                                  on 1999/12/03  07:56:04
7745         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
7746      Branch: perl
7747            ! pod/perlfaq4.pod
7748 ____________________________________________________________________________
7749 [  4634] By: gsar                                  on 1999/12/03  07:47:47
7750         Log: test tweak for VMS (from Craig A. Berry)
7751      Branch: perl
7752            ! t/io/nargv.t
7753 ____________________________________________________________________________
7754 [  4633] By: gsar                                  on 1999/12/03  07:44:52
7755         Log: patchls tweak from Andreas Koenig
7756      Branch: perl
7757            ! Porting/patchls
7758 ____________________________________________________________________________
7759 [  4632] By: gsar                                  on 1999/12/03  07:42:23
7760         Log: don't mess with the umask()
7761      Branch: perl
7762            ! installhtml installman installperl lib/ExtUtils/Install.pm
7763            ! lib/ExtUtils/Manifest.pm
7764 ____________________________________________________________________________
7765 [  4631] By: gsar                                  on 1999/12/03  06:52:50
7766         Log: support -a switch to append bytecode to an existing file and make
7767              perlcc use it (from Tom Hughes <tom@compton.nu>)
7768      Branch: perl
7769            ! ext/B/B/Bytecode.pm utils/perlcc.PL
7770 ____________________________________________________________________________
7771 [  4630] By: gsar                                  on 1999/12/03  06:46:16
7772         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
7773              (from Tom Phoenix)
7774      Branch: perl
7775            ! pod/perltrap.pod
7776 ____________________________________________________________________________
7777 [  4629] By: gsar                                  on 1999/12/03  06:40:15
7778         Log: use PerlIO abstraction rather than straight stdio (from
7779              Chip Salzenberg)
7780      Branch: perl
7781            ! ext/ByteLoader/ByteLoader.xs
7782 ____________________________________________________________________________
7783 [  4628] By: gsar                                  on 1999/12/03  06:15:54
7784         Log: avoid warning in IO::Select::exists() if socket doesn't exist
7785      Branch: perl
7786            ! ext/IO/lib/IO/Select.pm
7787 ____________________________________________________________________________
7788 [  4627] By: gsar                                  on 1999/12/03  06:05:19
7789         Log: two small patches from Peter Prymmer <pvhp@forte.com>
7790      Branch: perl
7791            ! makedepend.SH win32/Makefile win32/makefile.mk
7792 ____________________________________________________________________________
7793 [  4626] By: gsar                                  on 1999/12/03  05:36:38
7794         Log: From: Peter Prymmer <pvhp@forte.com>
7795              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
7796              Message-Id: <199911260506.VAA17230@brio.forte.com>
7797              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
7798      Branch: perl
7799            ! regcomp.c
7800 ____________________________________________________________________________
7801 [  4625] By: gsar                                  on 1999/12/03  05:20:21
7802         Log: Windows build tweaks due to change#4623
7803      Branch: perl
7804            ! win32/Makefile win32/makefile.mk win32/perlhost.h
7805 ____________________________________________________________________________
7806 [  4624] By: gsar                                  on 1999/12/03  04:58:30
7807         Log: add missing file
7808      Branch: perl
7809            + ext/DynaLoader/XSLoader_pm.PL
7810 ____________________________________________________________________________
7811 [  4623] By: gsar                                  on 1999/12/03  04:47:03
7812         Log: applied suggested patch; removed $VERSION = $VERSION hack
7813              (change#4043 fixed the need for that)
7814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7815              Date: Tue, 16 Nov 1999 01:50:31 EST
7816              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
7817              Subject: [PATCH 5.005_62] XSLoader.pm
7818      Branch: perl
7819            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
7820            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
7821            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
7822            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
7823            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
7824            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
7825            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7826            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
7827            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
7828            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7829            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
7830 ____________________________________________________________________________
7831 [  4622] By: gsar                                  on 1999/12/03  04:02:39
7832         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
7833      Branch: perl
7834            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7835 ____________________________________________________________________________
7836 [  4621] By: gsar                                  on 1999/12/02  22:24:53
7837         Log: caveat about thread-safety of extensions
7838      Branch: perl
7839            ! pod/perlfork.pod
7840 ____________________________________________________________________________
7841 [  4620] By: gsar                                  on 1999/12/02  20:31:02
7842         Log: XS documentation patches suggested by Ilya, severally adjusted
7843      Branch: perl
7844            ! pod/perlxs.pod pod/perlxstut.pod
7845 ____________________________________________________________________________
7846 [  4619] By: gsar                                  on 1999/12/02  17:52:50
7847         Log: re-add missing Unicode database master
7848      Branch: perl
7849            + lib/unicode/Unicode.300
7850 ____________________________________________________________________________
7851 [  4618] By: gsar                                  on 1999/12/02  06:56:18
7852         Log: applied suggested patch with prototype changes
7853              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
7854              Date:    Tue, 23 Nov 1999 22:55:55 EST
7855              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
7856              Subject: [PATCH 5.005_62] First char cognizance
7857      Branch: perl
7858            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7859 ____________________________________________________________________________
7860 [  4617] By: gsar                                  on 1999/12/02  06:04:57
7861         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
7862      Branch: perl
7863            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
7864 ____________________________________________________________________________
7865 [  4616] By: gsar                                  on 1999/12/02  04:30:22
7866         Log: various documentation tweaks suggested by M. J. T. Guy
7867      Branch: perl
7868            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
7869 ____________________________________________________________________________
7870 [  4615] By: gsar                                  on 1999/12/02  04:17:43
7871         Log: various File::Glob fixes for DOSISH platforms
7872              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7873              Date: Tue, 02 Nov 1999 11:11:25 GMT
7874              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
7875              Subject: File::Glob again. Final patch, honest!
7876      Branch: perl
7877            + t/lib/glob-case.t
7878            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
7879            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
7880            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
7881 ____________________________________________________________________________
7882 [  4614] By: gsar                                  on 1999/12/02  03:42:55
7883         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
7884              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
7885      Branch: perl
7886            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
7887 ____________________________________________________________________________
7888 [  4613] By: gsar                                  on 1999/12/02  01:59:19
7889         Log: ignore yet another known scalar leak
7890      Branch: perl
7891            ! t/pragma/warn/regcomp
7892 ____________________________________________________________________________
7893 [  4612] By: gsar                                  on 1999/12/02  01:15:02
7894         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
7895      Branch: perl
7896            ! pp.c
7897 ____________________________________________________________________________
7898 [  4611] By: gsar                                  on 1999/12/02  00:31:43
7899         Log: a somewhat tweaked version of suggested patch
7900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7901              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
7902              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
7903              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
7904      Branch: perl
7905            ! pod/perlfunc.pod
7906 ____________________________________________________________________________
7907 [  4610] By: gsar                                  on 1999/12/01  19:09:31
7908         Log: more accurate require() pseudocode (from James P. Williams
7909              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
7910      Branch: perl
7911            ! pod/perlfunc.pod
7912 ____________________________________________________________________________
7913 [  4609] By: gsar                                  on 1999/12/01  18:43:49
7914         Log: avoid "Callback called exit" error on intentional exit()
7915      Branch: perl
7916            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
7917 ____________________________________________________________________________
7918 [  4608] By: gsar                                  on 1999/12/01  18:42:38
7919         Log: find_byclass() prototype was incoherent
7920      Branch: perl
7921            ! regexec.c
7922 ____________________________________________________________________________
7923 [  4607] By: gsar                                  on 1999/12/01  05:45:10
7924         Log: better documentation for goto &NAME (from M. J. T. Guy)
7925      Branch: perl
7926            ! pod/perlfunc.pod
7927 ____________________________________________________________________________
7928 [  4606] By: gsar                                  on 1999/12/01  05:33:14
7929         Log: integrate cfgperl contents into mainline
7930      Branch: perl
7931           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
7932           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
7933            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7934            ! Changes
7935           !> (integrate 210 files)
7936 ____________________________________________________________________________
7937 [  4605] By: gsar                                  on 1999/12/01  05:15:27
7938         Log: avoid PTR->IV cast warnings
7939      Branch: perl
7940            ! mg.c op.c scope.h
7941 ____________________________________________________________________________
7942 [  4604] By: gsar                                  on 1999/12/01  03:59:56
7943         Log: email address changes
7944      Branch: perl
7945            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
7946            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
7947            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
7948            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
7949            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
7950 ____________________________________________________________________________
7951 [  4603] By: gsar                                  on 1999/12/01  03:45:13
7952         Log: minor USE_ITHREADS tweaks
7953      Branch: perl
7954            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
7955            ! win32/perllib.c win32/win32.h
7956 ____________________________________________________________________________
7957 [  4602] By: gsar                                  on 1999/12/01  01:00:09
7958         Log: more complete pseudo-fork() support for Windows
7959      Branch: perl
7960            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
7961            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
7962            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
7963            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
7964            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
7965            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
7966            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
7967            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
7968            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
7969            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
7970            ! win32/win32iop.h win32/win32thread.h
7971 ____________________________________________________________________________
7972 [  4601] By: gsar                                  on 1999/12/01  00:45:38
7973         Log: rudimentary support for remote debugging, from aeons ago (somewhat
7974              modified)
7975              From: Graham TerMarsch <grahamt@ActiveState.com>
7976              Date: Sat, 12 Sep 1998 10:46:55 -0700
7977              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
7978              Subject: Re: Patches to perl5db.pl to allow for remote debugging
7979      Branch: perl
7980            ! lib/perl5db.pl
7981 ____________________________________________________________________________
7982 [  4600] By: chip                                  on 1999/11/19  21:16:00
7983         Log: Document known limitations of fdopen() on some systems,
7984              as they apply to open() and sysopen().
7985      Branch: perl
7986            ! pod/perlfunc.pod
7987 ____________________________________________________________________________
7988 [  4599] By: chip                                  on 1999/11/19  17:20:19
7989         Log: Undef printf before redirecting it to PerlIO_stdoutf.
7990              (Avoids an irritating warning when compiling with PerlIO.)
7991      Branch: perl
7992            ! perl.h
7993 ____________________________________________________________________________
7994 [  4598] By: jhi                                   on 1999/11/22  21:30:17
7995         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
7996      Branch: cfgperl
7997            ! README.vms t/io/open.t
7998 ____________________________________________________________________________
7999 [  4597] By: jhi                                   on 1999/11/21  16:21:21
8000         Log: Replace #4596 with the change done in 5.005_03.
8001      Branch: cfgperl
8002            ! ext/Errno/Errno_pm.PL
8003 ____________________________________________________________________________
8004 [  4596] By: jhi                                   on 1999/11/21  16:07:20
8005         Log: Skip processing a file if the file to be opened is '-'
8006              (can happen in UNICOS)
8007      Branch: cfgperl
8008            ! ext/Errno/Errno_pm.PL
8009 ____________________________________________________________________________
8010 [  4595] By: jhi                                   on 1999/11/21  14:05:10
8011         Log: VMS patches from Peter Prymmer.
8012      Branch: cfgperl
8013            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
8014 ____________________________________________________________________________
8015 [  4594] By: jhi                                   on 1999/11/18  17:07:14
8016         Log: The find_byclass prototype is already in proto.h. 
8017      Branch: cfgperl
8018            ! regexec.c
8019 ____________________________________________________________________________
8020 [  4593] By: gsar                                  on 1999/11/16  21:25:21
8021         Log: typo in flag checks
8022      Branch: utfperl
8023            ! sv.h
8024 ____________________________________________________________________________
8025 [  4592] By: jhi                                   on 1999/11/16  21:17:25
8026         Log: Regen Configure.
8027      Branch: cfgperl
8028            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
8029      Branch: metaconfig
8030            ! U/a_dvisory/quadtype.U
8031 ____________________________________________________________________________
8032 [  4591] By: jhi                                   on 1999/11/16  14:53:19
8033         Log: Integrate with Sarathy.
8034      Branch: cfgperl
8035           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
8036           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8037           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
8038           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
8039           !> t/pod/poderrs.xr
8040 ____________________________________________________________________________
8041 [  4590] By: gsar                                  on 1999/11/16  05:57:56
8042         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
8043      Branch: perl
8044            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8045            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
8046            ! t/pod/poderrs.t t/pod/poderrs.xr
8047 ____________________________________________________________________________
8048 [  4589] By: gsar                                  on 1999/11/15  18:47:34
8049         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
8050              C<if (fork()) { print "parent" } else { print "child" }> works on
8051              Windows (incidentally running a cloned^2 interpreter :)
8052      Branch: perl
8053            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
8054            ! pp_sys.c proto.h sv.c
8055 ____________________________________________________________________________
8056 [  4588] By: gsar                                  on 1999/11/15  14:34:36
8057         Log: cloning the stack (part 1)
8058      Branch: perl
8059            ! cop.h deb.c perl.c sv.c
8060 ____________________________________________________________________________
8061 [  4587] By: jhi                                   on 1999/11/15  00:22:20
8062         Log: Integrate with Sarathy.
8063      Branch: cfgperl
8064           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
8065           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
8066           !> win32/perllib.c
8067 ____________________________________________________________________________
8068 [  4586] By: jhi                                   on 1999/11/14  21:17:26
8069         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
8070      Branch: cfgperl
8071            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
8072 ____________________________________________________________________________
8073 [  4585] By: gsar                                  on 1999/11/14  20:01:45
8074         Log: tweak for win32 build
8075      Branch: perl
8076            ! embed.h embed.pl op.c proto.h
8077 ____________________________________________________________________________
8078 [  4584] By: gsar                                  on 1999/11/14  19:46:25
8079         Log: cosmetic tweaks
8080      Branch: perl
8081            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
8082            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
8083 ____________________________________________________________________________
8084 [  4583] By: gsar                                  on 1999/11/14  17:38:32
8085         Log: fix problem pointer casts
8086      Branch: perl
8087            ! Changes run.c sv.c
8088 ____________________________________________________________________________
8089 [  4582] By: jhi                                   on 1999/11/14  17:10:01
8090         Log: Integrate with Sarathy.
8091      Branch: cfgperl
8092           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
8093           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
8094           !> vms/perly_c.vms win32/perllib.c
8095 ____________________________________________________________________________
8096 [  4581] By: jhi                                   on 1999/11/14  17:08:23
8097         Log: The separation of 64-bitness and largefileness continues
8098              (with a setback, see hpux.sh).
8099      Branch: cfgperl
8100            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
8101            ! hints/solaris_2.sh
8102      Branch: metaconfig
8103            ! U/threads/archname.U U/typedefs/lseektype.U
8104      Branch: metaconfig/U/perl
8105            ! fpossize.U use64bits.U uselfs.U
8106 ____________________________________________________________________________
8107 [  4580] By: jhi                                   on 1999/11/14  13:26:41
8108         Log: Another Unicode update.
8109      Branch: cfgperl
8110            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
8111            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
8112            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
8113            ! (edit 189 files)
8114 ____________________________________________________________________________
8115 [  4579] By: gsar                                  on 1999/11/14  10:21:49
8116         Log: sundry cleanups for cloned interpreters (only known failure mode
8117              is due to regexps keeping non-constant data in their compiled
8118              structures)
8119      Branch: perl
8120            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
8121            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
8122 ____________________________________________________________________________
8123 [  4578] By: gsar                                  on 1999/11/14  03:37:37
8124         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
8125      Branch: perl
8126            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
8127 ____________________________________________________________________________
8128 [  4577] By: jhi                                   on 1999/11/13  19:50:24
8129         Log: Change #4576 accidentally leaked also parts of
8130              Ilya's patch that won't apply cleanly anymore.
8131      Branch: cfgperl
8132            ! regexec.c t/op/re_tests
8133 ____________________________________________________________________________
8134 [  4576] By: jhi                                   on 1999/11/13  19:43:37
8135         Log: Integrate with Sarathy.
8136      Branch: cfgperl
8137            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
8138           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
8139           !> t/op/regexp.t t/pragma/overload.t
8140 ____________________________________________________________________________
8141 [  4575] By: gsar                                  on 1999/11/13  19:41:46
8142         Log: typos in change#4561 and change#4565
8143      Branch: perl
8144            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
8145 ____________________________________________________________________________
8146 [  4574] By: gsar                                  on 1999/11/13  19:31:19
8147         Log: revert non-kosher parts of change#4562 (sort order problems
8148              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
8149              result and expected lines; /[:ascii:]/ not working should be
8150              fixed, not ignored in regexp.t; result from sort should be
8151              fixed to be ascii portable on ebcdic, not ebcdic-specific)
8152      Branch: perl
8153            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
8154 ____________________________________________________________________________
8155 [  4573] By: gsar                                  on 1999/11/13  19:13:04
8156         Log: integrate cfgperl changes into mainline
8157      Branch: perl
8158           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8159           +> lib/unicode/In/BopomofoExtended.pl
8160           +> lib/unicode/In/BraillePatterns.pl
8161           +> lib/unicode/In/CJKRadicalsSupplement.pl
8162           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8163           +> lib/unicode/In/Cherokee.pl
8164           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
8165           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
8166           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8167           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
8168           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
8169           +> lib/unicode/In/Thaana.pl
8170           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8171           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8172            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8173           !> (integrate 213 files)
8174 ____________________________________________________________________________
8175 [  4572] By: jhi                                   on 1999/11/13  18:44:50
8176         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
8177              To: perl5-porters@perl.org, VMSPERL@perl.org
8178              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
8179              Date: Wed, 27 Oct 1999 11:02:54 -0500
8180              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
8181      Branch: cfgperl
8182            ! README.vms
8183 ____________________________________________________________________________
8184 [  4571] By: jhi                                   on 1999/11/13  18:33:39
8185         Log: From: jand@activestate.com (Jan Dubois)
8186              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
8187              Cc: Douglas Lankshear <dougl@activestate.com>,
8188              Gurusamy Sarathy <gsar@activestate.com>
8189              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
8190              Date: Tue, 09 Nov 1999 00:38:33 +0100
8191              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
8192      Branch: cfgperl
8193            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
8194            ! win32/config.gc win32/config.vc win32/config_H.bc
8195            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
8196            ! win32/win32.c win32/win32iop.h
8197 ____________________________________________________________________________
8198 [  4570] By: jhi                                   on 1999/11/13  18:30:37
8199         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8200              To: perl5-porters@perl.org (Mailing list Perl5)
8201              Subject: [PATCH 5.005_62] makedef.pl goof
8202              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
8203              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
8204      Branch: cfgperl
8205            ! makedef.pl
8206 ____________________________________________________________________________
8207 [  4569] By: jhi                                   on 1999/11/13  18:06:54
8208         Log: From: Michael G Schwern <schwern@pobox.com>
8209              To: perl5-porters@perl.org, pod-people@perl.org
8210              Cc: tchrist@mox.perl.com, gnat@frii.com
8211              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
8212              Date: Wed, 10 Nov 1999 17:21:46 -0500
8213              Message-ID: <19991110172146.A23527@athens.aocn.com>
8214      Branch: cfgperl
8215            ! pod/perlfaq9.pod
8216 ____________________________________________________________________________
8217 [  4568] By: jhi                                   on 1999/11/13  18:05:33
8218         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
8219              To: <perl5-porters@perl.org>
8220              Subject: DynaLoader_pm.PL patch (backslashes in strings)
8221              Date: Wed, 10 Nov 1999 22:52:02 -0000
8222              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
8223      Branch: cfgperl
8224            ! ext/DynaLoader/DynaLoader_pm.PL
8225 ____________________________________________________________________________
8226 [  4567] By: jhi                                   on 1999/11/13  18:03:52
8227         Log: From: JD Laub <jdl@access-health.com>
8228              To: perl5-porters@perl.org
8229              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
8230              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
8231              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
8232      Branch: cfgperl
8233            ! lib/Exporter/Heavy.pm
8234 ____________________________________________________________________________
8235 [  4566] By: jhi                                   on 1999/11/13  18:01:24
8236         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
8237              To: perl5-porters@perl.org
8238              Subject: small patch for perldoc
8239              Date: Fri, 12 Nov 1999 23:11:43 GMT
8240              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
8241      Branch: cfgperl
8242            ! utils/perldoc.PL
8243 ____________________________________________________________________________
8244 [  4565] By: jhi                                   on 1999/11/13  17:58:54
8245         Log: From: Scott Gifford <sgifford@tir.com>
8246              To: perl5-porters@perl.org
8247              Cc: gbarr@pobox.com
8248              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
8249              Date: 12 Nov 1999 18:55:30 -0500
8250              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
8251      Branch: cfgperl
8252            ! ext/IO/lib/IO/Socket.pm
8253 ____________________________________________________________________________
8254 [  4564] By: jhi                                   on 1999/11/13  17:45:39
8255         Log: Applied manually:
8256              From: "Craig A. Berry" <craig.berry@metamor.com>
8257              To: perl5-porters@perl.org, VMSPERL@perl.org
8258              Subject: [PATCH 5.005_62] patches required to build on VMS
8259              Date: Tue, 09 Nov 1999 18:16:14 -0600
8260              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
8261      Branch: cfgperl
8262            ! configure.com vms/descrip_mms.template vms/subconfigure.com
8263            ! vms/vms.c vms/vmsish.h
8264 ____________________________________________________________________________
8265 [  4563] By: jhi                                   on 1999/11/13  17:18:41
8266         Log: Regen Unicode tables to include a warning:
8267              Thou Shalt Not Edit Them By Hand; add missing
8268              (Unicode 2.0 -introduced) tables to MANIFEST;
8269              convert the equivalence tables to be valid Perl code.
8270      Branch: cfgperl
8271            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
8272            + lib/unicode/In/BopomofoExtended.pl
8273            + lib/unicode/In/BraillePatterns.pl
8274            + lib/unicode/In/CJKRadicalsSupplement.pl
8275            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
8276            + lib/unicode/In/Cherokee.pl
8277            + lib/unicode/In/IdeographicDescriptionCharacters.pl
8278            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
8279            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
8280            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
8281            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
8282            + lib/unicode/In/Thaana.pl
8283            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
8284            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
8285            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8286            ! (edit 169 files)
8287 ____________________________________________________________________________
8288 [  4562] By: jhi                                   on 1999/11/13  16:53:00
8289         Log: From: Peter Prymmer <pvhp@forte.com>
8290              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
8291              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
8292              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
8293              Message-Id: <199911102234.OAA01018@brio.forte.com>
8294      Branch: cfgperl
8295            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
8296            ! t/pragma/overload.t
8297 ____________________________________________________________________________
8298 [  4561] By: jhi                                   on 1999/11/13  16:29:37
8299         Log: $Config{myarchname} is not a good architecture identifier
8300              because it may contain host/node identification like
8301              CPU serial numbers.
8302      Branch: cfgperl
8303            ! ext/Errno/Errno_pm.PL
8304 ____________________________________________________________________________
8305 [  4560] By: jhi                                   on 1999/11/13  16:26:13
8306         Log: Continue largefileness separation from quadness;
8307              move nv-preserving test out of perl.h into Configure;
8308              use HAS_SETVBUF in IO.
8309      Branch: cfgperl
8310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8311            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
8312      Branch: metaconfig
8313            ! U/a_dvisory/quadtype.U
8314      Branch: metaconfig/U/perl
8315            + nvpresuv.U
8316            ! d_fseeko.U d_ftello.U io64.U perlxv.U
8317 ____________________________________________________________________________
8318 [  4559] By: jhi                                   on 1999/11/13  13:46:38
8319         Log: Try to fix largefileness so that it "works" without a quad IV.
8320      Branch: cfgperl
8321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8322            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
8323      Branch: metaconfig
8324            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
8325      Branch: metaconfig/U/perl
8326            ! io64.U
8327 ____________________________________________________________________________
8328 [  4558] By: jhi                                   on 1999/11/13  11:36:19
8329         Log: Undo drift from mainline.
8330      Branch: cfgperl
8331            ! regcomp.c util.c utils/h2xs.PL
8332 ____________________________________________________________________________
8333 [  4557] By: gsar                                  on 1999/11/13  10:54:46
8334         Log: typo
8335      Branch: perl
8336            ! util.c
8337 ____________________________________________________________________________
8338 [  4556] By: gsar                                  on 1999/11/13  10:53:41
8339         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
8340      Branch: perl
8341           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
8342           +> epoc/epoc_stubs.c
8343           !> (integrate 48 files)
8344 ____________________________________________________________________________
8345 [  4555] By: jhi                                   on 1999/11/13  10:05:54
8346         Log: Integrate with Sarathy.
8347      Branch: cfgperl
8348           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
8349           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
8350 ____________________________________________________________________________
8351 [  4554] By: jhi                                   on 1999/11/13  10:03:07
8352         Log: s/_SIGN$/_sign/g;
8353      Branch: metaconfig
8354            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
8355 ____________________________________________________________________________
8356 [  4553] By: gsar                                  on 1999/11/13  02:17:53
8357         Log: cloned interpreters now actually run and pass all but 55/10386
8358              subtests; various subtle bugs, new and old, observed when running
8359              cloned interpreters have been fixed
8360              
8361              still to do:
8362              |  * dup psig_ptr table
8363              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
8364              |    simple-minded and grab one pad entry each, heavily bloating
8365              |    the pad by not avoiding dups)
8366              |  * overloaded constants are not really immutable--they need to
8367              |    be PADOPs
8368              |  * allocator for constants and OPs need to be spelled differently
8369              |    (shared vs interpreter-local allocations)
8370              |  * optree refcounting is still missing locking (macros are in place)
8371              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
8372              |    perl_clone() can be called from within runops*()
8373      Branch: perl
8374            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
8375            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
8376 ____________________________________________________________________________
8377 [  4552] By: jhi                                   on 1999/11/11  23:17:43
8378         Log: Turn on largefileness always if available and
8379              continue 64-bit fixes.
8380      Branch: cfgperl
8381            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
8382            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
8383            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
8384 ____________________________________________________________________________
8385 [  4551] By: jhi                                   on 1999/11/11  23:16:15
8386         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
8387      Branch: metaconfig
8388            ! U/a_dvisory/quadtype.U
8389      Branch: metaconfig/U/perl
8390            + d_int64t.U
8391            ! i_inttypes.U io64.U
8392 ____________________________________________________________________________
8393 [  4550] By: jhi                                   on 1999/11/11  20:24:55
8394         Log: Fix a thinko in 4548.
8395      Branch: cfgperl
8396            ! pp_sys.c
8397 ____________________________________________________________________________
8398 [  4549] By: jhi                                   on 1999/11/11  19:48:21
8399         Log: Integrate with Sarathy.
8400      Branch: cfgperl
8401           !> (integrate 56 files)
8402 ____________________________________________________________________________
8403 [  4548] By: jhi                                   on 1999/11/11  19:41:56
8404         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
8405              regen Configure.
8406      Branch: cfgperl
8407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8408            ! config_h.SH pp_sys.c
8409 ____________________________________________________________________________
8410 [  4547] By: jhi                                   on 1999/11/11  19:40:38
8411         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
8412      Branch: metaconfig
8413            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
8414            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
8415 ____________________________________________________________________________
8416 [  4546] By: gsar                                  on 1999/11/11  10:32:54
8417         Log: avoid stash pointers in optree under USE_ITHREADS
8418      Branch: perl
8419            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
8420            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
8421            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
8422            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8423            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
8424            ! scope.h sv.c
8425 ____________________________________________________________________________
8426 [  4545] By: gsar                                  on 1999/11/11  06:04:20
8427         Log: another change towards a shareable optree: avoid pointer to filegv
8428              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
8429              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
8430              to suit
8431      Branch: perl
8432            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
8433            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8434            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
8435            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
8436            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8437            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
8438            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
8439            ! win32/perllib.c
8440 ____________________________________________________________________________
8441 [  4544] By: gsar                                  on 1999/11/10  18:19:12
8442         Log: more cleanups for change#4539
8443      Branch: perl
8444            ! gv.h op.c op.h pp_ctl.c pp_hot.c
8445 ____________________________________________________________________________
8446 [  4543] By: gsar                                  on 1999/11/10  01:52:22
8447         Log: remove dead branch/infinite looper in change#3612
8448      Branch: perl
8449            ! op.c
8450 ____________________________________________________________________________
8451 [  4542] By: gsar                                  on 1999/11/09  20:05:47
8452         Log: IoDIRP may be fake when used in source filters, mark as such
8453      Branch: perl
8454            ! sv.c sv.h toke.c
8455 ____________________________________________________________________________
8456 [  4541] By: gsar                                  on 1999/11/09  05:47:53
8457         Log: small nits in changes#4538,4539
8458      Branch: perl
8459            ! op.c sv.c
8460 ____________________________________________________________________________
8461 [  4540] By: gsar                                  on 1999/11/08  20:30:58
8462         Log: win32 symbol export tweak
8463      Branch: perl
8464            ! makedef.pl win32/win32.c win32/win32iop.h
8465 ____________________________________________________________________________
8466 [  4539] By: gsar                                  on 1999/11/08  18:50:40
8467         Log: preliminary support for GVOP indirection via pad
8468      Branch: perl
8469            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
8470            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
8471 ____________________________________________________________________________
8472 [  4538] By: gsar                                  on 1999/11/08  11:25:49
8473         Log: preliminary support for perl_clone() (still needs work in
8474              the following areas: SVOPs must indirect via pad; context
8475              stack, scope stack, and runlevels must be cloned; must
8476              hook up the virtualized pseudo-process support provided by
8477              "host"; ...)
8478      Branch: perl
8479            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
8480            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
8481            ! win32/perllib.c win32/win32.c
8482 ____________________________________________________________________________
8483 [  4537] By: gsar                                  on 1999/11/08  11:19:18
8484         Log: more thorough cleanup in perl_destroy()
8485      Branch: perl
8486            ! perl.c util.c
8487 ____________________________________________________________________________
8488 [  4536] By: gsar                                  on 1999/11/08  07:16:10
8489         Log: win32 internal data must be interpreter-local
8490      Branch: perl
8491            ! win32/win32.c win32/win32.h win32/win32sck.c
8492 ____________________________________________________________________________
8493 [  4535] By: gsar                                  on 1999/11/08  04:17:28
8494         Log: tweak change#4502
8495      Branch: perl
8496            ! doio.c perl.c
8497 ____________________________________________________________________________
8498 [  4534] By: jhi                                   on 1999/11/07  13:17:03
8499         Log: Four special class subs, not three.
8500      Branch: cfgperl
8501            ! pod/perlmod.pod
8502 ____________________________________________________________________________
8503 [  4533] By: jhi                                   on 1999/11/07  13:13:15
8504         Log: Integrate with Sarathy.
8505      Branch: cfgperl
8506           !> mg.c t/io/print.t
8507 ____________________________________________________________________________
8508 [  4532] By: jhi                                   on 1999/11/07  12:36:10
8509         Log: More test program maintenance.
8510      Branch: cfgperl
8511            ! Configure config_h.SH
8512      Branch: metaconfig
8513            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8514            ! U/compline/charsize.U U/compline/d_sigaction.U
8515            ! U/compline/doublesize.U U/compline/floatsize.U
8516            ! U/compline/nblock_io.U U/compline/ptrsize.U
8517            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
8518            ! U/typedefs/uidsize.U
8519      Branch: metaconfig/U/perl
8520            ! fpossize.U
8521 ____________________________________________________________________________
8522 [  4531] By: jhi                                   on 1999/11/07  00:34:09
8523         Log: Tidy up the metaconfig test programs.
8524      Branch: cfgperl
8525            ! Configure config_h.SH
8526      Branch: metaconfig
8527            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
8528            ! U/compline/charsize.U U/compline/doublesize.U
8529            ! U/compline/nblock_io.U U/compline/ptrsize.U
8530            ! U/modified/d_longlong.U U/typedefs/gidsize.U
8531            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
8532            ! U/typedefs/uidsize.U
8533      Branch: metaconfig/U/perl
8534            ! fpossize.U
8535 ____________________________________________________________________________
8536 [  4530] By: jhi                                   on 1999/11/06  23:51:34
8537         Log: So many printfs, so little time.
8538      Branch: cfgperl
8539            ! op.c perl.c regcomp.c scope.c util.c
8540 ____________________________________________________________________________
8541 [  4529] By: jhi                                   on 1999/11/06  23:27:35
8542         Log: Replace the explicit zeros with NOOPs.
8543      Branch: cfgperl
8544            ! perl.h
8545 ____________________________________________________________________________
8546 [  4528] By: jhi                                   on 1999/11/06  23:10:54
8547         Log: From: jand@activestate.com (Jan Dubois)
8548              To: perl5-porters@perl.org
8549              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
8550              Mark Borgerding <mborgerding@acm.org>
8551              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
8552              Date: Sat, 06 Nov 1999 22:16:43 +0100
8553              Message-ID: <38279207.46448719@smtprelay.t-online.de>
8554      Branch: cfgperl
8555            ! op.c op.h
8556 ____________________________________________________________________________
8557 [  4527] By: jhi                                   on 1999/11/06  20:22:14
8558         Log: ...and fewer.
8559      Branch: cfgperl
8560            ! dump.c
8561 ____________________________________________________________________________
8562 [  4526] By: jhi                                   on 1999/11/06  20:19:04
8563         Log: ...and they are getting fewer.
8564      Branch: cfgperl
8565            ! dump.c op.c util.c
8566 ____________________________________________________________________________
8567 [  4525] By: jhi                                   on 1999/11/06  19:59:59
8568         Log: More printf miscasts flushed out.
8569      Branch: cfgperl
8570            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
8571            ! regexec.c
8572 ____________________________________________________________________________
8573 [  4524] By: jhi                                   on 1999/11/06  15:39:05
8574         Log: Crushing the remaining %ld guerillas.
8575      Branch: cfgperl
8576            ! ext/Devel/DProf/DProf.xs
8577 ____________________________________________________________________________
8578 [  4523] By: jhi                                   on 1999/11/06  15:11:38
8579         Log: Update CPAN sites list.
8580      Branch: cfgperl
8581            ! pod/perlmodlib.pod
8582 ____________________________________________________________________________
8583 [  4522] By: jhi                                   on 1999/11/05  19:50:46
8584         Log: The -n32 is normally part of $cc, not $ccflags.
8585      Branch: cfgperl
8586            ! hints/irix_6.sh
8587 ____________________________________________________________________________
8588 [  4521] By: gsar                                  on 1999/11/05  04:35:30
8589         Log: allow $\ to work right when set to a string with embedded nulls
8590      Branch: perl
8591            ! mg.c t/io/print.t
8592 ____________________________________________________________________________
8593 [  4520] By: jhi                                   on 1999/11/04  23:30:09
8594         Log: Integrate with Sarathy.
8595      Branch: cfgperl
8596           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
8597           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
8598           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
8599           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
8600           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
8601           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
8602 ____________________________________________________________________________
8603 [  4519] By: jhi                                   on 1999/11/04  23:09:25
8604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8605              To: perl5-porters@perl.org (Mailing list Perl5)
8606              Subject: [PATCH 5.005_62] ref to non-lvalue method
8607              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
8608              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
8609      Branch: cfgperl
8610            ! op.c
8611 ____________________________________________________________________________
8612 [  4518] By: jhi                                   on 1999/11/04  23:07:27
8613         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8614              To: perl5-porters@perl.org (Mailing list Perl5)
8615              Subject: [PATCH 5.005_62] xsubpp dependency
8616              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
8617              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
8618      Branch: cfgperl
8619            ! lib/ExtUtils/MM_Unix.pm
8620 ____________________________________________________________________________
8621 [  4517] By: jhi                                   on 1999/11/04  23:05:59
8622         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8623              To: perl5-porters@perl.org (Mailing list Perl5)
8624              Subject: [PATCH 5.005_62] regexp.h
8625              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
8626              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
8627      Branch: cfgperl
8628            ! regexp.h
8629 ____________________________________________________________________________
8630 [  4516] By: gsar                                  on 1999/11/04  18:25:45
8631         Log: change#4485 didn't do the right thing for B::Bytecode
8632      Branch: perl
8633            ! ext/B/B/Bytecode.pm
8634 ____________________________________________________________________________
8635 [  4515] By: gsar                                  on 1999/11/04  17:28:29
8636         Log: implement STOP blocks and fix compiler to use them (minimally
8637              tested)
8638      Branch: perl
8639            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
8640            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
8641            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8642            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
8643            ! pod/perltodo.pod toke.c
8644 ____________________________________________________________________________
8645 [  4514] By: gsar                                  on 1999/11/04  15:59:46
8646         Log: display BSD license in Glob.pm (for clause #2 conformity)
8647      Branch: perl
8648            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
8649            ! ext/File/Glob/bsd_glob.h
8650 ____________________________________________________________________________
8651 [  4513] By: jhi                                   on 1999/11/04  08:26:19
8652         Log: Integrate with Sarathy.
8653      Branch: cfgperl
8654           +> t/io/nargv.t
8655           !> (integrate 34 files)
8656 ____________________________________________________________________________
8657 [  4512] By: jhi                                   on 1999/11/04  08:01:25
8658         Log: Incremental Mac integration from Matthias.
8659      Branch: cfgperl
8660            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
8661            ! toke.c util.c
8662 ____________________________________________________________________________
8663 [  4511] By: gsar                                  on 1999/11/04  02:53:37
8664         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
8665      Branch: perl
8666            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
8667            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
8668            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
8669            ! xsutils.c
8670 ____________________________________________________________________________
8671 [  4510] By: jhi                                   on 1999/11/02  22:12:29
8672         Log: S_init_interp is a better place to diddle with PL_opargs
8673              than perl_construct.
8674      Branch: cfgperl
8675            ! perl.c
8676 ____________________________________________________________________________
8677 [  4509] By: jhi                                   on 1999/11/02  21:30:02
8678         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8679              To: ben@mucus.advanced.org, perl5-porters@perl.org
8680              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
8681              Date: Tue, 02 Nov 1999 21:36:00 +0000
8682              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
8683      Branch: cfgperl
8684            ! pod/perlfunc.pod
8685 ____________________________________________________________________________
8686 [  4508] By: jhi                                   on 1999/11/02  20:46:27
8687         Log: Initial integration of the MacPerl changes form Matthias.
8688      Branch: cfgperl
8689            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
8690            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
8691            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
8692 ____________________________________________________________________________
8693 [  4507] By: jhi                                   on 1999/11/01  23:05:07
8694         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8695              To: lvirden@cas.org (Larry W. Virden)
8696              Cc: perl5-porters@perl.org, lvirden@cas.org
8697              Subject: Re: [ID 19991026.001] perl segmentation fault report
8698              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
8699              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
8700      Branch: cfgperl
8701            ! regexec.c t/op/pat.t
8702 ____________________________________________________________________________
8703 [  4506] By: jhi                                   on 1999/11/01  19:56:28
8704         Log: From: Olaf Flebbe <olaf@science-computing.de>
8705              To: perl5-porters@perl.org
8706              Subject: [PATCH: 5.005_62] Patch for EPOC Support
8707              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
8708              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
8709      Branch: cfgperl
8710            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
8711            + epoc/epoc_stubs.c
8712            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
8713            ! epoc/perl.pkg
8714 ____________________________________________________________________________
8715 [  4505] By: gsar                                  on 1999/11/01  17:09:44
8716         Log: macros for COP.cop_filegv access
8717      Branch: perl
8718            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
8719            ! util.c
8720 ____________________________________________________________________________
8721 [  4504] By: gsar                                  on 1999/11/01  17:08:28
8722         Log: enable better Win32::DomainName() by demand loading netapi32.dll
8723              (from Jan Dubois)
8724      Branch: perl
8725            ! pod/Win32.pod win32/win32.c
8726 ____________________________________________________________________________
8727 [  4503] By: gsar                                  on 1999/10/31  20:56:06
8728         Log: change#4502 was missing a file
8729      Branch: perl
8730            + t/io/nargv.t
8731 ____________________________________________________________________________
8732 [  4502] By: gsar                                  on 1999/10/31  20:46:02
8733         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
8734              in the way ARGV state was handled in readline(); writing a
8735              subroutine to do inplace edits is now possible, provided *ARGV,
8736              *ARGVOUT, $^I and $_ are localized where needed
8737      Branch: perl
8738            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
8739            ! pp_hot.c scope.c
8740 ____________________________________________________________________________
8741 [  4501] By: jhi                                   on 1999/10/31  12:43:54
8742         Log: Integrate with Sarathy.
8743      Branch: cfgperl
8744           !> perl.h win32/config.bc win32/config.gc win32/config.vc
8745           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8746 ____________________________________________________________________________
8747 [  4500] By: gsar                                  on 1999/10/31  10:01:17
8748         Log: updated windows config* files
8749      Branch: perl
8750            ! win32/config.bc win32/config.gc win32/config.vc
8751            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8752 ____________________________________________________________________________
8753 [  4499] By: gsar                                  on 1999/10/31  09:15:17
8754         Log: integrate cfgperl contents into mainline
8755      Branch: perl
8756           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8757           !> config_h.SH perl.h
8758 ____________________________________________________________________________
8759 [  4498] By: gsar                                  on 1999/10/31  09:13:41
8760         Log: remove unused struct Outrec
8761      Branch: perl
8762            ! perl.h
8763 ____________________________________________________________________________
8764 [  4497] By: jhi                                   on 1999/10/30  12:41:50
8765         Log: Add HAS_QUAD ($Config{d_quad}); use it.
8766      Branch: cfgperl
8767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8768            ! config_h.SH perl.h
8769      Branch: metaconfig
8770            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
8771            ! U/typedefs/uidf.U
8772      Branch: metaconfig/U/perl
8773            ! perlxv.U
8774 ____________________________________________________________________________
8775 [  4496] By: gsar                                  on 1999/10/30  00:28:32
8776         Log: integrate cfgperl contents into mainline
8777      Branch: perl
8778           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
8779           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
8780           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
8781           !> perl.h pp.c pp.h regexec.c sv.c taint.c
8782 ____________________________________________________________________________
8783 [  4495] By: jhi                                   on 1999/10/29  23:36:19
8784         Log: Continue what #4494 started; introduce uid and gid formats.
8785      Branch: cfgperl
8786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8787            ! config_h.SH handy.h perl.h
8788      Branch: metaconfig
8789            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
8790            - U/typedefs/quadtype.U
8791      Branch: metaconfig/U/perl
8792            ! perlxv.U
8793 ____________________________________________________________________________
8794 [  4494] By: jhi                                   on 1999/10/29  22:09:01
8795         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
8796              from perl.h and handy.h.
8797      Branch: cfgperl
8798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8799            ! config_h.SH handy.h perl.h
8800      Branch: metaconfig/U/perl
8801            + perlxv.U perlxvf.U
8802 ____________________________________________________________________________
8803 [  4493] By: jhi                                   on 1999/10/29  22:08:06
8804         Log: Finetuning the output continues along the lines of #4490 and #4491.
8805      Branch: metaconfig
8806            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8807            ! U/typedefs/fpostype.U
8808      Branch: metaconfig/U/perl
8809            + fpossize.U
8810            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8811            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8812 ____________________________________________________________________________
8813 [  4492] By: jhi                                   on 1999/10/29  21:14:53
8814         Log: Hurd update from Mark Kettenis.
8815      Branch: cfgperl
8816            ! README.hurd
8817 ____________________________________________________________________________
8818 [  4491] By: jhi                                   on 1999/10/29  20:37:02
8819         Log: A new try at what #4490 tried to accomplish.
8820      Branch: metaconfig
8821            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8822      Branch: metaconfig/U/perl
8823            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8824            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8825 ____________________________________________________________________________
8826 [  4490] By: jhi                                   on 1999/10/29  20:19:41
8827         Log: metaconfig nits.
8828      Branch: metaconfig
8829            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
8830      Branch: metaconfig/U/perl
8831            + d_iovec_s.U
8832            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8833            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
8834 ____________________________________________________________________________
8835 [  4489] By: jhi                                   on 1999/10/29  16:08:43
8836         Log: Integrate with Sarathy.
8837      Branch: cfgperl
8838           !> (integrate 31 files)
8839 ____________________________________________________________________________
8840 [  4488] By: jhi                                   on 1999/10/29  15:30:30
8841         Log: Regen Configure and Glossary.
8842      Branch: cfgperl
8843            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8844            ! config_h.SH
8845 ____________________________________________________________________________
8846 [  4487] By: jhi                                   on 1999/10/29  15:24:13
8847         Log: Remove quad logic from perl.h; regen Configure;
8848              add -DUSE_LONG_LONG to ccflags if not already there.
8849      Branch: cfgperl
8850            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
8851            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
8852 ____________________________________________________________________________
8853 [  4486] By: jhi                                   on 1999/10/29  15:22:38
8854         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
8855              fixed the use*.U to define their stuff only iff not already defined
8856              (so that ccflags can have any -DUSE_* it wants);
8857              uselonglong.U added; various small nits fixed.
8858      Branch: metaconfig
8859            + U/typedefs/quadtype.U
8860            ! U/modified/d_longdbl.U U/modified/d_longlong.U
8861            ! U/modified/d_statblks.U U/modified/usenm.U
8862            ! U/threads/usethreads.U
8863      Branch: metaconfig/U/perl
8864            + uselonglong.U
8865            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
8866            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
8867            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
8868            ! usemultiplicity.U useperlio.U usesocks.U
8869 ____________________________________________________________________________
8870 [  4485] By: gsar                                  on 1999/10/29  06:08:50
8871         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
8872      Branch: perl
8873            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
8874            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8875            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
8876            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
8877            ! sv.h
8878 ____________________________________________________________________________
8879 [  4484] By: gsar                                  on 1999/10/29  03:00:21
8880         Log: usurp GVOP slot for new PADOP (one small step to making optree
8881              shareable across interpreters)
8882      Branch: perl
8883            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
8884            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8885            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8886            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
8887            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
8888            ! pp_hot.c pp_sys.c regexec.c run.c
8889 ____________________________________________________________________________
8890 [  4483] By: jhi                                   on 1999/10/28  22:01:12
8891         Log: Regen Configure.
8892      Branch: cfgperl
8893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8894            ! config_h.SH
8895 ____________________________________________________________________________
8896 [  4482] By: jhi                                   on 1999/10/28  21:45:26
8897         Log: Installdirs patches from Andy.
8898      Branch: metaconfig
8899            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
8900            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
8901            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
8902            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
8903            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
8904            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
8905            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
8906            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
8907            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
8908 ____________________________________________________________________________
8909 [  4481] By: gsar                                  on 1999/10/28  17:33:49
8910         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
8911              can still be directly set)
8912      Branch: perl
8913            ! lib/Time/Local.pm
8914 ____________________________________________________________________________
8915 [  4480] By: jhi                                   on 1999/10/28  13:49:26
8916         Log: Fix printing of uids and gids; regen Configure.
8917      Branch: cfgperl
8918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8919            ! config_h.SH mg.c perl.c perl.h taint.c
8920 ____________________________________________________________________________
8921 [  4479] By: jhi                                   on 1999/10/28  11:53:57
8922         Log: Fix typo.
8923      Branch: metaconfig
8924            ! U/typedefs/gidsize.U
8925 ____________________________________________________________________________
8926 [  4478] By: jhi                                   on 1999/10/28  06:50:02
8927         Log: Integrate with Sarathy.
8928      Branch: cfgperl
8929           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
8930           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8931           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8932           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
8933 ____________________________________________________________________________
8934 [  4477] By: jhi                                   on 1999/10/28  06:40:54
8935         Log: (Slightly) better comments for Policy_sh.SH from Andy.
8936      Branch: cfgperl
8937            ! Policy_sh.SH
8938 ____________________________________________________________________________
8939 [  4476] By: gsar                                  on 1999/10/27  23:54:36
8940         Log: regen config* stuff for windows
8941      Branch: perl
8942            ! Changes patchlevel.h win32/Makefile win32/config.bc
8943            ! win32/config.gc win32/config.vc win32/config_H.bc
8944            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8945            ! win32/makefile.mk
8946 ____________________________________________________________________________
8947 [  4475] By: gsar                                  on 1999/10/27  21:32:30
8948         Log: integrate cfgperl contents into mainline; merge conflicts
8949      Branch: perl
8950           !> (integrate 46 files)
8951 ____________________________________________________________________________
8952 [  4474] By: gsar                                  on 1999/10/27  21:15:07
8953         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
8954              perl; stdout/stderr redirects seem broken as well)
8955      Branch: perl
8956            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
8957 ____________________________________________________________________________
8958 [  4473] By: jhi                                   on 1999/10/27  21:11:11
8959         Log: Do not block if no message queues available.
8960      Branch: cfgperl
8961            ! t/lib/ipc_sysv.t
8962 ____________________________________________________________________________
8963 [  4472] By: jhi                                   on 1999/10/27  18:27:40
8964         Log: Remove unused "squatter" symbols; regen Configure.
8965      Branch: cfgperl
8966            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8967            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
8968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8969 ____________________________________________________________________________
8970 [  4471] By: jhi                                   on 1999/10/27  18:26:55
8971         Log: metaconfig; split socket; fix output.
8972      Branch: metaconfig
8973            ! U/modified/d_socket.U U/modified/d_statblks.U
8974      Branch: metaconfig/U/perl
8975            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
8976            ! i_sysstatfs.U i_sysvfs.U
8977 ____________________________________________________________________________
8978 [  4470] By: jhi                                   on 1999/10/27  17:19:06
8979         Log: Regen Configure.
8980      Branch: cfgperl
8981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8982            ! config_h.SH perl.c perl.h
8983 ____________________________________________________________________________
8984 [  4469] By: jhi                                   on 1999/10/27  17:18:41
8985         Log: metaconfig; split statfs.
8986      Branch: metaconfig/U/perl
8987            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
8988            ! d_statfs.U
8989 ____________________________________________________________________________
8990 [  4468] By: jhi                                   on 1999/10/27  14:06:44
8991         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
8992              (Ilya's changes won).
8993      Branch: cfgperl
8994           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8995           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8996           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8997           !> (integrate 65 files)
8998 ____________________________________________________________________________
8999 [  4467] By: jhi                                   on 1999/10/27  13:38:41
9000         Log: Regen Configure.
9001      Branch: cfgperl
9002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9003            ! config_h.SH
9004 ____________________________________________________________________________
9005 [  4466] By: jhi                                   on 1999/10/27  13:18:06
9006         Log: metaconfig fixes from Andy.
9007      Branch: metaconfig
9008            + U/modified/libnlist.U U/modified/usrinc.U
9009            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
9010 ____________________________________________________________________________
9011 [  4465] By: jhi                                   on 1999/10/27  13:06:27
9012         Log: Nosuid checking for statfs() people.
9013      Branch: cfgperl
9014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9015            ! config_h.SH perl.c perl.h pod/perldiag.pod
9016 ____________________________________________________________________________
9017 [  4464] By: jhi                                   on 1999/10/27  13:04:20
9018         Log: metaconfig maintenance; fix Hasfield, statfs;
9019              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
9020              split fstatfs away from statfs.
9021      Branch: metaconfig
9022            + U/protos/Hasstruct.U
9023            ! U/protos/Hasfield.U
9024      Branch: metaconfig/U/perl
9025            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
9026            + i_ustat.U
9027            ! d_statfs.U
9028 ____________________________________________________________________________
9029 [  4463] By: jhi                                   on 1999/10/27  07:55:53
9030         Log: We need cc to be able to test for cc -v.
9031      Branch: cfgperl
9032            ! hints/dec_osf.sh
9033 ____________________________________________________________________________
9034 [  4462] By: gsar                                  on 1999/10/27  01:31:41
9035         Log: more GCC v2.95 induced adjustments
9036      Branch: perl
9037            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
9038            ! win32/makefile.mk win32/win32.c x2p/walk.c
9039 ____________________________________________________________________________
9040 [  4461] By: gsar                                  on 1999/10/26  21:42:59
9041         Log: warnings and const violations identified by compiling in C++ mode
9042              with GCC v2.95
9043      Branch: perl
9044            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
9045            ! sv.c taint.c toke.c win32/win32.c
9046 ____________________________________________________________________________
9047 [  4459] By: jhi                                   on 1999/10/26  10:15:58
9048         Log: Regen Configure.
9049      Branch: cfgperl
9050            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9051            ! config_h.SH
9052 ____________________________________________________________________________
9053 [  4458] By: jhi                                   on 1999/10/26  09:48:37
9054         Log: Minor rewordings.
9055      Branch: metaconfig/U/perl
9056            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
9057 ____________________________________________________________________________
9058 [  4456] By: jhi                                   on 1999/10/26  09:11:49
9059         Log: Fix d_statfsflags; add d_getmnt.
9060      Branch: metaconfig/U/perl
9061            + d_getmnt.U
9062            ! d_statfs.U
9063 ____________________________________________________________________________
9064 [  4455] By: jhi                                   on 1999/10/26  08:12:27
9065         Log: Massive multitypo in #4446.
9066      Branch: cfgperl
9067            ! hints/dec_osf.sh
9068 ____________________________________________________________________________
9069 [  4454] By: jhi                                   on 1999/10/25  08:28:45
9070         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9071              To: Perl 5 Porters <perl5-porters@perl.org>
9072              Subject: [PATCH 5.005_62] dos-djgpp update
9073              Date: Mon, 25 Oct 1999 10:11:30 +0200
9074              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
9075      Branch: cfgperl
9076            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
9077            ! pod/perldelta.pod t/lib/io_unix.t
9078 ____________________________________________________________________________
9079 [  4453] By: jhi                                   on 1999/10/25  08:25:50
9080         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9081              To: perl5-porters@perl.org (Mailing list Perl5)
9082              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
9083              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
9084              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
9085      Branch: cfgperl
9086            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
9087 ____________________________________________________________________________
9088 [  4452] By: jhi                                   on 1999/10/25  08:16:55
9089         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9090              To: perl5-porters@perl.org (Mailing list Perl5)
9091              Subject: [PATCH 5.005_62] Missing REx engine patch
9092              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
9093              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
9094      Branch: cfgperl
9095            ! pod/perldiag.pod regcomp.c regexec.c
9096 ____________________________________________________________________________
9097 [  4451] By: jhi                                   on 1999/10/25  08:13:06
9098         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9099              To: perl5-porters@perl.org (Mailing list Perl5)
9100              Subject: [PATCH 5.005_62] charnames and UTEST
9101              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
9102              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
9103      Branch: cfgperl
9104            ! t/lib/charnames.t
9105 ____________________________________________________________________________
9106 [  4450] By: gsar                                  on 1999/10/25  07:38:15
9107         Log: win32 tweak
9108      Branch: perl
9109            ! win32/perllib.c
9110 ____________________________________________________________________________
9111 [  4449] By: gsar                                  on 1999/10/24  23:20:10
9112         Log: remove inconsistent tainting behavior of sprintf("%e",...)
9113              (all bets are off is "C" locale is compromised)
9114      Branch: perl
9115            ! pod/perlfunc.pod pod/perllocale.pod sv.c
9116 ____________________________________________________________________________
9117 [  4448] By: gsar                                  on 1999/10/24  22:20:42
9118         Log: remove unused interpreter globals
9119      Branch: perl
9120            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
9121            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
9122            ! proto.h toke.c
9123 ____________________________________________________________________________
9124 [  4447] By: jhi                                   on 1999/10/24  21:49:52
9125         Log: Another hints tweak.
9126      Branch: cfgperl
9127            ! hints/aix.sh
9128 ____________________________________________________________________________
9129 [  4446] By: jhi                                   on 1999/10/24  21:48:02
9130         Log: Hints tweak.
9131      Branch: cfgperl
9132            ! hints/dec_osf.sh
9133 ____________________________________________________________________________
9134 [  4445] By: nick                                  on 1999/10/24  21:03:28
9135         Log: Integrate own changes to mainline.
9136      Branch: utfperl
9137           !> installperl pp.c
9138 ____________________________________________________________________________
9139 [  4444] By: nick                                  on 1999/10/24  20:54:06
9140         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
9141              (Fix/workround for [ID19991024.001])
9142      Branch: perl
9143            ! pp.c
9144 ____________________________________________________________________________
9145 [  4443] By: nick                                  on 1999/10/24  15:09:51
9146         Log: Follow that camel ... another sync.
9147      Branch: utfperl
9148           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
9149           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
9150           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
9151           !> (integrate 36 files)
9152 ____________________________________________________________________________
9153 [  4442] By: gsar                                  on 1999/10/24  14:40:01
9154         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
9155      Branch: perl
9156            ! installperl
9157 ____________________________________________________________________________
9158 [  4441] By: gsar                                  on 1999/10/24  14:33:11
9159         Log: test in change#4428 needs strict interpretation of C modulus
9160      Branch: perl
9161            ! t/op/int.t
9162 ____________________________________________________________________________
9163 [  4440] By: gsar                                  on 1999/10/24  13:47:17
9164         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
9165              $? break
9166      Branch: perl
9167            ! perl.c pod/perldelta.pod pod/perldiag.pod
9168 ____________________________________________________________________________
9169 [  4439] By: jhi                                   on 1999/10/24  13:19:17
9170         Log: test for #2835 (yeah, better later than never)
9171      Branch: cfgperl
9172            ! t/op/array.t
9173 ____________________________________________________________________________
9174 [  4438] By: gsar                                  on 1999/10/24  12:59:12
9175         Log: typo, doc tweak
9176      Branch: perl
9177            ! lib/attributes.pm pod/perlop.pod
9178 ____________________________________________________________________________
9179 [  4437] By: gsar                                  on 1999/10/24  11:59:55
9180         Log: allow get() and reftype() functions to be imported (from
9181              Spider Boardman)
9182      Branch: perl
9183            ! lib/attributes.pm
9184 ____________________________________________________________________________
9185 [  4436] By: gsar                                  on 1999/10/24  11:52:53
9186         Log: suppress scalar leak messages for known leaks (from
9187              Robin Barker <rmb1@cise.npl.co.uk>)
9188      Branch: perl
9189            ! Changes t/op/lex_assign.t t/pragma/warn/op
9190 ____________________________________________________________________________
9191 [  4435] By: gsar                                  on 1999/10/24  11:39:42
9192         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
9193      Branch: perl
9194            ! ext/B/defsubs_h.PL
9195 ____________________________________________________________________________
9196 [  4434] By: gsar                                  on 1999/10/24  11:36:08
9197         Log: relax range checking if they ask for it (from John L. Allen
9198              <allen@grumman.com>)
9199      Branch: perl
9200            ! lib/Time/Local.pm
9201 ____________________________________________________________________________
9202 [  4433] By: gsar                                  on 1999/10/24  11:25:51
9203         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
9204      Branch: perl
9205            ! README lib/File/Path.pm
9206 ____________________________________________________________________________
9207 [  4432] By: gsar                                  on 1999/10/24  11:11:02
9208         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9209              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
9210              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
9211              Subject: Re: [PATCH 5.005_62] OS/2 improvements
9212      Branch: perl
9213            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
9214            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
9215            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
9216            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
9217            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
9218            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9219            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9220            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9221            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
9222            ! perl.c perl.h t/io/fs.t t/op/magic.t
9223 ____________________________________________________________________________
9224 [  4431] By: gsar                                  on 1999/10/24  10:50:14
9225         Log: install all README.foo with pod content as podfoo.pod
9226      Branch: perl
9227            ! Makefile.SH installman
9228 ____________________________________________________________________________
9229 [  4430] By: gsar                                  on 1999/10/24  09:28:24
9230         Log: @INC needs ../lib
9231      Branch: perl
9232            ! t/op/int.t
9233 ____________________________________________________________________________
9234 [  4429] By: jhi                                   on 1999/10/23  21:47:49
9235         Log: More printf-fixes (see also #4426).
9236      Branch: cfgperl
9237            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
9238            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
9239            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
9240 ____________________________________________________________________________
9241 [  4428] By: gsar                                  on 1999/10/23  20:28:56
9242         Log: fix accidental C modulo semantics on integer-valued operations
9243              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
9244      Branch: perl
9245            ! op.c t/op/int.t
9246 ____________________________________________________________________________
9247 [  4427] By: jhi                                   on 1999/10/23  16:10:10
9248         Log: Integrate with Sarathy.
9249      Branch: cfgperl
9250           !> sv.c win32/win32.c
9251 ____________________________________________________________________________
9252 [  4426] By: jhi                                   on 1999/10/23  16:04:02
9253         Log: Fix the printfing nits pointed out by using gcc -Wall and
9254              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
9255              plus few other warnings in Dumper.xs.
9256      Branch: cfgperl
9257            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9258            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
9259 ____________________________________________________________________________
9260 [  4425] By: jhi                                   on 1999/10/23  15:16:41
9261         Log: Configure regen to pick up the new installation directories
9262              from Policy_sh.SH.  The explanations of "public add-ons" and
9263              "vendor-supplied" could do with more work.
9264      Branch: cfgperl
9265            ! Configure config_h.SH
9266 ____________________________________________________________________________
9267 [  4424] By: nick                                  on 1999/10/23  00:46:22
9268         Log: Resolve mainline before possible hacking operertunity this weekend
9269      Branch: utfperl
9270           +> pod/perlfilter.pod
9271           !> (integrate 32 files)
9272 ____________________________________________________________________________
9273 [  4423] By: jhi                                   on 1999/10/22  22:53:17
9274         Log: Update Policy_sh.SH to handle the newer installation directives.
9275              From: Andy Dougherty <doughera@lafayette.edu>
9276              To: Perl Porters <perl5-porters@perl.org>
9277              Subject: [PATCH 5.005_62] Policy_sh.SH update
9278              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
9279              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
9280      Branch: cfgperl
9281            ! Policy_sh.SH
9282 ____________________________________________________________________________
9283 [  4422] By: jhi                                   on 1999/10/22  22:44:44
9284         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
9285      Branch: cfgperl
9286            ! hints/aix.sh
9287 ____________________________________________________________________________
9288 [  4421] By: gsar                                  on 1999/10/22  21:16:44
9289         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
9290              C<"%ld", long_val>
9291      Branch: perl
9292            ! sv.c
9293 ____________________________________________________________________________
9294 [  4420] By: gsar                                  on 1999/10/22  16:36:46
9295         Log: win32_utime() on directories should use localtime() rather
9296              than gmtime() (from Jan Dubois)
9297      Branch: perl
9298            ! win32/win32.c
9299 ____________________________________________________________________________
9300 [  4419] By: jhi                                   on 1999/10/21  10:31:41
9301         Log: Integrate with Sarathy.
9302      Branch: cfgperl
9303           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
9304           !> t/lib/glob-basic.t t/op/sort.t
9305 ____________________________________________________________________________
9306 [  4418] By: gsar                                  on 1999/10/20  23:49:47
9307         Log: add test for change#4417
9308      Branch: perl
9309            ! t/op/sort.t
9310 ____________________________________________________________________________
9311 [  4417] By: gsar                                  on 1999/10/20  23:45:03
9312         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
9313      Branch: perl
9314            ! op.c
9315 ____________________________________________________________________________
9316 [  4416] By: gsar                                  on 1999/10/20  01:00:50
9317         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
9318      Branch: perl
9319            ! lib/CPAN/FirstTime.pm
9320 ____________________________________________________________________________
9321 [  4415] By: gsar                                  on 1999/10/20  00:52:34
9322         Log: disable optimizing troublesome ops in change#3612
9323              (from Ilya Zakharevich)
9324      Branch: perl
9325            ! Makefile.SH opcode.h opcode.pl
9326 ____________________________________________________________________________
9327 [  4414] By: gsar                                  on 1999/10/20  00:37:46
9328         Log: skip unreadable directory test when running as root
9329      Branch: perl
9330            ! t/lib/glob-basic.t
9331 ____________________________________________________________________________
9332 [  4413] By: jhi                                   on 1999/10/19  09:26:52
9333         Log: Avoid GNU ar if HP cc is being used.
9334      Branch: cfgperl
9335            ! hints/hpux.sh
9336 ____________________________________________________________________________
9337 [  4412] By: jhi                                   on 1999/10/19  07:24:29
9338         Log: Integrate with Sarathy.
9339      Branch: cfgperl
9340           !> perlvars.h
9341 ____________________________________________________________________________
9342 [  4411] By: jhi                                   on 1999/10/19  07:22:34
9343         Log: Long double support: sqrtl et al are not available everywhere,
9344              e.g. not in Solaris, even when long doubles are.
9345      Branch: cfgperl
9346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9347            ! config_h.SH perl.h
9348 ____________________________________________________________________________
9349 [  4410] By: jhi                                   on 1999/10/19  07:21:42
9350         Log: Add sqrtl probe, add echo dependencies.
9351      Branch: metaconfig
9352            ! U/threads/d_pthreadj.U
9353      Branch: metaconfig/U/perl
9354            + d_sqrtl.U
9355            ! i_inttypes.U io64.U
9356 ____________________________________________________________________________
9357 [  4409] By: gsar                                  on 1999/10/19  02:18:54
9358         Log: perl_mutex n/a if !USE_THREADS
9359      Branch: perl
9360            ! perlvars.h
9361 ____________________________________________________________________________
9362 [  4408] By: jhi                                   on 1999/10/18  20:13:02
9363         Log: Forgotten s/warning/warnings/.
9364      Branch: cfgperl
9365            ! Makefile.SH
9366 ____________________________________________________________________________
9367 [  4407] By: jhi                                   on 1999/10/18  20:02:12
9368         Log: Integrate with Sarathy.
9369      Branch: cfgperl
9370           +> pod/perlfilter.pod
9371           !> (integrate 30 files)
9372 ____________________________________________________________________________
9373 [  4406] By: gsar                                  on 1999/10/18  16:32:10
9374         Log: added intro to source filters from Paul Marquess
9375      Branch: perl
9376            + pod/perlfilter.pod
9377            ! MANIFEST pod/perldelta.pod
9378 ____________________________________________________________________________
9379 [  4405] By: gsar                                  on 1999/10/18  05:53:06
9380         Log: missing manpages
9381      Branch: perl
9382            ! installman
9383 ____________________________________________________________________________
9384 [  4404] By: gsar                                  on 1999/10/18  05:09:22
9385         Log: pod updates from Tom Christiansen
9386      Branch: perl
9387            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
9388 ____________________________________________________________________________
9389 [  4403] By: gsar                                  on 1999/10/17  23:43:59
9390         Log: PL_malloc_mutex needs to be global, not per-interpreter
9391              (malloc.c has static data)
9392      Branch: perl
9393            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
9394 ____________________________________________________________________________
9395 [  4402] By: gsar                                  on 1999/10/17  22:30:30
9396         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
9397              windows
9398      Branch: perl
9399            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
9400            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
9401            ! win32/win32.h
9402 ____________________________________________________________________________
9403 [  4401] By: gsar                                  on 1999/10/17  20:33:42
9404         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
9405              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
9406              is one symptom of the problem
9407      Branch: perl
9408            ! pp_ctl.c t/op/eval.t
9409 ____________________________________________________________________________
9410 [  4400] By: gsar                                  on 1999/10/17  18:36:46
9411         Log: remove FileHandle from list of PodParser dependencies (the
9412              difference is 20 files vs 6 files loaded!)
9413      Branch: perl
9414            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
9415            ! t/pod/testcmp.pl
9416 ____________________________________________________________________________
9417 [  4399] By: nick                                  on 1999/10/17  14:51:35
9418         Log: Pre-trip resolve
9419      Branch: utfperl
9420           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
9421 ____________________________________________________________________________
9422 [  4398] By: gsar                                  on 1999/10/17  09:19:24
9423         Log: make installperl ignore RCS files (from Michael G Schwern
9424              <schwern@pobox.com>)
9425      Branch: perl
9426            ! installperl lib/Text/Tabs.pm
9427 ____________________________________________________________________________
9428 [  4397] By: gsar                                  on 1999/10/16  18:30:14
9429         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
9430      Branch: perl
9431            ! perl.c
9432 ____________________________________________________________________________
9433 [  4396] By: jhi                                   on 1999/10/16  17:44:39
9434         Log: Missing comma.
9435      Branch: cfgperl
9436            ! lib/diagnostics.pm
9437 ____________________________________________________________________________
9438 [  4395] By: gsar                                  on 1999/10/16  17:18:36
9439         Log: assumption about @_ always being non-REAL doesn't hold when
9440              debugger is running; DB::sub() can call arbitrary stuff
9441              that modifies @_ at will
9442      Branch: perl
9443            ! pp_hot.c
9444 ____________________________________________________________________________
9445 [  4394] By: nick                                  on 1999/10/16  09:35:20
9446         Log: Resolve utfperl branch against mainline as of _62
9447      Branch: utfperl
9448           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9449           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
9450           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9451           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9452           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9453           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
9454           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
9455           +> t/lib/glob-taint.t win32/genmk95.pl
9456            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9457           !> (integrate 144 files)
9458 ____________________________________________________________________________
9459 [  4393] By: gsar                                  on 1999/10/16  04:07:02
9460         Log: OS/2 support bits (from Ilya Zakharevich)
9461      Branch: perl
9462            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
9463 ____________________________________________________________________________
9464 [  4392] By: jhi                                   on 1999/10/15  10:28:09
9465         Log: Integrate with Sarathy.
9466      Branch: cfgperl
9467           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
9468           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
9469           !> win32/Makefile win32/makefile.mk
9470
9471 ----------------
9472 Version 5.005_62
9473 ----------------
9474
9475 ____________________________________________________________________________
9476 [  4391] By: gsar                                  on 1999/10/15  10:12:42
9477         Log: here be 5.005_62
9478      Branch: perl
9479            ! Changes MANIFEST Porting/makerel
9480 ____________________________________________________________________________
9481 [  4390] By: gsar                                  on 1999/10/15  09:45:51
9482         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
9483              avoid tickling it in Pod::Man for now; other nits in
9484              Pod::*
9485      Branch: perl
9486            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
9487            ! pod/perlopentut.pod
9488 ____________________________________________________________________________
9489 [  4389] By: gsar                                  on 1999/10/15  08:55:01
9490         Log: disable internal globbing for miniperl (or build breaks out
9491              in a rash of failed dependencies)
9492      Branch: perl
9493            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
9494 ____________________________________________________________________________
9495 [  4388] By: jhi                                   on 1999/10/15  08:07:49
9496         Log: Integrate with Sarathy.
9497      Branch: cfgperl
9498           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
9499           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
9500 ____________________________________________________________________________
9501 [  4387] By: gsar                                  on 1999/10/15  07:46:24
9502         Log: integrate cfgperl contents into mainline
9503      Branch: perl
9504            ! Changes
9505           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
9506           !> t/pragma/warn/regcomp
9507 ____________________________________________________________________________
9508 [  4386] By: gsar                                  on 1999/10/15  05:45:36
9509         Log: various little goofs in change#4385
9510      Branch: perl
9511            ! win32/include/dirent.h win32/win32.c
9512 ____________________________________________________________________________
9513 [  4385] By: gsar                                  on 1999/10/15  04:49:09
9514         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
9515              rather than win32_opendir() reading all files up front (untested)
9516      Branch: perl
9517            ! win32/include/dirent.h win32/win32.c
9518 ____________________________________________________________________________
9519 [  4384] By: gsar                                  on 1999/10/15  01:34:09
9520         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
9521      Branch: perl
9522            ! lib/Benchmark.pm pod/perldelta.pod
9523 ____________________________________________________________________________
9524 [  4383] By: gsar                                  on 1999/10/15  01:22:32
9525         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
9526              <dha@panix.com>)
9527      Branch: perl
9528            ! pod/perlfaq2.pod
9529 ____________________________________________________________________________
9530 [  4382] By: gsar                                  on 1999/10/15  01:14:22
9531         Log: From: jand@ActiveState.com (Jan Dubois)
9532              Date: Fri, 15 Oct 1999 01:14:23 +0200
9533              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
9534              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
9535      Branch: perl
9536            ! ext/POSIX/POSIX.xs
9537 ____________________________________________________________________________
9538 [  4381] By: jhi                                   on 1999/10/14  22:11:36
9539         Log: Integrate with Sarathy.
9540      Branch: cfgperl
9541           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
9542           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
9543           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
9544           !> win32/makefile.mk
9545 ____________________________________________________________________________
9546 [  4380] By: jhi                                   on 1999/10/14  22:08:22
9547         Log: Warn inside character classes about unknown backslash escapes
9548              (that are not caught earlier because of being completely unknown,
9549              such as \m), such as \z (because they make do sense inside regexen,
9550              but not inside character classes).
9551      Branch: cfgperl
9552            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
9553            ! t/pragma/warn/regcomp
9554 ____________________________________________________________________________
9555 [  4379] By: gsar                                  on 1999/10/14  18:26:56
9556         Log: clarify significance of parens for "x" (from M.J.T. Guy
9557              <mjtg@cus.cam.ac.uk>)
9558      Branch: perl
9559            ! pod/perlop.pod
9560 ____________________________________________________________________________
9561 [  4378] By: gsar                                  on 1999/10/14  18:25:20
9562         Log: make timelocal work better when time is close to the epoch
9563              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
9564      Branch: perl
9565            ! lib/Time/Local.pm
9566 ____________________________________________________________________________
9567 [  4377] By: gsar                                  on 1999/10/14  18:15:11
9568         Log: integrate cfgperl contents into mainline
9569      Branch: perl
9570           +> ext/DB_File/hints/sco.pl
9571           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
9572           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
9573           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
9574 ____________________________________________________________________________
9575 [  4376] By: gsar                                  on 1999/10/14  17:47:35
9576         Log: fix POPSTACK panics that ensued from bad interaction between
9577              runlevels and stack of stacks (change#3988 done right);
9578              basically, we pop the runlevel if the stacklevel is not the
9579              same one we started the runlevel with
9580      Branch: perl
9581            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
9582 ____________________________________________________________________________
9583 [  4375] By: gsar                                  on 1999/10/14  15:54:48
9584         Log: avoid warnings
9585      Branch: perl
9586            ! ext/File/Glob/bsd_glob.c
9587 ____________________________________________________________________________
9588 [  4374] By: jhi                                   on 1999/10/14  10:08:44
9589         Log: Warn about false ranges like \d-\w (see the change #4355).
9590              The invalid ranges (b-a) warning message also enhanced.
9591      Branch: cfgperl
9592            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
9593            ! t/pragma/warn/regcomp
9594 ____________________________________________________________________________
9595 [  4373] By: gsar                                  on 1999/10/14  03:49:54
9596         Log: File::Glob fixes for Windows
9597      Branch: perl
9598            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
9599            ! win32/makefile.mk
9600 ____________________________________________________________________________
9601 [  4372] By: gsar                                  on 1999/10/14  02:21:31
9602         Log: avoid inefficiency in change#3386 (every longjmp() was followed
9603              by an avoidable call to setjmp())
9604      Branch: perl
9605            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
9606            ! proto.h scope.c scope.h
9607 ____________________________________________________________________________
9608 [  4371] By: jhi                                   on 1999/10/13  21:17:17
9609         Log: Integrate with Sarathy.
9610      Branch: cfgperl
9611           !> op.c pod/perldelta.pod
9612 ____________________________________________________________________________
9613 [  4370] By: gsar                                  on 1999/10/13  18:08:45
9614         Log: misc tweaks
9615      Branch: perl
9616            ! op.c pod/perldelta.pod
9617 ____________________________________________________________________________
9618 [  4369] By: jhi                                   on 1999/10/13  16:18:58
9619         Log: Integrate with Sarathy.
9620      Branch: cfgperl
9621           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9622 ____________________________________________________________________________
9623 [  4368] By: gsar                                  on 1999/10/13  16:14:16
9624         Log: pod nits from various perl porters
9625      Branch: perl
9626            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9627 ____________________________________________________________________________
9628 [  4367] By: jhi                                   on 1999/10/13  12:10:30
9629         Log: From: Vlad Harchev <hvv@hippo.ru>
9630              To: perl5-porters@perl.org
9631              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
9632              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
9633              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
9634      Branch: cfgperl
9635            ! pod/perlop.pod
9636 ____________________________________________________________________________
9637 [  4366] By: gsar                                  on 1999/10/13  08:11:11
9638         Log: typos and language goofs pointed out by Hugo van der Sanden
9639              <hv@crypt.compulink.co.uk>
9640      Branch: perl
9641            ! pod/perldelta.pod pod/perldiag.pod
9642 ____________________________________________________________________________
9643 [  4365] By: jhi                                   on 1999/10/13  07:27:44
9644         Log: Integrate with Sarathy.
9645      Branch: cfgperl
9646           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
9647           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9648           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9649           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
9650           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
9651           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
9652           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
9653           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
9654           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
9655 ____________________________________________________________________________
9656 [  4364] By: gsar                                  on 1999/10/13  07:06:04
9657         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
9658      Branch: perl
9659            ! lib/perl5db.pl
9660 ____________________________________________________________________________
9661 [  4363] By: jhi                                   on 1999/10/13  07:03:43
9662         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
9663              To: perl5-porters@perl.org
9664              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
9665              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
9666              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
9667      Branch: cfgperl
9668            ! hints/svr5.sh
9669 ____________________________________________________________________________
9670 [  4362] By: jhi                                   on 1999/10/13  06:57:16
9671         Log: Add DB_File hint for SCO ODT.
9672              From: hops@sco.com
9673              To: perl5-porters@perl.org
9674              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
9675              Date: Tue, 12 Oct 1999 20:16:04 PDT
9676              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9677      Branch: cfgperl
9678            + ext/DB_File/hints/sco.pl
9679            ! MANIFEST
9680 ____________________________________________________________________________
9681 [  4361] By: gsar                                  on 1999/10/13  06:56:08
9682         Log: PL_numeric_radix used without being defined (from Ilya
9683              Zakharevich)
9684      Branch: perl
9685            ! util.c
9686 ____________________________________________________________________________
9687 [  4360] By: gsar                                  on 1999/10/13  06:43:03
9688         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
9689              From: hops@sco.com
9690              Date: Tue, 12 Oct 1999 20:16:04 PDT
9691              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
9692              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
9693      Branch: perl
9694            + ext/NDBM_File/hints/sco.pl
9695            ! MANIFEST ext/ODBM_File/hints/sco.pl
9696 ____________________________________________________________________________
9697 [  4359] By: gsar                                  on 1999/10/13  06:34:53
9698         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
9699      Branch: perl
9700            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
9701            ! pod/perlport.pod
9702 ____________________________________________________________________________
9703 [  4358] By: gsar                                  on 1999/10/12  19:10:27
9704         Log: perldelta updates
9705      Branch: perl
9706            ! pod/perldelta.pod
9707 ____________________________________________________________________________
9708 [  4357] By: gsar                                  on 1999/10/12  17:11:18
9709         Log: update perldelta for change#4356
9710      Branch: perl
9711            ! Changes pod/perldelta.pod
9712 ____________________________________________________________________________
9713 [  4356] By: gsar                                  on 1999/10/12  16:53:31
9714         Log: add File::BSDGlob as File::Glob and load it at compile-time
9715              if perl was built with -DPERL_INTERNAL_GLOB
9716              
9717              TODO: we currently get a compile-time failure if File/Glob.pm
9718              can't be found; such failure needs to be made to emit a warning
9719              and use the csh implementation instead
9720      Branch: perl
9721            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
9722            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9723            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
9724            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
9725            + t/lib/glob-global.t t/lib/glob-taint.t
9726            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
9727            ! t/pragma/overload.t
9728 ____________________________________________________________________________
9729 [  4355] By: jhi                                   on 1999/10/12  15:30:05
9730         Log: Revert the parts of #3926 that outlawed character ranges
9731              that have character classes such as \w as either endpoint.
9732              This change re-establishes the old behavior which meant that
9733              such ranges weren't really ranges, the "-" was literal.
9734              Moreover, this change also fixes the old behavior to be
9735              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
9736              Now they all do work as described above.  The #3926 outlawed
9737              all of those.
9738      Branch: cfgperl
9739            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
9740 ____________________________________________________________________________
9741 [  4354] By: jhi                                   on 1999/10/12  09:58:59
9742         Log: Integrate with Sarathy.
9743      Branch: cfgperl
9744           !> (integrate 33 files)
9745 ____________________________________________________________________________
9746 [  4353] By: gsar                                  on 1999/10/12  05:53:40
9747         Log: apply parts of LynxOS patches from Alan Johnson
9748              <johnson@alonn.gemse.fr>
9749      Branch: perl
9750            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
9751            ! t/op/groups.t
9752 ____________________________________________________________________________
9753 [  4352] By: gsar                                  on 1999/10/12  05:24:39
9754         Log: allow any unpack specifier to take a count via '/'
9755              (from Ilya Zakharevich)
9756      Branch: perl
9757            ! pp.c t/op/pack.t
9758 ____________________________________________________________________________
9759 [  4351] By: gsar                                  on 1999/10/12  05:02:35
9760         Log: avoid warnings
9761      Branch: perl
9762            ! malloc.c
9763 ____________________________________________________________________________
9764 [  4350] By: gsar                                  on 1999/10/12  04:50:52
9765         Log: various cleanups
9766      Branch: perl
9767            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
9768            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
9769            ! win32/config.gc win32/config.vc win32/config_H.bc
9770            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
9771 ____________________________________________________________________________
9772 [  4349] By: gsar                                  on 1999/10/12  00:23:11
9773         Log: update Changes, patchlevel etc.
9774      Branch: perl
9775            ! Changes Porting/findvars patchlevel.h win32/Makefile
9776            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9777            ! win32/makefile.mk
9778 ____________________________________________________________________________
9779 [  4348] By: gsar                                  on 1999/10/11  23:11:57
9780         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
9781      Branch: perl
9782            ! pod/perlfunc.pod
9783 ____________________________________________________________________________
9784 [  4347] By: jhi                                   on 1999/10/11  21:25:03
9785         Log: Sparc Linux -Duseshrplib fix.
9786              
9787              From: Brian Jepson <bjepson@home.com>
9788              To: Nick Ing-Simmons <nick@ing-simmons.net>
9789              cc: perl5-porters@perl.org
9790              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
9791              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
9792              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
9793      Branch: cfgperl
9794            ! hints/linux.sh
9795 ____________________________________________________________________________
9796 [  4346] By: gsar                                  on 1999/10/11  20:28:32
9797         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
9798              the behavior of 'Z*' and 'Z3' to always pack a trailing
9799              null byte; changed documentation to suit; added test
9800      Branch: perl
9801            ! pod/perlfunc.pod pp.c t/op/pack.t
9802 ____________________________________________________________________________
9803 [  4345] By: gsar                                  on 1999/10/11  19:15:46
9804         Log: writing to perllocal.pod fails if it was never created;
9805              tweak pseudo-hash example (both suggested by Michael G Schwern
9806              <schwern@pobox.com>)
9807      Branch: perl
9808            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
9809 ____________________________________________________________________________
9810 [  4344] By: gsar                                  on 1999/10/11  17:57:31
9811         Log: slightly edited variant of suggested patch
9812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9813              Date: Thu, 9 Sep 1999 18:35:37 -0400
9814              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
9815              Subject: [PATCH 5.005_58] How RExen match?
9816      Branch: perl
9817            ! pod/perlre.pod
9818 ____________________________________________________________________________
9819 [  4343] By: gsar                                  on 1999/10/11  16:55:48
9820         Log: change#4327 was inefficient
9821      Branch: perl
9822            ! lib/lib.pm
9823 ____________________________________________________________________________
9824 [  4342] By: jhi                                   on 1999/10/11  07:01:46
9825         Log: Integrate with Sarathy.
9826      Branch: cfgperl
9827           +> pod/perlhack.pod
9828           !> (integrate 28 files)
9829 ____________________________________________________________________________
9830 [  4341] By: jhi                                   on 1999/10/11  06:37:47
9831         Log: The 2.5th cut at the AIX C++ extension problems.
9832      Branch: cfgperl
9833            ! hints/aix.sh
9834 ____________________________________________________________________________
9835 [  4340] By: gsar                                  on 1999/10/10  23:48:07
9836         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
9837      Branch: perl
9838            + pod/perlhack.pod
9839            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
9840 ____________________________________________________________________________
9841 [  4339] By: gsar                                  on 1999/10/10  20:42:40
9842         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
9843              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
9844              void(*)(pTHX_ void*)
9845      Branch: perl
9846            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
9847            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
9848            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
9849            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
9850 ____________________________________________________________________________
9851 [  4338] By: gsar                                  on 1999/10/10  20:38:59
9852         Log: add missing new diagnostics to perldelta
9853      Branch: perl
9854            ! pod/perldelta.pod
9855 ____________________________________________________________________________
9856 [  4337] By: gsar                                  on 1999/10/10  17:40:13
9857         Log: update perldelta for change#3406
9858      Branch: perl
9859            ! embed.pl pod/perldata.pod pod/perldelta.pod
9860 ____________________________________________________________________________
9861 [  4336] By: gsar                                  on 1999/10/10  16:33:14
9862         Log: integrate cfgperl contents into mainline
9863      Branch: perl
9864           +> ext/DynaLoader/hints/aix.pl
9865           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
9866           !> makedef.pl perl.h pod/perldelta.pod
9867 ____________________________________________________________________________
9868 [  4335] By: jhi                                   on 1999/10/10  11:09:48
9869         Log: Update perldelta.
9870      Branch: cfgperl
9871            ! pod/perldelta.pod
9872 ____________________________________________________________________________
9873 [  4334] By: jhi                                   on 1999/10/10  10:31:46
9874         Log: Integrate with Sarathy.
9875      Branch: cfgperl
9876           +> win32/genmk95.pl
9877           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
9878           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
9879           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
9880           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
9881           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
9882           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
9883           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
9884           !> utils/perldoc.PL win32/makefile.mk
9885 ____________________________________________________________________________
9886 [  4333] By: gsar                                  on 1999/10/10  06:33:15
9887         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
9888              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
9889      Branch: perl
9890            ! installperl lib/diagnostics.pm utils/perldoc.PL
9891 ____________________________________________________________________________
9892 [  4332] By: gsar                                  on 1999/10/10  05:15:26
9893         Log: add $VERSION
9894      Branch: perl
9895            ! lib/Exporter.pm
9896 ____________________________________________________________________________
9897 [  4331] By: gsar                                  on 1999/10/10  05:10:22
9898         Log: describe what can go in an export list (from Anno Siegel
9899              <anno4000@lublin.zrz.tu-berlin.de>)
9900      Branch: perl
9901            ! lib/Exporter.pm
9902 ____________________________________________________________________________
9903 [  4330] By: gsar                                  on 1999/10/10  04:50:43
9904         Log: more basic support for building modules under Windows 95/98
9905              (applied relevant parts from a patch suggested by
9906              Jochen Wiedmann <joe@ispsoft.de>)
9907      Branch: perl
9908            ! lib/ExtUtils/MM_Unix.pm
9909 ____________________________________________________________________________
9910 [  4329] By: gsar                                  on 1999/10/10  04:28:38
9911         Log: rudimentary support for building under Windows 95/98 (from
9912              Benjamin Stuhl <sho_pi@hotmail.com>)
9913      Branch: perl
9914            + win32/genmk95.pl
9915            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
9916            ! win32/makefile.mk
9917 ____________________________________________________________________________
9918 [  4328] By: gsar                                  on 1999/10/10  03:37:21
9919         Log: fix two leaks in Thread.xs (from Eugene Alterman
9920              <Eugene.Alterman@bremer-inc.com>); convert places with
9921              'use attrs' to new attributes syntax
9922      Branch: perl
9923            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
9924            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9925            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
9926            ! ext/Thread/sync2.t
9927 ____________________________________________________________________________
9928 [  4327] By: gsar                                  on 1999/10/10  02:23:52
9929         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
9930              (suggested by Tod Irwin <irwin@stockmaster.com>)
9931      Branch: perl
9932            ! lib/lib.pm
9933 ____________________________________________________________________________
9934 [  4326] By: gsar                                  on 1999/10/10  00:51:48
9935         Log: better documentation for recv() (from Anton Berezin
9936              <tobez@plab.ku.dk>)
9937      Branch: perl
9938            ! pod/perlfunc.pod
9939 ____________________________________________________________________________
9940 [  4325] By: gsar                                  on 1999/10/09  22:46:23
9941         Log: perldelta updates (see TODO markers)
9942      Branch: perl
9943            ! Changes pod/perldelta.pod pp_sys.c
9944 ____________________________________________________________________________
9945 [  4324] By: gsar                                  on 1999/10/09  19:43:10
9946         Log: fix Exporter::export_to_level() documentation
9947      Branch: perl
9948            ! lib/Exporter.pm
9949 ____________________________________________________________________________
9950 [  4323] By: gsar                                  on 1999/10/09  18:48:31
9951         Log: don't run END blocks when running under -c switch (older,
9952              rarely useful behavior may still be obtained by putting
9953              BEGIN { $^C = 0; exit; } at the end of the script)
9954      Branch: perl
9955            ! perl.c
9956 ____________________________________________________________________________
9957 [  4322] By: jhi                                   on 1999/10/09  05:31:26
9958         Log: While awaiting a good test program to detect the broken gcc.
9959              From: Thomas Conté <tom@fr.uu.net>
9960              To: <jhi@iki.fi>
9961              Cc: <perl5-porters@perl.org>
9962              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
9963              Date: Wed, 6 Oct 1999 19:56:29 +0200
9964              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
9965      Branch: cfgperl
9966            ! hints/irix_6.sh perl.h
9967 ____________________________________________________________________________
9968 [  4321] By: gsar                                  on 1999/10/09  00:41:02
9969         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
9970              clear entries in the CV's pad, leading to coredumps when CV had no
9971              other references to it; this is a slightly edited version of the
9972              patch suggested by Russel O'Connor <roconnor@world.std.com>
9973      Branch: perl
9974            ! cop.h pp_ctl.c pp_hot.c
9975 ____________________________________________________________________________
9976 [  4320] By: gsar                                  on 1999/10/08  22:50:51
9977         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
9978              situation (assumptions about cx invalidation are not valid
9979              anymore)
9980      Branch: perl
9981            ! cop.h pp_ctl.c pp_hot.c
9982 ____________________________________________________________________________
9983 [  4319] By: jhi                                   on 1999/10/08  14:33:31
9984         Log: Integrate with Sarathy.
9985      Branch: cfgperl
9986           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
9987           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
9988           !> t/comp/bproto.t thrdvar.h toke.c util.c
9989 ____________________________________________________________________________
9990 [  4318] By: jhi                                   on 1999/10/08  13:51:34
9991         Log: The second cut at AIX C++ extension troubles.
9992      Branch: cfgperl
9993            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
9994            ! hints/aix.sh
9995 ____________________________________________________________________________
9996 [  4317] By: jhi                                   on 1999/10/08  10:44:13
9997         Log: The first cut at fixing Perl extensions written in C++ in AIX,
9998              statics don't get initialized right.  This patch at least
9999              doesn't seem to break the build in my AIX, but unfortunately
10000              I don't have the IBM C++ to do further testing.
10001              
10002              Problem reported by Stephanie Beals in
10003              From: bealzy@us.ibm.com
10004              To: perl5-porters@perl.org
10005              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
10006              Date: Thu, 7 Oct 1999 15:05:54 -0400
10007              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
10008      Branch: cfgperl
10009            + ext/DynaLoader/hints/aix.pl
10010            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
10011 ____________________________________________________________________________
10012 [  4316] By: gsar                                  on 1999/10/08  10:26:15
10013         Log: remove kludgey duplicate background error avoidance (caused
10014              "leaks"; %@ wasn't even user-visible under -Dusethreads);
10015              only repeats of most recent error are now avoided
10016      Branch: perl
10017            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
10018 ____________________________________________________________________________
10019 [  4315] By: jhi                                   on 1999/10/08  09:48:59
10020         Log: Fix omission.
10021      Branch: cfgperl
10022            ! makedef.pl
10023 ____________________________________________________________________________
10024 [  4314] By: gsar                                  on 1999/10/08  07:17:01
10025         Log: extend change#2299 to C<use> (fixes scoping problems in
10026              C<if (...) { use foo; ... }>)
10027      Branch: perl
10028            ! op.c
10029 ____________________________________________________________________________
10030 [  4313] By: gsar                                  on 1999/10/08  04:52:19
10031         Log: small tweak for change#4309
10032      Branch: perl
10033            ! op.c
10034 ____________________________________________________________________________
10035 [  4312] By: gsar                                  on 1999/10/08  02:31:13
10036         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
10037              From: Larry Wall <larry@wall.org>
10038              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
10039              Message-Id: <199910061655.JAA11333@kiev.wall.org>
10040              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
10041      Branch: perl
10042            ! opcode.h t/comp/bproto.t toke.c
10043 ____________________________________________________________________________
10044 [  4311] By: gsar                                  on 1999/10/08  00:58:19
10045         Log: typo
10046      Branch: perl
10047            ! pp_sys.c
10048 ____________________________________________________________________________
10049 [  4310] By: gsar                                  on 1999/10/07  23:51:38
10050         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
10051              Brian Mitchell <brian@chele.cais.net>)
10052      Branch: perl
10053            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
10054 ____________________________________________________________________________
10055 [  4309] By: gsar                                  on 1999/10/07  22:57:52
10056         Log: change#3728 was flawed (loop contexts saw the wrong statement
10057              info, causing loop control constructs to not find the label);
10058              disable OP_SETSTATE entirely and add a fix that is specifically
10059              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
10060              which was what the original patch was supposed to fix
10061              
10062              TODO: remove the remainder of the setstate logic if it can't
10063              be used anywhere else (it isn't used anywhere now)
10064      Branch: perl
10065            ! cop.h op.c perly.c perly.y
10066 ____________________________________________________________________________
10067 [  4308] By: jhi                                   on 1999/10/07  19:21:27
10068         Log: Integrate with Sarathy.
10069      Branch: cfgperl
10070           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10071 ____________________________________________________________________________
10072 [  4307] By: gsar                                  on 1999/10/07  15:12:24
10073         Log: update to podlators-0.08 from Russ Allbery
10074      Branch: perl
10075            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
10076 ____________________________________________________________________________
10077 [  4306] By: jhi                                   on 1999/10/06  17:20:34
10078         Log: Integrate with Sarathy.
10079      Branch: cfgperl
10080           !> (integrate 45 files)
10081 ____________________________________________________________________________
10082 [  4305] By: gsar                                  on 1999/10/06  16:55:45
10083         Log: some versions of mingw32 have __int64, define iff it isn't
10084      Branch: perl
10085            ! win32/win32.h
10086 ____________________________________________________________________________
10087 [  4304] By: gsar                                  on 1999/10/06  03:45:44
10088         Log: fix typos in change#4288
10089      Branch: perl
10090            ! Changes dump.c sv.c
10091 ____________________________________________________________________________
10092 [  4303] By: gsar                                  on 1999/10/06  03:22:46
10093         Log: integrate cfgperl contents into mainline
10094      Branch: perl
10095           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
10096            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
10097           !> (integrate 31 files)
10098 ____________________________________________________________________________
10099 [  4302] By: gsar                                  on 1999/10/06  02:36:53
10100         Log: make die/warn and other diagnostics go to wherever STDERR happens
10101              to point at; change places that meant Perl_debug_log rather than
10102              PerlIO_stderr()
10103      Branch: perl
10104            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
10105            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10106            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10107            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10108            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10109            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
10110            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
10111            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
10112            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
10113            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
10114            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
10115 ____________________________________________________________________________
10116 [  4301] By: jhi                                   on 1999/10/05  23:03:46
10117         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10118              To: François Désarménien <desar@club-internet.fr>
10119              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
10120              Subject: Re: Strange RE engine breakage in 5_61
10121              Date: Mon, 4 Oct 1999 19:58:03 -0400
10122              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
10123              
10124              (had to apply pat.t part manually because there
10125              already were more tests than there was in _61)
10126      Branch: cfgperl
10127            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
10128 ____________________________________________________________________________
10129 [  4300] By: jhi                                   on 1999/10/04  17:03:18
10130         Log: From: Andy Dougherty <doughera@lafayette.edu>
10131              To: Jarkko Hietaniemi <jhi@iki.fi>
10132              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
10133              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
10134              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
10135              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
10136      Branch: cfgperl
10137            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
10138            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
10139            ! MANIFEST ext/B/defsubs_h.PL
10140 ____________________________________________________________________________
10141 [  4299] By: jhi                                   on 1999/10/04  07:15:16
10142         Log: From: Michael G Schwern <schwern@pobox.com>
10143              To: perl5-porters@perl.org
10144              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
10145              Date: Sun, 3 Oct 1999 17:34:17 -0400
10146              Message-ID: <19991003173417.A4351@blackrider>
10147      Branch: cfgperl
10148            ! t/lib/fields.t t/pragma/constant.t
10149 ____________________________________________________________________________
10150 [  4298] By: gsar                                  on 1999/10/04  04:57:53
10151         Log: some compatibility macros were busted
10152      Branch: perl
10153            ! embed.h embed.pl toke.c
10154 ____________________________________________________________________________
10155 [  4297] By: jhi                                   on 1999/10/03  17:50:59
10156         Log: A better version of #4296.
10157              
10158              From: Michael G Schwern <schwern@pobox.com>
10159              To: perl5-porters@perl.org
10160              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
10161              Date: Sun, 3 Oct 1999 13:54:23 -0400
10162              Message-ID: <19991003135423.A3050@blackrider>
10163      Branch: cfgperl
10164            ! av.c op.c pod/perldiag.pod
10165 ____________________________________________________________________________
10166 [  4296] By: jhi                                   on 1999/10/03  17:21:01
10167         Log: (Replaced by #4297.)
10168              
10169              From: Michael G Schwern <schwern@pobox.com>
10170              To: perl5-porters@perl.org
10171              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
10172              Date: Sun, 3 Oct 1999 13:16:47 -0400
10173              Message-ID: <19991003131647.A2816@blackrider>
10174              
10175              plus changed the error message to say "No such pseudo-hash field"
10176              as discussed in the above mail message.
10177      Branch: cfgperl
10178            ! av.c pod/perldiag.pod
10179 ____________________________________________________________________________
10180 [  4295] By: gsar                                  on 1999/10/03  16:09:36
10181         Log: avoid doing irrelevant things on 'make perl'
10182      Branch: perl
10183            ! Makefile.SH
10184 ____________________________________________________________________________
10185 [  4294] By: jhi                                   on 1999/10/03  14:16:24
10186         Log: Fix a typo in #4293 spotted by Graham Barr.
10187      Branch: cfgperl
10188            ! pod/perlref.pod
10189 ____________________________________________________________________________
10190 [  4293] By: jhi                                   on 1999/10/03  11:31:22
10191         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
10192              To: perl5-porters@perl.org
10193              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
10194              Date: Sun, 3 Oct 1999 02:34:01 -0400
10195              Message-ID: <19991003023401.A1520@blackrider>
10196      Branch: cfgperl
10197            ! pod/perlfunc.pod pod/perlref.pod
10198 ____________________________________________________________________________
10199 [  4292] By: jhi                                   on 1999/10/03  09:23:16
10200         Log: From: Barrie Slaymaker <barries@slaysys.com>
10201              To: perl5-porters@perl.org
10202              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
10203              Date: Sun, 3 Oct 1999 00:09:51 -0400
10204              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
10205      Branch: cfgperl
10206            ! lib/Benchmark.pm
10207 ____________________________________________________________________________
10208 [  4291] By: jhi                                   on 1999/10/02  23:43:53
10209         Log: Be understanding about large file systems.
10210      Branch: cfgperl
10211            ! t/lib/syslfs.t t/op/lfs.t
10212 ____________________________________________________________________________
10213 [  4290] By: jhi                                   on 1999/10/02  23:39:16
10214         Log: Configure fixfest continues.
10215      Branch: cfgperl
10216            ! Configure config_h.SH
10217      Branch: metaconfig
10218            ! U/modified/d_longdbl.U U/modified/d_longlong.U
10219            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
10220            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
10221            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
10222      Branch: metaconfig/U/perl
10223            ! i_inttypes.U io64.U
10224 ____________________________________________________________________________
10225 [  4289] By: jhi                                   on 1999/10/02  23:12:54
10226         Log: Regen Porting stuff.
10227      Branch: cfgperl
10228            ! Porting/Glossary Porting/config.sh Porting/config_H
10229 ____________________________________________________________________________
10230 [  4288] By: jhi                                   on 1999/10/02  23:05:50
10231         Log: Untangle the IV_IS_QUAD jungle by introduding
10232              macros to be used when doing formatted printing:
10233              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
10234      Branch: cfgperl
10235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10236            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
10237            ! regcomp.c sv.c taint.c toke.c util.c
10238 ____________________________________________________________________________
10239 [  4287] By: jhi                                   on 1999/10/02  22:54:18
10240         Log: metaconfig maintenance.
10241      Branch: metaconfig
10242            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
10243            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
10244            ! U/typedefs/uidsize.U
10245 ____________________________________________________________________________
10246 [  4286] By: nick                                  on 1999/10/02  11:11:44
10247         Log: Incremental merge of mainline
10248      Branch: utfperl
10249           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
10250           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
10251           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
10252           +> t/pod/podselect.t t/pod/podselect.xr
10253            - lib/Pod/PlainText.pm
10254           !> (integrate 148 files)
10255 ____________________________________________________________________________
10256 [  4285] By: jhi                                   on 1999/10/02  10:16:15
10257         Log: Battle namespace pollution.
10258      Branch: cfgperl
10259            ! lib/Benchmark.pm
10260 ____________________________________________________________________________
10261 [  4284] By: jhi                                   on 1999/10/02  10:11:20
10262         Log: Regen Configure, all of xs_apiversion didn't take.
10263      Branch: cfgperl
10264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10265            ! config_h.SH patchlevel.h
10266 ____________________________________________________________________________
10267 [  4283] By: jhi                                   on 1999/10/02  09:48:17
10268         Log: Integrate with Sarathy.
10269      Branch: cfgperl
10270           +> lib/Pod/Man.pm t/pod/multiline_items.t
10271           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
10272           +> t/pod/podselect.t t/pod/podselect.xr
10273            - lib/Pod/PlainText.pm
10274           !> (integrate 50 files)
10275 ____________________________________________________________________________
10276 [  4282] By: gsar                                  on 1999/10/02  06:39:14
10277         Log: update pod2man, pod2text and related Pod:: modules with the
10278              ones in podlators-0.07 from Russ Allbery
10279      Branch: perl
10280            + lib/Pod/Man.pm
10281            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
10282            ! pod/pod2man.PL pod/pod2text.PL
10283 ____________________________________________________________________________
10284 [  4281] By: gsar                                  on 1999/10/02  06:14:44
10285         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
10286      Branch: perl
10287            - lib/Pod/PlainText.pm
10288            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
10289            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
10290            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
10291            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
10292            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
10293            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
10294            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
10295 ____________________________________________________________________________
10296 [  4280] By: gsar                                  on 1999/10/02  04:39:38
10297         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
10298      Branch: perl
10299            + t/pod/multiline_items.t t/pod/multiline_items.xr
10300            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
10301            + t/pod/podselect.xr
10302            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
10303            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
10304            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
10305            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
10306            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
10307            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
10308            ! t/pod/testp2pt.pl
10309 ____________________________________________________________________________
10310 [  4279] By: gsar                                  on 1999/10/02  03:36:41
10311         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
10312              by Michael G Schwern <schwern@pobox.com>)
10313      Branch: perl
10314            ! av.c t/op/avhv.t
10315 ____________________________________________________________________________
10316 [  4278] By: gsar                                  on 1999/10/02  02:36:55
10317         Log: deprecate C<use attrs>
10318      Branch: perl
10319            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
10320            ! t/lib/thread.t t/pragma/sub_lval.t
10321 ____________________________________________________________________________
10322 [  4277] By: gsar                                  on 1999/10/02  01:43:25
10323         Log: add notes about effect of loop control statements inside
10324              LABEL BLOCK continue BLOCK
10325      Branch: perl
10326            ! pod/perlfunc.pod
10327 ____________________________________________________________________________
10328 [  4276] By: gsar                                  on 1999/10/02  01:23:02
10329         Log: indent nested =items properly (suggested by Bill Fenner
10330              <fenner@research.att.com>)
10331      Branch: perl
10332            ! pod/pod2man.PL
10333 ____________________________________________________________________________
10334 [  4275] By: gsar                                  on 1999/10/02  01:09:16
10335         Log: updated ptags generator from Ilya Zakharevich
10336      Branch: perl
10337            ! emacs/ptags
10338 ____________________________________________________________________________
10339 [  4274] By: gsar                                  on 1999/10/01  23:08:52
10340         Log: update Changes
10341      Branch: perl
10342            ! Changes
10343 ____________________________________________________________________________
10344 [  4273] By: gsar                                  on 1999/10/01  22:58:55
10345         Log: typo, whitespace adjustments
10346      Branch: perl
10347            ! utils/h2xs.PL
10348 ____________________________________________________________________________
10349 [  4272] By: gsar                                  on 1999/10/01  22:46:06
10350         Log: remove dup hunks
10351      Branch: perl
10352            ! configure.com vms/vms.c
10353 ____________________________________________________________________________
10354 [  4271] By: gsar                                  on 1999/10/01  22:33:02
10355         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
10356              by declaring new globals "our" (XXX this means h2xs generated code
10357              won't run on earlier versions; a switch to generate compatible
10358              source is needed)
10359      Branch: perl
10360           !> (integrate 35 files)
10361 ____________________________________________________________________________
10362 [  4270] By: jhi                                   on 1999/10/01  12:05:56
10363         Log: Integrate with Sarathy.
10364      Branch: cfgperl
10365           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10366           !> pod/perldiag.pod util.c
10367 ____________________________________________________________________________
10368 [  4269] By: jhi                                   on 1999/10/01  10:26:19
10369         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
10370              To: perl5-porters@perl.org
10371              Subject: [ID 19991001.001] perlguts man page error
10372              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
10373              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
10374      Branch: cfgperl
10375            ! pod/perlguts.pod
10376 ____________________________________________________________________________
10377 [  4268] By: jhi                                   on 1999/10/01  07:32:33
10378         Log: There *is* a month called October.
10379      Branch: cfgperl
10380            ! t/op/time.t
10381 ____________________________________________________________________________
10382 [  4267] By: jhi                                   on 1999/10/01  06:58:10
10383         Log: Temp file cleanliness.
10384      Branch: cfgperl
10385            ! t/lib/filecopy.t
10386 ____________________________________________________________________________
10387 [  4266] By: jhi                                   on 1999/10/01  06:46:56
10388         Log: From: Barrie Slaymaker <barries@slaysys.com>
10389              To: perl5-porters@perl.org
10390              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
10391              Date: Thu, 30 Sep 1999 22:16:26 -0400
10392              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
10393      Branch: cfgperl
10394            ! lib/Benchmark.pm
10395 ____________________________________________________________________________
10396 [  4265] By: jhi                                   on 1999/09/30  20:25:35
10397         Log: From: Barrie Slaymaker <barries@slaysys.com>
10398              To: perl5-porters@perl.org
10399              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
10400              Date: Thu, 30 Sep 1999 15:44:00 -0400
10401              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
10402              (Replaces #4175.)
10403      Branch: cfgperl
10404            ! lib/Benchmark.pm
10405 ____________________________________________________________________________
10406 [  4264] By: gsar                                  on 1999/09/30  17:59:26
10407         Log: re-add missing "Out of memory!" entry
10408      Branch: perl
10409            ! pod/perldiag.pod
10410 ____________________________________________________________________________
10411 [  4263] By: jhi                                   on 1999/09/30  17:05:43
10412         Log: Regenerate Configure.
10413      Branch: cfgperl
10414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10415            ! config_h.SH
10416 ____________________________________________________________________________
10417 [  4261] By: jhi                                   on 1999/09/30  16:15:05
10418         Log: From: Andy Dougherty <doughera@lafayette.edu>
10419              To: Perl Porters <perl5-porters@perl.org>
10420              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
10421              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
10422              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
10423      Branch: cfgperl
10424            ! pod/perldelta.pod
10425 ____________________________________________________________________________
10426 [  4260] By: jhi                                   on 1999/09/30  15:48:56
10427         Log: From: Andy Dougherty <doughera@lafayette.edu>
10428              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
10429              Subject: Re: Possible skeletal structure for searching multiple versions
10430              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
10431              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
10432      Branch: metaconfig
10433            ! U/mkglossary
10434      Branch: metaconfig/U/perl
10435            + xs_apiversion.U
10436            ! patchlevel.U
10437 ____________________________________________________________________________
10438 [  4259] By: jhi                                   on 1999/09/30  15:07:16
10439         Log: Further ?idsize.U fixing.
10440      Branch: metaconfig
10441            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
10442 ____________________________________________________________________________
10443 [  4258] By: jhi                                   on 1999/09/30  15:00:14
10444         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
10445      Branch: metaconfig
10446            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10447            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10448 ____________________________________________________________________________
10449 [  4257] By: jhi                                   on 1999/09/30  09:48:33
10450         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10451              To: Gurusamy Sarathy <gsar@ActiveState.com>
10452              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
10453              The Perl Porters Mailing List <perl5-porters@perl.org>
10454              Subject: [PATCH] (Was: deprecating SIGDIE)
10455              Date: Wed, 29 Sep 1999 15:16:50 -0400
10456              Message-ID: <19990929151650.E26675@O2.chapin.edu>
10457      Branch: cfgperl
10458            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
10459 ____________________________________________________________________________
10460 [  4256] By: jhi                                   on 1999/09/30  09:45:22
10461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10462              To: Gurusamy Sarathy <gsar@activestate.com>
10463              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
10464              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
10465              Date: Wed, 29 Sep 1999 18:58:23 -0400
10466              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
10467      Branch: cfgperl
10468            ! Makefile.SH opcode.pl
10469 ____________________________________________________________________________
10470 [  4255] By: gsar                                  on 1999/09/30  09:03:48
10471         Log: remove prehistoric XFree() gunk
10472      Branch: perl
10473            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
10474 ____________________________________________________________________________
10475 [  4254] By: gsar                                  on 1999/09/30  08:40:14
10476         Log: From: Vishal Bhatia <vishal@gol.com>
10477              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
10478              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
10479              Subject: [patch _61] Minor corrections in C.pm
10480      Branch: perl
10481            ! ext/B/B/C.pm
10482 ____________________________________________________________________________
10483 [  4253] By: gsar                                  on 1999/09/30  08:36:27
10484         Log: off-by-one in fbm_compile() (spotted by John Bley
10485              <jbley@cs.cmu.edu>); whitespace adjustments
10486      Branch: perl
10487            ! util.c
10488 ____________________________________________________________________________
10489 [  4251] By: jhi                                   on 1999/09/30  08:09:13
10490         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10491              To: perl5-porters@perl.org (Mailing list Perl5)
10492              Subject: [PATCH 5.00561+]  Followup h2xs patch
10493              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
10494              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
10495      Branch: cfgperl
10496            ! utils/h2xs.PL
10497 ____________________________________________________________________________
10498 [  4250] By: jhi                                   on 1999/09/29  19:11:32
10499         Log: Integrate with Sarathy.
10500      Branch: cfgperl
10501           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
10502           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
10503           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
10504 ____________________________________________________________________________
10505 [  4249] By: bailey                                on 1999/09/29  02:21:31
10506         Log: resync with mainline
10507      Branch: vmsperl
10508           +> (branch 32 files)
10509            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
10510            - lib/unicode/blocks.txt lib/unicode/index2.txt
10511            - lib/unicode/jamo2.txt lib/unicode/names2.txt
10512            - lib/unicode/props2.txt lib/unicode/readme.txt
10513            - t/lib/bigfloatpm.t
10514           !> (integrate 240 files)
10515 ____________________________________________________________________________
10516 [  4248] By: jhi                                   on 1999/09/28  18:14:39
10517         Log: From: Andy Dougherty <doughera@lafayette.edu>
10518              To: Perl Porters <perl5-porters@perl.org>
10519              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
10520              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
10521              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
10522              
10523              From: Andy Dougherty <doughera@lafayette.edu>
10524              To: Perl Porters <perl5-porters@perl.org>
10525              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
10526              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
10527              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
10528      Branch: cfgperl
10529            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
10530            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
10531            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
10532            ! hints/next_4.sh
10533 ____________________________________________________________________________
10534 [  4247] By: gsar                                  on 1999/09/28  17:36:59
10535         Log: revert change#4115 (breaks libwww's base/date.t); could be 
10536              reworked to enable it conditional on $Time::Local::nocroak
10537              or some such
10538      Branch: perl
10539            ! lib/Time/Local.pm
10540 ____________________________________________________________________________
10541 [  4246] By: gsar                                  on 1999/09/28  17:33:14
10542         Log: tweak for win32 build
10543      Branch: perl
10544            ! win32/Makefile win32/makefile.mk
10545 ____________________________________________________________________________
10546 [  4245] By: gsar                                  on 1999/09/28  17:31:34
10547         Log: change#4236 fallout
10548      Branch: perl
10549            ! lib/ExtUtils/MM_Unix.pm
10550 ____________________________________________________________________________
10551 [  4244] By: gsar                                  on 1999/09/28  17:29:31
10552         Log: remove doubled new_xpv
10553      Branch: perl
10554            ! embed.h embed.pl proto.h
10555 ____________________________________________________________________________
10556 [  4243] By: jhi                                   on 1999/09/27  19:13:20
10557         Log: Artistic fine-tuning.
10558      Branch: cfgperl
10559            ! ext/B/defsubs_h.PL
10560 ____________________________________________________________________________
10561 [  4242] By: gsar                                  on 1999/09/27  17:05:22
10562         Log: avoid implicit split to @_ in change#4181; binary -> text file
10563              types in p4
10564      Branch: perl
10565            ! djgpp/configure.bat lib/Exporter/Heavy.pm
10566            ! t/pragma/locale/latin1
10567 ____________________________________________________________________________
10568 [  4241] By: jhi                                   on 1999/09/27  07:48:19
10569         Log: Integrate with Sarathy.
10570      Branch: cfgperl
10571           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
10572           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
10573 ____________________________________________________________________________
10574 [  4240] By: jhi                                   on 1999/09/27  07:47:11
10575         Log: Finalize change #4232.
10576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10577              To: Jarkko Hietaniemi <jhi@iki.fi>
10578              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
10579              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
10580              Date: Sun, 26 Sep 1999 16:52:31 -0400
10581              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
10582      Branch: cfgperl
10583            ! lib/ExtUtils/xsubpp
10584 ____________________________________________________________________________
10585 [  4239] By: gsar                                  on 1999/09/27  02:48:42
10586         Log: add notes in INSTALL about Configure -Accflags=-DFOO
10587      Branch: perl
10588            ! INSTALL
10589 ____________________________________________________________________________
10590 [  4238] By: gsar                                  on 1999/09/27  02:03:48
10591         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
10592              it automatically
10593      Branch: perl
10594            ! embed.h embed.pl
10595 ____________________________________________________________________________
10596 [  4237] By: gsar                                  on 1999/09/27  01:52:47
10597         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10598              Date: Fri, 24 Sep 1999 23:25:36 -0400
10599              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
10600              Subject: [PATCH 5.005_61] Malloc fixes and docs
10601      Branch: perl
10602            ! malloc.c pod/perldiag.pod
10603 ____________________________________________________________________________
10604 [  4236] By: gsar                                  on 1999/09/27  01:31:32
10605         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
10606              <vkonovalov@lucent.com>)
10607      Branch: perl
10608            ! win32/Makefile win32/makefile.mk
10609 ____________________________________________________________________________
10610 [  4235] By: gsar                                  on 1999/09/26  17:02:03
10611         Log: fix buggy popping of subroutine contexts in the lvalue
10612              subroutines implementation (change#4081); correct the
10613              plethora of cases where DIE() was more appropriate than
10614              croak()
10615      Branch: perl
10616            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
10617 ____________________________________________________________________________
10618 [  4234] By: jhi                                   on 1999/09/26  12:06:28
10619         Log: Fix #endif.
10620      Branch: cfgperl
10621            ! XSUB.h
10622 ____________________________________________________________________________
10623 [  4233] By: jhi                                   on 1999/09/26  11:59:18
10624         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
10625              I kept my (Ilya's) version.
10626      Branch: cfgperl
10627           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
10628           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10629           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
10630           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
10631           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
10632           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
10633 ____________________________________________________________________________
10634 [  4232] By: jhi                                   on 1999/09/26  09:53:43
10635         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10636              To: Mailing list Perl5 <perl5-porters@perl.org>
10637              Subject: [PATCH 5.005_61] teach xsubpp function pointers
10638              Date: Sun, 26 Sep 1999 01:36:09 -0400
10639              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
10640              
10641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10642              To: Mailing list Perl5 <perl5-porters@perl.org>
10643              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
10644              Date: Sun, 26 Sep 1999 03:00:50 -0400
10645              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
10646      Branch: cfgperl
10647            ! lib/ExtUtils/xsubpp utils/h2xs.PL
10648 ____________________________________________________________________________
10649 [  4231] By: jhi                                   on 1999/09/26  09:48:49
10650         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10651              To: perl5-porters@perl.org
10652              Subject: misprint in perlguts
10653              Date: Sun, 26 Sep 1999 12:48:36 +0400
10654              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
10655      Branch: cfgperl
10656            ! pod/perlguts.pod
10657 ____________________________________________________________________________
10658 [  4230] By: gsar                                  on 1999/09/26  00:50:08
10659         Log: add $installarchlib/CORE to default linker search path on windows
10660      Branch: perl
10661            ! win32/Makefile win32/makefile.mk
10662 ____________________________________________________________________________
10663 [  4229] By: gsar                                  on 1999/09/25  20:05:03
10664         Log: support C<use Shell> on Windows (reworked a patch suggested
10665              by Jenda Krynicky <Jenda@McCann.cz>)
10666      Branch: perl
10667            ! lib/Shell.pm
10668 ____________________________________________________________________________
10669 [  4228] By: gsar                                  on 1999/09/25  07:03:34
10670         Log: integrate cfgperl contents into mainline
10671      Branch: perl
10672           +> hints/svr5.sh
10673           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
10674           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10675           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
10676           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
10677 ____________________________________________________________________________
10678 [  4227] By: gsar                                  on 1999/09/25  06:44:47
10679         Log: From: Larry Wall <larry@wall.org>
10680              Date: Fri, 24 Sep 1999 21:59:37 PDT
10681              Message-Id: <199909250459.VAA27506@kiev.wall.org>
10682              Subject: Re: [PATCH 5.005_61] "our" declarations
10683      Branch: perl
10684            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
10685            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
10686            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
10687            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
10688            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
10689            ! utils/h2xs.PL
10690 ____________________________________________________________________________
10691 [  4226] By: jhi                                   on 1999/09/24  23:10:52
10692         Log: Integrate with Sarathy.
10693      Branch: cfgperl
10694           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10695           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
10696           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
10697 ____________________________________________________________________________
10698 [  4225] By: gsar                                  on 1999/09/24  18:19:54
10699         Log: avoid infinite recursive exec()s of perl.exe when shebang
10700              contains "Perl" rather than "perl" on DOSISH platforms
10701      Branch: perl
10702            ! toke.c
10703 ____________________________________________________________________________
10704 [  4224] By: gsar                                  on 1999/09/24  16:09:23
10705         Log: support cygwin and other platforms that link to import libraries
10706              rather than directly with shared libraries (from a suggestion
10707              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
10708      Branch: perl
10709            ! utils/perlcc.PL
10710 ____________________________________________________________________________
10711 [  4223] By: gsar                                  on 1999/09/24  05:05:06
10712         Log: normalize time for strftime() (without the isdst effects of
10713              mktime()) using a custom mini_mktime()
10714              From: spider-perl@Orb.Nashua.NH.US
10715              Date: Thu, 23 Sep 1999 17:54:53 -0400
10716              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
10717              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
10718      Branch: perl
10719            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10720            ! ext/POSIX/hints/linux.pl t/lib/posix.t
10721 ____________________________________________________________________________
10722 [  4222] By: gsar                                  on 1999/09/23  06:44:42
10723         Log: change "#" to a comment starter in pack templates; "/" now
10724              used for specifying counted types
10725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10726              Date: Wed, 22 Sep 1999 19:41:30 -0400
10727              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
10728              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
10729      Branch: perl
10730            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
10731 ____________________________________________________________________________
10732 [  4221] By: gsar                                  on 1999/09/23  06:26:54
10733         Log: From: Vishal Bhatia <vishal@gol.com>
10734              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
10735              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
10736              Subject: [patch _61] perlcc changes
10737      Branch: perl
10738            ! utils/perlcc.PL
10739 ____________________________________________________________________________
10740 [  4220] By: gsar                                  on 1999/09/23  01:12:24
10741         Log: add include guard
10742      Branch: perl
10743            ! XSUB.h
10744 ____________________________________________________________________________
10745 [  4219] By: jhi                                   on 1999/09/22  20:38:15
10746         Log: Cleanup cleanup.
10747      Branch: cfgperl
10748            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
10749 ____________________________________________________________________________
10750 [  4218] By: jhi                                   on 1999/09/22  19:26:58
10751         Log: Tweak the equivalence tables once again.
10752      Branch: cfgperl
10753            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10754            ! lib/unicode/mktables.PL
10755 ____________________________________________________________________________
10756 [  4215] By: jhi                                   on 1999/09/22  06:47:03
10757         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10758              To: Mailing list Perl5 <perl5-porters@perl.org>
10759              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
10760              Date: Tue, 21 Sep 1999 19:50:00 -0400
10761              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
10762              
10763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10764              To: Mailing list Perl5 <perl5-porters@perl.org>
10765              Subject: [PATCH 5.005_61] More verbose -Mre=debug
10766              Date: Tue, 21 Sep 1999 22:29:55 -0400
10767              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
10768      Branch: cfgperl
10769            ! regcomp.c regexec.c
10770 ____________________________________________________________________________
10771 [  4214] By: jhi                                   on 1999/09/21  21:08:43
10772         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
10773              Reply-To: gerberb@zenez.com
10774              To: perl5-porters@perl.org
10775              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
10776              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
10777              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
10778              
10779              (Snipped away the last lines of svr5.sh a la change #3725)
10780      Branch: cfgperl
10781            + hints/svr5.sh
10782            ! Configure MANIFEST config_h.SH hints/sco.sh
10783      Branch: metaconfig
10784            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10785 ____________________________________________________________________________
10786 [  4213] By: jhi                                   on 1999/09/21  20:48:01
10787         Log: From: Kragen Sitaker <kragen@dnaco.net>
10788              To: perl5-porters@perl.org
10789              Subject: [ID 19990921.013] accidental list context in perlfaq9
10790              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
10791              Reply-To: kragen@pobox.com
10792              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
10793      Branch: cfgperl
10794            ! pod/perlfaq9.pod
10795 ____________________________________________________________________________
10796 [  4212] By: jhi                                   on 1999/09/20  19:55:42
10797         Log: Integrate with Sarathy.
10798      Branch: cfgperl
10799           +> README.Y2K
10800           !> Changes MANIFEST
10801 ____________________________________________________________________________
10802 [  4211] By: jhi                                   on 1999/09/20  19:44:44
10803         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
10804      Branch: cfgperl
10805            ! Configure config_h.SH pod/perldelta.pod
10806      Branch: metaconfig/U/perl
10807            ! use64bits.U uselfs.U uselongdbl.U
10808 ____________________________________________________________________________
10809 [  4210] By: jhi                                   on 1999/09/20  19:38:26
10810         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
10811      Branch: cfgperl
10812            ! Configure config_h.SH
10813      Branch: metaconfig
10814            ! U/modified/Options.U
10815 ____________________________________________________________________________
10816 [  4209] By: gsar                                  on 1999/09/20  19:35:39
10817         Log: integrate cfgperl changes into mainline
10818      Branch: perl
10819           +> lib/unicode/Unicode.html
10820            ! Changes
10821           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10822           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
10823 ____________________________________________________________________________
10824 [  4208] By: gsar                                  on 1999/09/20  18:28:44
10825         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
10826      Branch: perl
10827            + README.Y2K
10828            ! MANIFEST
10829 ____________________________________________________________________________
10830 [  4207] By: jhi                                   on 1999/09/20  11:06:13
10831         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
10832      Branch: cfgperl
10833            ! pod/perldelta.pod
10834 ____________________________________________________________________________
10835 [  4206] By: jhi                                   on 1999/09/20  09:53:15
10836         Log: Do not test for gccish things in non-gccish platforms.
10837      Branch: cfgperl
10838            ! Configure config_h.SH
10839      Branch: metaconfig
10840            ! U/compline/ccflags.U
10841 ____________________________________________________________________________
10842 [  4205] By: jhi                                   on 1999/09/20  09:41:22
10843         Log: Prompt for uselfs.
10844      Branch: cfgperl
10845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10846            ! config_h.SH
10847      Branch: metaconfig
10848            ! U/mksample
10849      Branch: metaconfig/U/perl
10850            ! use64bits.U uselfs.U
10851 ____________________________________________________________________________
10852 [  4204] By: jhi                                   on 1999/09/20  09:09:29
10853         Log: Add usemorebits and uselfs.
10854      Branch: cfgperl
10855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10856            ! config_h.SH doio.c perl.h
10857      Branch: metaconfig/U/perl
10858            + uselfs.U usemorebits.U
10859            ! use64bits.U uselongdbl.U
10860 ____________________________________________________________________________
10861 [  4203] By: jhi                                   on 1999/09/20  07:48:48
10862         Log: Dethinko.
10863      Branch: cfgperl
10864            ! pod/perlfunc.pod
10865 ____________________________________________________________________________
10866 [  4202] By: jhi                                   on 1999/09/20  07:33:32
10867         Log: Fix a bug in the description of endianness.  Reported in
10868              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10869              To: perl5-porters@perl.org
10870              Subject: BUG: perldoc -f pack
10871              Date: Mon, 20 Sep 1999 09:43:49 +0400
10872              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
10873      Branch: cfgperl
10874            ! pod/perlfunc.pod
10875 ____________________________________________________________________________
10876 [  4201] By: jhi                                   on 1999/09/20  07:01:26
10877         Log: Integrate with Sarathy.
10878      Branch: cfgperl
10879           +> t/op/args.t
10880           !> (integrate 31 files)
10881 ____________________________________________________________________________
10882 [  4200] By: gsar                                  on 1999/09/20  03:45:06
10883         Log: From: Russ Allbery <rra@stanford.edu>
10884              Date: 19 Aug 1999 04:35:44 -0700
10885              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
10886              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
10887      Branch: perl
10888            ! lib/File/Find.pm
10889 ____________________________________________________________________________
10890 [  4199] By: gsar                                  on 1999/09/20  03:27:49
10891         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
10892      Branch: perl
10893            ! ext/B/B/Terse.pm
10894 ____________________________________________________________________________
10895 [  4198] By: gsar                                  on 1999/09/20  03:25:25
10896         Log: add arenas for managing allocations of remaining xpv*v structures
10897              From: Vishal Bhatia <vishal@gol.com>
10898              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
10899              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
10900              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
10901      Branch: perl
10902            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
10903            ! proto.h sv.c
10904 ____________________________________________________________________________
10905 [  4197] By: gsar                                  on 1999/09/20  03:06:10
10906         Log: queue errors due to strictures rather than printing them as
10907              warnings; symbols that violate strictures do *not* end up in
10908              the symbol table anyway, making multiple evals of the same piece
10909              of code produce the same errors; errors indicate all locations
10910              of a global symbol rather than just the first one; these
10911              changes make compile-time failures within evals reliably
10912              visible via the return value or contents of $@, and trappable
10913              using __DIE__ hooks
10914      Branch: perl
10915            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
10916            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
10917            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
10918            ! t/pragma/strict-vars thrdvar.h toke.c util.c
10919 ____________________________________________________________________________
10920 [  4196] By: gsar                                  on 1999/09/19  22:14:29
10921         Log: control change#1914 via hints (causes problems on some platforms)
10922      Branch: perl
10923            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10924            ! ext/POSIX/hints/linux.pl
10925 ____________________________________________________________________________
10926 [  4195] By: gsar                                  on 1999/09/19  21:30:18
10927         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
10928              in passing around references to @_, eg C<sub foo { \@_ }>; add
10929              tests for the same
10930      Branch: perl
10931            + t/op/args.t
10932            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
10933 ____________________________________________________________________________
10934 [  4194] By: jhi                                   on 1999/09/18  18:57:45
10935         Log: Integrate with Sarathy.
10936      Branch: cfgperl
10937           !> opcode.h opcode.pl
10938 ____________________________________________________________________________
10939 [  4193] By: nick                                  on 1999/09/18  15:24:56
10940         Log: Re-integrate mainline
10941              Basic SvUTF8 stuff in headers, no functional changes yet.
10942      Branch: utfperl
10943            + lib/byte.pm lib/byte_heavy.pl
10944           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
10945           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10946           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10947           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10948           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
10949           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
10950           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
10951           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
10952           +> lib/unicode/Names.txt lib/unicode/Props.txt
10953           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
10954           +> t/lib/bigfltpm.t
10955            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
10956            - lib/unicode/blocks.txt lib/unicode/index2.txt
10957            - lib/unicode/jamo2.txt lib/unicode/names2.txt
10958            - lib/unicode/props2.txt lib/unicode/readme.txt
10959            - t/lib/bigfloatpm.t
10960            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
10961            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
10962            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
10963            ! warnings.h
10964           !> (integrate 142 files)
10965 ____________________________________________________________________________
10966 [  4192] By: gsar                                  on 1999/09/18  15:11:47
10967         Log: more op description tweaks
10968      Branch: perl
10969            ! opcode.h opcode.pl
10970 ____________________________________________________________________________
10971 [  4191] By: jhi                                   on 1999/09/18  07:47:16
10972         Log: Integrate with Sarathy.
10973      Branch: cfgperl
10974           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10975           !> t/pragma/warn/op
10976 ____________________________________________________________________________
10977 [  4190] By: jhi                                   on 1999/09/18  07:35:45
10978         Log: Add description of the Unicode database files.
10979      Branch: cfgperl
10980            + lib/unicode/Unicode.html
10981 ____________________________________________________________________________
10982 [  4189] By: gsar                                  on 1999/09/18  03:14:58
10983         Log: tweak some op names in change#4177 (will any of this break code that
10984              gropes $@ ?)
10985      Branch: perl
10986            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
10987            ! t/pragma/warn/op
10988 ____________________________________________________________________________
10989 [  4188] By: jhi                                   on 1999/09/17  21:30:08
10990         Log: Pick up the typo fix.
10991      Branch: cfgperl
10992           !> t/io/open.t
10993 ____________________________________________________________________________
10994 [  4187] By: gsar                                  on 1999/09/17  21:13:55
10995         Log: fix typo
10996      Branch: perl
10997            ! t/io/open.t
10998 ____________________________________________________________________________
10999 [  4186] By: gsar                                  on 1999/09/17  20:57:29
11000         Log: integrate cfgperl change
11001      Branch: perl
11002           !> vms/subconfigure.com
11003 ____________________________________________________________________________
11004 [  4185] By: jhi                                   on 1999/09/17  20:46:41
11005         Log: Re-apply applicable parts of #3993, #3994, and #3995.
11006      Branch: cfgperl
11007            ! vms/subconfigure.com
11008 ____________________________________________________________________________
11009 [  4184] By: gsar                                  on 1999/09/17  20:26:02
11010         Log: integrate cfgperl contents into mainline
11011      Branch: perl
11012           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
11013           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
11014           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
11015           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
11016           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
11017           +> lib/unicode/SpecCase.txt
11018            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
11019            - lib/unicode/index2.txt lib/unicode/jamo2.txt
11020            - lib/unicode/names2.txt lib/unicode/props2.txt
11021            - lib/unicode/readme.txt
11022           !> (integrate 73 files)
11023 ____________________________________________________________________________
11024 [  4183] By: jhi                                   on 1999/09/17  20:25:51
11025         Log: Integrate with Sarathy.
11026      Branch: cfgperl
11027           !> configure.com ext/ByteLoader/byterun.h
11028           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
11029           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
11030           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
11031           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
11032 ____________________________________________________________________________
11033 [  4182] By: gsar                                  on 1999/09/17  20:16:28
11034         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
11035              vmsperl contents have prevailed)
11036      Branch: perl
11037           !> configure.com ext/ByteLoader/byterun.h
11038           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
11039           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
11040           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
11041           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
11042 ____________________________________________________________________________
11043 [  4181] By: jhi                                   on 1999/09/17  20:12:37
11044         Log: From: Michael G Schwern <schwern@pobox.com>
11045              To: perl5-porters@perl.org
11046              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
11047              Date: Thu, 19 Aug 1999 21:30:01 -0400
11048              Message-ID: <19990819213001.A22512@athens.aocn.com>
11049      Branch: cfgperl
11050            ! lib/Exporter/Heavy.pm
11051 ____________________________________________________________________________
11052 [  4180] By: gsar                                  on 1999/09/17  20:11:00
11053         Log: perlhist additions
11054      Branch: perl
11055            ! pod/perlhist.pod
11056 ____________________________________________________________________________
11057 [  4179] By: jhi                                   on 1999/09/17  20:08:00
11058         Log: The change #4176 should've undone only the test, not the code patch.
11059      Branch: cfgperl
11060            ! doio.c
11061 ____________________________________________________________________________
11062 [  4178] By: jhi                                   on 1999/09/17  20:06:08
11063         Log: From: Ian Phillipps <ian@dial.pipex.com>
11064              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
11065              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
11066              Date: Sat, 21 Aug 1999 12:36:12 +0100
11067              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
11068      Branch: cfgperl
11069            ! pod/perlsyn.pod
11070 ____________________________________________________________________________
11071 [  4177] By: jhi                                   on 1999/09/17  20:00:19
11072         Log: More descriptive names for operators.
11073              
11074              From: Michael G Schwern <schwern@pobox.com>
11075              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
11076              Cc: perl5-porters@perl.org
11077              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
11078              Date: Tue, 17 Aug 1999 18:35:45 -0400
11079              Message-ID: <19990817183545.A23073@toldyouso.com>
11080              
11081              From: Michael G Schwern <schwern@pobox.com>
11082              To: perl5-porters@perl.org
11083              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
11084              Date: Wed, 18 Aug 1999 03:53:38 -0400
11085              Message-ID: <19990818035337.A31505@athens.aocn.com>
11086      Branch: cfgperl
11087            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
11088            ! t/pragma/warn/op t/pragma/warn/sv
11089 ____________________________________________________________________________
11090 [  4176] By: jhi                                   on 1999/09/17  18:19:18
11091         Log: Take away the infamous io/dup.t #7.
11092              It seems there simply is no way to portably
11093              "flush" an input file handle.
11094      Branch: cfgperl
11095            ! doio.c t/io/dup.t
11096 ____________________________________________________________________________
11097 [  4175] By: jhi                                   on 1999/09/17  14:45:08
11098         Log: From: Barrie Slaymaker <barries@slaysys.com>
11099              To: perl5-porters@perl.org
11100              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
11101              Date: Fri, 17 Sep 1999 11:16:48 -0400
11102              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
11103      Branch: cfgperl
11104            ! lib/Benchmark.pm
11105 ____________________________________________________________________________
11106 [  4174] By: jhi                                   on 1999/09/17  14:07:16
11107         Log: UNICOS does support large files but doesn't support sparse files
11108              so we cannot easily test for large file support.
11109      Branch: cfgperl
11110            ! t/lib/syslfs.t t/op/lfs.t
11111 ____________________________________________________________________________
11112 [  4173] By: jhi                                   on 1999/09/17  14:03:44
11113         Log: UNICOS has sloppy division/modulo for floating point numbers.
11114      Branch: cfgperl
11115            ! t/op/arith.t
11116 ____________________________________________________________________________
11117 [  4172] By: jhi                                   on 1999/09/17  13:47:49
11118         Log: Portable blocksize (replaces #4171).
11119      Branch: cfgperl
11120            ! t/lib/syslfs.t t/op/lfs.t
11121 ____________________________________________________________________________
11122 [  4171] By: jhi                                   on 1999/09/17  13:08:54
11123         Log: (replaced by #4172)
11124      Branch: cfgperl
11125            ! t/lib/syslfs.t t/op/lfs.t
11126 ____________________________________________________________________________
11127 [  4170] By: jhi                                   on 1999/09/17  12:59:11
11128         Log: Detypo #4169.
11129      Branch: cfgperl
11130            ! t/lib/syslfs.t t/op/lfs.t
11131 ____________________________________________________________________________
11132 [  4169] By: jhi                                   on 1999/09/17  12:16:34
11133         Log: Diagnose possible quota limits.
11134      Branch: cfgperl
11135            ! t/lib/syslfs.t t/op/lfs.t
11136 ____________________________________________________________________________
11137 [  4168] By: jhi                                   on 1999/09/17  12:10:43
11138         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
11139              doesn't have one that wouldn't cause SIGSYS.  UNICOS
11140              does have getpgrp(void) so Perl getpgrp() is happy.
11141      Branch: cfgperl
11142            ! hints/unicos.sh
11143 ____________________________________________________________________________
11144 [  4167] By: jhi                                   on 1999/09/17  11:49:30
11145         Log: Filesystem quotas may stop you from using large files.
11146      Branch: cfgperl
11147            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
11148 ____________________________________________________________________________
11149 [  4166] By: jhi                                   on 1999/09/17  11:36:01
11150         Log: Too strict pattern for parsing group lists.
11151      Branch: cfgperl
11152            ! t/op/groups.t
11153 ____________________________________________________________________________
11154 [  4165] By: jhi                                   on 1999/09/17  09:06:18
11155         Log: Configure maintenance. It's sigaction.sa_flags
11156              and the Glossary regen'ed.
11157      Branch: cfgperl
11158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11159            ! config_h.SH
11160      Branch: metaconfig
11161            ! U/compline/d_sigaction.U
11162 ____________________________________________________________________________
11163 [  4164] By: jhi                                   on 1999/09/15  06:57:51
11164         Log: Integrate with Sarathy.
11165      Branch: cfgperl
11166           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
11167           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
11168           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
11169           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
11170           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
11171           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
11172           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
11173           !> jpl/PerlInterpreter/Makefile.PL
11174           !> jpl/PerlInterpreter/PerlInterpreter.c
11175           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11176           !> jpl/Sample/Makefile.PL jpl/install-jpl
11177           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
11178           !> t/op/pat.t
11179 ____________________________________________________________________________
11180 [  4163] By: gsar                                  on 1999/09/15  05:17:27
11181         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
11182      Branch: perl
11183            ! lib/File/Spec/Functions.pm
11184 ____________________________________________________________________________
11185 [  4162] By: gsar                                  on 1999/09/15  05:09:14
11186         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
11187      Branch: perl
11188            ! Changes embed.h embed.pl
11189 ____________________________________________________________________________
11190 [  4161] By: gsar                                  on 1999/09/15  04:08:25
11191         Log: missing perlhist dates from Jeff Okamoto
11192      Branch: perl
11193            ! pod/perlhist.pod
11194 ____________________________________________________________________________
11195 [  4160] By: gsar                                  on 1999/09/15  03:13:08
11196         Log: jpl tweak
11197      Branch: perl
11198            ! MANIFEST jpl/JNI/Makefile.PL
11199 ____________________________________________________________________________
11200 [  4159] By: gsar                                  on 1999/09/15  02:57:08
11201         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
11202              Jepson <bjepson@home.com>)
11203      Branch: perl
11204            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
11205            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
11206            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
11207            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
11208            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11209            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
11210            ! jpl/PerlInterpreter/Makefile.PL
11211            ! jpl/PerlInterpreter/PerlInterpreter.c
11212            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11213            ! jpl/Sample/Makefile.PL jpl/install-jpl
11214 ____________________________________________________________________________
11215 [  4158] By: gsar                                  on 1999/09/15  01:27:14
11216         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
11217              Date:    Tue, 14 Sep 1999 21:26:15 EDT
11218              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
11219              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
11220      Branch: perl
11221            ! regexec.c t/op/pat.t
11222 ____________________________________________________________________________
11223 [  4157] By: jhi                                   on 1999/09/14  21:18:09
11224         Log: config.h will define USE_64_BITS if need be.
11225      Branch: cfgperl
11226            ! hints/irix_6.sh
11227 ____________________________________________________________________________
11228 [  4156] By: jhi                                   on 1999/09/14  20:30:00
11229         Log: Change #4149 necessitates also a small code change.
11230      Branch: cfgperl
11231            ! ext/B/defsubs_h.PL
11232 ____________________________________________________________________________
11233 [  4155] By: jhi                                   on 1999/09/14  20:15:53
11234         Log: Update EPOC libdir names.
11235      Branch: cfgperl
11236            ! epoc/config.h
11237 ____________________________________________________________________________
11238 [  4154] By: jhi                                   on 1999/09/14  20:13:41
11239         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
11240              deceased HAS.*DBM.*64 mumblings.
11241      Branch: cfgperl
11242            ! Configure config_h.SH epoc/config.h
11243 ____________________________________________________________________________
11244 [  4153] By: jhi                                   on 1999/09/14  20:04:53
11245         Log: Configure nits.
11246      Branch: cfgperl
11247            ! Configure config_h.SH
11248      Branch: metaconfig
11249            ! U/compline/d_sigaction.U U/threads/i_pthread.U
11250 ____________________________________________________________________________
11251 [  4152] By: jhi                                   on 1999/09/14  19:30:22
11252         Log: Integrate with Sarathy.
11253      Branch: cfgperl
11254           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
11255            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
11256           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
11257           !> win32/config_sh.PL
11258 ____________________________________________________________________________
11259 [  4151] By: jhi                                   on 1999/09/14  10:25:01
11260         Log: Update Unicode database and recompute the tables.
11261              Rename the .txt files to be more Unicode 3.0-like.
11262              Unihan-3.0.txt not included because it is 16 MB.
11263              syllables.txt is manually maintained.
11264              See ReadMe.txt for description of the .txt files.
11265              (not all of them are used yet)
11266      Branch: cfgperl
11267            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
11268            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
11269            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
11270            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
11271            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
11272            + lib/unicode/SpecCase.txt
11273            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
11274            - lib/unicode/index2.txt lib/unicode/jamo2.txt
11275            - lib/unicode/names2.txt lib/unicode/props2.txt
11276            - lib/unicode/readme.txt
11277            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
11278            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
11279            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
11280            ! lib/unicode/Decomposition.pl
11281            ! lib/unicode/In/ArabicPresentationForms-B.pl
11282            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
11283            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11284            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
11285            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
11286            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
11287            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
11288            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
11289            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
11290            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
11291            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
11292            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
11293            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
11294            ! lib/unicode/mktables.PL
11295 ____________________________________________________________________________
11296 [  4150] By: gsar                                  on 1999/09/14  09:31:57
11297         Log: INSTALL tweak
11298      Branch: perl
11299            ! INSTALL
11300 ____________________________________________________________________________
11301 [  4149] By: gsar                                  on 1999/09/14  09:00:45
11302         Log: change some filenames to be 8.3-friendly
11303      Branch: perl
11304           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
11305            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
11306            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
11307 ____________________________________________________________________________
11308 [  4148] By: gsar                                  on 1999/09/14  08:35:00
11309         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
11310      Branch: perl
11311            ! win32/config_sh.PL
11312 ____________________________________________________________________________
11313 [  4147] By: jhi                                   on 1999/09/14  08:07:49
11314         Log: Not that UVSIZE normally differs that much from IVSIZE...
11315      Branch: cfgperl
11316            ! perl.h
11317 ____________________________________________________________________________
11318 [  4146] By: jhi                                   on 1999/09/14  08:04:40
11319         Log: Integrate with Sarathy.
11320      Branch: cfgperl
11321           !> Changes ext/DB_File/DB_File.xs
11322 ____________________________________________________________________________
11323 [  4145] By: jhi                                   on 1999/09/14  07:10:02
11324         Log: I_PTHREAD was PTHREADEAD.
11325      Branch: cfgperl
11326            ! Configure config_h.SH
11327      Branch: metaconfig
11328            ! U/threads/i_pthread.U
11329 ____________________________________________________________________________
11330 [  4144] By: gsar                                  on 1999/09/14  06:46:47
11331         Log: change#4113 was missing DB_File.xs changes
11332      Branch: perl
11333            ! ext/DB_File/DB_File.xs
11334 ____________________________________________________________________________
11335 [  4143] By: jhi                                   on 1999/09/13  20:16:20
11336         Log: Small doc and whitespace edits.
11337      Branch: cfgperl
11338            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11339            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
11340            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
11341            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11342            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11343            ! pod/perldelta.pod
11344 ____________________________________________________________________________
11345 [  4142] By: gsar                                  on 1999/09/13  19:32:31
11346         Log: integrate cfgperl contents into mainline, update Changes
11347      Branch: perl
11348           +> ext/DB_File/version.c
11349            ! Changes
11350           !> (integrate 44 files)
11351 ____________________________________________________________________________
11352 [  4141] By: jhi                                   on 1999/09/13  16:16:56
11353         Log: Scan for <pthread.h> always.
11354      Branch: cfgperl
11355            ! Configure config_h.SH perl.h
11356      Branch: metaconfig
11357            ! U/threads/i_pthread.U
11358 ____________________________________________________________________________
11359 [  4140] By: jhi                                   on 1999/09/13  16:00:08
11360         Log: Integrate with Sarathy.
11361      Branch: cfgperl
11362           !> (integrate 27 files)
11363 ____________________________________________________________________________
11364 [  4139] By: jhi                                   on 1999/09/13  15:35:18
11365         Log: Add -A option to Configure to diddle with variables
11366              after the hints file has been applied.
11367      Branch: cfgperl
11368            ! Configure config_h.SH
11369      Branch: metaconfig
11370            ! U/modified/Oldconfig.U U/modified/Options.U
11371 ____________________________________________________________________________
11372 [  4138] By: jhi                                   on 1999/09/13  13:42:56
11373         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
11374      Branch: cfgperl
11375            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11376            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
11377            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
11378            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11379            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11380 ____________________________________________________________________________
11381 [  4137] By: jhi                                   on 1999/09/13  13:25:31
11382         Log: Applying change #4136 manually introduced patch residue.
11383      Branch: cfgperl
11384            ! perl.h
11385 ____________________________________________________________________________
11386 [  4136] By: jhi                                   on 1999/09/13  13:23:04
11387         Log: Replace change #4100 with
11388              From: Robin Barker <rmb1@cise.npl.co.uk>
11389              To: gsar@activestate.com
11390              Cc: perl5-porters@perl.org
11391              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
11392              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
11393              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
11394      Branch: cfgperl
11395            ! doio.c dump.c ext/B/B.xs ext/B/typemap
11396            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
11397            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
11398            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
11399            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
11400 ____________________________________________________________________________
11401 [  4135] By: jhi                                   on 1999/09/13  10:22:31
11402         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11403              To: perl5-porters@perl.org (Mailing list Perl5)
11404              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
11405              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
11406              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
11407              
11408              From: andreas.koenig@anima.de (Andreas J. Koenig)
11409              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
11410              Cc: perl5-porters@perl.org (Mailing list Perl5)
11411              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
11412              Date: 11 Sep 1999 15:36:26 +0200
11413              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
11414      Branch: cfgperl
11415            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11416 ____________________________________________________________________________
11417 [  4134] By: jhi                                   on 1999/09/13  10:20:14
11418         Log: From: Tom Phoenix <rootbeer@redcat.com>
11419              To: Perl Porters Mailing List <perl5-porters@perl.org>
11420              Subject: [DOCPATCH] Server errors and perldiag
11421              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
11422              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
11423      Branch: cfgperl
11424            ! pod/perldiag.pod
11425 ____________________________________________________________________________
11426 [  4133] By: gsar                                  on 1999/09/13  03:25:43
11427         Log: avoid assertion failure on C<@a'>
11428      Branch: perl
11429            ! toke.c
11430 ____________________________________________________________________________
11431 [  4132] By: gsar                                  on 1999/09/13  03:03:57
11432         Log: add -DPERL_Y2KWARN build option that will generate additional
11433              warnings on "19$yy" etc (reworked a patch suggested by
11434              Ulrich Pfeifer <upf@de.uu.net>)
11435      Branch: perl
11436            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
11437            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
11438 ____________________________________________________________________________
11439 [  4131] By: gsar                                  on 1999/09/12  22:06:25
11440         Log: fix DATA leaks; reword documentation about the DATA filehandle
11441      Branch: perl
11442            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
11443 ____________________________________________________________________________
11444 [  4130] By: gsar                                  on 1999/09/12  20:08:56
11445         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
11446              formatted result looks nonstandard
11447      Branch: perl
11448            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
11449            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11450            ! t/pragma/locale.t thrdvar.h
11451 ____________________________________________________________________________
11452 [  4129] By: gsar                                  on 1999/09/12  17:04:11
11453         Log: From: Doug MacEachern <dougm@cp.net>
11454              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
11455              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
11456              Subject: [PATCH 5.005_57] B::clearsym
11457      Branch: perl
11458            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
11459 ____________________________________________________________________________
11460 [  4128] By: gsar                                  on 1999/09/12  16:59:12
11461         Log: better debugger help output (from Ilya Zakharevich)
11462      Branch: perl
11463            ! lib/perl5db.pl
11464 ____________________________________________________________________________
11465 [  4127] By: jhi                                   on 1999/09/11  20:50:37
11466         Log: Integrate with Sarathy.
11467      Branch: cfgperl
11468           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
11469           +> t/lib/gol-linkage.t
11470           !> (integrate 43 files)
11471 ____________________________________________________________________________
11472 [  4126] By: nick                                  on 1999/09/10  20:44:22
11473         Log: Get resolve -at mainline
11474      Branch: utfperl
11475           +> (branch 297 files)
11476            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
11477            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11478            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
11479            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
11480            - t/pragma/warn-1global t/pragma/warning.t thread.sym
11481            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
11482            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
11483            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
11484            - win32/makeperldef.pl win32/perlhost.h
11485           !> (integrate 847 files)
11486 ____________________________________________________________________________
11487 [  4125] By: gsar                                  on 1999/09/10  19:22:14
11488         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
11489              etc.)
11490      Branch: perl
11491            ! XSUB.h pp.h
11492 ____________________________________________________________________________
11493 [  4124] By: gsar                                  on 1999/09/10  19:14:35
11494         Log: rewrote substantive parts of patch
11495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11496              Date: Fri, 27 Aug 1999 19:02:18 -0400
11497              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
11498              Subject: [PATCH 5.005_58] REx documentation
11499      Branch: perl
11500            ! pod/perlre.pod
11501 ____________________________________________________________________________
11502 [  4123] By: gsar                                  on 1999/09/10  18:21:53
11503         Log: note about AVf_*
11504      Branch: perl
11505            ! av.h
11506 ____________________________________________________________________________
11507 [  4122] By: gsar                                  on 1999/09/10  17:55:42
11508         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
11509              <lichtin@bivio.com>)
11510      Branch: perl
11511            ! lib/Pod/Html.pm
11512 ____________________________________________________________________________
11513 [  4121] By: gsar                                  on 1999/09/10  17:49:35
11514         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
11515      Branch: perl
11516            ! AUTHORS Changes README.dos djgpp/config.over
11517            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
11518            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
11519            ! pod/podselect.PL sv.h t/io/openpid.t util.c
11520 ____________________________________________________________________________
11521 [  4120] By: gsar                                  on 1999/09/10  12:25:01
11522         Log: add perlcompile.pod (edited content from Nathan Torkington
11523              <gnat@frii.com> and others)
11524      Branch: perl
11525            + pod/perlcompile.pod
11526            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
11527 ____________________________________________________________________________
11528 [  4119] By: gsar                                  on 1999/09/10  11:05:13
11529         Log: avoid leaking static local_patches unless patchlevel.h is
11530              explicitly included
11531      Branch: perl
11532            ! patchlevel.h perl.c
11533 ____________________________________________________________________________
11534 [  4118] By: gsar                                  on 1999/09/10  10:44:54
11535         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
11536              <jvromans@squirrel.nl>)
11537      Branch: perl
11538            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
11539            ! Changes MANIFEST lib/Getopt/Long.pm
11540 ____________________________________________________________________________
11541 [  4116] By: jhi                                   on 1999/09/09  15:56:52
11542         Log: perldeltify change #4115.
11543      Branch: cfgperl
11544            ! pod/perldelta.pod
11545 ____________________________________________________________________________
11546 [  4115] By: jhi                                   on 1999/09/09  15:48:56
11547         Log: From: "John L. Allen" <allen@grumman.com> 
11548              To: perl5-porters@perl.org 
11549              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
11550              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
11551              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
11552      Branch: cfgperl
11553            ! lib/Time/Local.pm
11554 ____________________________________________________________________________
11555 [  4114] By: jhi                                   on 1999/09/09  15:42:30
11556         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
11557              To: perl5-porters@perl.org
11558              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
11559              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
11560              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
11561      Branch: cfgperl
11562            ! pp_sys.c
11563 ____________________________________________________________________________
11564 [  4113] By: jhi                                   on 1999/09/09  10:17:45
11565         Log: From: paul.marquess@bt.com
11566              To: gsar@ActiveState.com
11567              Cc: perl5-porters@perl.org
11568              Subject: [PATCH 5.005_61] DB_File 1.71
11569              Date: Thu, 9 Sep 1999 11:20:13 +0100
11570              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
11571      Branch: cfgperl
11572            + ext/DB_File/version.c
11573            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11574            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
11575            ! t/lib/db-btree.t
11576 ____________________________________________________________________________
11577 [  4112] By: jhi                                   on 1999/09/09  09:05:32
11578         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11579              To: perl5-porters@perl.org (Mailing list Perl5)
11580              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
11581              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
11582              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
11583      Branch: cfgperl
11584            ! regexec.c t/op/pat.t
11585 ____________________________________________________________________________
11586 [  4110] By: jhi                                   on 1999/09/09  07:29:17
11587         Log: Tidy up 64-bit situation in perldelta.
11588      Branch: cfgperl
11589            ! pod/perldelta.pod
11590 ____________________________________________________________________________
11591 [  4109] By: jhi                                   on 1999/09/09  07:26:53
11592         Log: Clear up PL_regcc issues.
11593              
11594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11595              To: perl5-porters@perl.org (Mailing list Perl5)
11596              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
11597              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
11598              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
11599      Branch: cfgperl
11600            ! regexec.c
11601 ____________________________________________________________________________
11602 [  4108] By: gsar                                  on 1999/09/08  20:52:51
11603         Log: avoid ass_u_ming uppercase types are not user objects (spotted
11604              by Kurt Starsinic)
11605      Branch: perl
11606            ! ext/Data/Dumper/Dumper.pm
11607 ____________________________________________________________________________
11608 [  4107] By: gsar                                  on 1999/09/08  20:35:18
11609         Log: From: akim@epita.fr (DEMAILLE Akim)
11610              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
11611              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
11612              Subject: [ID 19990908.014] s2p does not quote @
11613      Branch: perl
11614            ! x2p/s2p.PL
11615 ____________________________________________________________________________
11616 [  4106] By: gsar                                  on 1999/09/08  20:25:12
11617         Log: integrate cfgperl contents into mainline
11618      Branch: perl
11619           !> (integrate 30 files)
11620 ____________________________________________________________________________
11621 [  4105] By: jhi                                   on 1999/09/08  09:02:37
11622         Log: Minor touches at the [:class:] description.
11623      Branch: cfgperl
11624            ! pod/perlre.pod
11625 ____________________________________________________________________________
11626 [  4104] By: jhi                                   on 1999/09/08  08:57:58
11627         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11628              To: Mailing list Perl5 <perl5-porters@perl.org>
11629              Subject: [PATCH 5.005_58] Fix debugging output for REx
11630              Date: Wed, 8 Sep 1999 05:02:02 -0400
11631              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
11632      Branch: cfgperl
11633            ! regcomp.c
11634 ____________________________________________________________________________
11635 [  4103] By: gsar                                  on 1999/09/08  00:53:50
11636         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
11637      Branch: perl
11638            ! pp.c
11639 ____________________________________________________________________________
11640 [  4102] By: gsar                                  on 1999/09/08  00:52:50
11641         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
11642      Branch: perl
11643            ! cop.h pp_hot.c
11644 ____________________________________________________________________________
11645 [  4101] By: gsar                                  on 1999/09/07  17:25:07
11646         Log: various fixups for windows
11647      Branch: perl
11648            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
11649            ! win32/Makefile win32/makefile.mk xsutils.c
11650 ____________________________________________________________________________
11651 [  4100] By: jhi                                   on 1999/09/07  12:49:15
11652         Log: Fix pointer casts.
11653              
11654              From: Robin Barker <rmb1@cise.npl.co.uk>
11655              To: perl5-porters@perl.org
11656              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
11657              -Duse64bits
11658              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
11659              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
11660      Branch: cfgperl
11661            ! doio.c dump.c ext/B/B.xs ext/B/typemap
11662            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
11663            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
11664            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
11665            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
11666 ____________________________________________________________________________
11667 [  4099] By: jhi                                   on 1999/09/07  10:29:04
11668         Log: Add sig/pid/uid size and sign probes.
11669      Branch: metaconfig
11670            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
11671            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
11672 ____________________________________________________________________________
11673 [  4098] By: jhi                                   on 1999/09/07  10:27:06
11674         Log: Band-aid until we've got %{Uid_t} or something similar
11675              for sv_catpvfn().
11676      Branch: cfgperl
11677            ! taint.c
11678 ____________________________________________________________________________
11679 [  4097] By: jhi                                   on 1999/09/07  09:41:23
11680         Log: Fix a printf thinko: now quads must have the ll L q prefix.
11681              (in other words, a bare %d is an int/unsigned)
11682      Branch: cfgperl
11683            ! pp_sys.c sv.c t/op/64bit.t
11684 ____________________________________________________________________________
11685 [  4096] By: jhi                                   on 1999/09/07  07:36:17
11686         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
11687              
11688              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
11689              To: perl5-porters@perl.org
11690              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
11691              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
11692              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
11693      Branch: cfgperl
11694            ! hints/hpux.sh perl.h
11695 ____________________________________________________________________________
11696 [  4095] By: gsar                                  on 1999/09/06  20:47:02
11697         Log: applied suggested patch with suitable test to detect MSVC
11698              From: "Vishal Bhatia" <vishalb@my-deja.com>
11699              Date: Wed, 11 Aug 1999 01:43:28 -0700
11700              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
11701              Subject: compiler on  win32
11702      Branch: perl
11703            ! ext/B/B/C.pm
11704 ____________________________________________________________________________
11705 [  4094] By: jhi                                   on 1999/09/06  20:34:44
11706         Log: Integrate with Sarathy.
11707      Branch: cfgperl
11708           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11709           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
11710 ____________________________________________________________________________
11711 [  4093] By: jhi                                   on 1999/09/06  20:33:43
11712         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
11713              so that they overflow also on 64-bit platforms.
11714      Branch: cfgperl
11715            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
11716 ____________________________________________________________________________
11717 [  4092] By: gsar                                  on 1999/09/06  20:16:58
11718         Log: support bytecode and C backends in perlcc (patch suggested
11719              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
11720              C backend the default; describe new switches in pod; introduce
11721              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
11722              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
11723              entries
11724      Branch: perl
11725            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
11726            ! t/harness utils/Makefile utils/perlcc.PL
11727 ____________________________________________________________________________
11728 [  4091] By: jhi                                   on 1999/09/06  19:10:41
11729         Log: Integrate with Sarathy.
11730      Branch: cfgperl
11731           +> t/pragma/sub_lval.t
11732           !> (integrate 52 files)
11733 ____________________________________________________________________________
11734 [  4090] By: gsar                                  on 1999/09/06  19:09:06
11735         Log: propagate changed error text
11736      Branch: perl
11737            ! t/pragma/sub_lval.t
11738 ____________________________________________________________________________
11739 [  4089] By: gsar                                  on 1999/09/06  18:54:43
11740         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
11741      Branch: perl
11742            ! pod/perlfunc.pod
11743 ____________________________________________________________________________
11744 [  4088] By: gsar                                  on 1999/09/06  18:52:10
11745         Log: From: paul.marquess@bt.com
11746              Date: Sun, 5 Sep 1999 15:11:08 +0100 
11747              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
11748              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
11749      Branch: perl
11750            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
11751            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11752            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
11753            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
11754            ! toke.c
11755 ____________________________________________________________________________
11756 [  4087] By: gsar                                  on 1999/09/06  18:06:06
11757         Log: change#3612 is buggy when quotemeta argument matches target
11758              (hope this is the last of the optimized-OP_SASSIGN bugs)
11759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11760              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
11761              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
11762              Subject: Re: [BUG: quotemeta]
11763      Branch: perl
11764            ! Changes op.c t/op/lex_assign.t
11765 ____________________________________________________________________________
11766 [  4086] By: gsar                                  on 1999/09/06  17:57:52
11767         Log: misc tweaks
11768      Branch: perl
11769            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
11770 ____________________________________________________________________________
11771 [  4085] By: gsar                                  on 1999/09/06  03:54:23
11772         Log: applied patch suggested by Hans Mulder to fix problems on
11773              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
11774              when they ask for bincompat (platforms that used to default
11775              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
11776              (appears unsalvageable on some platforms)
11777      Branch: perl
11778            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
11779 ____________________________________________________________________________
11780 [  4084] By: bailey                                on 1999/09/06  02:39:11
11781         Log: Integrate mainline 5.05_61
11782      Branch: vmsperl
11783           +> (branch 32 files)
11784            - lib/unicode/EthiopicSyllables.txt
11785            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
11786            - warning.pl
11787            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
11788            ! vms/perly_h.vms vms/vms.c
11789           !> (integrate 346 files)
11790 ____________________________________________________________________________
11791 [  4083] By: gsar                                  on 1999/09/06  00:10:40
11792         Log: optional warning on join(/foo/...) (reworked suggested patch
11793              by Mark-Jason Dominus <mjd@plover.com>)
11794      Branch: perl
11795            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
11796            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
11797            ! pp_proto.h t/pragma/warn/op
11798 ____________________________________________________________________________
11799 [  4082] By: gsar                                  on 1999/09/05  22:28:57
11800         Log: fix data loss when more than one block is read from SDBM
11801              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
11802      Branch: perl
11803            ! ext/SDBM_File/sdbm/sdbm.c
11804 ____________________________________________________________________________
11805 [  4081] By: gsar                                  on 1999/09/05  22:07:18
11806         Log: initial implementation of lvalue subroutines (slightly fixed
11807              version of patch suggested by Ilya Zakharevich, which in turn
11808              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
11809      Branch: perl
11810            + t/pragma/sub_lval.t
11811            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
11812            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
11813            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
11814            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
11815            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
11816 ____________________________________________________________________________
11817 [  4080] By: jhi                                   on 1999/09/05  22:02:18
11818         Log: Undo #4055 (related to #4079).
11819      Branch: cfgperl
11820            ! pod/perlop.pod
11821 ____________________________________________________________________________
11822 [  4079] By: jhi                                   on 1999/09/05  21:30:54
11823         Log: Time is not yet ripe.
11824      Branch: cfgperl
11825            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
11826 ____________________________________________________________________________
11827 [  4078] By: gsar                                  on 1999/09/05  18:17:32
11828         Log: modified suggested patch to handle cross-refs and qr// objects
11829              correctly; unfollowed refs are represented as simple string
11830              value, not just the bare type; $VERSION stays the same until
11831              it is ready for prime time (avoids CPAN confustication)
11832              From:    John Nolan <jpnolan@Op.Net>
11833              Date:    Wed, 04 Aug 1999 20:21:10 EDT
11834              Message-Id: <199908050021.UAA09693@monet.op.net>
11835              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
11836      Branch: perl
11837            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
11838            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
11839 ____________________________________________________________________________
11840 [  4077] By: jhi                                   on 1999/09/04  21:54:42
11841         Log: timesum() wasn't @EXPORTed as promised by the documentation.
11842              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
11843      Branch: cfgperl
11844            ! lib/Benchmark.pm
11845 ____________________________________________________________________________
11846 [  4076] By: gsar                                  on 1999/09/04  20:21:59
11847         Log: integrate cfgperl contents into mainline
11848      Branch: perl
11849           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
11850           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
11851           +> warnings.h warnings.pl xsutils.c
11852            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
11853           !> (integrate 109 files)
11854 ____________________________________________________________________________
11855 [  4075] By: jhi                                   on 1999/09/04  18:04:47
11856         Log: use integer on the problematic subtest.
11857      Branch: cfgperl
11858            ! t/op/misc.t
11859 ____________________________________________________________________________
11860 [  4074] By: jhi                                   on 1999/09/04  17:57:40
11861         Log: Warn about numconvert.t in case somebody
11862              wants to make sv_2pv more 64-bit aware.
11863      Branch: cfgperl
11864            ! sv.c
11865 ____________________________________________________________________________
11866 [  4073] By: jhi                                   on 1999/09/04  17:54:51
11867         Log: Comment upgrading: the quad situation isn't quite as
11868              bad as it used to be.
11869      Branch: cfgperl
11870            ! perl.h
11871 ____________________________________________________________________________
11872 [  4072] By: jhi                                   on 1999/09/04  15:35:37
11873         Log: Integrate with Sarathy.
11874      Branch: cfgperl
11875           !> win32/win32.c
11876 ____________________________________________________________________________
11877 [  4071] By: jhi                                   on 1999/09/04  15:28:11
11878         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
11879              
11880              From: Robin Barker <rmb1@cise.npl.co.uk>
11881              To: perl5-porters@perl.org
11882              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11883              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
11884              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
11885              
11886              and later (in private email) found to be dependent
11887              on useperlio.
11888              
11889              Mental note: the cpp magic done in perlsdio.h (and assumedly
11890              also in perlsfio.h) may cause trouble later with lfs because
11891              both the perlio scheme by Perl and the lfs support by vendors
11892              like to play cpp games to map the stdio namespace back and forth.
11893              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
11894              just the beginning.
11895      Branch: cfgperl
11896            ! perlio.c
11897 ____________________________________________________________________________
11898 [  4070] By: jhi                                   on 1999/09/04  13:12:14
11899         Log: Enable 64-bit clean bit ops.
11900              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
11901      Branch: cfgperl
11902            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
11903            ! t/op/misc.t
11904 ____________________________________________________________________________
11905 [  4069] By: jhi                                   on 1999/09/03  21:17:30
11906         Log: Turn on USE_64_BIT_OFFSETS implicitly.
11907      Branch: cfgperl
11908            ! perl.h
11909 ____________________________________________________________________________
11910 [  4068] By: jhi                                   on 1999/09/03  08:19:59
11911         Log: Fix from Spider for the sub attributes (there was an undocumented
11912              dependency between force_word() and skipspace()).
11913      Branch: cfgperl
11914            ! toke.c
11915 ____________________________________________________________________________
11916 [  4067] By: jhi                                   on 1999/09/01  23:17:06
11917         Log: From: John Tobey <spam@john-edwin-tobey.org>
11918              To: ilya@math.ohio-state.edu
11919              CC: perl5-porters@perl.org
11920              Subject: Re: [PATCH 5.005_60] distclean forgot two
11921              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
11922              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
11923      Branch: cfgperl
11924            ! t/lib/dprof.t
11925 ____________________________________________________________________________
11926 [  4066] By: jhi                                   on 1999/09/01  23:14:50
11927         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
11928              To: perl5-porters@perl.org
11929              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
11930              Date: Fri, 20 Aug 1999 15:37:27 +0100
11931              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
11932      Branch: cfgperl
11933            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
11934            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
11935            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
11936 ____________________________________________________________________________
11937 [  4065] By: jhi                                   on 1999/09/01  22:06:43
11938         Log: From: Dominic Dunlop <domo@vo.lu>
11939              To: perl5-porters@perl.org
11940              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
11941              (UNINSTALLED) [PATCH]
11942              Date: Thu, 19 Aug 1999 09:48:03 +0200
11943              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
11944              
11945              The PERL_POLLUTE_MALLOC part had to be manually applied.
11946      Branch: cfgperl
11947            ! hints/machten.sh perl.h
11948 ____________________________________________________________________________
11949 [  4064] By: jhi                                   on 1999/09/01  13:56:14
11950         Log: From: Martin Lichtin <lichtin@bivio.com>
11951              To: jhi@iki.fi
11952              CC: perl5-porters@perl.org
11953              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
11954              Date: Wed, 01 Sep 1999 15:50:04 +0200
11955              Message-ID: <37CD2F0C.944BFACE@bivio.com>
11956      Branch: cfgperl
11957            ! lib/ExtUtils/Install.pm
11958 ____________________________________________________________________________
11959 [  4063] By: jhi                                   on 1999/09/01  13:16:11
11960         Log: Enhance lfs tests: check every seek and sysseek
11961              and test also that -e and -f detect largefiles.
11962      Branch: cfgperl
11963            ! t/lib/syslfs.t t/op/lfs.t
11964 ____________________________________________________________________________
11965 [  4062] By: jhi                                   on 1999/09/01  12:08:04
11966         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
11967              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11968              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
11969              The Perl Porters Mailing List <perl5-porters@perl.org>
11970              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
11971              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
11972              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
11973      Branch: cfgperl
11974            ! pod/perldiag.pod
11975 ____________________________________________________________________________
11976 [  4061] By: jhi                                   on 1999/09/01  12:03:03
11977         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11978              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
11979              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
11980              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
11981              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
11982              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
11983      Branch: cfgperl
11984            ! op.c t/op/join.t
11985 ____________________________________________________________________________
11986 [  4060] By: jhi                                   on 1999/09/01  07:59:42
11987         Log: IV_DIG and NV_DIG fixes.
11988      Branch: cfgperl
11989            ! perl.h
11990 ____________________________________________________________________________
11991 [  4059] By: jhi                                   on 1999/08/31  14:47:18
11992         Log: \C{} -> \N{} residue.
11993      Branch: cfgperl
11994            ! toke.c
11995 ____________________________________________________________________________
11996 [  4057] By: gsar                                  on 1999/08/30  22:08:19
11997         Log: avoid hiding child process window
11998      Branch: perl
11999            ! win32/win32.c
12000 ____________________________________________________________________________
12001 [  4055] By: jhi                                   on 1999/08/30  21:20:50
12002         Log: Document the undefinedness of overshifting.
12003      Branch: cfgperl
12004            ! pod/perlop.pod
12005 ____________________________________________________________________________
12006 [  4054] By: jhi                                   on 1999/08/30  20:18:18
12007         Log: History fixes and updates.
12008      Branch: cfgperl
12009            ! pod/perlhist.pod
12010 ____________________________________________________________________________
12011 [  4053] By: jhi                                   on 1999/08/30  19:34:02
12012         Log: Shell quoting thinko broke installdirs.
12013              From: JVromans@Squirrel.nl (Johan Vromans)
12014              To: perl5-porters@perl.org
12015              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
12016              installprefix
12017              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
12018              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
12019      Branch: cfgperl
12020            ! Configure config_h.SH
12021      Branch: metaconfig
12022            ! U/installdirs/archlib.U U/installdirs/bin.U
12023            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
12024            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
12025            ! U/installdirs/man3dir.U U/installdirs/privlib.U
12026            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
12027            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
12028            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
12029            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
12030            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
12031            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
12032            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
12033            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
12034            ! U/installdirs/vendorscriptdir.U
12035 ____________________________________________________________________________
12036 [  4052] By: jhi                                   on 1999/08/30  02:57:05
12037         Log: Use \N{named characters} instead of \C.
12038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12039              To: jhi@iki.fi
12040              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
12041              perl5-porters@perl.org (Mailing list Perl5)
12042              Subject: Re: [PATCH 5.005_58] Named characters in Perl
12043              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
12044              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
12045      Branch: cfgperl
12046            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
12047            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
12048 ____________________________________________________________________________
12049 [  4051] By: jhi                                   on 1999/08/30  02:54:20
12050         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
12051              To: perl5-porters@perl.org
12052              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
12053              don't mix
12054              Date: Sun, 29 Aug 1999 19:04:53 -0400
12055              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
12056      Branch: cfgperl
12057            ! universal.c
12058 ____________________________________________________________________________
12059 [  4050] By: jhi                                   on 1999/08/29  16:38:58
12060         Log: Conditionally socksify the LIBS of Socket.
12061      Branch: cfgperl
12062            ! ext/Socket/Makefile.PL
12063 ____________________________________________________________________________
12064 [  4049] By: jhi                                   on 1999/08/29  15:33:30
12065         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12066              To: Mailing list Perl5 <perl5-porters@perl.org>
12067              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
12068              Date: Wed, 25 Aug 1999 16:19:58 -0400
12069              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
12070      Branch: cfgperl
12071            ! lib/perl5db.pl
12072 ____________________________________________________________________________
12073 [  4048] By: jhi                                   on 1999/08/29  15:31:36
12074         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12075              To: perl5-porters@perl.org
12076              Subject: [PATCH _61] Lost arguments to simplified sort
12077              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
12078              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
12079      Branch: cfgperl
12080            ! op.c t/op/sort.t
12081 ____________________________________________________________________________
12082 [  4047] By: jhi                                   on 1999/08/29  15:29:29
12083         Log: From: Olaf Flebbe <olaf@science-computing.de>
12084              Sender: owner-perl5-porters@perl.org
12085              To: perl5-porters@perl.org
12086              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
12087              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
12088      Branch: cfgperl
12089            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
12090            ! epoc/perl.mmp epoc/perl.pkg
12091 ____________________________________________________________________________
12092 [  4046] By: jhi                                   on 1999/08/29  15:21:18
12093         Log: From: pvhp@forte.com (Peter Prymmer)
12094              To: perl5-porters@perl.org
12095              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
12096              Date: Fri, 27 Aug 99 18:51:04 PDT
12097              Message-Id: <9908280151.AA05010@forte.com>
12098      Branch: cfgperl
12099            ! t/lib/cgi-html.t
12100 ____________________________________________________________________________
12101 [  4045] By: jhi                                   on 1999/08/29  15:18:38
12102         Log: Fix scalar gmtime (and localtime) in quad environments,
12103              bug reported by Robin Parker.
12104              
12105              From: Robin Barker <rmb1@cise.npl.co.uk>
12106              To: jhi@iki.fi
12107              Cc: perl5-porters@perl.org
12108              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
12109              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
12110              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
12111      Branch: cfgperl
12112            ! pp_sys.c t/op/time.t
12113 ____________________________________________________________________________
12114 [  4044] By: jhi                                   on 1999/08/29  11:24:03
12115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12116              To: perl5-porters@perl.org (Mailing list Perl5)
12117              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
12118              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
12119              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
12120              
12121              Addendum: it's "only" 33% speedup.
12122      Branch: cfgperl
12123            ! dump.c op.c op.h pp.h
12124 ____________________________________________________________________________
12125 [  4043] By: jhi                                   on 1999/08/29  11:10:33
12126         Log: From: spider-perl@Orb.Nashua.NH.US
12127              To: Mailing list Perl5 <perl5-porters@perl.org>
12128              Subject: [PATCH 5.005_61 CORE] sub : attrlist
12129              Date: Sun, 29 Aug 1999 03:02:11 -0400
12130              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
12131      Branch: cfgperl
12132            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
12133            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
12134            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
12135            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
12136            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
12137            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
12138            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
12139 ____________________________________________________________________________
12140 [  4042] By: jhi                                   on 1999/08/29  11:08:50
12141         Log: Turn off gcc-2.95's strict-alias optimization.
12142              This, of course, should be only temporary.
12143              From Andy Dougherty.
12144      Branch: cfgperl
12145            ! Configure config_h.SH
12146      Branch: metaconfig
12147            ! U/compline/ccflags.U U/modified/cc.U
12148 ____________________________________________________________________________
12149 [  4041] By: jhi                                   on 1999/08/29  10:47:30
12150         Log: Fix a typo in #4036.
12151      Branch: cfgperl
12152            ! mg.c
12153 ____________________________________________________________________________
12154 [  4040] By: jhi                                   on 1999/08/29  10:34:58
12155         Log: Add a missing #endif forgotten by #4035.
12156      Branch: cfgperl
12157            ! doop.c
12158 ____________________________________________________________________________
12159 [  4039] By: jhi                                   on 1999/08/29  10:31:19
12160         Log: Remove an extra #endif introduced by #4036.
12161      Branch: cfgperl
12162            ! perl.h
12163 ____________________________________________________________________________
12164 [  4038] By: jhi                                   on 1999/08/29  10:18:59
12165         Log: Rename warning to warnings, from Paul Marquess.
12166      Branch: cfgperl
12167            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
12168            + t/pragma/warnings.t warnings.h warnings.pl
12169            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
12170            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
12171            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
12172            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
12173            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
12174            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
12175            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
12176            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12177            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12178            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12179            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12180            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12181            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
12182 ____________________________________________________________________________
12183 [  4037] By: jhi                                   on 1999/08/29  10:08:47
12184         Log: Create the equivalence tables based on
12185              the real Unicode decomposition, not on
12186              the character name.
12187      Branch: cfgperl
12188            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12189            ! lib/unicode/mktables.PL
12190 ____________________________________________________________________________
12191 [  4036] By: jhi                                   on 1999/08/29  09:29:08
12192         Log: Integrate with Sarathy.
12193      Branch: cfgperl
12194           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
12195           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
12196           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
12197           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
12198           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
12199           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
12200           !> (integrate 190 files)
12201 ____________________________________________________________________________
12202 [  4035] By: jhi                                   on 1999/08/29  08:56:15
12203         Log: Implement 64-bit vec().
12204      Branch: cfgperl
12205            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12206            ! pp.h t/op/64bit.t
12207 ____________________________________________________________________________
12208 [  4034] By: gsar                                  on 1999/08/29  03:35:18
12209         Log: deadcode removal
12210      Branch: perl
12211            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
12212            ! pp_ctl.c proto.h run.c sv.c
12213 ____________________________________________________________________________
12214 [  4033] By: jhi                                   on 1999/08/28  17:31:07
12215         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
12216              To: perl5-porters@perl.org
12217              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
12218              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
12219              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
12220      Branch: cfgperl
12221            ! perl.h
12222 ____________________________________________________________________________
12223 [  4032] By: gsar                                  on 1999/08/26  23:53:33
12224         Log: new thread should set current interp in TLS
12225      Branch: perl
12226            ! ext/Thread/Thread.xs
12227 ____________________________________________________________________________
12228 [  4031] By: bailey                                on 1999/08/23  03:40:07
12229         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
12230      Branch: vmsperl
12231            ! lib/ExtUtils/MM_VMS.pm
12232 ____________________________________________________________________________
12233 [  4030] By: bailey                                on 1999/08/23  03:37:43
12234         Log: Patch up holes in realclean target
12235      Branch: vmsperl
12236            ! vms/descrip_mms.template
12237 ____________________________________________________________________________
12238 [  4029] By: bailey                                on 1999/08/23  03:36:24
12239         Log: Fix handling of PERL_POLLUTE
12240      Branch: vmsperl
12241            ! lib/ExtUtils/MM_VMS.pm
12242 ____________________________________________________________________________
12243 [  4028] By: bailey                                on 1999/08/23  03:34:08
12244         Log: Update VMS version of perly.h
12245      Branch: vmsperl
12246            ! vms/perly_h.vms
12247 ____________________________________________________________________________
12248 [  4027] By: bailey                                on 1999/08/23  03:32:45
12249         Log: Update dependencies in Descrip.MMS
12250      Branch: vmsperl
12251            ! vms/descrip_mms.template
12252 ____________________________________________________________________________
12253 [  4026] By: bailey                                on 1999/08/23  03:30:01
12254         Log: Fix prototypes in perlapi.c (64-bit?)
12255              Clear prior definition of getenv_len before defining VMS-specific macro
12256      Branch: vmsperl
12257            ! perlapi.c vms/vmsish.h
12258 ____________________________________________________________________________
12259 [  4025] By: bailey                                on 1999/08/23  03:25:51
12260         Log: Add '-m' option to Configure.com which skips the MANIFEST check
12261      Branch: vmsperl
12262            ! configure.com
12263 ____________________________________________________________________________
12264 [  4024] By: bailey                                on 1999/08/23  03:23:34
12265         Log: Skip open() tests that rely on Unix fork semantics
12266      Branch: vmsperl
12267            ! t/io/open.t
12268 ____________________________________________________________________________
12269 [  4023] By: bailey                                on 1999/08/23  03:21:46
12270         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
12271      Branch: vmsperl
12272            ! vms/gen_shrfls.pl
12273 ____________________________________________________________________________
12274 [  4022] By: bailey                                on 1999/08/23  03:17:33
12275         Log: update MM_VMS to use new File::Spec routines
12276      Branch: vmsperl
12277            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
12278 ____________________________________________________________________________
12279 [  4021] By: bailey                                on 1999/08/23  03:13:40
12280         Log: byteperl is now part of the ByteLoader ext
12281      Branch: vmsperl
12282            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
12283 ____________________________________________________________________________
12284 [  4020] By: bailey                                on 1999/08/23  03:10:41
12285         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
12286      Branch: vmsperl
12287            ! vms/vms.c
12288 ____________________________________________________________________________
12289 [  4019] By: bailey                                on 1999/08/23  03:07:28
12290         Log: Update calls for new thread context handling
12291      Branch: vmsperl
12292            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
12293            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
12294 ____________________________________________________________________________
12295 [  4018] By: bailey                                on 1999/08/23  03:01:31
12296         Log: Allow for file versions in library when looking for .bs files
12297      Branch: vmsperl
12298            ! ext/DynaLoader/DynaLoader_pm.PL
12299 ____________________________________________________________________________
12300 [  4017] By: bailey                                on 1999/08/23  02:58:55
12301         Log: Update VMS configuration procedures for 5.005_60
12302      Branch: vmsperl
12303            ! configure.com vms/subconfigure.com
12304 ____________________________________________________________________________
12305 [  4016] By: gsar                                  on 1999/08/20  22:19:56
12306         Log: update Changes
12307      Branch: perl
12308            ! Changes
12309
12310 ----------------
12311 Version 5.005_61
12312 ----------------
12313
12314 ____________________________________________________________________________
12315 [  4015] By: gsar                                  on 1999/08/20  22:17:41
12316         Log: perl_free() should use PerlMem_free()
12317      Branch: perl
12318            ! perl.c
12319 ____________________________________________________________________________
12320 [  4014] By: gsar                                  on 1999/08/20  22:10:46
12321         Log: win32 tweaks
12322      Branch: perl
12323            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
12324            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12325            ! win32/config_H.vc
12326 ____________________________________________________________________________
12327 [  4013] By: gsar                                  on 1999/08/20  22:09:56
12328         Log: DEBUG_m() adjusted to internalize dTHX
12329      Branch: perl
12330            ! malloc.c perl.h util.c
12331 ____________________________________________________________________________
12332 [  4012] By: gsar                                  on 1999/08/20  17:51:06
12333         Log: make autogenerated files writable
12334      Branch: perl
12335            ! (edit 171 files)
12336 ____________________________________________________________________________
12337 [  4011] By: gsar                                  on 1999/08/20  17:43:47
12338         Log: update Changes
12339      Branch: perl
12340            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
12341 ____________________________________________________________________________
12342 [  4010] By: gsar                                  on 1999/08/20  17:21:53
12343         Log: up patchlevel &c
12344      Branch: perl
12345            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12346            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12347 ____________________________________________________________________________
12348 [  4009] By: gsar                                  on 1999/08/20  16:46:26
12349         Log: add missing Is/Syl*.pl files
12350      Branch: perl
12351            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
12352            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
12353            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
12354            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
12355            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
12356            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
12357 ____________________________________________________________________________
12358 [  4008] By: gsar                                  on 1999/08/20  16:31:02
12359         Log: integrate cfgperl contents into mainline
12360      Branch: perl
12361           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
12362           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12363           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
12364           +> t/op/lfs.t
12365            - lib/unicode/EthiopicSyllables.txt
12366            - lib/unicode/MakeEthiopicSyllables.PL
12367           !> (integrate 261 files)
12368 ____________________________________________________________________________
12369 [  4007] By: gsar                                  on 1999/08/20  15:24:08
12370         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
12371              USE_THREADS and MULTIPLICITY; minor pod adjustments
12372      Branch: perl
12373            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
12374            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
12375 ____________________________________________________________________________
12376 [  4006] By: jhi                                   on 1999/08/19  19:01:41
12377         Log: Tighten the vec() code so that naughty BITS cause an error.
12378      Branch: cfgperl
12379            ! doop.c
12380 ____________________________________________________________________________
12381 [  4005] By: jhi                                   on 1999/08/19  15:55:09
12382         Log: Don't document ill-defined vec() bits cases
12383              (for which the code doesn't work right in any case)
12384      Branch: cfgperl
12385            ! pod/perldiag.pod pod/perlfunc.pod
12386 ____________________________________________________________________________
12387 [  4004] By: jhi                                   on 1999/08/19  12:49:41
12388         Log: Removed duplicated code (in pp.c and mg.c) by introducing
12389              do_vecget().  NOTE: the calling convention of do_vecset()
12390              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
12391              in pp_vec() is no more multiplied by `size' in pp_vec(),
12392              the multiplication is now done in do_vecset().
12393              
12394              Also fix a cpp thinko in change #4002.
12395      Branch: cfgperl
12396            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
12397            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
12398            ! proto.h
12399 ____________________________________________________________________________
12400 [  4003] By: jhi                                   on 1999/08/18  08:27:22
12401         Log: Warn about small spherical distances.
12402      Branch: cfgperl
12403            ! lib/Math/Trig.pm
12404 ____________________________________________________________________________
12405 [  4002] By: jhi                                   on 1999/08/17  09:11:51
12406         Log: Enhance IV_FITS_IN_IV (though it's still unused).
12407      Branch: cfgperl
12408            ! perl.h
12409 ____________________________________________________________________________
12410 [  4001] By: jhi                                   on 1999/08/17  08:13:34
12411         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
12412              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
12413              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
12414              Subject: [PATCH] overload.pm str/num confu
12415              Date: 17 Aug 1999 08:21:12 +0200
12416      Branch: cfgperl
12417            ! lib/overload.pm
12418 ____________________________________________________________________________
12419 [  4000] By: jhi                                   on 1999/08/17  07:20:23
12420         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
12421              To: perl5-porters@perl.org
12422              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
12423              Date: 16 Aug 1999 14:24:28 -0700
12424              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
12425      Branch: cfgperl
12426            ! pod/perlobj.pod
12427 ____________________________________________________________________________
12428 [  3999] By: jhi                                   on 1999/08/16  19:49:09
12429         Log: Integrate with Nick.
12430      Branch: cfgperl
12431           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
12432 ____________________________________________________________________________
12433 [  3998] By: jhi                                   on 1999/08/16  19:44:29
12434         Log: Fix most of the pod2man moanings reported in
12435              
12436              From: "Larry W. Virden" <lvirden@cas.org>
12437              To: perl5-porters@perl.org
12438              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
12439              (UNINSTALLED)
12440              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
12441              Message-Id: <199908031935.PAA27692@cas.org>
12442              
12443              Configure regen'ed.
12444      Branch: cfgperl
12445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12446            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
12447            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
12448            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
12449            ! utils/h2xs.PL utils/perlcc.PL
12450 ____________________________________________________________________________
12451 [  3997] By: jhi                                   on 1999/08/16  19:20:37
12452         Log: A fix of sorts for the flush-before-dup scenario.
12453      Branch: cfgperl
12454            ! doio.c
12455 ____________________________________________________________________________
12456 [  3996] By: jhi                                   on 1999/08/16  19:14:37
12457         Log: More paranoia.
12458      Branch: cfgperl
12459            ! sv.c
12460 ____________________________________________________________________________
12461 [  3995] By: jhi                                   on 1999/08/16  18:55:35
12462         Log: Batch of small 64-bit/long double/large file support tweaks:
12463              - scan for LDBL_DIG
12464              - from DBL_DIG and LDBL_DIG select NV_DIG
12465              - introduce IVSIZE, UVSIZE, NVSIZE
12466              - introduce IV_DIG
12467              - remove stdio64
12468              - AIX uses `oslevel` when others use `uname -r`
12469              - already AIX 4.2 goes 64-bit
12470              - in HP-UX require the 64-bit libc, just the directory isn't enough
12471              - group ids are not NVs
12472              - #undef USE_LONG_DOUBLE if long double is no better than double
12473              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
12474              - mention large file support in perldelta
12475              - introduce quad TOPpin' and POPpin'
12476              - the svcat... buffer was tiny for printing quads in %b
12477              - fix the multiplication test in 64bit.t
12478              - try to make VMS to comply with all this removal and "introducal"
12479              of symbols
12480      Branch: cfgperl
12481            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
12482            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
12483            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
12484      Branch: metaconfig
12485            ! U/modified/d_longdbl.U
12486      Branch: metaconfig/U/perl
12487            + d_ldbl_dig.U
12488 ____________________________________________________________________________
12489 [  3994] By: jhi                                   on 1999/08/16  07:53:44
12490         Log: More Configure/subconfigure.com syncing.
12491      Branch: cfgperl
12492            ! vms/subconfigure.com
12493 ____________________________________________________________________________
12494 [  3993] By: jhi                                   on 1999/08/14  22:09:26
12495         Log: Remove from VMS what the change #3982 took away from Configure lands.
12496      Branch: cfgperl
12497            ! vms/subconfigure.com
12498 ____________________________________________________________________________
12499 [  3992] By: jhi                                   on 1999/08/14  13:29:13
12500         Log: Small test tweaks.
12501      Branch: cfgperl
12502            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
12503 ____________________________________________________________________________
12504 [  3991] By: jhi                                   on 1999/08/14  13:08:41
12505         Log: Augment filesize limit note.
12506      Branch: cfgperl
12507            ! doio.c
12508 ____________________________________________________________________________
12509 [  3990] By: jhi                                   on 1999/08/14  13:06:12
12510         Log: Note about filesize limits.
12511      Branch: cfgperl
12512            ! doio.c pp_sys.c
12513 ____________________________________________________________________________
12514 [  3989] By: jhi                                   on 1999/08/14  11:31:58
12515         Log: Catch the case of filesize limits.
12516      Branch: cfgperl
12517            ! t/lib/syslfs.t t/op/lfs.t
12518 ____________________________________________________________________________
12519 [  3988] By: nick                                  on 1999/08/14  09:20:58
12520         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
12521              this causes a POPSTACK panic. The problem seems to be that although
12522              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
12523              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
12524              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
12525              messing with CATCH_SET() in call_sv, use it in perl_vdie().
12526              Add test to op/eval.t which will fail (panic) if bug comes back.
12527              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
12528      Branch: perl
12529            ! cop.h perl.c t/op/eval.t util.c
12530 ____________________________________________________________________________
12531 [  3987] By: jhi                                   on 1999/08/13  23:57:52
12532         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
12533              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
12534              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
12535              Date: Fri, 13 Aug 1999 17:42:47 -0500
12536              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
12537      Branch: cfgperl
12538            ! lib/ExtUtils/MM_VMS.pm
12539 ____________________________________________________________________________
12540 [  3986] By: jhi                                   on 1999/08/13  23:56:44
12541         Log: Don't quit before printing out the message.
12542      Branch: cfgperl
12543            ! t/lib/syslfs.t t/op/lfs.t
12544 ____________________________________________________________________________
12545 [  3985] By: jhi                                   on 1999/08/13  23:35:49
12546         Log: Remove more t/ trash on target "clean".
12547      Branch: cfgperl
12548            ! Makefile.SH
12549 ____________________________________________________________________________
12550 [  3984] By: jhi                                   on 1999/08/13  23:02:53
12551         Log: Avoid double long double. 
12552      Branch: cfgperl
12553            ! Configure config_h.SH
12554      Branch: metaconfig/U/perl
12555            ! uselongdbl.U
12556 ____________________________________________________________________________
12557 [  3983] By: jhi                                   on 1999/08/13  22:59:56
12558         Log: BYTEORDER fix.
12559      Branch: cfgperl
12560            ! Configure config_h.SH
12561      Branch: metaconfig
12562            ! U/compline/byteorder.U
12563 ____________________________________________________________________________
12564 [  3982] By: jhi                                   on 1999/08/13  22:48:40
12565         Log: Jumbo Configure and large file support update.
12566              Remove a lot of unneeded 64-bitness cruft;
12567              re-introduce BYTEORDER; update 64-bitness hints;
12568              lfs should now work in Solaris; long doubles in AIX.
12569      Branch: cfgperl
12570            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
12571            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
12572            ! perlsdio.h pp.h pp_sys.c
12573      Branch: metaconfig
12574            ! U/compline/byteorder.U U/compline/ccflags.U
12575      Branch: metaconfig/U/perl
12576            ! d_dlsymun.U io64.U uselongdbl.U
12577 ____________________________________________________________________________
12578 [  3980] By: jhi                                   on 1999/08/13  15:09:11
12579         Log: Introduce HAS_LLSEEK.
12580      Branch: cfgperl
12581            ! Configure config_h.SH perl.h
12582 ____________________________________________________________________________
12583 [  3979] By: jhi                                   on 1999/08/13  14:29:47
12584         Log: From: <dan@sidhe.org>
12585              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
12586              sarathy@activestate.com
12587              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
12588              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
12589              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
12590      Branch: cfgperl
12591            ! vms/vms.c
12592 ____________________________________________________________________________
12593 [  3978] By: jhi                                   on 1999/08/13  09:56:46
12594         Log: Make the 64-bit tests more paranoid.
12595      Branch: cfgperl
12596            ! t/op/64bit.t
12597 ____________________________________________________________________________
12598 [  3976] By: jhi                                   on 1999/08/12  21:49:16
12599         Log: IRIX64 needs more -mabi=64 with gcc.
12600      Branch: cfgperl
12601            ! hints/irix_6.sh
12602 ____________________________________________________________________________
12603 [  3975] By: jhi                                   on 1999/08/12  21:02:03
12604         Log: Reincarnate change #3967, now in more modest form.
12605      Branch: cfgperl
12606            ! hints/irix_6.sh
12607 ____________________________________________________________________________
12608 [  3974] By: jhi                                   on 1999/08/12  20:49:36
12609         Log: Remove rt from libswanted (I added it many moons ago
12610              when I thought it would be useful in Digital UNIX,
12611              I was wrong); undo the recent IRIX hints changes,
12612              getting rid of one warning brought new ones.
12613      Branch: cfgperl
12614            ! Configure config_h.SH hints/irix_6.sh
12615      Branch: metaconfig
12616            ! U/modified/Myinit.U
12617 ____________________________________________________________________________
12618 [  3973] By: jhi                                   on 1999/08/12  19:42:53
12619         Log: st_blocks is in 512 byte blocks.
12620      Branch: cfgperl
12621            ! t/lib/syslfs.t t/op/lfs.t
12622 ____________________________________________________________________________
12623 [  3972] By: jhi                                   on 1999/08/12  19:27:31
12624         Log: Don't claim defeat too early.
12625      Branch: cfgperl
12626            ! Configure config_h.SH
12627      Branch: metaconfig/U/perl
12628            ! longdblfio.U
12629 ____________________________________________________________________________
12630 [  3971] By: jhi                                   on 1999/08/12  19:24:14
12631         Log: IRIX 64-bit hint tweak. 
12632      Branch: cfgperl
12633            ! hints/irix_6.sh
12634 ____________________________________________________________________________
12635 [  3970] By: nick                                  on 1999/08/12  19:17:20
12636         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
12637              tests i.e. RV2AV and RV2HV
12638      Branch: perl
12639            ! op.c t/pragma/warn/op
12640 ____________________________________________________________________________
12641 [  3969] By: jhi                                   on 1999/08/12  19:06:17
12642         Log: Add Configure -Duselongdouble and add a missing semicolon.
12643      Branch: cfgperl
12644            ! Configure config_h.SH sv.c
12645      Branch: metaconfig/U/perl
12646            + uselongdbl.U
12647 ____________________________________________________________________________
12648 [  3968] By: jhi                                   on 1999/08/12  18:46:00
12649         Log: Simply exit() early if lfs support seems unlikely.
12650      Branch: cfgperl
12651            ! t/lib/syslfs.t t/op/lfs.t
12652 ____________________________________________________________________________
12653 [  3967] By: jhi                                   on 1999/08/12  18:44:05
12654         Log: Suffer silently for unused libraries.
12655      Branch: cfgperl
12656            ! hints/irix_6.sh
12657 ____________________________________________________________________________
12658 [  3966] By: jhi                                   on 1999/08/12  13:18:44
12659         Log: Update MANIFEST to follow change #3965.
12660      Branch: cfgperl
12661            ! MANIFEST
12662 ____________________________________________________________________________
12663 [  3965] By: jhi                                   on 1999/08/12  13:15:38
12664         Log: Regenerate Unicode tables based on new syllable lists
12665              from Daniel Yacob.
12666      Branch: cfgperl
12667            ! (edit 159 files)
12668 ____________________________________________________________________________
12669 [  3964] By: jhi                                   on 1999/08/12  10:06:24
12670         Log: Remove more spurious casting.
12671      Branch: cfgperl
12672            ! pp_sys.c
12673 ____________________________________________________________________________
12674 [  3963] By: jhi                                   on 1999/08/12  08:18:53
12675         Log: Minor niggles on the lfs tests.
12676      Branch: cfgperl
12677            ! t/lib/syslfs.t t/op/lfs.t
12678 ____________________________________________________________________________
12679 [  3962] By: jhi                                   on 1999/08/11  22:48:25
12680         Log: Don't bother with lfs testing if off_t is too small.
12681      Branch: cfgperl
12682            ! t/lib/syslfs.t t/op/lfs.t
12683 ____________________________________________________________________________
12684 [  3961] By: jhi                                   on 1999/08/11  22:22:54
12685         Log: Long double patches from Dan Sugalski.
12686      Branch: cfgperl
12687            ! sv.c
12688 ____________________________________________________________________________
12689 [  3960] By: jhi                                   on 1999/08/11  22:17:55
12690         Log: Flush buffer before duplicating file descriptor.
12691              
12692              From: Mark-Jason Dominus <mjd@plover.com>
12693              To: Graham Barr <gbarr@pobox.com>
12694              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
12695              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
12696              Date: Wed, 11 Aug 1999 15:56:09 -0400
12697              Message-ID: <19990811195610.5933.qmail@plover.com>
12698              
12699              From: Mark-Jason Dominus <mjd@plover.com>
12700              To: perl5-porters@perl.org
12701              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
12702              Date: Wed, 11 Aug 1999 16:05:46 -0400
12703              Message-ID: <19990811200546.6165.qmail@plover.com>
12704      Branch: cfgperl
12705            ! doio.c pod/perldelta.pod
12706 ____________________________________________________________________________
12707 [  3959] By: jhi                                   on 1999/08/11  22:11:35
12708         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
12709              
12710              From: "Craig A. Berry" <craig.berry@metamor.com>
12711              Sender: owner-perl5-porters@perl.org
12712              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
12713              bailey@newman.upenn.edu
12714              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
12715              problem
12716              Date: Wed, 11 Aug 1999 14:31:11 -0500
12717              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
12718      Branch: cfgperl
12719            ! vms/vms.c
12720 ____________________________________________________________________________
12721 [  3958] By: jhi                                   on 1999/08/11  15:35:45
12722         Log: Add a hopefully comforting message if there seems to be no LFS. 
12723              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
12724              The tests will fail on lfs tests only if quad is available,
12725              if ENOQUAD, the lfs tests will be skipped.
12726      Branch: cfgperl
12727            ! t/lib/syslfs.t t/op/lfs.t
12728 ____________________________________________________________________________
12729 [  3957] By: jhi                                   on 1999/08/11  12:25:59
12730         Log: Unapply an experimental patch that accidentally escaped
12731              from the lab by piggybacking with the change #3955.
12732      Branch: cfgperl
12733            ! pp.c pp.h pp_hot.c
12734 ____________________________________________________________________________
12735 [  3956] By: jhi                                   on 1999/08/11  08:19:23
12736         Log: Add sysio large file support testing.
12737      Branch: cfgperl
12738            + t/lib/syslfs.t
12739            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
12740 ____________________________________________________________________________
12741 [  3955] By: jhi                                   on 1999/08/10  22:39:11
12742         Log: From: <dan@sidhe.org>
12743              To: vmsperl@perl.org, perl5-porters@perl.org,
12744              sarathy@activestate.com, bailey@newman.upenn.edu
12745              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
12746              threads on VMS
12747              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
12748              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
12749      Branch: cfgperl
12750            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
12751            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
12752            ! vms/writemain.pl
12753 ____________________________________________________________________________
12754 [  3954] By: jhi                                   on 1999/08/10  20:37:55
12755         Log: LFS testing robustness.
12756      Branch: cfgperl
12757            ! t/op/lfs.t
12758 ____________________________________________________________________________
12759 [  3953] By: jhi                                   on 1999/08/10  19:54:50
12760         Log: From: <dan@sidhe.org>
12761              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
12762              sarathy@activestate.com
12763              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
12764              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
12765              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
12766      Branch: cfgperl
12767            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12768            ! vms/subconfigure.com vms/vmsish.h
12769 ____________________________________________________________________________
12770 [  3952] By: jhi                                   on 1999/08/10  17:18:57
12771         Log: AIX is different, again.  Now in cc -E output.
12772      Branch: cfgperl
12773            ! Configure config_h.SH
12774      Branch: metaconfig
12775            ! U/modified/cppstdin.U
12776 ____________________________________________________________________________
12777 [  3951] By: jhi                                   on 1999/08/10  14:37:08
12778         Log: Use Pid_t on pgrp matters.
12779      Branch: cfgperl
12780            ! pp_sys.c
12781 ____________________________________________________________________________
12782 [  3950] By: jhi                                   on 1999/08/10  14:35:30
12783         Log: Use Pid_t.
12784      Branch: cfgperl
12785            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12786            ! pp_sys.c proto.h util.c
12787 ____________________________________________________________________________
12788 [  3949] By: jhi                                   on 1999/08/10  14:11:15
12789         Log: Use Mode_t.
12790      Branch: cfgperl
12791            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
12792            ! perlapi.h pp_sys.c proto.h
12793 ____________________________________________________________________________
12794 [  3948] By: jhi                                   on 1999/08/10  13:53:19
12795         Log: Small perlbug doc tweaks from Jon Orwant.
12796      Branch: cfgperl
12797            ! utils/perlbug.PL
12798 ____________________________________________________________________________
12799 [  3947] By: jhi                                   on 1999/08/10  09:55:11
12800         Log: Large file support testing.
12801      Branch: cfgperl
12802            + t/op/lfs.t
12803            ! MANIFEST t/op/64bit.t
12804 ____________________________________________________________________________
12805 [  3946] By: jhi                                   on 1999/08/10  09:13:54
12806         Log: Remove I32 casting from time-related functions.
12807      Branch: cfgperl
12808            ! pp_sys.c
12809 ____________________________________________________________________________
12810 [  3945] By: jhi                                   on 1999/08/10  09:06:42
12811         Log: Gratuitous uid and gid casts to I32s and ints removed.
12812              There are still problem spots in printfing such ids:
12813              width (%d vs %ld) and signedness %d vs %u.
12814      Branch: cfgperl
12815            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
12816            ! perl.c perlapi.c pp_hot.c proto.h
12817 ____________________________________________________________________________
12818 [  3944] By: jhi                                   on 1999/08/10  07:43:03
12819         Log: Remove I32 casts from pp_stat, these make stat()
12820              very broken e.g. on files larger than 2 gigabytes.
12821              Reported by
12822              From: Phil Lobbes <phil@finchcomputer.com>
12823              To: perl5-porters@perl.org
12824              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
12825              UNIX Perl 5.005_03
12826              Date: Mon, 09 Aug 1999 21:38:54 -0700
12827              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
12828              
12829              There are more of these I32 casts all over pp_sys.c,
12830              all of them should be checked.
12831      Branch: cfgperl
12832            ! pp_sys.c
12833 ____________________________________________________________________________
12834 [  3943] By: jhi                                   on 1999/08/10  07:38:30
12835         Log: Remove blathering.
12836      Branch: cfgperl
12837            ! lib/unicode/mktables.PL
12838 ____________________________________________________________________________
12839 [  3942] By: jhi                                   on 1999/08/09  20:35:13
12840         Log: lexwarn maintenance: new warning class unsafe
12841              subclasses 'overflow' and 'portable' created,
12842              used by the recent integer overflow warnings.
12843              Class syntax subclass 'octal' renamed to 'digit',
12844              binary and hexadecimal parsing errors also 'digit' warnings.
12845      Branch: cfgperl
12846            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
12847            ! util.c warning.h warning.pl
12848 ____________________________________________________________________________
12849 [  3941] By: jhi                                   on 1999/08/09  10:40:47
12850         Log: Integrate with Nick.
12851      Branch: cfgperl
12852           +> opnames.h
12853           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
12854           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
12855 ____________________________________________________________________________
12856 [  3940] By: jhi                                   on 1999/08/09  10:32:43
12857         Log: Regenerate the Unicode tables after having updated the Unicode
12858              database (change #3939).
12859      Branch: cfgperl
12860            ! (edit 157 files)
12861 ____________________________________________________________________________
12862 [  3939] By: jhi                                   on 1999/08/09  10:27:22
12863         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
12864      Branch: cfgperl
12865            ! lib/unicode/UnicodeData-Latest.txt
12866 ____________________________________________________________________________
12867 [  3938] By: jhi                                   on 1999/08/09  10:25:54
12868         Log: Ethiopic changes via private email from Daniel Yacob,
12869              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
12870              Canadian Syllabics and Yi under construction.
12871      Branch: cfgperl
12872            + lib/unicode/syllables.txt
12873            - lib/unicode/EthiopicSyllables.txt
12874            - lib/unicode/MakeEthiopicSyllables.PL
12875            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
12876            ! lib/unicode/mktables.PL
12877 ____________________________________________________________________________
12878 [  3937] By: jhi                                   on 1999/08/09  10:21:51
12879         Log: Move the equivalence class creation last.
12880      Branch: cfgperl
12881            ! lib/unicode/mktables.PL
12882 ____________________________________________________________________________
12883 [  3936] By: jhi                                   on 1999/08/09  10:20:40
12884         Log: Compute equivalence classes (diacritics stripping) only
12885              for letters, not for ligatures.
12886      Branch: cfgperl
12887            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12888            ! lib/unicode/mktables.PL
12889 ____________________________________________________________________________
12890 [  3935] By: nick                                  on 1999/08/08  13:53:57
12891         Log: Will now correctly re-call 
12892              bootstrap "Foo";
12893              if requested. This should allow build on Win32 and other
12894              platforms where you cannot link to loadables directly.
12895      Branch: perl
12896            ! ext/B/B/C.pm
12897 ____________________________________________________________________________
12898 [  3934] By: nick                                  on 1999/08/07  12:23:55
12899         Log: Vishal Bhatia <vishalb@my-deja.com>
12900              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
12901              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
12902      Branch: perl
12903            ! ext/B/B/CC.pm
12904 ____________________________________________________________________________
12905 [  3933] By: nick                                  on 1999/08/07  12:19:46
12906         Log: B::C changes to get simple Tk app. compiling again
12907      Branch: perl
12908            ! ext/B/B/C.pm
12909 ____________________________________________________________________________
12910 [  3932] By: jhi                                   on 1999/08/06  21:17:16
12911         Log: Regen Configure to include change #3915.
12912      Branch: cfgperl
12913            ! Configure config_h.SH
12914 ____________________________________________________________________________
12915 [  3931] By: jhi                                   on 1999/08/06  18:52:57
12916         Log: Todo update.
12917      Branch: cfgperl
12918            ! Todo Todo-5.005 lib/unicode/mktables.PL
12919 ____________________________________________________________________________
12920 [  3930] By: jhi                                   on 1999/08/06  13:13:05
12921         Log: Character class equivalence tables.
12922      Branch: cfgperl
12923            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
12924            ! MANIFEST lib/unicode/mktables.PL
12925 ____________________________________________________________________________
12926 [  3929] By: jhi                                   on 1999/08/06  11:59:11
12927         Log: More Fcntl constants.  (This process really needs
12928              to be automated, at least partly, see the Errno extension.)
12929              Now also the SEEK_ constants are available via the Fcntl.
12930              Yes, this is redundant (IO::Seekable and POSIX supply them already),
12931              but now Fcntl is a one-stop shopping mall for all your
12932              file-related constants.    
12933      Branch: cfgperl
12934            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
12935 ____________________________________________________________________________
12936 [  3928] By: jhi                                   on 1999/08/06  08:08:03
12937         Log: Protect against pack/unpack repeat count overflows,
12938              based on:
12939              
12940              From: Nathan Torkington <gnat@frii.com>
12941              To: Brian Keefer <mgomes@cwix.com>
12942              Cc: perl5-porters@perl.org
12943              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
12944              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
12945              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
12946      Branch: cfgperl
12947            ! pod/perldiag.pod pp.c
12948 ____________________________________________________________________________
12949 [  3927] By: jhi                                   on 1999/08/06  07:32:20
12950         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
12951              
12952              From: Nathan Torkington <gnat@frii.com>
12953              To: perl5-porters@perl.org
12954              Subject: Bugfix for my bugfix
12955              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
12956              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
12957      Branch: cfgperl
12958            ! ext/B/B/Assembler.pm
12959 ____________________________________________________________________________
12960 [  3926] By: jhi                                   on 1999/08/05  17:25:19
12961         Log: Fix regex charclass parsing so that bogus ranges
12962              like [0-\d] and [[:word:]-z] are no more allowed.
12963              The anomaly was noticed by Guy Decoux.
12964      Branch: cfgperl
12965            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
12966 ____________________________________________________________________________
12967 [  3925] By: jhi                                   on 1999/08/05  10:31:47
12968         Log: split /^/ deprecation warning should not be on by default.
12969      Branch: cfgperl
12970            ! pp.c
12971 ____________________________________________________________________________
12972 [  3923] By: jhi                                   on 1999/08/05  09:16:57
12973         Log: From: paul.marquess@bt.com
12974              To: jhi@iki.fi, paul.marquess@bt.com
12975              Cc: gsar@ActiveState.com, perl5-porters@perl.org
12976              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
12977              Date: Thu, 5 Aug 1999 09:33:14 +0100
12978              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
12979      Branch: cfgperl
12980            ! t/lib/anydbm.t
12981 ____________________________________________________________________________
12982 [  3921] By: jhi                                   on 1999/08/05  08:05:13
12983         Log: From: paul.marquess@bt.com
12984              To: perl5-porters@perl.org
12985              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
12986              randy@theoryx5.uwinnipeg.ca
12987              Subject:  [PATCH 5.005_60] DB_File 1.70
12988              Date: Wed, 4 Aug 1999 23:22:22 +0100
12989              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
12990              
12991              (Replaces change #3917)
12992      Branch: cfgperl
12993            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12994            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12995 ____________________________________________________________________________
12996 [  3920] By: jhi                                   on 1999/08/04  19:02:58
12997         Log: From: Nathan Torkington <gnat@frii.com>
12998              To: perl5-porters@perl.org
12999              Subject: [5.005_60 PATCH] Make B::Bytecode work
13000              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
13001              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
13002      Branch: cfgperl
13003            ! ext/B/B/Assembler.pm
13004 ____________________________________________________________________________
13005 [  3919] By: jhi                                   on 1999/08/04  10:56:26
13006         Log: Update history records.
13007      Branch: cfgperl
13008            ! pod/perlhist.pod
13009 ____________________________________________________________________________
13010 [  3918] By: jhi                                   on 1999/08/04  09:36:13
13011         Log: Minor fixes to linux -Dusethreads -Duseperlio.
13012      Branch: cfgperl
13013            ! perlio.c
13014 ____________________________________________________________________________
13015 [  3917] By: jhi                                   on 1999/08/04  08:13:20
13016         Log: (Replaced by change #3921)
13017              From: paul.marquess@bt.com
13018              To: gsar@activestate.com
13019              Cc: perl5-porters@perl.org
13020              Subject: [PATCH 5.005_60] DB_File 1.69
13021              Date: Tue, 3 Aug 1999 22:55:00 +0100
13022              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
13023      Branch: cfgperl
13024            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13025            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
13026 ____________________________________________________________________________
13027 [  3916] By: jhi                                   on 1999/08/04  07:59:05
13028         Log: Introduce the charnames pragma.
13029              
13030              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
13031              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
13032              To: Chip Salzenberg <[11]chip@perlsupport.com>
13033              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
13034              Date: Sat, 31 Jul 1999 05:44:05 -0400
13035              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
13036              
13037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13038              To: Mailing list Perl5 <perl5-porters@perl.org>
13039              Subject: [PATCH 5.005_58] Named characters in Perl
13040              Date: Mon, 2 Aug 1999 19:25:40 -0400
13041              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
13042      Branch: cfgperl
13043            + lib/charnames.pm t/lib/charnames.t
13044            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
13045            ! pod/perlre.pod regcomp.c toke.c
13046 ____________________________________________________________________________
13047 [  3915] By: jhi                                   on 1999/08/03  21:18:49
13048         Log: Support Configure -Dmake=pmake.
13049              Via private email from Andy.
13050              NOTE: assumes "basename" command.
13051      Branch: metaconfig
13052            ! U/modified/Config_sh.U
13053 ____________________________________________________________________________
13054 [  3914] By: jhi                                   on 1999/08/03  21:11:11
13055         Log: The op/filetest.t failed subtest 7 if testing as root.
13056              
13057              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
13058              To: perl5-porters@perl.org
13059              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
13060              Date: Tue, 27 Jul 1999 22:54:05 +0200
13061              Message-Id: <379E1C6D.626DC765@club-internet.fr>
13062      Branch: cfgperl
13063            ! t/op/filetest.t
13064 ____________________________________________________________________________
13065 [  3911] By: jhi                                   on 1999/08/03  19:52:38
13066         Log: The "-Dusethreads -Duseperlio" combination failed.
13067              
13068              From: Spider Boardman <spider@leggy.zk3.dec.com>
13069              To: perl5-porters@perl.org
13070              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
13071              4.0 (UNINSTALLED)
13072              Date: Tue, 3 Aug 1999 14:25:00 -0400
13073              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
13074              
13075              See also change #3912.
13076      Branch: cfgperl
13077            ! perlio.c
13078 ____________________________________________________________________________
13079 [  3910] By: jhi                                   on 1999/08/03  10:44:24
13080         Log: From: Chris Nandor <pudge@pobox.com>
13081              To: perl5-porters@perl.org
13082              Subject: [PATCH 5.005_58] perlbug.PL 1.27
13083              Date: Wed, 28 Jul 1999 23:42:49 -0400
13084              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
13085      Branch: cfgperl
13086            ! utils/perlbug.PL
13087 ____________________________________________________________________________
13088 [  3909] By: jhi                                   on 1999/08/03  10:41:04
13089         Log: Hints for building ByteLoader in SunoS.  Based on
13090              From: Andy Dougherty <doughera@lafayette.edu>
13091              To: Gurusamy Sarathy <gsar@activestate.com>
13092              Cc: Perl Porters <perl5-porters@perl.org>
13093              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
13094              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
13095              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
13096      Branch: cfgperl
13097            + ext/ByteLoader/hints/sunos.pl
13098            ! MANIFEST ext/ByteLoader/ByteLoader.xs
13099 ____________________________________________________________________________
13100 [  3908] By: jhi                                   on 1999/08/03  09:29:22
13101         Log: Clarify RE engine code; inline a static function to a macro;
13102              make exact string nodes smaller.
13103              
13104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13105              To: perl5-porters@perl.org (Mailing list Perl5)
13106              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
13107              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
13108              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
13109      Branch: cfgperl
13110            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
13111            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
13112            ! regnodes.h warning.h
13113 ____________________________________________________________________________
13114 [  3907] By: jhi                                   on 1999/08/03  08:11:49
13115         Log: 5_59 configured with -Dd_bincompat5005 can't be made
13116              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
13117              
13118              From: Spider Boardman <spider@leggy.zk3.dec.com>
13119              To: perl5-porters@perl.org
13120              Subject: [ID 19990802.016] Not OK: perl 5.00559
13121              Date: Mon, 2 Aug 1999 16:11:13 -0400
13122              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
13123      Branch: cfgperl
13124            ! embed.pl
13125 ____________________________________________________________________________
13126 [  3906] By: jhi                                   on 1999/08/03  07:48:59
13127         Log: Change #3790 redemption: with a little additional
13128              patch from Ilya it works okay.
13129      Branch: cfgperl
13130            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13131            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13132 ____________________________________________________________________________
13133 [  3905] By: gsar                                  on 1999/08/02  21:03:23
13134         Log: this will be 5.005_60
13135      Branch: perl
13136            ! Changes
13137
13138 ----------------
13139 Version 5.005_60
13140 ----------------
13141
13142 ____________________________________________________________________________
13143 [  3904] By: gsar                                  on 1999/08/02  20:30:23
13144         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
13145              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
13146              regen headers
13147      Branch: perl
13148            ! embed.h embed.pl global.sym opcode.h perlapi.c
13149 ____________________________________________________________________________
13150 [  3903] By: gsar                                  on 1999/08/02  20:26:07
13151         Log: native int pack/unpack fixes (from Spider Boardman
13152              <spider@leggy.zk3.dec.com>)
13153      Branch: perl
13154            ! pp.c
13155 ____________________________________________________________________________
13156 [  3902] By: gsar                                  on 1999/08/02  20:24:41
13157         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
13158              <spider@leggy.zk3.dec.com>)
13159      Branch: perl
13160            + opnames.h
13161            ! Changes MANIFEST opcode.pl perl.h
13162 ____________________________________________________________________________
13163 [  3901] By: gsar                                  on 1999/08/02  18:51:18
13164         Log: integrate cfgperl contents
13165      Branch: perl
13166           !> INSTALL README pod/perldelta.pod
13167 ____________________________________________________________________________
13168 [  3900] By: jhi                                   on 1999/08/02  18:46:21
13169         Log: Update README and INSTALL; partly based on the message
13170              
13171              From: "John L. Allen" <allen@grumman.com>
13172              To: Jarkko Hietaniemi <jhi@iki.fi>
13173              cc: perl5-porters@perl.org
13174              Subject: Re: Perl Installation Problem
13175              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
13176              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
13177              
13178              and private email from Andy Dougherty.
13179      Branch: cfgperl
13180            ! INSTALL README
13181 ____________________________________________________________________________
13182 [  3899] By: jhi                                   on 1999/08/02  18:36:35
13183         Log: Integrate with Sarathy.
13184      Branch: cfgperl
13185           !> op.c
13186 ____________________________________________________________________________
13187 [  3898] By: jhi                                   on 1999/08/02  18:34:49
13188         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
13189      Branch: cfgperl
13190            ! pod/perldelta.pod
13191 ____________________________________________________________________________
13192 [  3897] By: gsar                                  on 1999/08/02  18:18:37
13193         Log: optimizations could sometimes bypass bareword check
13194      Branch: perl
13195            ! op.c
13196 ____________________________________________________________________________
13197 [  3896] By: jhi                                   on 1999/08/02  18:18:34
13198         Log: Integrate with Sarathy.
13199      Branch: cfgperl
13200           !> Changes makedef.pl patchlevel.h win32/Makefile
13201           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13202           !> win32/makefile.mk
13203 ____________________________________________________________________________
13204 [  3895] By: gsar                                  on 1999/08/02  17:22:40
13205         Log: up patchlevel etc.
13206      Branch: perl
13207            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13208            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13209 ____________________________________________________________________________
13210 [  3894] By: gsar                                  on 1999/08/02  17:12:31
13211         Log: integrate change#3893, make it conditional on bincompat5005
13212      Branch: perl
13213            ! makedef.pl
13214 ____________________________________________________________________________
13215 [  3893] By: jhi                                   on 1999/08/02  16:49:08
13216         Log: PERL_BINCOMPAT_5005 symbol translation.
13217              (AIX wouldn't link neither perl nor extensions.)
13218      Branch: cfgperl
13219            ! makedef.pl
13220 ____________________________________________________________________________
13221 [  3892] By: gsar                                  on 1999/08/02  16:09:13
13222         Log: integrate cfgperl contents into mainline
13223      Branch: perl
13224           +> t/op/64bit.t
13225            ! Changes
13226           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
13227           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
13228           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
13229 ____________________________________________________________________________
13230 [  3891] By: jhi                                   on 1999/08/02  14:52:40
13231         Log: AIX long long probing requires LL suffix for
13232              the ll constant.  The suffix doesn't seem
13233              to bother other ll platforms.
13234      Branch: cfgperl
13235            ! Configure config_h.SH hints/aix.sh
13236      Branch: metaconfig/U/perl
13237            ! quadfio.U
13238 ____________________________________________________________________________
13239 [  3890] By: jhi                                   on 1999/08/02  14:21:55
13240         Log: Exact path to perl for open -|.
13241      Branch: cfgperl
13242            ! t/io/open.t
13243 ____________________________________________________________________________
13244 [  3889] By: jhi                                   on 1999/08/02  14:18:03
13245         Log: Integrate with Sarathy.
13246      Branch: cfgperl
13247           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
13248           !> win32/Makefile win32/config_H.bc win32/config_H.gc
13249           !> win32/config_H.vc win32/makefile.mk win32/win32.c
13250 ____________________________________________________________________________
13251 [  3888] By: jhi                                   on 1999/08/02  14:14:29
13252         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
13253      Branch: cfgperl
13254            ! hints/aix.sh
13255 ____________________________________________________________________________
13256 [  3887] By: jhi                                   on 1999/08/02  12:53:10
13257         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
13258              emacs code indentation doesn't get wrong ideas--
13259              in other words, introduce a couple of "redundant" if:s.
13260      Branch: cfgperl
13261            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
13262            ! util.c
13263 ____________________________________________________________________________
13264 [  3886] By: jhi                                   on 1999/08/02  12:43:16
13265         Log: Mention that also *BSD systems with glibc are known to stumble.
13266      Branch: cfgperl
13267            ! t/pragma/warn/pp_hot
13268 ____________________________________________________________________________
13269 [  3885] By: jhi                                   on 1999/08/02  12:34:15
13270         Log: Allow also non-long long but still quad platforms print quads.
13271      Branch: cfgperl
13272            ! Configure config_h.SH
13273      Branch: metaconfig/U/perl
13274            ! longdblfio.U quadfio.U
13275 ____________________________________________________________________________
13276 [  3884] By: jhi                                   on 1999/08/02  11:56:14
13277         Log: Fix regclass utf8 hex ranges for quads.
13278      Branch: cfgperl
13279            ! regcomp.c
13280 ____________________________________________________________________________
13281 [  3883] By: jhi                                   on 1999/08/02  11:42:14
13282         Log: Enhance the description of how to detect quad support.
13283      Branch: cfgperl
13284            ! pod/perlfunc.pod
13285 ____________________________________________________________________________
13286 [  3882] By: jhi                                   on 1999/08/02  11:22:19
13287         Log: Fix printf %D %U %O for quads.
13288      Branch: cfgperl
13289            ! sv.c t/op/64bit.t
13290 ____________________________________________________________________________
13291 [  3881] By: jhi                                   on 1999/08/02  11:16:12
13292         Log: Document quad printing.
13293      Branch: cfgperl
13294            ! pod/perlfunc.pod
13295 ____________________________________________________________________________
13296 [  3880] By: jhi                                   on 1999/08/02  10:32:01
13297         Log: More 64-bit fixing.  One known bug of that kind
13298              remains, 32-bit platforms using long long in
13299              the test t/pragma/utf8 subtests 1-3 fail.
13300              (Update: change    #3884 fixed that one.)
13301      Branch: cfgperl
13302            + t/op/64bit.t
13303            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
13304
13305 ----------------
13306 Version 5.005_59
13307 ----------------
13308
13309 ____________________________________________________________________________
13310 [  3879] By: gsar                                  on 1999/08/02  08:18:58
13311         Log: integrate cfgperl changes into mainline
13312      Branch: perl
13313           !> Configure config_h.SH sv.c
13314 ____________________________________________________________________________
13315 [  3878] By: gsar                                  on 1999/08/02  08:13:16
13316         Log: change#3692 had an unintentional patch leak through!
13317              (this would explain the mysterious C<next LABEL> failures
13318              people have seen)
13319      Branch: perl
13320            ! pp_ctl.c
13321 ____________________________________________________________________________
13322 [  3877] By: gsar                                  on 1999/08/02  08:00:29
13323         Log: up patchlevel to 59
13324      Branch: perl
13325            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13327            ! win32/makefile.mk
13328 ____________________________________________________________________________
13329 [  3876] By: gsar                                  on 1999/08/02  07:51:18
13330         Log: fix coredump under usethreads+debug
13331      Branch: perl
13332            ! util.c
13333 ____________________________________________________________________________
13334 [  3875] By: jhi                                   on 1999/08/02  07:50:51
13335         Log: d_bincompat5005 could be left empty.
13336      Branch: cfgperl
13337            ! Configure config_h.SH
13338      Branch: metaconfig/U/perl
13339            ! bincompat5005.U
13340 ____________________________________________________________________________
13341 [  3874] By: jhi                                   on 1999/08/02  07:42:45
13342         Log: Fix printf %d when IV is quad.
13343      Branch: cfgperl
13344            ! sv.c
13345 ____________________________________________________________________________
13346 [  3873] By: gsar                                  on 1999/08/02  07:41:03
13347         Log: fix d_bincompat5005='' junking config.h
13348      Branch: perl
13349            ! Configure
13350 ____________________________________________________________________________
13351 [  3872] By: gsar                                  on 1999/08/02  07:38:48
13352         Log: C needs parameter list, not merely type
13353      Branch: perl
13354            ! win32/win32.c
13355 ____________________________________________________________________________
13356 [  3871] By: jhi                                   on 1999/08/02  07:20:51
13357         Log: Integrate with Sarathy.
13358      Branch: cfgperl
13359           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
13360 ____________________________________________________________________________
13361 [  3870] By: gsar                                  on 1999/08/02  07:12:18
13362         Log: integrate cfgperl changes into mainline
13363      Branch: perl
13364            ! Changes
13365           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
13366           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
13367           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
13368           !> toke.c util.c
13369 ____________________________________________________________________________
13370 [  3869] By: gsar                                  on 1999/08/02  06:59:09
13371         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13372              Date: Sat, 31 Jul 1999 19:08:33 -0700
13373              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
13374              Subject: [PATCH 5.005_58] "use constant" in the compiler
13375      Branch: perl
13376            ! ext/B/B/C.pm ext/B/B/CC.pm
13377 ____________________________________________________________________________
13378 [  3868] By: gsar                                  on 1999/08/02  06:55:51
13379         Log: debug build tweak
13380      Branch: perl
13381            ! regexec.c
13382 ____________________________________________________________________________
13383 [  3867] By: gsar                                  on 1999/08/02  06:35:18
13384         Log: create vmsperl branch (to be owned and operated by: cbailey)
13385      Branch: vmsperl
13386           +> (branch 1476 files)
13387 ____________________________________________________________________________
13388 [  3866] By: jhi                                   on 1999/08/01  23:34:40
13389         Log: so_locations once is enough.
13390      Branch: cfgperl
13391            ! Makefile.SH
13392 ____________________________________________________________________________
13393 [  3865] By: jhi                                   on 1999/08/01  23:13:05
13394         Log: Simplicate duplicated code.
13395      Branch: cfgperl
13396            ! util.c
13397 ____________________________________________________________________________
13398 [  3864] By: jhi                                   on 1999/08/01  22:41:41
13399         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
13400      Branch: cfgperl
13401           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
13402           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
13403            - README.cygwin32 cygwin32/Makefile.SHs
13404            - cygwin32/build-instructions.READFIRST
13405            - cygwin32/build-instructions.charles-wilson
13406            - cygwin32/build-instructions.sebastien-barre
13407            - cygwin32/build-instructions.steven-morlock
13408            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
13409            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
13410            - hints/cygwin32.sh
13411           !> (integrate 61 files)
13412 ____________________________________________________________________________
13413 [  3863] By: jhi                                   on 1999/08/01  22:36:02
13414         Log: Regen Configure and Glossary once again.
13415      Branch: cfgperl
13416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13417            ! config_h.SH
13418 ____________________________________________________________________________
13419 [  3862] By: jhi                                   on 1999/08/01  22:26:09
13420         Log: Glossary update for #3861.
13421      Branch: cfgperl
13422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13423            ! config_h.SH
13424 ____________________________________________________________________________
13425 [  3861] By: jhi                                   on 1999/08/01  22:22:51
13426         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
13427              with -Duse64bits (using long long).
13428              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
13429              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
13430              'print unpack "q", pack "q", 12345678901'
13431              should work on such 32-bit platforms.
13432              Still a lot of printf()s behind -D which wrongly assume
13433              that %ld/%lx and (long) are a good combination.
13434              Introducing a slew of new macros intended to be used in printf()
13435              format strings: e. g. PERL_PRId64 is the string to be used
13436              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
13437              The PRI... naming follows the C9X naming of <inttypes.h> macros.
13438      Branch: cfgperl
13439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13440            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
13441            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
13442      Branch: metaconfig/U/perl
13443            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
13444 ____________________________________________________________________________
13445 [  3860] By: gsar                                  on 1999/08/01  21:23:18
13446         Log: integrate cfgperl contents into mainline
13447      Branch: perl
13448            ! toke.c
13449           !> (integrate 29 files)
13450 ____________________________________________________________________________
13451 [  3859] By: gsar                                  on 1999/08/01  21:13:09
13452         Log: From: Nathan Torkington <gnat@frii.com>
13453              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
13454              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
13455              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
13456      Branch: perl
13457            ! ext/B/B/Disassembler.pm
13458 ____________________________________________________________________________
13459 [  3858] By: gsar                                  on 1999/08/01  21:09:15
13460         Log: DB_File 1.68 update from Paul Marquess
13461      Branch: perl
13462            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13463            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
13464            ! t/lib/db-recno.t
13465 ____________________________________________________________________________
13466 [  3857] By: gsar                                  on 1999/08/01  21:05:54
13467         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13468              Date: Sat, 31 Jul 1999 05:13:38 -0400
13469              Message-Id: <199907311407.IAA25038@localhost.frii.com>
13470              Subject: [PATCH 5.005_58] More optimizations to REx engine
13471      Branch: perl
13472            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
13473            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
13474 ____________________________________________________________________________
13475 [  3856] By: gsar                                  on 1999/08/01  20:59:59
13476         Log: slightly modified version of suggested patch
13477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13478              Date: Sat, 31 Jul 1999 04:45:12 -0400
13479              Message-Id: <199907311406.IAA25034@localhost.frii.com>
13480              Subject: [PATCH 5.005_58] Fix OS/2 build
13481      Branch: perl
13482            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
13483            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
13484 ____________________________________________________________________________
13485 [  3855] By: gsar                                  on 1999/08/01  20:49:06
13486         Log: cygwin update
13487              From: "Fifer, Eric" <EFifer@sanwaint.com>
13488              Date: Fri, 30 Jul 1999 18:31:48 +0100
13489              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
13490              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
13491      Branch: perl
13492            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
13493            ! pp_sys.c unixish.h util.c
13494 ____________________________________________________________________________
13495 [  3854] By: gsar                                  on 1999/08/01  20:41:53
13496         Log: fixes from Stephen McCamant that address bugs in change#3612
13497              (the optimization shouldn't be enabled in expressions where
13498              the variable is introduced), and fix Deparse to grok the
13499              optimization
13500              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
13501              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
13502              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
13503              --
13504              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
13505              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
13506              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
13507              --
13508              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
13509              Message-Id: <199907310326.VAA24376@localhost.frii.com>
13510              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
13511      Branch: perl
13512            ! ext/B/B/Deparse.pm op.c
13513 ____________________________________________________________________________
13514 [  3853] By: gsar                                  on 1999/08/01  20:31:32
13515         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13516              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
13517              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
13518              Subject: [PATCH _58] Two one-liner LOGOP tweaks
13519      Branch: perl
13520            ! op.c opcode.h opcode.pl
13521 ____________________________________________________________________________
13522 [  3852] By: gsar                                  on 1999/08/01  20:29:17
13523         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
13524      Branch: perl
13525            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
13526            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
13527            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
13528            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
13529            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
13530            ! pod/perlport.pod pp_sys.c util.c
13531 ____________________________________________________________________________
13532 [  3851] By: gsar                                  on 1999/08/01  20:20:05
13533         Log: move files around for s/cygwin32/cygwin/ renaming
13534      Branch: perl
13535           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
13536           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
13537            - README.cygwin32 cygwin32/Makefile.SHs
13538            - cygwin32/build-instructions.READFIRST
13539            - cygwin32/build-instructions.charles-wilson
13540            - cygwin32/build-instructions.sebastien-barre
13541            - cygwin32/build-instructions.steven-morlock
13542            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
13543            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
13544            - hints/cygwin32.sh
13545            ! MANIFEST
13546 ____________________________________________________________________________
13547 [  3850] By: gsar                                  on 1999/08/01  20:05:14
13548         Log: posix-bc hints tweak (via private mail from Thomas Dorner
13549              <Thomas.Dorner@start.de>)
13550      Branch: perl
13551            ! Changes hints/posix-bc.sh
13552 ____________________________________________________________________________
13553 [  3849] By: gsar                                  on 1999/08/01  19:50:20
13554         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
13555              <gnat@frii.com>)
13556      Branch: perl
13557            ! perl.h pod/perldelta.pod pod/perlguts.pod
13558 ____________________________________________________________________________
13559 [  3848] By: gsar                                  on 1999/08/01  18:34:41
13560         Log: fix defined(@foo) encarpments
13561      Branch: perl
13562            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
13563            ! pod/perltrap.pod
13564 ____________________________________________________________________________
13565 [  3847] By: jhi                                   on 1999/08/01  17:17:07
13566         Log: Undo #3790 and the patches that attempted to fix it
13567              (#3837, #3838, #3845).  The #3790 caused linkage failures
13568              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
13569              IRIX 6.5.
13570      Branch: cfgperl
13571            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
13572            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13573            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
13574 ____________________________________________________________________________
13575 [  3846] By: jhi                                   on 1999/08/01  11:41:52
13576         Log: Reading 64-bit decimal numbers was broken because
13577              the NV was cast to an I32, not an IV.
13578      Branch: cfgperl
13579            ! toke.c
13580 ____________________________________________________________________________
13581 [  3845] By: jhi                                   on 1999/08/01  11:00:24
13582         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
13583      Branch: cfgperl
13584            + ext/SDBM_File/hints/solaris.pl
13585 ____________________________________________________________________________
13586 [  3844] By: jhi                                   on 1999/08/01  10:55:44
13587         Log: Enable Solaris largefiles support only if -Duse64bits is used.
13588              (Effectively removes #3311).
13589      Branch: cfgperl
13590            ! hints/solaris_2.sh
13591 ____________________________________________________________________________
13592 [  3843] By: jhi                                   on 1999/07/31  22:44:56
13593         Log: Integer overflow iteration.
13594      Branch: cfgperl
13595            ! t/op/oct.t toke.c util.c
13596 ____________________________________________________________________________
13597 [  3842] By: jhi                                   on 1999/07/31  22:11:03
13598         Log: Remove a lot of unused regnode codes.
13599              Noticed by Ilya.
13600      Branch: cfgperl
13601            ! regcomp.c regcomp.sym regexec.c regnodes.h
13602 ____________________________________________________________________________
13603 [  3841] By: jhi                                   on 1999/07/31  21:53:54
13604         Log: Make the use64bits and usethreads friendlier/braver;
13605              they no more wimp out if the platform is unknown.
13606              On use64bits if gcc used -DUSE_LONG_LONG is added
13607              to the ccflags (this dependency on gcc caused a slightly weird
13608              reordering of Configure, but things still seem to work.)
13609      Branch: cfgperl
13610            ! Configure README.threads config_h.SH
13611      Branch: metaconfig
13612            ! U/threads/usethreads.U
13613      Branch: metaconfig/U/perl
13614            ! use64bits.U
13615 ____________________________________________________________________________
13616 [  3840] By: jhi                                   on 1999/07/31  20:26:22
13617         Log: Hack the "integer overflow" code some more.
13618      Branch: cfgperl
13619            ! perl.h toke.c util.c
13620 ____________________________________________________________________________
13621 [  3839] By: jhi                                   on 1999/07/31  20:22:00
13622         Log: Test oct() at the 2^32-1 limit.
13623      Branch: cfgperl
13624            ! t/op/oct.t
13625 ____________________________________________________________________________
13626 [  3838] By: jhi                                   on 1999/07/31  20:08:43
13627         Log: Update MANIFEST for #3837.
13628      Branch: cfgperl
13629            ! MANIFEST
13630 ____________________________________________________________________________
13631 [  3837] By: jhi                                   on 1999/07/31  20:02:40
13632         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
13633              (a core dump with a corrput stack ensues).
13634      Branch: cfgperl
13635            + ext/SDBM_File/hints/dec_osf.pl
13636 ____________________________________________________________________________
13637 [  3836] By: jhi                                   on 1999/07/29  21:09:01
13638         Log: Allow for Configure -Ubincompat5005 override.
13639      Branch: cfgperl
13640            ! Configure config_h.SH
13641      Branch: metaconfig/U/perl
13642            ! bincompat5005.U
13643 ____________________________________________________________________________
13644 [  3835] By: jhi                                   on 1999/07/29  21:04:02
13645         Log: Make Configure support PERL_BINCOMPAT_5005.
13646      Branch: cfgperl
13647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13648            ! config_h.SH
13649      Branch: metaconfig/U/perl
13650            + bincompat5005.U
13651 ____________________________________________________________________________
13652 [  3834] By: jhi                                   on 1999/07/29  19:25:35
13653         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
13654      Branch: cfgperl
13655            ! Makefile.SH
13656 ____________________________________________________________________________
13657 [  3833] By: jhi                                   on 1999/07/29  14:07:09
13658         Log: Integrate with Sarathy.  I overruled on perldelta
13659              and perldiag.
13660      Branch: cfgperl
13661           !> README.win32 emacs/cperl-mode.el globals.c installperl
13662           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
13663           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
13664           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
13665           !> win32/perllib.c win32/win32.c
13666 ____________________________________________________________________________
13667 [  3832] By: jhi                                   on 1999/07/29  14:02:50
13668         Log: Repent and make overly large integerish
13669              constants non-fatal.  They are now promoted
13670              to NVs, accompanied by an overflow warning that
13671              is by default on.
13672      Branch: cfgperl
13673            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
13674            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
13675            ! toke.c util.c
13676 ____________________________________________________________________________
13677 [  3831] By: jhi                                   on 1999/07/29  11:40:04
13678         Log: AIX exhibits different error on failed system().
13679              Slightly modified patch via private email from
13680              David R. Favor <dfavor@austin.ibm.com>
13681      Branch: cfgperl
13682            ! t/op/exec.t
13683 ____________________________________________________________________________
13684 [  3830] By: gsar                                  on 1999/07/29  07:46:11
13685         Log: cperl-mode.el v4.19
13686      Branch: perl
13687            ! emacs/cperl-mode.el
13688 ____________________________________________________________________________
13689 [  3829] By: gsar                                  on 1999/07/29  07:30:35
13690         Log: From: jan.dubois@ibm.net (Jan Dubois)
13691              Date: Wed, 28 Jul 1999 22:01:42 +0200
13692              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
13693              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
13694      Branch: perl
13695            ! win32/bin/pl2bat.pl
13696 ____________________________________________________________________________
13697 [  3828] By: gsar                                  on 1999/07/29  07:19:27
13698         Log: tweak previous change for multiple hits
13699      Branch: perl
13700            ! utils/perldoc.PL
13701 ____________________________________________________________________________
13702 [  3827] By: gsar                                  on 1999/07/29  07:10:00
13703         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
13704              really needs a pod2text() compatibility function)
13705      Branch: perl
13706            ! utils/perldoc.PL
13707 ____________________________________________________________________________
13708 [  3826] By: gsar                                  on 1999/07/29  01:33:46
13709         Log: minor tweaks to pods and toke.c comments
13710      Branch: perl
13711            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
13712 ____________________________________________________________________________
13713 [  3825] By: gsar                                  on 1999/07/29  00:12:52
13714         Log: integrate cfgperl changes into mainline
13715      Branch: perl
13716           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13717           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
13718           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13719           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
13720           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13721           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
13722           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
13723           !> t/pragma/warn/util toke.c util.c
13724 ____________________________________________________________________________
13725 [  3824] By: jhi                                   on 1999/07/28  21:15:04
13726         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
13727      Branch: cfgperl
13728            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13729            ! ext/IO/lib/IO/Socket/INET.pm
13730 ____________________________________________________________________________
13731 [  3823] By: jhi                                   on 1999/07/28  20:29:17
13732         Log: Continue pack() doc honing.
13733      Branch: cfgperl
13734            ! pod/perlfunc.pod
13735 ____________________________________________________________________________
13736 [  3822] By: jhi                                   on 1999/07/28  20:17:37
13737         Log: Enhance pack() doc.
13738      Branch: cfgperl
13739            ! pod/perlfunc.pod
13740 ____________________________________________________________________________
13741 [  3821] By: jhi                                   on 1999/07/28  18:34:50
13742         Log: UNIX Domain Sockets are not implemented under QNX.
13743              
13744              From: Norton Allen <allen@huarp.harvard.edu>
13745              To: perl5-porters@perl.org
13746              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
13747              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
13748              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
13749      Branch: cfgperl
13750            ! t/lib/io_unix.t
13751 ____________________________________________________________________________
13752 [  3820] By: jhi                                   on 1999/07/28  18:13:37
13753         Log: IO::* enhancements.
13754              
13755              1) write() and syswrite() will now accept a single-argument
13756              form of the call, for consistency with Perl's syswrite().
13757              2) You can create a TCP-based IO::Socket::INET without forcing
13758              a connect attempt.  This allows you to configure its options
13759              (like making it non-blocking) and then call connect() manually.
13760              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
13761              from ever returning the correct value.
13762              
13763              From: Lincoln Stein <lstein@formaggio.cshl.org>
13764              To: Graham Barr <gbarr@pobox.com>
13765              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
13766              Subject: Re: patch for IO::*
13767              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
13768              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
13769      Branch: cfgperl
13770            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13771            ! ext/IO/lib/IO/Socket/INET.pm
13772 ____________________________________________________________________________
13773 [  3819] By: gsar                                  on 1999/07/28  18:08:06
13774         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
13775      Branch: perl
13776            ! README.win32 globals.c installperl iperlsys.h makedef.pl
13777            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
13778            ! win32/win32.c
13779 ____________________________________________________________________________
13780 [  3818] By: jhi                                   on 1999/07/28  17:48:16
13781         Log: Need to add QNX to the list for DONT_DECLARE_STD.
13782              (The elimination of use of the _() macro apparently triggered
13783              an incompatability with a #define of atof)
13784              
13785              From: Norton Allen <allen@huarp.harvard.edu>
13786              To: perl5-porters@perl.org
13787              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
13788              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
13789              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
13790      Branch: cfgperl
13791            ! perl.h
13792 ____________________________________________________________________________
13793 [  3817] By: jhi                                   on 1999/07/28  17:46:30
13794         Log: Need to add some more conditions to deal with the case
13795              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
13796              which is true for QNX4.
13797              From: Norton Allen <allen@huarp.harvard.edu>
13798              To: perl5-porters@perl.org
13799              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
13800              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
13801              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
13802      Branch: cfgperl
13803            ! pp_sys.c
13804 ____________________________________________________________________________
13805 [  3816] By: jhi                                   on 1999/07/28  17:43:40
13806         Log: The QNX shell needs a couple more semicolons.
13807              
13808              From: Norton Allen <allen@huarp.harvard.edu>
13809              To: perl5-porters@perl.org
13810              Subject: [ID 19990728.007] Patch:Configure _58 QNX
13811              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
13812              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
13813              
13814              plus silence metalint moanings on vendorprefix.
13815      Branch: cfgperl
13816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13817            ! config_h.SH
13818 ____________________________________________________________________________
13819 [  3815] By: jhi                                   on 1999/07/28  17:31:11
13820         Log: Silence metalint on vendorprefix.U.
13821      Branch: metaconfig
13822            ! U/installdirs/vendorprefix.U
13823 ____________________________________________________________________________
13824 [  3814] By: jhi                                   on 1999/07/28  17:13:29
13825         Log: QNX shell needs more semicolons.
13826      Branch: metaconfig/U/perl
13827            ! Extensions.U
13828 ____________________________________________________________________________
13829 [  3813] By: jhi                                   on 1999/07/28  17:05:08
13830         Log: Integrate with Sarathy.
13831      Branch: cfgperl
13832           !> lib/ExtUtils/MM_Unix.pm
13833 ____________________________________________________________________________
13834 [  3812] By: jhi                                   on 1999/07/28  16:20:17
13835         Log: Fix a typo, un-shout, and reformat the installation output.
13836      Branch: cfgperl
13837            ! lib/ExtUtils/Install.pm
13838 ____________________________________________________________________________
13839 [  3811] By: gsar                                  on 1999/07/28  15:41:11
13840         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
13841      Branch: perl
13842            ! lib/ExtUtils/MM_Unix.pm
13843 ____________________________________________________________________________
13844 [  3810] By: jhi                                   on 1999/07/28  13:55:57
13845         Log: Talk more about subsecond things in perlfunc.
13846              (Yes, redundant with perlfaq8.)
13847      Branch: cfgperl
13848            ! pod/perlfunc.pod
13849 ____________________________________________________________________________
13850 [  3809] By: jhi                                   on 1999/07/28  07:23:48
13851         Log: Integrate with Sarathy.
13852      Branch: cfgperl
13853           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
13854           !> t/op/pwent.t
13855 ____________________________________________________________________________
13856 [  3808] By: jhi                                   on 1999/07/28  07:23:03
13857         Log: Document toke.c.
13858              From: Nathan Torkington <gnat@frii.com>
13859              To: perl5-porters@perl.org
13860              Subject: Re: toke.c patch, work in progress
13861              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
13862              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
13863      Branch: cfgperl
13864            ! toke.c
13865 ____________________________________________________________________________
13866 [  3807] By: jhi                                   on 1999/07/28  07:10:56
13867         Log: perlre clarification.
13868              
13869              From: Ian Phillipps <ian@dial.pipex.com>
13870              To: Perl 5 Porters <perl5-porters@perl.org>
13871              Subject: [PATCH 5.00557] Add definite article to perlre.pod
13872              Date: Tue, 27 Jul 1999 10:46:29 +0100
13873              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
13874      Branch: cfgperl
13875            ! pod/perlre.pod
13876 ____________________________________________________________________________
13877 [  3806] By: gsar                                  on 1999/07/28  07:07:46
13878         Log: fix the perl -V breakage
13879              
13880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13881              To: Jarkko Hietaniemi <jhi@iki.fi>
13882              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
13883              gsar@activestate.com
13884              Subject: Re: Follow up to: _58 on AIX 431
13885              Date: Tue, 27 Jul 1999 17:42:00 -0400
13886              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
13887      Branch: perl
13888            ! configpm
13889 ____________________________________________________________________________
13890 [  3805] By: gsar                                  on 1999/07/28  07:03:34
13891         Log: avoid warning (from Doug MacEachern)
13892      Branch: perl
13893            ! perl.h
13894 ____________________________________________________________________________
13895 [  3804] By: gsar                                  on 1999/07/28  06:59:30
13896         Log: Pod::Html tweak
13897              
13898              From: jan.dubois@ibm.net (Jan Dubois)
13899              To: perl5-porters@perl.org
13900              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
13901              Date: Tue, 27 Jul 1999 22:14:12 +0200
13902              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
13903      Branch: perl
13904            ! lib/Pod/Html.pm
13905 ____________________________________________________________________________
13906 [  3803] By: gsar                                  on 1999/07/28  06:56:38
13907         Log: freebsd hints update
13908              
13909              From: Anton Berezin <tobez@plab.ku.dk>
13910              To: perl5-porters@perl.org
13911              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
13912              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
13913              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
13914      Branch: perl
13915            ! hints/freebsd.sh
13916 ____________________________________________________________________________
13917 [  3802] By: gsar                                  on 1999/07/28  06:51:32
13918         Log: cosmetic testsuite patch
13919              
13920              From: Graham Barr <gbarr@ti.com>
13921              To: Perl5 Porters <perl5-porters@perl.org>
13922              Subject: 5.005_58 build
13923              Date: Tue, 27 Jul 1999 08:09:25 -0500
13924              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
13925      Branch: perl
13926            ! t/op/grent.t t/op/pwent.t
13927 ____________________________________________________________________________
13928 [  3801] By: jhi                                   on 1999/07/27  13:49:39
13929         Log: Minuscule cleanup of the integer overflow patch.
13930      Branch: cfgperl
13931            ! util.c
13932 ____________________________________________________________________________
13933 [  3800] By: jhi                                   on 1999/07/27  13:37:23
13934         Log: Test hex('x...').
13935      Branch: cfgperl
13936            ! t/op/oct.t
13937 ____________________________________________________________________________
13938 [  3799] By: jhi                                   on 1999/07/27  12:45:45
13939         Log: Integrate with Sarathy (5.005_58).
13940      Branch: cfgperl
13941            - ext/B/byteperl.c
13942           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
13943           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
13944           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
13945           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13946           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
13947           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
13948           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
13949           !> win32/config_H.vc
13950 ____________________________________________________________________________
13951 [  3798] By: jhi                                   on 1999/07/27  12:42:43
13952         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
13953              they used to be just optional lexical warnings.
13954              Also, with warnings turned on, constants > 2**32-1
13955              trigger a non-portability warning.
13956      Branch: cfgperl
13957            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
13958            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
13959            ! util.c
13960 ____________________________________________________________________________
13961 [  3797] By: gsar                                  on 1999/07/27  10:48:27
13962         Log: here lies 5.005_58
13963      Branch: perl
13964            - ext/B/byteperl.c
13965            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
13966            ! pod/perlfaq9.pod pod/perlhist.pod
13967
13968 ----------------
13969 Version 5.005_58
13970 ----------------
13971
13972 ____________________________________________________________________________
13973 [  3796] By: gsar                                  on 1999/07/27  09:23:42
13974         Log: regenerate win32/config_H.?c
13975      Branch: perl
13976            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13977 ____________________________________________________________________________
13978 [  3795] By: gsar                                  on 1999/07/27  09:02:31
13979         Log: From: Tye McQueen <tye@metronet.com>
13980              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
13981              Message-Id: <199907270019.AA08223@metronet.com>
13982              Subject: Patch pl2bat.pl so batch file can fail
13983      Branch: perl
13984            ! win32/bin/pl2bat.pl
13985 ____________________________________________________________________________
13986 [  3794] By: gsar                                  on 1999/07/27  08:59:58
13987         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13988              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
13989              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
13990              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
13991      Branch: perl
13992            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
13993            ! lib/SelfLoader.pm
13994 ____________________________________________________________________________
13995 [  3793] By: gsar                                  on 1999/07/27  08:19:16
13996         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
13997              (from Andy Dougherty)
13998      Branch: perl
13999            ! embed.h embed.pl
14000 ____________________________________________________________________________
14001 [  3792] By: gsar                                  on 1999/07/27  08:04:19
14002         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
14003              and Brad Appleton)
14004      Branch: perl
14005            ! lib/Pod/Parser.pm
14006 ____________________________________________________________________________
14007 [  3791] By: gsar                                  on 1999/07/27  07:50:54
14008         Log: cover case where CLK_TCK is a float, not integer (from
14009              alexander smishlajev <als@turnhere.com>)
14010      Branch: perl
14011            ! ext/Devel/DProf/DProf.xs
14012 ____________________________________________________________________________
14013 [  3790] By: gsar                                  on 1999/07/27  07:45:08
14014         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
14015              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
14016      Branch: perl
14017            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
14018            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
14019 ____________________________________________________________________________
14020 [  3789] By: jhi                                   on 1999/07/27  07:44:55
14021         Log: Integrate with Sarathy.
14022      Branch: cfgperl
14023           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
14024           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
14025           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
14026           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
14027           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
14028           !> proto.h t/comp/proto.t t/io/open.t
14029 ____________________________________________________________________________
14030 [  3788] By: gsar                                  on 1999/07/27  07:29:59
14031         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
14032              to Russ Allbery <rra@stanford.edu>); s/Simple// and
14033              s/pod2txt/pod2text/ etc.
14034      Branch: perl
14035            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
14036            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
14037 ____________________________________________________________________________
14038 [  3787] By: gsar                                  on 1999/07/27  06:48:40
14039         Log: From: Andy Dougherty <doughera@lafayette.edu>
14040              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
14041              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
14042              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
14043      Branch: perl
14044            ! ext/SDBM_File/sdbm/sdbm.h
14045 ____________________________________________________________________________
14046 [  3786] By: gsar                                  on 1999/07/27  06:30:09
14047         Log: applied suggested patch; added missing prototype changes to
14048              opcode.pl along with documentation typos (feature still needs
14049              to be described in perlopentut.pod and summarized in
14050              perldelta.pod)
14051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14052              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
14053              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
14054              Subject: [PATCH 5.00557] 3-arg open
14055      Branch: perl
14056            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
14057            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
14058            ! proto.h t/comp/proto.t t/io/open.t
14059 ____________________________________________________________________________
14060 [  3785] By: gsar                                  on 1999/07/27  04:36:39
14061         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
14062              <roland.bauer@fff.at>)
14063      Branch: perl
14064            ! lib/Pod/Html.pm
14065 ____________________________________________________________________________
14066 [  3784] By: gsar                                  on 1999/07/27  03:56:17
14067         Log: change#3762 wasn't needed
14068      Branch: perl
14069            ! ext/B/B/CC.pm
14070 ____________________________________________________________________________
14071 [  3783] By: jhi                                   on 1999/07/26  19:08:21
14072         Log: Integrate with Sarathy.
14073      Branch: cfgperl
14074           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
14075           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
14076           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14077 ____________________________________________________________________________
14078 [  3782] By: gsar                                  on 1999/07/26  18:16:50
14079         Log: update Changes, patchlevel &c.
14080      Branch: perl
14081            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
14082            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14083 ____________________________________________________________________________
14084 [  3781] By: gsar                                  on 1999/07/26  17:54:47
14085         Log: a more correct fix for change#2744
14086              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14087              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
14088              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
14089              Subject: [PATCH _57] Re: toke.c questions 
14090      Branch: perl
14091            ! toke.c
14092 ____________________________________________________________________________
14093 [  3780] By: gsar                                  on 1999/07/26  17:37:04
14094         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
14095      Branch: perl
14096            ! pod/perlfunc.pod
14097 ____________________________________________________________________________
14098 [  3779] By: jhi                                   on 1999/07/26  16:37:23
14099         Log: Dusting off.
14100      Branch: cfgperl
14101            ! README.threads
14102 ____________________________________________________________________________
14103 [  3778] By: gsar                                  on 1999/07/26  13:28:46
14104         Log: avoid DIVZERO
14105      Branch: perl
14106            ! utils/dprofpp.PL
14107 ____________________________________________________________________________
14108 [  3777] By: gsar                                  on 1999/07/26  13:18:53
14109         Log: warnings identified by Borland compiler
14110      Branch: perl
14111            ! makedef.pl pp_ctl.c
14112 ____________________________________________________________________________
14113 [  3776] By: jhi                                   on 1999/07/26  13:07:36
14114         Log: Integrate with Sarathy.
14115      Branch: cfgperl
14116           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
14117 ____________________________________________________________________________
14118 [  3775] By: gsar                                  on 1999/07/26  12:55:43
14119         Log: avoid infinite recursion when Thread.pm croaks during
14120              bootstrap
14121      Branch: perl
14122            ! lib/Carp/Heavy.pm
14123 ____________________________________________________________________________
14124 [  3774] By: gsar                                  on 1999/07/26  12:43:02
14125         Log: integrate cfgperl contents into mainline
14126      Branch: perl
14127           +> lib/Carp/Heavy.pm
14128           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
14129           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
14130           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
14131           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14132           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
14133 ____________________________________________________________________________
14134 [  3773] By: jhi                                   on 1999/07/26  12:40:29
14135         Log: Use long doubles only if they are useful.
14136      Branch: cfgperl
14137            ! ext/POSIX/POSIX.xs
14138 ____________________________________________________________________________
14139 [  3772] By: gsar                                  on 1999/07/26  12:33:11
14140         Log: typo in change#3768
14141      Branch: perl
14142            ! pp_hot.c
14143 ____________________________________________________________________________
14144 [  3771] By: gsar                                  on 1999/07/26  12:08:27
14145         Log: alpha-stage support for user-hooks in @INC
14146              From: Ken Fox <kfox@ford.com>
14147              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
14148              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
14149              Subject: Re: loading remote modules
14150      Branch: perl
14151            ! pp_ctl.c
14152 ____________________________________________________________________________
14153 [  3770] By: jhi                                   on 1999/07/26  11:38:36
14154         Log: Back out #3735.  Needs more work.
14155      Branch: cfgperl
14156            ! Makefile.SH cflags.SH configpm ext/util/make_ext
14157            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
14158            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
14159            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14160            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
14161 ____________________________________________________________________________
14162 [  3769] By: jhi                                   on 1999/07/26  11:24:45
14163         Log: Integrate with Sarathy.
14164      Branch: cfgperl
14165           !> (integrate 35 files)
14166 ____________________________________________________________________________
14167 [  3768] By: gsar                                  on 1999/07/26  11:03:07
14168         Log: optimize method name lookup
14169              From: Chip Salzenberg <chip@perlsupport.com>
14170              Date: Thu, 22 Jul 1999 13:43:36 -0400
14171              Message-ID: <19990722134336.Q391@perlsupport.com>
14172              Subject: [PATCH] OP_METHOD_NAMED
14173      Branch: perl
14174            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
14175            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
14176            ! proto.h
14177 ____________________________________________________________________________
14178 [  3767] By: gsar                                  on 1999/07/26  10:44:11
14179         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
14180              foo()->()); rework grammar to remove conflicts
14181              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14182              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
14183              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
14184              Subject: [PATCH _57, long] Re: optional arrow asymmetry
14185      Branch: perl
14186            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
14187            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
14188            ! vms/perly_c.vms vms/perly_h.vms
14189 ____________________________________________________________________________
14190 [  3766] By: jhi                                   on 1999/07/26  10:18:56
14191         Log: Use $< instead of $*.c in *perlmain.o rules.
14192      Branch: cfgperl
14193            ! Makefile.SH
14194 ____________________________________________________________________________
14195 [  3765] By: gsar                                  on 1999/07/26  09:28:48
14196         Log: From: Ian Phillipps <ian@dial.pipex.com>
14197              Date: Fri, 23 Jul 1999 23:35:56 +0100
14198              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
14199              Subject: (Version 2) Extending unpack to deal with counted strings
14200      Branch: perl
14201            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
14202 ____________________________________________________________________________
14203 [  3764] By: jhi                                   on 1999/07/26  09:17:26
14204         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14205              To: perl5-porters@perl.org (Mailing list Perl5)
14206              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
14207              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
14208              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
14209              
14210              The patch was based on 5_57 so had to re-apply lib/Carp.pm
14211              parts of changes #3498, #3696, and #3702 for the new
14212              lib/Carp/Heavy.pm.
14213      Branch: cfgperl
14214            + lib/Carp/Heavy.pm
14215            ! MANIFEST lib/Carp.pm
14216 ____________________________________________________________________________
14217 [  3763] By: gsar                                  on 1999/07/26  09:03:17
14218         Log: ~ isn't valid in VMS filenames
14219      Branch: perl
14220            ! lib/Pod/Html.pm
14221 ____________________________________________________________________________
14222 [  3762] By: gsar                                  on 1999/07/26  08:59:47
14223         Log: setstate stop-gap from Vishal Bhatia
14224      Branch: perl
14225            ! ext/B/B/CC.pm
14226 ____________________________________________________________________________
14227 [  3761] By: gsar                                  on 1999/07/26  08:06:39
14228         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
14229              add B::OP::name() method that returns just the op_name;
14230              convert Deparse et all to use that instead of B::OP::ppaddr();
14231              add support for OP_SETSTATE in Deparse
14232      Branch: perl
14233            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
14234            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
14235            ! ext/B/B/Xref.pm opcode.h opcode.pl
14236 ____________________________________________________________________________
14237 [  3760] By: jhi                                   on 1999/07/26  07:14:43
14238         Log: Integrate with Sarathy.
14239      Branch: cfgperl
14240           !> (integrate 43 files)
14241 ____________________________________________________________________________
14242 [  3759] By: gsar                                  on 1999/07/26  05:12:24
14243         Log: add disclaimer about perl 4 libraries (modified version of
14244              patch suggested by Clinton Pierce <cpierce1@ford.com>)
14245      Branch: perl
14246            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
14247            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
14248            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
14249            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
14250            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
14251 ____________________________________________________________________________
14252 [  3758] By: gsar                                  on 1999/07/26  04:48:35
14253         Log: make reset() behave with high-bit characters
14254              From: Ian Phillipps <ian@dial.pipex.com>
14255              Date: Thu, 22 Jul 1999 22:48:59 +0100
14256              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
14257              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
14258      Branch: perl
14259            ! sv.c
14260 ____________________________________________________________________________
14261 [  3757] By: gsar                                  on 1999/07/26  04:40:32
14262         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
14263      Branch: perl
14264            ! pod/perlport.pod
14265 ____________________________________________________________________________
14266 [  3756] By: gsar                                  on 1999/07/26  04:20:37
14267         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
14268      Branch: perl
14269            ! utils/dprofpp.PL
14270 ____________________________________________________________________________
14271 [  3755] By: gsar                                  on 1999/07/26  04:18:00
14272         Log: disable VPATH for now (breaks x2p build)
14273      Branch: perl
14274            ! x2p/Makefile.SH
14275 ____________________________________________________________________________
14276 [  3754] By: gsar                                  on 1999/07/26  03:15:33
14277         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
14278              (%! has the necessary magic); misc typos
14279      Branch: perl
14280            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
14281            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
14282            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
14283            ! utils/h2xs.PL
14284 ____________________________________________________________________________
14285 [  3753] By: gsar                                  on 1999/07/26  02:38:28
14286         Log: integrate cfgperl contents into mainline
14287      Branch: perl
14288           +> t/pragma/locale/latin1 t/pragma/locale/utf8
14289           !> (integrate 53 files)
14290 ____________________________________________________________________________
14291 [  3752] By: gsar                                  on 1999/07/26  02:11:31
14292         Log: ensure implicitly closed handles don't set $? or $!
14293      Branch: perl
14294            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
14295 ____________________________________________________________________________
14296 [  3751] By: gsar                                  on 1999/07/26  01:28:34
14297         Log: change#3534 didn't preserve undef return values from caller()
14298      Branch: perl
14299            ! Changes pp_ctl.c
14300 ____________________________________________________________________________
14301 [  3750] By: jhi                                   on 1999/07/25  20:59:29
14302         Log: Back up a tiny bit from #3735.
14303              This may break builds outside the source directory
14304              but then again, they do not work that ell yet anyway.
14305      Branch: cfgperl
14306            ! Makefile.SH
14307 ____________________________________________________________________________
14308 [  3750] By: jhi                                   on 1999/07/25  20:59:29
14309         Log: Back up a tiny bit from #3735.
14310              This may break builds outside the source directory
14311              but then again, they do not work that ell yet anyway.
14312      Branch: cfgperl
14313            ! Makefile.SH
14314 ____________________________________________________________________________
14315 [  3749] By: jhi                                   on 1999/07/25  19:15:55
14316         Log: Integrate with Sarathy.
14317      Branch: cfgperl
14318           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
14319 ____________________________________________________________________________
14320 [  3748] By: jhi                                   on 1999/07/25  19:06:59
14321         Log: Recode locale.t so that the change in #3730
14322              is not needed and locale.t works both without
14323              and with the utf8 pragma.
14324      Branch: cfgperl
14325            + t/pragma/locale/latin1 t/pragma/locale/utf8
14326            ! MANIFEST t/pragma/locale.t
14327 ____________________________________________________________________________
14328 [  3747] By: jhi                                   on 1999/07/25  19:01:46
14329         Log: Like #3743.
14330      Branch: cfgperl
14331            ! utils/perlbug.PL
14332 ____________________________________________________________________________
14333 [  3746] By: gsar                                  on 1999/07/25  18:08:58
14334         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
14335              append a HISTORY section to POD if option is used
14336      Branch: perl
14337            ! utils/h2xs.PL
14338 ____________________________________________________________________________
14339 [  3745] By: gsar                                  on 1999/07/25  17:40:03
14340         Log: warn rather than die when parse_version() can't cut it (from
14341              Michael G Schwern <schwern@pobox.com>)
14342      Branch: perl
14343            ! lib/ExtUtils/MM_Unix.pm
14344 ____________________________________________________________________________
14345 [  3744] By: gsar                                  on 1999/07/25  16:32:48
14346         Log: make map behave like grep wrt indirect object slot when
14347              there are parentheses; revert an experimental mod by Larry
14348              in change#2038 that failed to parse %{{qw(a b c)}} properly
14349              (this means C<map {use Foo; ...} ...> still needs a proper
14350              fix)
14351      Branch: perl
14352            ! toke.c
14353 ____________________________________________________________________________
14354 [  3743] By: jhi                                   on 1999/07/25  16:24:55
14355         Log: Fix a typo in #3725.
14356      Branch: cfgperl
14357            ! utils/perlbug.PL
14358 ____________________________________________________________________________
14359 [  3742] By: jhi                                   on 1999/07/25  16:14:39
14360         Log: Integrate with Sarathy.
14361      Branch: cfgperl
14362           !> (integrate 26 files)
14363 ____________________________________________________________________________
14364 [  3741] By: jhi                                   on 1999/07/25  16:02:28
14365         Log: Cut-and-pasto in #3737.
14366      Branch: cfgperl
14367            ! perl.c
14368 ____________________________________________________________________________
14369 [  3740] By: gsar                                  on 1999/07/25  15:59:34
14370         Log: add note about glibc bug
14371      Branch: perl
14372            ! t/pragma/warn/pp_hot
14373 ____________________________________________________________________________
14374 [  3739] By: gsar                                  on 1999/07/25  15:48:40
14375         Log: fix bug in change#3728 that might free COPs prematurely;
14376              null(op) now does more thorough scrubbing of the op, which
14377              fixes a few compile-time memory "leaks"
14378      Branch: perl
14379            ! dump.c embed.h embed.pl op.c proto.h
14380 ____________________________________________________________________________
14381 [  3738] By: jhi                                   on 1999/07/25  14:15:26
14382         Log: In accordance with #3737.
14383      Branch: metaconfig
14384            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
14385            ! U/modified/Oldconfig.U
14386      Branch: metaconfig/U/perl
14387            ! Extensions.U
14388 ____________________________________________________________________________
14389 [  3737] By: jhi                                   on 1999/07/25  14:12:34
14390         Log: Use vendorprefixlib.
14391      Branch: cfgperl
14392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14393            ! config_h.SH perl.c
14394 ____________________________________________________________________________
14395 [  3736] By: jhi                                   on 1999/07/25  13:10:03
14396         Log: Populate metaconfig branch.
14397      Branch: metaconfig
14398            + (add 1468 files)
14399      Branch: metaconfig/U/perl
14400            + (add 101 files)
14401 ____________________________________________________________________________
14402 [  3735] By: jhi                                   on 1999/07/25  12:27:20
14403         Log: First steps of making builds outside the source
14404              directory possible.  These should get us as far
14405              as miniperl, then building DynaLoader falls into
14406              tiny twinkling pieces as MakeMaker knows nothing
14407              of VPATH mindset.
14408      Branch: cfgperl
14409            ! Configure Makefile.SH cflags.SH config_h.SH configpm
14410            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
14411            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
14412            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
14413            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
14414 ____________________________________________________________________________
14415 [  3734] By: jhi                                   on 1999/07/25  11:19:28
14416         Log: Poor Glossary--are we fixed yet?
14417      Branch: cfgperl
14418            ! Porting/Glossary
14419 ____________________________________________________________________________
14420 [  3733] By: jhi                                   on 1999/07/25  11:15:06
14421         Log: Change #3732 mistakenly clobbered Glossary.
14422      Branch: cfgperl
14423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14424            ! config_h.SH
14425 ____________________________________________________________________________
14426 [  3732] By: jhi                                   on 1999/07/25  10:46:39
14427         Log: Andy's new installation scheme (note: a lot of this
14428              leaked in already with change #3731).  The vendor*
14429              stuff is not used anywhere (in *.SH, say), so it
14430              isn't in Configure, either.
14431      Branch: cfgperl
14432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14433            ! config_h.SH
14434 ____________________________________________________________________________
14435 [  3731] By: jhi                                   on 1999/07/25  10:12:07
14436         Log: Circumcode a strange shell(?) bug in AIX found
14437              while trying to do -Duse64bits (which I couldn't do
14438              in the end because the CPU isn't 64-bit in that box,
14439              but at least now the probing doesn't crash.)
14440      Branch: cfgperl
14441            ! Configure config_h.SH hints/aix.sh
14442 ____________________________________________________________________________
14443 [  3730] By: gsar                                  on 1999/07/25  04:56:56
14444         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
14445              a utf8 bug in one of the new RE optimizations
14446      Branch: perl
14447            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
14448            ! t/pragma/locale.t
14449 ____________________________________________________________________________
14450 [  3729] By: jhi                                   on 1999/07/23  19:56:27
14451         Log: From: Andy Dougherty <doughera@lafayette.edu>
14452              To: Perl Porters <perl5-porters@perl.org>
14453              Subject: [PATCH 5.005_57] INSTALL-1.58
14454              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
14455              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
14456              
14457              plus
14458              
14459              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14460              To: Andy Dougherty <doughera@lafayette.edu>
14461              Cc: Perl Porters <perl5-porters@perl.org>
14462              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
14463              Date: Fri, 23 Jul 1999 13:38:25 -0400
14464              Message-ID: <19990723133825.A12033@O2.chapin.edu>
14465      Branch: cfgperl
14466            ! INSTALL
14467 ____________________________________________________________________________
14468 [  3728] By: gsar                                  on 1999/07/23  17:24:42
14469         Log: applied suggested patch for tracking line numbers correctly in
14470              optimized blocks with a single statement; changed setcop to
14471              setstate and added code for -Dx dumps
14472              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14473              Date: Wed, 23 Jun 1999 17:27:42 +0100
14474              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
14475              Subject: [PATCH 5.005_57] Line number error in optimised else() 
14476      Branch: perl
14477            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
14478            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
14479            ! pp_proto.h t/op/misc.t
14480 ____________________________________________________________________________
14481 [  3727] By: gsar                                  on 1999/07/23  15:56:04
14482         Log: avoid useless use of target for pp_each(); also fixes bugs due to
14483              refcount held by the target
14484      Branch: perl
14485            ! opcode.h opcode.pl pp.c t/op/each.t
14486 ____________________________________________________________________________
14487 [  3726] By: jhi                                   on 1999/07/23  12:08:30
14488         Log: Change #3725 aftershock.
14489      Branch: cfgperl
14490            ! INSTALL jpl/JNI/JNI.pm
14491 ____________________________________________________________________________
14492 [  3725] By: jhi                                   on 1999/07/23  11:58:49
14493         Log: Introduce $Config{ldlibpthname} which contains
14494              the name of the environment variable holding the
14495              dynamic library search path, often LD_LIBRARY_PATH.
14496              Use this new feature all over.
14497              Also removed remnants of admonition "add LD_LIBRARY_PATH
14498              before running make" because Makefile.SH does this for you. 
14499      Branch: cfgperl
14500            ! Configure Makefile.SH config_h.SH
14501            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
14502            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
14503            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
14504            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
14505            ! jpl/install-jpl utils/perlbug.PL
14506 ____________________________________________________________________________
14507 [  3724] By: jhi                                   on 1999/07/23  08:03:36
14508         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
14509              To: perl5-porters@perl.org
14510              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
14511              Date: Thu, 22 Jul 1999 19:58:34 -0400
14512              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
14513      Branch: cfgperl
14514            ! av.c
14515 ____________________________________________________________________________
14516 [  3723] By: gsar                                  on 1999/07/23  00:01:29
14517         Log: emit warning about function calls that were encountered too early
14518              to enforce their prototype
14519      Branch: perl
14520            ! op.c op.h pod/perldiag.pod
14521 ____________________________________________________________________________
14522 [  3722] By: jhi                                   on 1999/07/22  21:19:59
14523         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
14524              To: perl5-porters@perl.org
14525              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
14526              Subject: [PATCH] MakeMaker documentation
14527              Date: Wed, 21 Jul 1999 14:15:42 -0400
14528              Message-ID: <19990721141542.A1800@O2.chapin.edu>
14529      Branch: cfgperl
14530            ! lib/ExtUtils/MakeMaker.pm
14531 ____________________________________________________________________________
14532 [  3721] By: jhi                                   on 1999/07/22  21:05:19
14533         Log: From: pvhp@forte.com (Peter Prymmer)
14534              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
14535              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
14536              Date: Wed, 21 Jul 99 17:15:39 PDT
14537              Message-Id: <9907220015.AA11931@forte.com>
14538      Branch: cfgperl
14539            ! hints/os390.sh
14540 ____________________________________________________________________________
14541 [  3720] By: jhi                                   on 1999/07/22  20:51:17
14542         Log: AIX magic: ccdlflags needs to be different for
14543              Perl itself and for extra-core extensions
14544              (as used by ExtUtilss::embed::ldopts).
14545              Based on the problems described in
14546              
14547              From: Mike W Ellwood <mwe@rl.ac.uk>
14548              To: perl5-porters@perl.org
14549              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
14550              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
14551              Reply-To: m.w.ellwood@rl.ac.uk
14552              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
14553      Branch: cfgperl
14554            ! Configure Makefile.SH config_h.SH hints/aix.sh
14555 ____________________________________________________________________________
14556 [  3719] By: jhi                                   on 1999/07/22  08:23:53
14557         Log: Update history records.
14558      Branch: cfgperl
14559            ! pod/perlhist.pod
14560 ____________________________________________________________________________
14561 [  3718] By: jhi                                   on 1999/07/21  13:54:42
14562         Log: Todododobedobedo.
14563      Branch: cfgperl
14564            ! Todo
14565 ____________________________________________________________________________
14566 [  3717] By: jhi                                   on 1999/07/21  12:10:48
14567         Log: Even more Todo.
14568      Branch: cfgperl
14569            ! Todo
14570 ____________________________________________________________________________
14571 [  3716] By: jhi                                   on 1999/07/21  11:40:39
14572         Log: Use Errno more extensively so that error
14573              messages are more portable (another way
14574              would be to muck around with LC_MESSAGES).
14575              Problem reported in
14576              
14577              From: oracle@pcr8.pcr.com
14578              To: perl5-porters@perl.org
14579              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
14580              Date: Mon, 19 Jul 1999 18:39:13 -0400
14581              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
14582      Branch: cfgperl
14583            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
14584            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
14585            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
14586 ____________________________________________________________________________
14587 [  3715] By: jhi                                   on 1999/07/21  11:05:36
14588         Log: Slightly modified patch.
14589              From: Sean Sheedy <seans@ncube.com>
14590              To: perl5-porters@perl.org
14591              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
14592              Date: Tue, 20 Jul 1999 09:52:06 -0700
14593              Message-Id: <3794A935.1C150E54@ncube.com>
14594      Branch: cfgperl
14595            ! cflags.SH x2p/cflags.SH
14596 ____________________________________________________________________________
14597 [  3714] By: jhi                                   on 1999/07/20  21:26:19
14598         Log: More Todo.
14599      Branch: cfgperl
14600            ! Todo
14601 ____________________________________________________________________________
14602 [  3713] By: jhi                                   on 1999/07/20  18:02:45
14603         Log: Integrate with Sarathy.
14604      Branch: cfgperl
14605           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
14606           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14607           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
14608           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
14609           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
14610           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
14611           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
14612           +> utils/dprofpp.PL
14613           !> INSTALL MAINTAIN MANIFEST configure.com
14614           !> ext/Devel/Peek/Makefile.PL installman installperl
14615           !> pod/roffitall utils/Makefile vms/descrip_mms.template
14616           !> win32/Makefile win32/makefile.mk win32/win32.h
14617 ____________________________________________________________________________
14618 [  3712] By: gsar                                  on 1999/07/20  15:29:01
14619         Log: DProf tweak
14620      Branch: perl
14621            ! ext/Devel/DProf/DProf.xs
14622 ____________________________________________________________________________
14623 [  3711] By: gsar                                  on 1999/07/20  07:56:19
14624         Log: another DProf build tweak
14625      Branch: perl
14626            ! utils/dprofpp.PL
14627 ____________________________________________________________________________
14628 [  3710] By: gsar                                  on 1999/07/20  07:36:36
14629         Log: move DProf things around to where they are supposed to be
14630      Branch: perl
14631            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
14632            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
14633            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
14634            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
14635            + t/lib/dprof/test6_t t/lib/dprof/test6_v
14636           +> utils/dprofpp.PL
14637            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
14638            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
14639            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
14640            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
14641            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
14642            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
14643            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
14644            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
14645            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
14646            ! installperl pod/roffitall utils/Makefile
14647            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14648 ____________________________________________________________________________
14649 [  3709] By: gsar                                  on 1999/07/20  06:13:16
14650         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
14651      Branch: perl
14652            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14653            ! ext/Devel/Peek/Makefile.PL
14654 ____________________________________________________________________________
14655 [  3708] By: gsar                                  on 1999/07/20  06:01:22
14656         Log: move DProf to Devel/DProf
14657      Branch: perl
14658           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
14659           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
14660           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
14661           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
14662           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
14663           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
14664           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
14665           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
14666           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
14667           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
14668           +> ext/Devel/DProf/test.pl
14669            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
14670            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
14671            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
14672            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
14673            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
14674            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
14675            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
14676            ! MAINTAIN MANIFEST configure.com win32/Makefile
14677            ! win32/makefile.mk
14678 ____________________________________________________________________________
14679 [  3707] By: gsar                                  on 1999/07/20  05:39:11
14680         Log: add Devel::DProf v19990108 from CPAN, as it was
14681      Branch: perl
14682            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
14683            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
14684            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
14685            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
14686            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
14687            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
14688            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
14689            ! MANIFEST
14690 ____________________________________________________________________________
14691 [  3706] By: gsar                                  on 1999/07/20  04:52:25
14692         Log: C<union any> needs no PERL_OBJECT-treatment
14693      Branch: perl
14694            ! win32/win32.h
14695 ____________________________________________________________________________
14696 [  3705] By: gsar                                  on 1999/07/20  04:11:54
14697         Log: fix problem in default build
14698      Branch: perl
14699            ! win32/Makefile win32/makefile.mk
14700 ____________________________________________________________________________
14701 [  3704] By: jhi                                   on 1999/07/19  07:06:36
14702         Log: Integrate with Sarathy.
14703      Branch: cfgperl
14704           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
14705           !> win32/win32.c
14706 ____________________________________________________________________________
14707 [  3703] By: gsar                                  on 1999/07/19  05:55:57
14708         Log: win32 nits
14709      Branch: perl
14710            ! makedef.pl sv.h
14711 ____________________________________________________________________________
14712 [  3702] By: gsar                                  on 1999/07/19  04:29:34
14713         Log: don't display tid from main thread (or testsuite breaks)
14714      Branch: perl
14715            ! lib/Carp.pm util.c
14716 ____________________________________________________________________________
14717 [  3701] By: gsar                                  on 1999/07/19  00:47:52
14718         Log: remove several doubled (and tripled!) entries
14719      Branch: perl
14720            ! pod/perldiag.pod
14721 ____________________________________________________________________________
14722 [  3700] By: gsar                                  on 1999/07/19  00:42:34
14723         Log: integrate cfgperl contents into mainline
14724      Branch: perl
14725           +> makedef.pl
14726            - perl_exp.SH win32/makedef.pl
14727           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14728           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
14729           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
14730           !> utf8.c util.c win32/Makefile win32/makefile.mk
14731 ____________________________________________________________________________
14732 [  3699] By: gsar                                  on 1999/07/19  00:33:59
14733         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
14734      Branch: perl
14735            ! Changes win32/win32.c
14736 ____________________________________________________________________________
14737 [  3698] By: jhi                                   on 1999/07/18  21:33:57
14738         Log: Integrate with Sarathy.
14739      Branch: cfgperl
14740           +> t/op/chars.t
14741           !> (integrate 57 files)
14742 ____________________________________________________________________________
14743 [  3697] By: gsar                                  on 1999/07/18  05:22:36
14744         Log: From: pvhp@forte.com (Peter Prymmer)
14745              Date: Thu, 1 Jul 99 19:31:24 PDT
14746              Message-Id: <9907020231.AA16942@forte.com>
14747              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
14748      Branch: perl
14749            + t/op/chars.t
14750            ! MANIFEST ebcdic.c t/op/ord.t
14751 ____________________________________________________________________________
14752 [  3696] By: gsar                                  on 1999/07/18  05:11:02
14753         Log: display thread id in diagnostics (suggested by Dan Sugalski)
14754      Branch: perl
14755            ! lib/Carp.pm util.c
14756 ____________________________________________________________________________
14757 [  3695] By: gsar                                  on 1999/07/18  04:57:47
14758         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
14759      Branch: perl
14760            ! pod/perldiag.pod
14761 ____________________________________________________________________________
14762 [  3694] By: gsar                                  on 1999/07/18  04:56:28
14763         Log: cache [NIUP]V conversions of defined READONLY values
14764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14765              Date: Sun, 11 Jul 1999 04:39:44 -0400
14766              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
14767              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
14768      Branch: perl
14769            ! sv.c
14770 ____________________________________________________________________________
14771 [  3693] By: gsar                                  on 1999/07/18  03:53:38
14772         Log: From: jan.dubois@ibm.net (Jan Dubois)
14773              Date: Sat, 17 Jul 1999 10:58:29 +0200
14774              Message-ID: <379144ad.13616689@smtp1.ibm.net>
14775              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
14776      Branch: perl
14777            ! lib/ExtUtils/Manifest.pm
14778 ____________________________________________________________________________
14779 [  3692] By: gsar                                  on 1999/07/18  03:51:03
14780         Log: remove spurious newSTATEOP() that causes goto to enter one too many
14781              contexts when jumping between if and elsif blocks
14782      Branch: perl
14783            ! perly.c perly.y pp_ctl.c t/op/goto.t
14784 ____________________________________________________________________________
14785 [  3691] By: gsar                                  on 1999/07/18  01:49:59
14786         Log: detypo, update Changes
14787      Branch: perl
14788            ! Changes doio.c
14789 ____________________________________________________________________________
14790 [  3690] By: gsar                                  on 1999/07/18  01:16:59
14791         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
14792      Branch: perl
14793            ! lib/integer.pm
14794 ____________________________________________________________________________
14795 [  3689] By: gsar                                  on 1999/07/18  00:47:17
14796         Log: ensure __END__ appears on a line by itself in wrapped
14797              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
14798              mention caveat about successfull kill()
14799      Branch: perl
14800            ! pod/perlfunc.pod win32/bin/pl2bat.pl
14801 ____________________________________________________________________________
14802 [  3688] By: gsar                                  on 1999/07/17  20:47:44
14803         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
14804      Branch: perl
14805            ! ext/SDBM_File/sdbm/Makefile.PL
14806 ____________________________________________________________________________
14807 [  3687] By: gsar                                  on 1999/07/17  20:43:27
14808         Log: make CC.pm use a distinct CCPP() macro rather than PP()
14809              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
14810      Branch: perl
14811            ! cc_runtime.h ext/B/B/CC.pm
14812 ____________________________________________________________________________
14813 [  3686] By: gsar                                  on 1999/07/17  20:39:08
14814         Log: tiny bug in vars.pm (from John Dlugosz)
14815      Branch: perl
14816            ! lib/vars.pm
14817 ____________________________________________________________________________
14818 [  3685] By: gsar                                  on 1999/07/17  20:37:27
14819         Log: applied suggested patch, along with later tweak
14820              From: jan.dubois@ibm.net (Jan Dubois)
14821              Date: Wed, 14 Jul 1999 23:53:43 +0200
14822              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
14823              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
14824      Branch: perl
14825            ! lib/Pod/Html.pm
14826 ____________________________________________________________________________
14827 [  3684] By: gsar                                  on 1999/07/17  20:24:32
14828         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
14829      Branch: perl
14830            ! thrdvar.h
14831 ____________________________________________________________________________
14832 [  3683] By: gsar                                  on 1999/07/17  20:21:01
14833         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14834              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
14835              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
14836              Subject: [PATCH 5.005_57] Segfaults if $^P
14837      Branch: perl
14838            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
14839            ! proto.h
14840 ____________________________________________________________________________
14841 [  3682] By: gsar                                  on 1999/07/17  20:04:17
14842         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
14843              and prefix/lib/perl5/man are ass_u_med only if those directories
14844              actually exist; else prefix/{lib,man} are used)
14845      Branch: perl
14846            ! lib/ExtUtils/MM_Unix.pm
14847 ____________________________________________________________________________
14848 [  3681] By: gsar                                  on 1999/07/17  19:12:33
14849         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
14850      Branch: perl
14851            ! op.c t/comp/proto.t
14852 ____________________________________________________________________________
14853 [  3680] By: gsar                                  on 1999/07/17  18:23:55
14854         Log: fix vec() on magic values
14855              From: Ian Phillipps <ian@dial.pipex.com>
14856              Date: Mon, 12 Jul 1999 12:30:05 +0100
14857              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
14858              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
14859      Branch: perl
14860            ! doop.c t/op/tie.t
14861 ____________________________________________________________________________
14862 [  3679] By: gsar                                  on 1999/07/17  18:10:44
14863         Log: make system() return -1 and set $! if exec of child failed
14864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14865              Date: Fri, 9 Jul 1999 05:21:13 -0400
14866              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
14867              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
14868      Branch: perl
14869            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
14870            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
14871 ____________________________________________________________________________
14872 [  3678] By: gsar                                  on 1999/07/17  17:54:01
14873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14874              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
14875              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
14876              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
14877      Branch: perl
14878            ! util.c
14879 ____________________________________________________________________________
14880 [  3677] By: gsar                                  on 1999/07/17  17:34:38
14881         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
14882              converted Ken's documentation outline into pod
14883      Branch: perl
14884            ! x2p/find2perl.PL
14885 ____________________________________________________________________________
14886 [  3676] By: gsar                                  on 1999/07/17  16:34:09
14887         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
14888              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
14889              Steve Lidie
14890      Branch: perl
14891            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
14892            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14893            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
14894            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
14895            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
14896            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
14897 ____________________________________________________________________________
14898 [  3675] By: gsar                                  on 1999/07/17  00:16:53
14899         Log: backout redundant change#3628
14900      Branch: perl
14901            ! Changes hints/bsdos.sh
14902 ____________________________________________________________________________
14903 [  3674] By: jhi                                   on 1999/07/15  14:26:03
14904         Log: Fix the bin/oct/hex constant overflow tests for
14905              long long platforms.
14906      Branch: cfgperl
14907            ! t/pragma/warn/util
14908 ____________________________________________________________________________
14909 [  3673] By: jhi                                   on 1999/07/14  21:59:11
14910         Log: Fixed AIX dynamic loading and AIX shared Perl library.
14911              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
14912              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
14913              Hijacked win32/makedef.pl for more general purpose export
14914              list building, now it is used (as toplevel makedef.pl)
14915              for win32 and AIX (perl_exp.SH made unnecessary).
14916              Because the export lists are now correct in AIX, no more linker
14917              warnings about "Exported symbol not defined" should appear.
14918      Branch: cfgperl
14919            + makedef.pl
14920            - perl_exp.SH win32/makedef.pl
14921            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
14922            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
14923            ! win32/makefile.mk
14924 ____________________________________________________________________________
14925 [  3672] By: gsar                                  on 1999/07/14  17:12:13
14926         Log: minor efficiency tweak
14927      Branch: perl
14928            ! pp_ctl.c
14929 ____________________________________________________________________________
14930 [  3671] By: jhi                                   on 1999/07/14  16:22:39
14931         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
14932              if its caller re_intuit_start() was entered with strend == strpos
14933              because end_shift ended up as -1.  The patch ain't necessarily
14934              correct but least the core dump is avoided.
14935      Branch: cfgperl
14936            ! regexec.c
14937 ____________________________________________________________________________
14938 [  3670] By: jhi                                   on 1999/07/13  07:59:09
14939         Log: Integrate with Sarathy.
14940      Branch: cfgperl
14941            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14942            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14943           !> (integrate 67 files)
14944 ____________________________________________________________________________
14945 [  3669] By: gsar                                  on 1999/07/12  06:14:54
14946         Log: fixups for sundry warnings about function pointers
14947      Branch: perl
14948            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
14949            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
14950            ! win32/win32.c win32/win32.h
14951 ____________________________________________________________________________
14952 [  3668] By: gsar                                  on 1999/07/12  04:11:58
14953         Log: tweaks for win32/borland
14954      Branch: perl
14955            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
14956 ____________________________________________________________________________
14957 [  3667] By: gsar                                  on 1999/07/12  01:55:15
14958         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
14959              builds; passing the implicit context is unified among the three
14960              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
14961              flavors (see the top of perl.h) for testing; all varargs functions
14962              foo() have a va_list-taking variant vfoo() for generating the
14963              context-free versions; the PERL_OBJECT build should now be
14964              hyper-compatible with CPAN extensions (C++ is totally out of
14965              the picture)
14966              
14967              result has only been tested on Windows
14968              
14969              TODO: write docs on the THX rationale and idiomatic usage of
14970              the Perl API
14971      Branch: perl
14972            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
14973            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
14974            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
14975            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
14976            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
14977            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
14978            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
14979            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
14980            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
14981            ! global.sym globals.c intrpvar.h iperlsys.h
14982            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14983            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
14984            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
14985            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
14986            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
14987            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
14988            ! win32/dl_win32.xs win32/include/dirent.h
14989            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
14990            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
14991            ! win32/win32iop.h win32/win32sck.c
14992 ____________________________________________________________________________
14993 [  3666] By: jhi                                   on 1999/07/11  22:00:13
14994         Log: Integrate with Sarathy.
14995      Branch: cfgperl
14996           !> op.c t/op/lex_assign.t
14997 ____________________________________________________________________________
14998 [  3665] By: jhi                                   on 1999/07/11  21:59:01
14999         Log: More manual sync.
15000      Branch: cfgperl
15001            ! pod/perldelta.pod
15002 ____________________________________________________________________________
15003 [  3664] By: gsar                                  on 1999/07/11  19:11:07
15004         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
15005              remedy and related tests via private mail
15006      Branch: perl
15007            ! op.c t/op/lex_assign.t
15008 ____________________________________________________________________________
15009 [  3663] By: jhi                                   on 1999/07/11  15:04:37
15010         Log: Manual synchronization with Sarathy (some files
15011              had drifted apart for no apparent reason), plus
15012              I had a typo in dl_vms.xs Sarathy had fixed.
15013      Branch: cfgperl
15014            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
15015 ____________________________________________________________________________
15016 [  3662] By: jhi                                   on 1999/07/10  12:23:21
15017         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
15018              to adapt to the underlying platform (the binary, 0b1..., test
15019              was broken in 64-bit platforms).  Also change "hex" in the
15020              warning messages to "hexadecimal" to match "binary" and "octal".
15021      Branch: cfgperl
15022            ! pod/perldiag.pod t/pragma/warn/util util.c
15023 ____________________________________________________________________________
15024 [  3661] By: jhi                                   on 1999/07/08  21:54:55
15025         Log: Integrate with Sarathy.
15026      Branch: cfgperl
15027           +> perlapi.c perlapi.h
15028           !> (integrate 43 files)
15029 ____________________________________________________________________________
15030 [  3660] By: gsar                                  on 1999/07/08  18:47:35
15031         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
15032      Branch: perl
15033            + perlapi.c perlapi.h
15034            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
15035            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
15036            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
15037            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
15038            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
15039            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
15040            ! win32/win32.h
15041 ____________________________________________________________________________
15042 [  3659] By: gsar                                  on 1999/07/08  18:41:45
15043         Log: sundry cleanups for clean build on windows
15044      Branch: perl
15045            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
15046 ____________________________________________________________________________
15047 [  3658] By: gsar                                  on 1999/07/08  01:24:25
15048         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
15049              type mismatch problems
15050      Branch: perl
15051            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
15052            ! t/pragma/warn/op toke.c utf8.c util.c
15053 ____________________________________________________________________________
15054 [  3657] By: jhi                                   on 1999/07/07  23:01:16
15055         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
15056      Branch: cfgperl
15057            ! pod/perldiag.pod
15058           !> Changes configure.com ext/B/B/Deparse.pm
15059           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
15060           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
15061           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
15062           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
15063           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
15064           !> t/pragma/overload.t thread.h vms/vms.c
15065 ____________________________________________________________________________
15066 [  3656] By: gsar                                  on 1999/07/07  21:04:38
15067         Log: integrate cfgperl contents
15068      Branch: perl
15069           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
15070           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
15071           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
15072            ! Changes
15073           !> (integrate 45 files)
15074 ____________________________________________________________________________
15075 [  3655] By: gsar                                  on 1999/07/07  18:55:45
15076         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
15077              <pvhp@forte.com>
15078      Branch: perl
15079            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
15080 ____________________________________________________________________________
15081 [  3654] By: gsar                                  on 1999/07/07  18:47:03
15082         Log: change#1889 mistakenly removed F_SETLK
15083      Branch: perl
15084            ! ext/Fcntl/Fcntl.xs
15085 ____________________________________________________________________________
15086 [  3653] By: gsar                                  on 1999/07/07  18:42:42
15087         Log: B::Deparse update
15088              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15089              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
15090              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
15091              Subject: [PATCH _57, long] B::Deparse 0.58
15092      Branch: perl
15093            ! ext/B/B/Deparse.pm
15094 ____________________________________________________________________________
15095 [  3652] By: gsar                                  on 1999/07/07  18:41:07
15096         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15097              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
15098              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
15099              Subject: Re: [ID 19990705.001] Overloading boolean conversion
15100      Branch: perl
15101            ! gv.c t/pragma/overload.t
15102 ____________________________________________________________________________
15103 [  3651] By: gsar                                  on 1999/07/07  17:47:30
15104         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
15105      Branch: perl
15106            ! perlsfio.h
15107 ____________________________________________________________________________
15108 [  3650] By: gsar                                  on 1999/07/07  17:45:52
15109         Log: applied new parts of suggested patch
15110              From: Charles Bailey <BAILEY@newman.upenn.edu>
15111              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
15112              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
15113              Subject: [PATCH 5.005_57] Consolidated VMS patch
15114      Branch: perl
15115            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
15116            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
15117            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
15118            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
15119            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
15120 ____________________________________________________________________________
15121 [  3649] By: jhi                                   on 1999/07/07  13:38:02
15122         Log: Sync regcomp warn with reality.
15123      Branch: cfgperl
15124            ! t/pragma/warn/regcomp
15125 ____________________________________________________________________________
15126 [  3648] By: jhi                                   on 1999/07/07  13:04:55
15127         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
15128              resolved manually.
15129      Branch: cfgperl
15130           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
15131           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
15132           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
15133            - README.lexwarn
15134           !> (integrate 79 files)
15135 ____________________________________________________________________________
15136 [  3647] By: gsar                                  on 1999/07/07  10:32:03
15137         Log: From: jan.dubois@ibm.net (Jan Dubois)
15138              Date: Thu, 01 Jul 1999 11:17:53 +0200
15139              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
15140              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
15141      Branch: perl
15142            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15143            ! lib/ExtUtils/MakeMaker.pm
15144 ____________________________________________________________________________
15145 [  3646] By: gsar                                  on 1999/07/07  10:27:55
15146         Log: fix undocumented IO::Handle functions as suggested
15147              by cj10@cam.ac.uk
15148      Branch: perl
15149            ! ext/IO/lib/IO/Handle.pm
15150 ____________________________________________________________________________
15151 [  3645] By: gsar                                  on 1999/07/07  10:18:55
15152         Log: prohibit thread join()ing itself (from Dan Sugalski)
15153      Branch: perl
15154            ! ext/Thread/Thread.xs
15155 ____________________________________________________________________________
15156 [  3644] By: gsar                                  on 1999/07/07  10:14:26
15157         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15158              Date: Wed, 30 Jun 1999 14:02:42 -0700
15159              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
15160              Subject:  [PATCH 5.005_57] Compiler and XSUBS
15161      Branch: perl
15162            ! ext/B/B/C.pm
15163 ____________________________________________________________________________
15164 [  3643] By: gsar                                  on 1999/07/07  10:08:38
15165         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
15166              (from François Désarménien <desar@club-internet.fr>)
15167      Branch: perl
15168            ! pod/perlsyn.pod
15169 ____________________________________________________________________________
15170 [  3642] By: gsar                                  on 1999/07/07  10:03:24
15171         Log: From: Doug MacEachern <dougm@cp.net>
15172              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
15173              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
15174              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
15175      Branch: perl
15176            ! ext/B/B.xs
15177 ____________________________________________________________________________
15178 [  3641] By: gsar                                  on 1999/07/07  10:00:57
15179         Log: slightly modified version of suggested patch
15180              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
15181              Date: Mon, 28 Jun 1999 14:23:59 -0400
15182              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
15183              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
15184      Branch: perl
15185            ! ext/POSIX/POSIX.xs
15186 ____________________________________________________________________________
15187 [  3640] By: gsar                                  on 1999/07/07  09:45:43
15188         Log: lexical warnings update (warning.t fails one test
15189              due to leaked scalar, investigation pending)
15190              From: paul.marquess@bt.com
15191              Date: Sat, 26 Jun 1999 23:19:52 +0100
15192              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
15193              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
15194      Branch: perl
15195            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
15196            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
15197            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
15198            - README.lexwarn
15199            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
15200            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15201            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
15202            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
15203            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15204            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
15205            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
15206            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
15207            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
15208            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
15209            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
15210            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
15211            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
15212            ! warning.h warning.pl win32/win32.c
15213 ____________________________________________________________________________
15214 [  3639] By: gsar                                  on 1999/07/07  08:09:30
15215         Log: From: Brian Jepson <bjepson@home.com>
15216              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
15217              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
15218              Subject: Patch to JPL example program
15219      Branch: perl
15220            ! jpl/JPL_Rolo/JPL_Rolo.jpl
15221 ____________________________________________________________________________
15222 [  3638] By: jhi                                   on 1999/07/07  08:07:58
15223         Log: Integrate with Sarathy.
15224      Branch: cfgperl
15225           !> (integrate 34 files)
15226 ____________________________________________________________________________
15227 [  3637] By: gsar                                  on 1999/07/07  08:07:49
15228         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15229              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
15230              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
15231              Subject: [PATCH _57, long] Eliminate CONDOPs
15232      Branch: perl
15233            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
15234            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
15235            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
15236            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
15237            ! pod/perltoc.pod pp_ctl.c pp_hot.c
15238 ____________________________________________________________________________
15239 [  3636] By: gsar                                  on 1999/07/07  07:50:51
15240         Log: adapted suggested patch for IO-1.20x
15241              From: ian@dial.pipex.com
15242              Date:  Fri, 25 Jun 1999 10:39:42 +0100
15243              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
15244              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
15245      Branch: perl
15246            ! ext/IO/lib/IO/Socket.pm
15247 ____________________________________________________________________________
15248 [  3635] By: gsar                                  on 1999/07/07  07:26:05
15249         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
15250      Branch: perl
15251            ! hints/powerux.sh
15252 ____________________________________________________________________________
15253 [  3634] By: gsar                                  on 1999/07/07  07:20:02
15254         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15255              Date: Wed, 23 Jun 1999 16:16:05 +0100
15256              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
15257              Subject: [PATCH 5.005_57] memleak in optimizer
15258      Branch: perl
15259            ! embed.h embed.pl objXSUB.h op.c proto.h
15260 ____________________________________________________________________________
15261 [  3633] By: gsar                                  on 1999/07/07  07:10:52
15262         Log: add do-not-edit caveats for files generated by opcode.pl
15263              (suggested by Hugo van der Sanden)
15264      Branch: perl
15265            ! opcode.h opcode.pl pp.sym pp_proto.h
15266 ____________________________________________________________________________
15267 [  3632] By: gsar                                  on 1999/07/07  06:41:13
15268         Log: better diagnostics on read operations from write-only
15269              filehandles
15270      Branch: perl
15271            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
15272            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
15273 ____________________________________________________________________________
15274 [  3631] By: gsar                                  on 1999/07/07  02:03:34
15275         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
15276              by David Muir Sharnoff <muir@idiom.com>)
15277      Branch: perl
15278            ! lib/Sys/Hostname.pm
15279 ____________________________________________________________________________
15280 [  3630] By: gsar                                  on 1999/07/07  01:57:16
15281         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15282              Date: Sun, 20 Jun 1999 17:17:17 -0700
15283              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
15284              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
15285      Branch: perl
15286            ! ext/B/B/CC.pm
15287 ____________________________________________________________________________
15288 [  3629] By: gsar                                  on 1999/07/07  01:46:03
15289         Log: installperl should write normal messages to STDOUT, not STDERR
15290      Branch: perl
15291            ! installperl
15292 ____________________________________________________________________________
15293 [  3628] By: gsar                                  on 1999/07/07  01:41:25
15294         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
15295      Branch: perl
15296            ! hints/bsdos.sh
15297 ____________________________________________________________________________
15298 [  3627] By: gsar                                  on 1999/07/07  00:27:10
15299         Log: make diagnostic on C<my $^I> etc., more readable
15300      Branch: perl
15301            ! op.c
15302 ____________________________________________________________________________
15303 [  3626] By: gsar                                  on 1999/07/06  23:47:27
15304         Log: From: Andy Dougherty <doughera@lafayette.edu>
15305              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
15306              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
15307              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
15308      Branch: perl
15309            ! Makefile.SH utils/Makefile
15310 ____________________________________________________________________________
15311 [  3625] By: jhi                                   on 1999/07/06  21:50:46
15312         Log: Some new files of #3624 missing from MANIFEST.
15313      Branch: cfgperl
15314            ! MANIFEST
15315 ____________________________________________________________________________
15316 [  3624] By: jhi                                   on 1999/07/06  21:47:04
15317         Log: POSIX [[:character class:]] support for standard, locale,
15318              and utf8.  If both utf8 and locale are on, utf8 wins.
15319              I don't fully understand why so many tables changed in
15320              lib/unicode because of "make" -- maybe it was just overdue.
15321      Branch: cfgperl
15322            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
15323            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
15324            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
15325            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
15326            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
15327            ! lib/unicode/Block.pl lib/unicode/Category.pl
15328            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15329            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
15330            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
15331            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
15332            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
15333            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
15334            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
15335            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
15336            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
15337            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
15338            ! t/pragma/warn/regcomp utf8.c
15339 ____________________________________________________________________________
15340 [  3623] By: gsar                                  on 1999/07/06  20:52:48
15341         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15342              Date: Wed, 16 Jun 1999 14:57:22 -0400
15343              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
15344              Subject: [PATCH 5.00557] Devel::Peek
15345      Branch: perl
15346            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
15347 ____________________________________________________________________________
15348 [  3622] By: gsar                                  on 1999/07/06  20:22:59
15349         Log: applied patch after demunging headers with appropriate paths
15350              From: "Vishal Bhatia" <vishalb@my-deja.com>
15351              Date: Sat, 12 Jun 1999 08:23:59 -0700
15352              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
15353              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
15354      Branch: perl
15355            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
15356            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
15357 ____________________________________________________________________________
15358 [  3621] By: gsar                                  on 1999/07/06  20:10:50
15359         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15360              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
15361              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
15362              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
15363      Branch: perl
15364            ! doio.c
15365 ____________________________________________________________________________
15366 [  3620] By: jhi                                   on 1999/07/06  19:16:47
15367         Log: Mention EPOC and SOCKS.
15368      Branch: cfgperl
15369            ! pod/perldelta.pod
15370 ____________________________________________________________________________
15371 [  3619] By: gsar                                  on 1999/07/06  16:52:37
15372         Log: fix int vs STRLEN issue
15373      Branch: perl
15374            ! pp.c
15375 ____________________________________________________________________________
15376 [  3618] By: jhi                                   on 1999/07/06  16:52:20
15377         Log: There ain't Perl_atonv().
15378      Branch: cfgperl
15379            ! ext/ByteLoader/bytecode.h
15380 ____________________________________________________________________________
15381 [  3617] By: jhi                                   on 1999/07/06  15:55:22
15382         Log: Integrate with Sarathy.
15383      Branch: cfgperl
15384           !> Makefile.SH
15385 ____________________________________________________________________________
15386 [  3616] By: jhi                                   on 1999/07/06  15:54:09
15387         Log: Tweak for #3613.
15388      Branch: cfgperl
15389            ! Configure config_h.SH
15390 ____________________________________________________________________________
15391 [  3615] By: gsar                                  on 1999/07/06  11:00:21
15392         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15393              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
15394              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
15395              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
15396      Branch: perl
15397            ! Makefile.SH
15398 ____________________________________________________________________________
15399 [  3614] By: jhi                                   on 1999/07/06  10:44:48
15400         Log: Integrate with Sarathy.
15401      Branch: cfgperl
15402           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
15403           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
15404 ____________________________________________________________________________
15405 [  3613] By: jhi                                   on 1999/07/06  10:43:20
15406         Log: From: Nathan Kurz <nate@valleytel.net>
15407              Subject: [ID 19990612.001 compiling three deep modules within ext/]
15408              ply-To: nate@valleytel.net
15409              erl5-porters@perl.org
15410              Date: Sat, 12 Jun 1999 01:26:04 -0500
15411              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
15412      Branch: cfgperl
15413            ! Configure config_h.SH
15414 ____________________________________________________________________________
15415 [  3612] By: gsar                                  on 1999/07/06  10:17:52
15416         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15417              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
15418              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
15419              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
15420      Branch: perl
15421            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
15422 ____________________________________________________________________________
15423 [  3611] By: gsar                                  on 1999/07/06  09:51:20
15424         Log: From: pvhp@forte.com (Peter Prymmer)
15425              Date: Fri, 11 Jun 99 17:07:19 PDT
15426              Message-Id: <9906120007.AA13802@forte.com>
15427              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
15428      Branch: perl
15429            ! ext/IO/lib/IO/File.pm
15430 ____________________________________________________________________________
15431 [  3610] By: gsar                                  on 1999/07/06  09:37:37
15432         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
15433              tweak)
15434              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15435              Date: Wed, 09 Jun 1999 18:27:51 +0100
15436              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
15437              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
15438      Branch: perl
15439            ! perl.h t/base/rs.t
15440 ____________________________________________________________________________
15441 [  3609] By: jhi                                   on 1999/07/06  09:28:48
15442         Log: Integrate with Sarathy.
15443      Branch: cfgperl
15444           !> (integrate 49 files)
15445 ____________________________________________________________________________
15446 [  3608] By: gsar                                  on 1999/07/06  09:28:21
15447         Log: test tweak
15448      Branch: perl
15449            ! t/pragma/warn/op
15450 ____________________________________________________________________________
15451 [  3607] By: jhi                                   on 1999/07/06  09:22:48
15452         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
15453      Branch: cfgperl
15454            ! Configure config_h.SH
15455 ____________________________________________________________________________
15456 [  3606] By: gsar                                  on 1999/07/06  09:05:02
15457         Log: applied slightly tweaked version of suggested patch for
15458              improved RE API
15459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15460              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
15461              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
15462              Subject: [PATCH 5.005_57] REx engine rehash
15463      Branch: perl
15464            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
15465            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
15466            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
15467            ! util.c
15468 ____________________________________________________________________________
15469 [  3605] By: gsar                                  on 1999/07/06  08:54:03
15470         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
15471      Branch: perl
15472            ! sv.c
15473 ____________________________________________________________________________
15474 [  3604] By: gsar                                  on 1999/07/06  07:08:30
15475         Log: From: paul.marquess@bt.com
15476              Date: Tue, 8 Jun 1999 22:37:58 +0100 
15477              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
15478              Subject: [PATCH 5.005_57] DB_File 1.67
15479      Branch: perl
15480            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15481            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15482 ____________________________________________________________________________
15483 [  3603] By: gsar                                  on 1999/07/06  07:04:50
15484         Log: From: paul.marquess@bt.com
15485              Date: Tue, 8 Jun 1999 22:34:01 +0100 
15486              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
15487              Subject: [PATCH 5.005_57] DBM Filters
15488      Branch: perl
15489            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15490            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
15491            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
15492            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
15493 ____________________________________________________________________________
15494 [  3602] By: gsar                                  on 1999/07/06  07:00:01
15495         Log: slightly tweaked version of suggested patch
15496              From: Dan Sugalski <sugalskd@ous.edu>
15497              Date: Tue, 08 Jun 1999 14:09:38 -0700
15498              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
15499              Subject: [PATCH 5.005_57]Use NV instead of double in the core
15500      Branch: perl
15501            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
15502            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
15503            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
15504            ! proto.h sv.c sv.h toke.c universal.c util.c
15505 ____________________________________________________________________________
15506 [  3601] By: gsar                                  on 1999/07/06  06:52:57
15507         Log: integrate cfgperl contents into mainline
15508      Branch: perl
15509           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
15510           +> epoc/perl.mmp epoc/perl.pkg
15511           !> (integrate 30 files)
15512 ____________________________________________________________________________
15513 [  3598] By: jhi                                   on 1999/07/05  20:02:55
15514         Log: Integrate with mainperl.
15515      Branch: cfgperl
15516           +> lib/CGI/Pretty.pm
15517           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15518           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
15519           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
15520           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
15521           !> vms/vmsish.h
15522 ____________________________________________________________________________
15523 [  3597] By: jhi                                   on 1999/07/05  19:59:48
15524         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
15525              that addresses the notorious "Additional libraries" question.
15526      Branch: cfgperl
15527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15528            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
15529            ! pp_sys.c
15530 ____________________________________________________________________________
15531 [  3596] By: gsar                                  on 1999/07/05  18:30:51
15532         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15533              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
15534              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
15535              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
15536      Branch: perl
15537            ! pp_sys.c t/lib/io_udp.t
15538 ____________________________________________________________________________
15539 [  3595] By: gsar                                  on 1999/07/05  18:29:08
15540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15541              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
15542              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
15543              Subject: [PATCH 5.00557] Setting $^E wipes out $!
15544      Branch: perl
15545            ! mg.c
15546 ____________________________________________________________________________
15547 [  3594] By: gsar                                  on 1999/07/05  18:24:53
15548         Log: hand-apply whitespace mutiliated patch
15549              From: Dan Sugalski <sugalskd@osshe.edu>
15550              Date: Mon, 07 Jun 1999 14:46:42 -0700
15551              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
15552              Subject: [PATCH 5.005_57]Updated VMS patch
15553      Branch: perl
15554            ! thread.h vms/descrip_mms.template vms/subconfigure.com
15555            ! vms/vms.c vms/vmsish.h
15556 ____________________________________________________________________________
15557 [  3593] By: gsar                                  on 1999/07/05  17:53:04
15558         Log: applied parts not duplicated by previous patches
15559              From: "Vishal Bhatia" <vishalb@my-deja.com>
15560              Date: Sat, 05 Jun 1999 08:42:17 -0700
15561              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
15562              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
15563      Branch: perl
15564            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15565            ! ext/B/B/Stackobj.pm
15566 ____________________________________________________________________________
15567 [  3592] By: jhi                                   on 1999/07/05  17:17:22
15568         Log: AIX threaded build, plus few more on the side.
15569      Branch: cfgperl
15570            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
15571            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
15572            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
15573            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
15574 ____________________________________________________________________________
15575 [  3591] By: gsar                                  on 1999/07/05  16:52:34
15576         Log: "\e" and "\a" didn't produce right escape under EBCDIC
15577              From: pvhp@forte.com (Peter Prymmer)
15578              Date: Fri, 4 Jun 99 12:00:27 PDT
15579              Message-Id: <9906041900.AA28387@forte.com>
15580              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
15581      Branch: perl
15582            ! toke.c
15583 ____________________________________________________________________________
15584 [  3590] By: gsar                                  on 1999/07/05  16:40:01
15585         Log: s/scalar ref constructor/single ref constructor/ (suggested
15586              by Stephen McCamant)
15587      Branch: perl
15588            ! opcode.h opcode.pl
15589 ____________________________________________________________________________
15590 [  3589] By: gsar                                  on 1999/07/05  16:34:06
15591         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
15592      Branch: perl
15593            ! ext/GDBM_File/GDBM_File.xs
15594 ____________________________________________________________________________
15595 [  3588] By: gsar                                  on 1999/07/05  16:29:39
15596         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
15597              is unchanged still)
15598      Branch: perl
15599            ! op.c
15600 ____________________________________________________________________________
15601 [  3587] By: jhi                                   on 1999/07/05  10:31:43
15602         Log: Make perl_exp.SH smarter about what to include and what to exclude.
15603      Branch: cfgperl
15604            ! perl_exp.SH
15605 ____________________________________________________________________________
15606 [  3586] By: jhi                                   on 1999/07/05  09:29:31
15607         Log: Remove unnecessary and extraneous my $i = 0.
15608      Branch: cfgperl
15609            ! bytecode.pl
15610 ____________________________________________________________________________
15611 [  3585] By: jhi                                   on 1999/07/05  07:28:59
15612         Log: Integrate with mainperl.
15613      Branch: cfgperl
15614           !> (integrate 30 files)
15615 ____________________________________________________________________________
15616 [  3584] By: gsar                                  on 1999/07/05  05:36:28
15617         Log: From: Vishal Bhatia <vishalb@hotmail.com>
15618              Date: Thu, 03 Jun 1999 00:57:48 PDT
15619              Message-ID: <19990603075749.86665.qmail@hotmail.com>
15620              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
15621      Branch: perl
15622            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
15623 ____________________________________________________________________________
15624 [  3583] By: gsar                                  on 1999/07/05  05:31:19
15625         Log: suppress fancy display when in verbose mode (suggested by
15626              Paul Johnson <pjcj@transeda.com>)
15627      Branch: perl
15628            ! lib/Test/Harness.pm
15629 ____________________________________________________________________________
15630 [  3582] By: gsar                                  on 1999/07/05  05:17:12
15631         Log: cygwin32 update
15632              From: "Fifer, Eric" <EFifer@sanwaint.com>
15633              Date:  Wed, 2 Jun 1999 15:16:05 +0100
15634              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
15635              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
15636      Branch: perl
15637            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
15638            ! cygwin32/build-instructions.READFIRST
15639            ! cygwin32/build-instructions.charles-wilson
15640            ! cygwin32/build-instructions.sebastien-barre
15641            ! cygwin32/build-instructions.steven-morlock
15642            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
15643            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
15644            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
15645            ! t/op/magic.t util.c
15646 ____________________________________________________________________________
15647 [  3581] By: gsar                                  on 1999/07/05  02:46:18
15648         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
15649      Branch: perl
15650            ! util.c
15651 ____________________________________________________________________________
15652 [  3580] By: gsar                                  on 1999/07/05  02:38:03
15653         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
15654              Date: Mon, 31 May 1999 18:18:13 -0600
15655              Message-ID: <19990601001813.AAA17834@csgsystems.com>
15656              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
15657      Branch: perl
15658            ! t/TEST t/UTEST t/harness utils/perlcc.PL
15659 ____________________________________________________________________________
15660 [  3579] By: gsar                                  on 1999/07/05  01:20:58
15661         Log: compatibility tweak for Class::Struct
15662      Branch: perl
15663            ! lib/Class/Struct.pm
15664 ____________________________________________________________________________
15665 [  3578] By: jhi                                   on 1999/07/04  23:26:01
15666         Log: Miscellaneus AIX fixes + SOCKS support.
15667      Branch: cfgperl
15668            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
15669            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
15670            ! hints/aix.sh pp_sys.c
15671 ____________________________________________________________________________
15672 [  3577] By: gsar                                  on 1999/07/04  23:07:39
15673         Log: test tweak
15674      Branch: perl
15675            ! t/io/openpid.t
15676 ____________________________________________________________________________
15677 [  3576] By: jhi                                   on 1999/07/04  22:39:23
15678         Log: Integrate with mainperl.
15679      Branch: cfgperl
15680           +> t/io/openpid.t
15681            - win32/perlhost.h
15682           !> (integrate 51 files)
15683 ____________________________________________________________________________
15684 [  3575] By: jhi                                   on 1999/07/04  22:26:48
15685         Log: Added 64-bit support for AIX 4.3 or better
15686              based on Martin H. Rusoff's observations.
15687      Branch: cfgperl
15688            ! Configure config_h.SH hints/aix.sh
15689 ____________________________________________________________________________
15690 [  3574] By: jhi                                   on 1999/07/04  21:34:47
15691         Log: Do not throw away gccvers compilation errors.
15692              From: Andy Dougherty <doughera@lafayette.edu>
15693              To: Ron Seguin <rseguin@on.bell.ca>
15694              Cc: Perl Porters <perl5-porters@perl.org>
15695              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
15696              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
15697              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
15698      Branch: cfgperl
15699            ! Configure config_h.SH
15700 ____________________________________________________________________________
15701 [  3573] By: gsar                                  on 1999/07/04  21:10:32
15702         Log: adapted suggested tests for addition to testsuite
15703              From: RonaldWS@aol.com
15704              Date:  Sun, 30 May 1999 16:27:28 EDT
15705              Message-Id:  <25cd799f.2482f930@aol.com>
15706              Subject: [19990530.007] Open with pipe | does not return pid under win32
15707      Branch: perl
15708            + t/io/openpid.t
15709            ! MANIFEST win32/win32.c
15710 ____________________________________________________________________________
15711 [  3572] By: gsar                                  on 1999/07/04  20:29:32
15712         Log: perl_run() should call my_exit(0) for normal completion
15713      Branch: perl
15714            ! perl.c
15715 ____________________________________________________________________________
15716 [  3571] By: jhi                                   on 1999/07/04  20:10:44
15717         Log: Add test for change #3568 plus general cleanup.
15718      Branch: cfgperl
15719            ! t/pragma/locale.t
15720 ____________________________________________________________________________
15721 [  3570] By: gsar                                  on 1999/07/04  20:03:21
15722         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
15723              overloading
15724      Branch: perl
15725            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15726            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
15727 ____________________________________________________________________________
15728 [  3569] By: gsar                                  on 1999/07/04  18:04:48
15729         Log: make AIX dynaloading work when libperl is shared (and thus under
15730              mod_perl etc.)
15731              From: Jens-Uwe Mager <jum@helios.de>
15732              Date:  Sat, 29 May 1999 17:09:52 +0200
15733              Message-Id:  <199905291509.RAA43978@ans.helios.de>
15734              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
15735      Branch: perl
15736            ! ext/DynaLoader/dl_aix.xs
15737 ____________________________________________________________________________
15738 [  3568] By: jhi                                   on 1999/07/04  14:54:23
15739         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
15740              This resulted for example in the 'o' magic not being cleared by
15741              magic_setcollxfrm(), which resulted in strange cmp results.
15742              The bug was reported originally in the message
15743              Subject: Bug with locale
15744              From: Jan Starzynski <jan@planet.de> 
15745              To: perlbug@perl.com 
15746              Date: Fri, 09 Apr 1999 13:23:07 +0200 
15747              Message-ID: <370DE31B.DAEE1332@planet.de> 
15748      Branch: cfgperl
15749            ! pp.c
15750 ____________________________________________________________________________
15751 [  3567] By: gsar                                  on 1999/07/04  02:38:34
15752         Log: remove misleading info on defined(&func), unclutter deprecation
15753              about defined(@array)
15754      Branch: perl
15755            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
15756            ! t/pragma/warn/op
15757 ____________________________________________________________________________
15758 [  3566] By: gsar                                  on 1999/07/04  01:46:31
15759         Log: From: jan.dubois@ibm.net (Jan Dubois)
15760              Date: Wed, 26 May 1999 22:07:17 +0200
15761              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
15762              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
15763      Branch: perl
15764            ! Changes win32/win32.c win32/win32.h
15765 ____________________________________________________________________________
15766 [  3565] By: gsar                                  on 1999/07/04  01:26:02
15767         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
15768              for win32 issues)
15769      Branch: perl
15770            ! pod/perlxstut.pod
15771 ____________________________________________________________________________
15772 [  3564] By: gsar                                  on 1999/07/02  03:09:04
15773         Log: avoid warnings
15774      Branch: perl
15775            ! ext/Thread/Thread/Specific.pm lib/fields.pm
15776 ____________________________________________________________________________
15777 [  3563] By: gsar                                  on 1999/06/28  19:23:47
15778         Log: inc version (for CPAN.pm sanity)
15779      Branch: perl
15780            ! lib/Text/ParseWords.pm
15781 ____________________________________________________________________________
15782 [  3562] By: gsar                                  on 1999/06/28  19:19:01
15783         Log: regen perltoc
15784      Branch: perl
15785            ! pod/perltoc.pod
15786 ____________________________________________________________________________
15787 [  3561] By: gsar                                  on 1999/06/28  19:08:41
15788         Log: From: Damian Conway <damian@cs.monash.edu.au>
15789              Date: Wed, 26 May 1999 00:58:35 -0400
15790              Message-Id: <199905260458.AAA06411@defender.perl.org>
15791              Subject: [19990526.002] Misc. improvements to Class:Struct
15792      Branch: perl
15793            ! MANIFEST lib/Class/Struct.pm
15794 ____________________________________________________________________________
15795 [  3560] By: gsar                                  on 1999/06/28  18:50:52
15796         Log: remove bogus PL_optype_size
15797      Branch: perl
15798            ! bytecode.pl ext/ByteLoader/byterun.h
15799 ____________________________________________________________________________
15800 [  3559] By: gsar                                  on 1999/06/28  18:22:26
15801         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
15802      Branch: perl
15803            + lib/CGI/Pretty.pm
15804            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
15805            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
15806            ! t/lib/cgi-html.t t/lib/cgi-request.t
15807 ____________________________________________________________________________
15808 [  3558] By: jhi                                   on 1999/06/28  07:30:21
15809         Log: Change Olaf Lebbe's email address.
15810      Branch: cfgperl
15811            ! README.epoc
15812 ____________________________________________________________________________
15813 [  3557] By: gsar                                  on 1999/06/28  00:07:33
15814         Log: make autogenerated files writable
15815      Branch: perl
15816            - win32/perlhost.h
15817            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
15818            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15819            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
15820            ! proto.h regnodes.h warning.h win32/config_H.bc
15821            ! win32/config_H.gc win32/config_H.vc
15822 ____________________________________________________________________________
15823 [  3556] By: jhi                                   on 1999/06/27  19:22:53
15824         Log: Update MANIFEST to match #3555.
15825      Branch: cfgperl
15826            ! MANIFEST
15827 ____________________________________________________________________________
15828 [  3555] By: jhi                                   on 1999/06/27  19:16:22
15829         Log: EPOC port to Psion5.
15830              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15831              To: Jarkko Hietaniemi <jhi@iki.fi>
15832              Cc: perl5-porters@perl.org
15833              Subject: Re: Psion5
15834              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
15835              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
15836      Branch: cfgperl
15837            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
15838            + epoc/perl.mmp epoc/perl.pkg
15839            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
15840            ! perl.h sv.c util.c
15841 ____________________________________________________________________________
15842 [  3554] By: jhi                                   on 1999/06/27  18:50:52
15843         Log: Integrate from mainperl.
15844      Branch: cfgperl
15845           !> (integrate 48 files)
15846 ____________________________________________________________________________
15847 [  3553] By: gsar                                  on 1999/06/27  14:28:49
15848         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
15849              gone from the public API); PERL_OBJECT builds again on
15850              windows
15851              
15852              TODO: namespace-clean the typedefs in iperlsys.h and
15853              elsewhere; remove C++ remnants from public headers
15854      Branch: perl
15855            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
15856            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15857            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15858            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
15859            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
15860            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
15861            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
15862            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
15863            ! win32/config.gc win32/config.vc win32/dl_win32.xs
15864            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
15865            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
15866            ! win32/win32sck.c
15867 ____________________________________________________________________________
15868 [  3552] By: gsar                                  on 1999/06/27  13:49:31
15869         Log: integrate cfgperl changes into mainline
15870      Branch: perl
15871           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15872           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15873           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15874           !> util.c
15875 ____________________________________________________________________________
15876 [  3551] By: gsar                                  on 1999/06/27  13:31:11
15877         Log: fix indents
15878      Branch: perl
15879            ! op.c
15880 ____________________________________________________________________________
15881 [  3550] By: gsar                                  on 1999/06/24  22:42:53
15882         Log: update Changes
15883      Branch: perl
15884            ! Changes
15885 ____________________________________________________________________________
15886 [  3549] By: gsar                                  on 1999/06/24  22:41:17
15887         Log: avoid race condition in the CAPI extension bootstrap handler
15888      Branch: perl
15889            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
15890 ____________________________________________________________________________
15891 [  3548] By: gsar                                  on 1999/06/24  22:39:53
15892         Log: sanity check to cover the case when perl is installed into the
15893              X:\ (drive root)
15894      Branch: perl
15895            ! win32/win32.c
15896 ____________________________________________________________________________
15897 [  3547] By: gsar                                  on 1999/06/22  19:30:32
15898         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
15899      Branch: perl
15900            ! lib/Tie/RefHash.pm
15901 ____________________________________________________________________________
15902 [  3544] By: jhi                                   on 1999/06/18  19:24:28
15903         Log: Tidy up #3542 and #3543. 
15904      Branch: cfgperl
15905            ! t/pragma/locale.t util.c
15906 ____________________________________________________________________________
15907 [  3543] By: jhi                                   on 1999/06/18  10:28:45
15908         Log: Spice up locale.t.
15909      Branch: cfgperl
15910            ! t/pragma/locale.t
15911 ____________________________________________________________________________
15912 [  3542] By: jhi                                   on 1999/06/17  22:42:03
15913         Log: Fixed two long-standing locale bugs.
15914              
15915              Both problems were related to numeric locale which
15916              controls the radix character aka the decimal separator.
15917              (1) printf (and sprintf) were resetting the numeric locale to C.
15918              (2) Using locale-numerically formatted floating point
15919              numbers (e.g. "1,23") together with -w caused warnings about
15920              "isn't numeric".  The operations were working fine, though,
15921              because atof() was using the local locale.
15922              Both problems reported by Stefan Vogtner.
15923              
15924              Introduced a wrapper for atof() that attempts to convert
15925              the string both ways.  This helps Perl to understand
15926              numbers like this "4.56" even when using a local locale
15927              makes atof() understand only numbers like this "7,89".
15928              
15929              Remaining related problems, both of which existed before
15930              this patch and continue to exist after this patch:
15931              (a) The behaviour of print() is _not_ as documented by perllocale.
15932              Instead of always using the C locale, print() does use the
15933              local locale, just like the *printf() do.  This may be fixable
15934              now that switching to-and-fro between locales has been made
15935              more consistent, but fixing print() would change existing
15936              behaviour.  perllocale is not changed by this patch.
15937              (b) If a number has been stringified (say, via "$number") under
15938              a local locale, the cached string value persists even under
15939              "no locale".  This may or may not be a problem: operations
15940              work fine because the original number is still there, but
15941              that the string form keeps its locale-ish outlook may be
15942              somewhat confusing.
15943      Branch: cfgperl
15944            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
15945            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
15946            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
15947            ! util.c
15948 ____________________________________________________________________________
15949 [  3541] By: jhi                                   on 1999/06/17  20:00:16
15950         Log: Integrate from mainperl.
15951      Branch: cfgperl
15952           !> ext/Data/Dumper/Dumper.pm op.c
15953 ____________________________________________________________________________
15954 [  3540] By: gsar                                  on 1999/06/16  16:49:55
15955         Log: dump C<0> as such, not C<'0'>
15956      Branch: perl
15957            ! ext/Data/Dumper/Dumper.pm
15958 ____________________________________________________________________________
15959 [  3539] By: gsar                                  on 1999/06/13  04:04:40
15960         Log: fix coredumper in change#3498
15961      Branch: perl
15962            ! op.c
15963 ____________________________________________________________________________
15964 [  3538] By: jhi                                   on 1999/06/12  22:01:26
15965         Log: Integrate from mainperl.
15966      Branch: cfgperl
15967           +> lib/caller.pm
15968           !> (integrate 36 files)
15969 ____________________________________________________________________________
15970 [  3537] By: gsar                                  on 1999/06/12  06:43:03
15971         Log: EXTERN_C declarations for global arrays in various
15972              headers, so perl can be built even in C++ mode; win32
15973              build fixups; regen headers
15974      Branch: perl
15975            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
15976            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
15977 ____________________________________________________________________________
15978 [  3536] By: gsar                                  on 1999/06/12  06:38:21
15979         Log: caller.pm typos
15980      Branch: perl
15981            ! lib/caller.pm
15982 ____________________________________________________________________________
15983 [  3535] By: gsar                                  on 1999/06/11  23:13:54
15984         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
15985              is temporarily gone
15986      Branch: perl
15987            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
15988            ! pod/perldelta.pod proto.h win32/perllib.c
15989 ____________________________________________________________________________
15990 [  3534] By: gsar                                  on 1999/06/11  20:41:51
15991         Log: implement C<use caller 'encoding'>
15992      Branch: perl
15993            + lib/caller.pm
15994            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
15995 ____________________________________________________________________________
15996 [  3533] By: gsar                                  on 1999/06/11  16:51:04
15997         Log: truncate() has a peculiar exemption from strict barewords, even
15998              though it has a non-filehandle prototype
15999      Branch: perl
16000            ! op.c t/io/fs.t
16001 ____________________________________________________________________________
16002 [  3532] By: gsar                                  on 1999/06/11  09:09:16
16003         Log: GDBM tweak
16004      Branch: perl
16005            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
16006 ____________________________________________________________________________
16007 [  3531] By: gsar                                  on 1999/06/10  23:34:19
16008         Log: part of the platform changes for IMPLICIT_CONTEXT
16009      Branch: perl
16010            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
16011            ! jpl/PerlInterpreter/PerlInterpreter.c
16012            ! jpl/PerlInterpreter/PerlInterpreter.h
16013            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
16014            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
16015 ____________________________________________________________________________
16016 [  3530] By: jhi                                   on 1999/06/10  20:55:56
16017         Log: Integrate from mainperl.
16018      Branch: cfgperl
16019           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
16020 ____________________________________________________________________________
16021 [  3529] By: gsar                                  on 1999/06/10  20:40:01
16022         Log: DB_File tweaks for IMPLICIT CONTEXT
16023      Branch: perl
16024            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16025 ____________________________________________________________________________
16026 [  3528] By: jhi                                   on 1999/06/10  10:18:15
16027         Log: Integrate from mainperl.
16028      Branch: cfgperl
16029           !> (integrate 105 files)
16030 ____________________________________________________________________________
16031 [  3527] By: gsar                                  on 1999/06/10  09:30:35
16032         Log: most globals are now interpreter local; locale initialization
16033              was too early, defer it until interpreter is allocated and
16034              initialized; multiple interpreters should now be
16035              concurrency-safe (untested)
16036      Branch: perl
16037            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
16038            ! perlvars.h
16039 ____________________________________________________________________________
16040 [  3526] By: gsar                                  on 1999/06/10  08:38:00
16041         Log: fix small nits
16042      Branch: perl
16043            ! cc_runtime.h ext/B/B/CC.pm run.c
16044 ____________________________________________________________________________
16045 [  3525] By: gsar                                  on 1999/06/10  04:41:38
16046         Log: win32 build fixes
16047      Branch: perl
16048            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
16049            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16050            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
16051            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
16052            ! win32/Makefile win32/config_H.bc win32/config_H.gc
16053            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
16054            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
16055            ! win32/win32.c win32/win32.h win32/win32sck.c
16056            ! win32/win32thread.c win32/win32thread.h
16057 ____________________________________________________________________________
16058 [  3524] By: gsar                                  on 1999/06/09  18:03:01
16059         Log: more complete support for implicit thread/interpreter pointer,
16060              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
16061              without that enabled):
16062              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
16063              is a noop; tests pass on Solaris; should be faster now!
16064              - MULTIPLICITY has been tested with and without
16065              PERL_IMPLICIT_CONTEXT on Solaris
16066              - improved function database now merged with embed.pl
16067              - everything except the varargs functions have foo(a,b,c) macros
16068              to provide compatibility
16069              - varargs functions default to compatibility variants that
16070              get the context pointer using dTHX
16071              - there should be almost no source compatibility issues as a
16072              result of all this
16073              - dl_foo.xs changes other than dl_dlopen.xs untested
16074              - still needs documentation, fixups for win32 etc
16075              Next step: migrate most non-mutex variables from perlvars.h
16076              to intrpvar.h
16077      Branch: perl
16078            - proto.pl
16079            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
16080            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
16081            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16082            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
16083            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
16084            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16085            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
16086            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
16087            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16088            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
16089            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16090            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16091            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
16092            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
16093            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
16094            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
16095            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
16096            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
16097            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
16098            ! util.c win32/Makefile win32/makefile.mk writemain.SH
16099 ____________________________________________________________________________
16100 [  3523] By: gsar                                  on 1999/06/07  05:24:13
16101         Log: missed a file
16102      Branch: perl
16103            + proto.pl
16104            ! MANIFEST
16105 ____________________________________________________________________________
16106 [  3522] By: gsar                                  on 1999/06/07  05:18:34
16107         Log: initial stub implementation of implicit thread/this
16108              pointer    argument; builds/tests on Solaris, win32
16109              hasn't been fixed up yet; proto.h, global.sym and
16110              static function decls are now generated from a common
16111              database in proto.pl; some inconsistently named
16112              perl_foo() things are now Perl_foo(), compatibility
16113              #defines provided; perl_foo() (lowercase 'p') reserved
16114              for functions that take an explicit context argument;
16115              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
16116      Branch: perl
16117            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
16118            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
16119            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
16120            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
16121            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
16122            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
16123            ! universal.c utf8.c util.c
16124 ____________________________________________________________________________
16125 [  3521] By: gsar                                  on 1999/06/04  23:00:22
16126         Log: clean up some stray "global" symbols
16127      Branch: perl
16128            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
16129            ! pp_proto.h proto.h
16130 ____________________________________________________________________________
16131 [  3520] By: jhi                                   on 1999/06/02  21:33:28
16132         Log: Integrate from mainperl.
16133      Branch: cfgperl
16134           !> (integrate 94 files)
16135 ____________________________________________________________________________
16136 [  3519] By: gsar                                  on 1999/06/02  07:16:10
16137         Log: avoid dereferencing null pointer from getpwent() et al
16138      Branch: perl
16139            ! pp_sys.c
16140 ____________________________________________________________________________
16141 [  3518] By: gsar                                  on 1999/06/02  04:47:10
16142         Log: remove _() non-ansism
16143      Branch: perl
16144            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
16145            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
16146            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
16147            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
16148            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
16149            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
16150            ! ext/re/re.xs handy.h hv.c iperlsys.h
16151            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
16152            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
16153            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
16154            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
16155            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
16156            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
16157            ! vms/vmsish.h vms/writemain.pl vos/config.h
16158            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
16159            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
16160            ! win32/perllib.c win32/runperl.c win32/win32.h
16161            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
16162            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
16163 ____________________________________________________________________________
16164 [  3517] By: gsar                                  on 1999/06/02  02:17:51
16165         Log: missed a few files
16166      Branch: perl
16167            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
16168 ____________________________________________________________________________
16169 [  3516] By: gsar                                  on 1999/06/02  01:37:33
16170         Log: integrate cfgperl contents into mainline
16171      Branch: perl
16172           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16173           +> ext/ByteLoader/byterun.h
16174            - bytecode.h byterun.c byterun.h
16175            ! Changes
16176           !> (integrate 58 files)
16177 ____________________________________________________________________________
16178 [  3515] By: gsar                                  on 1999/06/02  00:48:50
16179         Log: remove stray K&R-isms
16180      Branch: perl
16181            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
16182            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
16183            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
16184            ! toke.c util.c win32/win32.c x2p/hash.c
16185 ____________________________________________________________________________
16186 [  3514] By: gsar                                  on 1999/06/01  15:55:55
16187         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
16188              strict 'subs'
16189      Branch: perl
16190            ! op.c t/pragma/strict-subs
16191 ____________________________________________________________________________
16192 [  3513] By: jhi                                   on 1999/06/01  07:17:05
16193         Log: Patch applying of #3499 had gone awry.
16194      Branch: cfgperl
16195            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
16196 ____________________________________________________________________________
16197 [  3512] By: gsar                                  on 1999/05/31  19:21:30
16198         Log: tighter -help output
16199      Branch: perl
16200            ! perl.c
16201 ____________________________________________________________________________
16202 [  3511] By: gsar                                  on 1999/05/31  17:18:23
16203         Log: fix memory leak in C<eval 'return sub {...}'>
16204      Branch: perl
16205            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
16206 ____________________________________________________________________________
16207 [  3510] By: gsar                                  on 1999/05/31  14:11:46
16208         Log: tweak C++isms
16209      Branch: perl
16210            ! win32/dl_win32.xs win32/win32.c
16211 ____________________________________________________________________________
16212 [  3509] By: jhi                                   on 1999/05/30  13:02:26
16213         Log: Cleanup of #3488.
16214      Branch: cfgperl
16215            ! Configure config_h.SH
16216 ____________________________________________________________________________
16217 [  3508] By: jhi                                   on 1999/05/30  11:16:01
16218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16219              To: Mailing list Perl5 <perl5-porters@perl.org>
16220              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
16221              Date: Sat, 29 May 1999 20:18:13 -0400
16222              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
16223      Branch: cfgperl
16224            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
16225 ____________________________________________________________________________
16226 [  3507] By: jhi                                   on 1999/05/29  20:05:40
16227         Log: From: Mark-Jason Dominus <mjd@plover.com>
16228              To: perl5-porters@perl.com
16229              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
16230              Date: Sat, 29 May 1999 14:45:10 -0400
16231              Message-ID: <19990529184510.27557.qmail@plover.com>
16232      Branch: cfgperl
16233            ! op.h
16234 ____________________________________________________________________________
16235 [  3506] By: gsar                                  on 1999/05/29  16:49:39
16236         Log: avoid gv_check() recursive pit
16237      Branch: perl
16238            ! gv.c
16239 ____________________________________________________________________________
16240 [  3505] By: jhi                                   on 1999/05/29  11:38:16
16241         Log: From: jan.dubois@ibm.net (Jan Dubois)
16242              To: Gurusamy Sarathy <gsar@activestate.com>
16243              Cc: perl5-porters@perl.org
16244              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
16245              Date: Sat, 29 May 1999 08:46:22 +0200
16246              Message-ID: <374f8007.2016008@smtp1.ibm.net>
16247      Branch: cfgperl
16248            ! t/op/grent.t t/op/pwent.t
16249 ____________________________________________________________________________
16250 [  3504] By: jhi                                   on 1999/05/29  11:07:10
16251         Log: QNX needs <sys/select.h> to define fd_set.
16252              
16253              From: Norton Allen <allen@huarp.harvard.edu>
16254              To: perl5-porters@perl.org
16255              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
16256              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
16257              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
16258      Branch: cfgperl
16259            ! ext/IO/poll.c
16260 ____________________________________________________________________________
16261 [  3503] By: jhi                                   on 1999/05/29  10:53:31
16262         Log: From: jan.dubois@ibm.net (Jan Dubois)
16263              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
16264              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
16265              Date: Fri, 28 May 1999 20:14:35 +0200
16266              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
16267      Branch: cfgperl
16268            ! lib/Math/BigFloat.pm
16269 ____________________________________________________________________________
16270 [  3502] By: jhi                                   on 1999/05/29  10:44:44
16271         Log: Make Configure support the change #3367,
16272              SysV shadow passwords.
16273      Branch: cfgperl
16274            ! Configure config_h.SH pp_sys.c
16275 ____________________________________________________________________________
16276 [  3501] By: gsar                                  on 1999/05/28  21:22:23
16277         Log: add wide versions of win32 system calls (first step in
16278              globalization); delayload winsock for performance if compiling
16279              with VC 6.0
16280      Branch: perl
16281            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
16282            ! win32/win32.c win32/win32.h
16283 ____________________________________________________________________________
16284 [  3500] By: jhi                                   on 1999/05/28  21:17:24
16285         Log: The new t/lib/io_linenum.t was using stricture
16286              before @INC was set up.
16287      Branch: cfgperl
16288            ! t/lib/io_linenum.t
16289 ____________________________________________________________________________
16290 [  3499] By: jhi                                   on 1999/05/28  17:13:23
16291         Log: From: Tom Hughes <tom@compton.nu>
16292              To: perl5-porters@perl.org
16293              Subject: [PATCH 5.005_57] ByteLoader mark 2
16294              Date: Wed, 26 May 1999 23:59:49 +0100
16295              Message-ID: <bf337a0849.tom@compton.compton.nu>
16296              
16297              plus resolve tiny conflict with #3479
16298              plus regen_headers.
16299      Branch: cfgperl
16300            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16301            + ext/ByteLoader/byterun.h
16302            - bytecode.h byterun.c byterun.h
16303            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
16304            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
16305            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16306            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
16307            ! perl.h perlvars.h proto.h util.c utils/Makefile
16308 ____________________________________________________________________________
16309 [  3498] By: jhi                                   on 1999/05/28  16:53:04
16310         Log: From: Mark-Jason Dominus <mjd@plover.com>
16311              To: perl5-porters@perl.com
16312              Subject: PATCH (5.005_57): defined(@a) now deprecated
16313              Date: Thu, 27 May 1999 16:05:44 -0400
16314              Message-ID: <19990527200544.13330.qmail@plover.com>
16315      Branch: cfgperl
16316            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
16317            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
16318 ____________________________________________________________________________
16319 [  3497] By: jhi                                   on 1999/05/28  16:50:54
16320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16321              To: perl5-porters@perl.org (Mailing list Perl5)
16322              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
16323              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
16324              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
16325      Branch: cfgperl
16326            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
16327            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
16328 ____________________________________________________________________________
16329 [  3496] By: jhi                                   on 1999/05/28  16:48:39
16330         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16331              To: perl5-porters@perl.org (Mailing list Perl5)
16332              Subject: [PATCH 5.00557] Required OS/2-related patches
16333              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
16334              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
16335      Branch: cfgperl
16336            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
16337            ! t/op/stat.t util.c
16338 ____________________________________________________________________________
16339 [  3495] By: jhi                                   on 1999/05/28  16:45:56
16340         Log: From: Paul Johnson <pjcj@transeda.com>
16341              To: perl5-porters <perl5-porters@perl.org>
16342              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
16343              Date: Fri, 28 May 1999 15:13:54 +0100
16344              Message-ID: <19990528151354.B289@west-tip.transeda.com>
16345      Branch: cfgperl
16346            ! t/TEST
16347 ____________________________________________________________________________
16348 [  3494] By: jhi                                   on 1999/05/28  16:44:34
16349         Log: From: Paul Johnson <pjcj@transeda.com>
16350              To: perl5-porters <perl5-porters@perl.org>
16351              Subject: [PATCH 5.005_57] Fixes related to working local $.
16352              Date: Fri, 28 May 1999 15:11:18 +0100
16353              Message-ID: <19990528151118.A289@west-tip.transeda.com>
16354      Branch: cfgperl
16355            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
16356 ____________________________________________________________________________
16357 [  3493] By: gsar                                  on 1999/05/28  16:37:26
16358         Log: change#3449 wasn't doing enough
16359      Branch: perl
16360            ! op.c t/comp/proto.t
16361 ____________________________________________________________________________
16362 [  3492] By: jhi                                   on 1999/05/28  08:12:23
16363         Log: From: paul.marquess@bt.com
16364              To: doughera@lafayette.edu
16365              Cc: perl5-porters@perl.org
16366              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
16367              Date: Thu, 27 May 1999 23:31:38 +0100
16368              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
16369              
16370              Had to be applied manually; some mailer had munged the patch slightly.
16371      Branch: cfgperl
16372            ! ext/NDBM_File/NDBM_File.xs
16373 ____________________________________________________________________________
16374 [  3491] By: jhi                                   on 1999/05/28  07:51:17
16375         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
16376              To: perl5-porters@perl.org
16377              Subject: [PATCH 5.005_57] fixing eval in the compiler
16378              Date: Thu, 27 May 1999 07:56:54 -0700
16379              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
16380      Branch: cfgperl
16381            ! cc_runtime.h scope.h
16382 ____________________________________________________________________________
16383 [  3490] By: jhi                                   on 1999/05/28  07:47:06
16384         Log: From: Andy Dougherty <doughera@lafayette.edu>
16385              To: perlbug@perl.com
16386              Cc: Jarkko Hietaniemi <jhi@iki.fi>
16387              Subject: [PATCH] Configure updates for ISC 4.1
16388              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
16389              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
16390      Branch: cfgperl
16391            ! Configure config_h.SH
16392 ____________________________________________________________________________
16393 [  3489] By: jhi                                   on 1999/05/28  07:39:17
16394         Log: Integrate from mainperl.
16395      Branch: cfgperl
16396           !> malloc.c win32/makedef.pl win32/win32.c
16397 ____________________________________________________________________________
16398 [  3488] By: jhi                                   on 1999/05/27  16:57:19
16399         Log: From: Andy Dougherty <doughera@lafayette.edu>
16400              To: Perl Porters <perl5-porters@perl.org>
16401              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
16402              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
16403              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
16404      Branch: cfgperl
16405            ! Configure config_h.SH hints/sunos_4_1.sh util.c
16406 ____________________________________________________________________________
16407 [  3487] By: gsar                                  on 1999/05/27  03:56:20
16408         Log: make win32_spawnvp() inherit standard handles even when they
16409              may be redirected
16410      Branch: perl
16411            ! win32/win32.c
16412 ____________________________________________________________________________
16413 [  3486] By: jhi                                   on 1999/05/26  19:55:52
16414         Log: From: Andy Dougherty <doughera@lafayette.edu>
16415              To: perl5-porters@perl.org
16416              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
16417              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
16418              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
16419      Branch: cfgperl
16420            ! util.c
16421 ____________________________________________________________________________
16422 [  3485] By: chip                                  on 1999/05/26  17:19:11
16423         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
16424      Branch: maint-5.004/perl
16425            ! Configure
16426 ____________________________________________________________________________
16427 [  3484] By: gsar                                  on 1999/05/26  01:56:28
16428         Log: fix missing exported symbol
16429      Branch: perl
16430            ! malloc.c win32/makedef.pl
16431 ____________________________________________________________________________
16432 [  3483] By: jhi                                   on 1999/05/25  23:08:07
16433         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
16434              
16435              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16436              To: perlbug@perl.com
16437              Subject: OpenBSD hints file update
16438              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
16439              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
16440      Branch: cfgperl
16441            ! hints/openbsd.sh
16442 ____________________________________________________________________________
16443 [  3482] By: jhi                                   on 1999/05/25  23:01:25
16444         Log: From: Tom Hughes <tom@compton.nu>
16445              To: perl5-porters@perl.org
16446              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
16447              Date: Tue, 25 May 1999 23:10:23 +0100
16448              Message-ID: <1ed7f10749.tom@compton.compton.nu>
16449      Branch: cfgperl
16450            ! Configure config_h.SH
16451 ____________________________________________________________________________
16452 [  3481] By: jhi                                   on 1999/05/25  22:31:50
16453         Log: 3479, 3480, 3481 seems logical.
16454      Branch: cfgperl
16455           !> hints/aix.sh
16456 ____________________________________________________________________________
16457 [  3480] By: jhi                                   on 1999/05/25  22:13:39
16458         Log: The change #3479 wasn't perfect.
16459      Branch: perl
16460            ! hints/aix.sh
16461 ____________________________________________________________________________
16462 [  3479] By: jhi                                   on 1999/05/25  21:59:21
16463         Log: Cures for _57 in AIX 4.1.5.0.
16464              (1) The lddlflags lost its -lc by change #3660
16465              (and the politeness of change #3257).
16466              (2) optype_size must end up in perl.exp (as PL_optype_size).
16467              Added it to perlvars.h, fixed bytecode.pl,
16468              regen'ed the relevant headers.
16469      Branch: cfgperl
16470            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
16471            ! perlvars.h
16472      Branch: perl
16473            ! hints/aix.sh
16474 ____________________________________________________________________________
16475 [  3478] By: jhi                                   on 1999/05/25  20:13:47
16476         Log: Integrate from mainperl.
16477      Branch: cfgperl
16478           +> pod/perltootc.pod
16479           !> (integrate 101 files)
16480 ____________________________________________________________________________
16481 [  3477] By: gsar                                  on 1999/05/25  10:43:48
16482         Log: here be 5.005_57
16483      Branch: perl
16484            ! Changes MANIFEST Porting/makerel
16485           !> Changes5.005
16486
16487 ----------------
16488 Version 5.005_57
16489 ----------------
16490
16491 ____________________________________________________________________________
16492 [  3476] By: gsar                                  on 1999/05/25  09:23:43
16493         Log: up patchlevel &c
16494      Branch: perl
16495            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
16496            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16497            ! win32/makefile.mk
16498 ____________________________________________________________________________
16499 [  3475] By: gsar                                  on 1999/05/25  09:14:51
16500         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16501              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
16502              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
16503              Subject: [PATCH 5.005_56] REx engine improvements
16504      Branch: perl
16505            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
16506            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
16507            ! thrdvar.h util.c
16508 ____________________________________________________________________________
16509 [  3474] By: gsar                                  on 1999/05/25  08:39:56
16510         Log: test case for change#3470
16511      Branch: perl
16512            ! t/lib/bigintpm.t
16513 ____________________________________________________________________________
16514 [  3473] By: gsar                                  on 1999/05/25  08:36:52
16515         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
16516      Branch: perl
16517            ! Changes pod/perlport.pod
16518 ____________________________________________________________________________
16519 [  3472] By: gsar                                  on 1999/05/25  08:28:57
16520         Log: assorted tweaks
16521      Branch: perl
16522            ! doio.c iperlsys.h win32/config.bc win32/config.gc
16523            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16524            ! win32/config_H.vc win32/makedef.pl
16525 ____________________________________________________________________________
16526 [  3471] By: gsar                                  on 1999/05/25  06:06:04
16527         Log: perlref update from Tom Christiansen
16528      Branch: perl
16529            ! pod/perlref.pod
16530 ____________________________________________________________________________
16531 [  3470] By: gsar                                  on 1999/05/25  06:03:27
16532         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16533              Date: Mon, 24 May 1999 17:43:56 -0400
16534              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
16535              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
16536      Branch: perl
16537            ! hv.c
16538 ____________________________________________________________________________
16539 [  3469] By: gsar                                  on 1999/05/25  05:59:22
16540         Log: avoid temporary files that have a constant name (from a suggestion
16541              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
16542      Branch: perl
16543            ! lib/ExtUtils/MM_Unix.pm
16544 ____________________________________________________________________________
16545 [  3468] By: gsar                                  on 1999/05/25  05:54:29
16546         Log: From: pvhp@forte.com (Peter Prymmer)
16547              Date: Mon, 24 May 99 11:20:25 PDT
16548              Message-Id: <9905241820.AA28071@forte.com>
16549              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
16550      Branch: perl
16551            ! lib/Pod/Text.pm
16552 ____________________________________________________________________________
16553 [  3467] By: gsar                                  on 1999/05/25  04:08:50
16554         Log: fix glob() bug that resulted in missing symlinks that don't point
16555              anywhere
16556      Branch: perl
16557            ! pp_hot.c
16558 ____________________________________________________________________________
16559 [  3466] By: gsar                                  on 1999/05/25  03:00:00
16560         Log: avoid enumerating @INC contents in diagnostic if @INC was never
16561              searched
16562      Branch: perl
16563            ! pod/perldiag.pod pp_ctl.c
16564 ____________________________________________________________________________
16565 [  3465] By: gsar                                  on 1999/05/25  02:24:08
16566         Log: add caveat about close(PIPE) carelessness
16567      Branch: perl
16568            ! pod/perlfunc.pod
16569 ____________________________________________________________________________
16570 [  3464] By: gsar                                  on 1999/05/24  23:55:53
16571         Log: fix bogus line numbers for void context warnings
16572              (change#2548 was overeager)
16573      Branch: perl
16574            ! op.c
16575 ____________________________________________________________________________
16576 [  3463] By: gsar                                  on 1999/05/24  23:31:58
16577         Log: change#3455 had a typo
16578      Branch: perl
16579            ! pp_ctl.c
16580 ____________________________________________________________________________
16581 [  3462] By: gsar                                  on 1999/05/24  17:32:20
16582         Log: more pod updates from Tom Christiansen; regen perltoc
16583      Branch: perl
16584            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
16585            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
16586 ____________________________________________________________________________
16587 [  3461] By: gsar                                  on 1999/05/24  07:41:32
16588         Log: perlmod notes from Damian Conway (via Tom Christiansen)
16589      Branch: perl
16590            ! pod/perlmod.pod
16591 ____________________________________________________________________________
16592 [  3460] By: gsar                                  on 1999/05/24  07:24:11
16593         Log: major pod update from Tom Christiansen
16594      Branch: perl
16595            + pod/perltootc.pod
16596            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
16597            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
16598            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
16599            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
16600            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
16601            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
16602            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
16603            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
16604            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
16605            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
16606            ! pod/perlxs.pod pod/pod2man.PL
16607 ____________________________________________________________________________
16608 [  3459] By: gsar                                  on 1999/05/24  06:26:48
16609         Log: perlfaq update from Tom Christiansen
16610      Branch: perl
16611            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16612            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16613            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16614            ! pod/perlfaq9.pod
16615 ____________________________________________________________________________
16616 [  3458] By: gsar                                  on 1999/05/24  05:55:11
16617         Log: updated to v1.50 from CPAN
16618      Branch: perl
16619            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16620 ____________________________________________________________________________
16621 [  3457] By: gsar                                  on 1999/05/24  05:46:20
16622         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16623              Date: Sun, 23 May 1999 16:35:07 +0100
16624              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
16625              Subject: [PATCH 5.005_56] name PL_in_eval bits
16626      Branch: perl
16627            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
16628 ____________________________________________________________________________
16629 [  3456] By: gsar                                  on 1999/05/24  05:18:06
16630         Log: make -t mode the default on emacs/dumb terminals
16631      Branch: perl
16632            ! Changes utils/perldoc.PL
16633 ____________________________________________________________________________
16634 [  3455] By: gsar                                  on 1999/05/24  05:05:19
16635         Log: return 0 rather than "" when scalar grep has nothing to iterate
16636              on (brings behavior in line with documentation)
16637      Branch: perl
16638            ! pp_ctl.c
16639 ____________________________________________________________________________
16640 [  3454] By: gsar                                  on 1999/05/24  04:52:52
16641         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
16642              Date: Thu, 20 May 1999 13:27:02 -1000
16643              Message-Id: <E10kcDN-0007TA-00@lapaki>
16644              Subject: Problem with MM_Unix in 5.005_03
16645      Branch: perl
16646            ! lib/ExtUtils/MM_Unix.pm
16647 ____________________________________________________________________________
16648 [  3453] By: gsar                                  on 1999/05/24  04:39:49
16649         Log: avoid removing duplicates in user-generated warnings
16650              From: byron@omix.com (Byron Brummer)
16651              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
16652              Message-Id: <199905201101.EAA91175@thrush.omix.com>
16653              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
16654      Branch: perl
16655            ! lib/diagnostics.pm
16656 ____________________________________________________________________________
16657 [  3452] By: gsar                                  on 1999/05/24  04:23:10
16658         Log: straighten some code to avoid NeXT compiler bugs (from
16659              Geoff Kuenning <geoff@cs.hmc.edu>)
16660      Branch: perl
16661            ! pp_ctl.c
16662 ____________________________________________________________________________
16663 [  3451] By: gsar                                  on 1999/05/24  03:03:05
16664         Log: minor logic tweak for reserved word warning
16665      Branch: perl
16666            ! lib/Test/Harness.pm toke.c
16667 ____________________________________________________________________________
16668 [  3450] By: gsar                                  on 1999/05/24  02:34:20
16669         Log: oops, some files missing in change#3449
16670      Branch: perl
16671            ! op.c op.h toke.c
16672 ____________________________________________________________________________
16673 [  3449] By: gsar                                  on 1999/05/24  02:33:12
16674         Log: allow '*' prototype to autoquote even barewords that happen to be
16675              function names; parens or ampersand continue to force the other
16676              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
16677              do the right thing, for example
16678      Branch: perl
16679            ! t/comp/proto.t
16680 ____________________________________________________________________________
16681 [  3448] By: gsar                                  on 1999/05/24  01:51:24
16682         Log: remove vestiges of PL_last_proto
16683      Branch: perl
16684            ! embedvar.h intrpvar.h objXSUB.h
16685 ____________________________________________________________________________
16686 [  3447] By: gsar                                  on 1999/05/24  01:49:20
16687         Log: redo change#2061 and parts of change#1169 with code in the
16688              parser; PL_last_proto hackery gone, strict 'subs' in now
16689              implemented in the optimizer where specifying the exceptional
16690              cases is much more robust; '*' (bareword) prototype now works
16691              reliably when used in second and subsequent arguments
16692      Branch: perl
16693            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
16694 ____________________________________________________________________________
16695 [  3446] By: gsar                                  on 1999/05/23  05:00:55
16696         Log: remove redundant part of change#1169 superceded by change#2061;
16697              avoid "future reserved word" warning on prototypical bearwords
16698      Branch: perl
16699            ! t/lib/fatal.t toke.c
16700 ____________________________________________________________________________
16701 [  3445] By: gsar                                  on 1999/05/21  23:36:49
16702         Log: s/isspace/isSPACE/g and make sure the CRT version is always
16703              passed an unsigned char (fixes random occurrence of spaces in
16704              arguments containing high-bit chars passed to spawned children,
16705              on win32)
16706      Branch: perl
16707            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
16708 ____________________________________________________________________________
16709 [  3444] By: gsar                                  on 1999/05/21  23:08:55
16710         Log: integrate Configure changes from cfgperl
16711      Branch: perl
16712           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16713           !> config_h.SH
16714 ____________________________________________________________________________
16715 [  3443] By: jhi                                   on 1999/05/21  22:00:56
16716         Log: Integrate from mainperl.
16717      Branch: cfgperl
16718           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
16719           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
16720           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
16721           !> win32/perlhost.h win32/win32.c x2p/walk.c
16722 ____________________________________________________________________________
16723 [  3442] By: jhi                                   on 1999/05/21  21:59:46
16724         Log: fflush.
16725      Branch: cfgperl
16726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16727            ! config_h.SH
16728 ____________________________________________________________________________
16729 [  3441] By: gsar                                  on 1999/05/21  17:48:55
16730         Log: integrate cfgperl changes
16731      Branch: perl
16732           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16733           !> config_h.SH hints/sunos_4_1.sh installperl
16734 ____________________________________________________________________________
16735 [  3440] By: gsar                                  on 1999/05/21  17:42:49
16736         Log: test tweak
16737      Branch: perl
16738            ! t/comp/proto.t
16739 ____________________________________________________________________________
16740 [  3439] By: gsar                                  on 1999/05/21  17:31:26
16741         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
16742              (Configure fflush(NULL) detection seems broken on Solaris, which
16743              is why I hit the problem)
16744      Branch: perl
16745            ! Changes perl.h
16746 ____________________________________________________________________________
16747 [  3438] By: gsar                                  on 1999/05/20  16:41:01
16748         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
16749      Branch: perl
16750            ! pod/perlport.pod
16751 ____________________________________________________________________________
16752 [  3437] By: jhi                                   on 1999/05/20  07:14:39
16753         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
16754              (via private email).
16755      Branch: cfgperl
16756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16757            ! config_h.SH hints/sunos_4_1.sh
16758 ____________________________________________________________________________
16759 [  3436] By: gsar                                  on 1999/05/20  05:18:26
16760         Log: various little nits
16761      Branch: perl
16762            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
16763            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
16764            ! win32/perlhost.h win32/win32.c x2p/walk.c
16765 ____________________________________________________________________________
16766 [  3435] By: jhi                                   on 1999/05/18  16:25:49
16767         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16768              To: perl5-porters@perl.org
16769              Subject: installperl
16770              Date: Fri, 14 May 1999 21:34:58 +0100
16771              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
16772      Branch: cfgperl
16773            ! installperl
16774 ____________________________________________________________________________
16775 [  3434] By: jhi                                   on 1999/05/17  21:25:54
16776         Log: Integrate from mainperl.
16777      Branch: cfgperl
16778           +> lib/ExtUtils/MM_Cygwin.pm
16779            - cygwin32/impure_ptr.c
16780           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16781           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16782           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
16783           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
16784           !> x2p/find2perl.PL
16785 ____________________________________________________________________________
16786 [  3433] By: gsar                                  on 1999/05/17  09:49:01
16787         Log: integrate cfgperl changes into mainline
16788      Branch: perl
16789           !> Configure INSTALL config_h.SH configure.com embed.h
16790           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
16791           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
16792           !> util.c
16793 ____________________________________________________________________________
16794 [  3432] By: gsar                                  on 1999/05/17  09:06:45
16795         Log: emit more appropriate diagnostic for failed glob (variant
16796              of patch suggested by Graham Barr)
16797      Branch: perl
16798            ! gv.c pod/perldiag.pod pp.c pp_hot.c
16799 ____________________________________________________________________________
16800 [  3431] By: gsar                                  on 1999/05/17  08:38:09
16801         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16802              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
16803              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
16804              Subject: find2perl does not grok the 'c' suffix to the -size argument
16805      Branch: perl
16806            ! x2p/find2perl.PL
16807 ____________________________________________________________________________
16808 [  3430] By: gsar                                  on 1999/05/17  08:26:21
16809         Log: additional cleanups for cygwin32 port
16810              From: "Fifer, Eric" <EFifer@sanwaint.com>
16811              Date: Wed, 12 May 1999 20:25:54 +0100
16812              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
16813              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
16814      Branch: perl
16815            + lib/ExtUtils/MM_Cygwin.pm
16816            - cygwin32/impure_ptr.c
16817            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
16818            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
16819            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
16820            ! perl.h util.c
16821 ____________________________________________________________________________
16822 [  3429] By: gsar                                  on 1999/05/17  08:01:04
16823         Log: From: Andy Dougherty <doughera@lafayette.edu>
16824              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16825              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16826              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16827      Branch: perl
16828            ! INSTALL
16829 ____________________________________________________________________________
16830 [  3428] By: jhi                                   on 1999/05/17  07:03:26
16831         Log: Integrate from mainperl modulo the Socket.xs change.
16832      Branch: cfgperl
16833           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
16834           !> win32/win32.c win32/win32.h
16835 ____________________________________________________________________________
16836 [  3427] By: jhi                                   on 1999/05/16  22:09:11
16837         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16838              To: perl5-porters@perl.org (Mailing list Perl5)
16839              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
16840              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
16841              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
16842      Branch: cfgperl
16843            ! ext/Devel/Peek/Peek.xs
16844 ____________________________________________________________________________
16845 [  3426] By: jhi                                   on 1999/05/16  22:07:11
16846         Log: From: Mark-Jason Dominus <mjd@plover.com>
16847              To: perl5-porters@perl.com
16848              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
16849              Date: Sat, 15 May 1999 12:43:47 -0400
16850              Message-ID: <19990515164348.7313.qmail@plover.com>
16851      Branch: cfgperl
16852            ! pod/perldiag.pod
16853 ____________________________________________________________________________
16854 [  3425] By: nick                                  on 1999/05/15  15:56:10
16855         Log: Mingw32 + w32api-0.1.5 tweaks
16856              - now more like other Win32 compilers
16857      Branch: perl
16858            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
16859            ! win32/win32.h
16860 ____________________________________________________________________________
16861 [  3424] By: nick                                  on 1999/05/14  21:04:22
16862         Log: Experimental "slab" allocator for ops.
16863              To try it -DPL_OP_SLAB_ALLOC for op.c 
16864              This is for proof of concept only, it leaks memory 
16865              (ops are not free'd) so don't use in embedded apps.
16866              If this minimalist version does not show performance 
16867              gain then whole idea is worthless. 
16868              Nick see's approx 12% speed up vs perlmalloc running
16869              perl -Ilib -MCPAN -e '' 
16870              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
16871      Branch: perl
16872            ! op.c
16873 ____________________________________________________________________________
16874 [  3423] By: gsar                                  on 1999/05/14  19:55:04
16875         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
16876              found (brings sitelib intuition in line with privlib)
16877      Branch: perl
16878            ! win32/win32.c
16879 ____________________________________________________________________________
16880 [  3422] By: jhi                                   on 1999/05/14  08:08:01
16881         Log: From: pvhp@forte.com (Peter Prymmer)
16882              To: perl5-porters@perl.org, vmsperl@perl.org
16883              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
16884              Date: Thu, 13 May 99 15:29:57 PDT
16885              Message-Id: <9905132229.AA15854@forte.com>
16886      Branch: cfgperl
16887            ! configure.com
16888 ____________________________________________________________________________
16889 [  3421] By: jhi                                   on 1999/05/14  07:34:20
16890         Log: Integrate from mainperl.
16891      Branch: cfgperl
16892           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
16893 ____________________________________________________________________________
16894 [  3420] By: jhi                                   on 1999/05/14  07:33:26
16895         Log: Still fflushing.
16896      Branch: cfgperl
16897            ! Configure config_h.SH util.c
16898 ____________________________________________________________________________
16899 [  3419] By: gsar                                  on 1999/05/14  03:08:29
16900         Log: mortalize string allocations by win32_get_{priv,site}lib()
16901              (fixes small memory leak in interpreter)
16902      Branch: perl
16903            ! win32/win32.c
16904 ____________________________________________________________________________
16905 [  3418] By: gsar                                  on 1999/05/14  03:06:50
16906         Log: make win32_longname() preserve kind of slashes in argument
16907      Branch: perl
16908            ! win32/win32.c
16909 ____________________________________________________________________________
16910 [  3417] By: gsar                                  on 1999/05/14  03:04:44
16911         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
16912      Branch: perl
16913            ! lib/ExtUtils/MM_Unix.pm
16914 ____________________________________________________________________________
16915 [  3416] By: jhi                                   on 1999/05/13  21:18:06
16916         Log: Integrate from mainperl.
16917      Branch: cfgperl
16918           !> pp_ctl.c
16919 ____________________________________________________________________________
16920 [  3415] By: jhi                                   on 1999/05/13  21:16:49
16921         Log: Fixes from Andy Dougherty (via private email).
16922      Branch: cfgperl
16923            ! Configure config_h.SH
16924 ____________________________________________________________________________
16925 [  3414] By: nick                                  on 1999/05/13  20:04:26
16926         Log: valist vs va_list typo
16927      Branch: perl
16928            ! pp_ctl.c
16929 ____________________________________________________________________________
16930 [  3413] By: jhi                                   on 1999/05/13  15:04:05
16931         Log: From: Andy Dougherty <doughera@lafayette.edu>
16932              To: perlbug@perl.com
16933              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
16934              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
16935              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
16936      Branch: cfgperl
16937            ! INSTALL
16938 ____________________________________________________________________________
16939 [  3412] By: jhi                                   on 1999/05/13  14:20:17
16940         Log: Integrate from mainperl.
16941      Branch: cfgperl
16942           !> pp_ctl.c
16943 ____________________________________________________________________________
16944 [  3411] By: gsar                                  on 1999/05/13  14:16:56
16945         Log: docatch_body() declaration mismatch
16946      Branch: perl
16947            ! pp_ctl.c
16948 ____________________________________________________________________________
16949 [  3410] By: jhi                                   on 1999/05/13  13:51:44
16950         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
16951      Branch: cfgperl
16952            ! Configure config_h.SH perl.h
16953 ____________________________________________________________________________
16954 [  3409] By: jhi                                   on 1999/05/13  13:31:53
16955         Log: Still fflushing strong.
16956      Branch: cfgperl
16957            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
16958            ! proto.h util.c
16959 ____________________________________________________________________________
16960 [  3408] By: jhi                                   on 1999/05/12  14:30:23
16961         Log: Integrate from mainperl.
16962      Branch: cfgperl
16963           !> (integrate 30 files)
16964 ____________________________________________________________________________
16965 [  3407] By: jhi                                   on 1999/05/12  12:28:31
16966         Log: Be tidier with fflush(NULL) testing.
16967      Branch: cfgperl
16968            ! Configure config_h.SH
16969 ____________________________________________________________________________
16970 [  3406] By: gsar                                  on 1999/05/12  11:26:03
16971         Log: better range-checking on list slices, with test
16972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16973              Date: Sun, 02 May 1999 17:02:53 +0100
16974              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
16975              Subject: Re: List slice of undefs returns 0 items 
16976      Branch: perl
16977            ! pp.c t/op/list.t
16978 ____________________________________________________________________________
16979 [  3405] By: gsar                                  on 1999/05/12  11:22:27
16980         Log: change#3397 needs test tweak
16981      Branch: perl
16982            ! Changes t/pragma/warn/sv
16983 ____________________________________________________________________________
16984 [  3404] By: gsar                                  on 1999/05/12  11:07:44
16985         Log: typo in change#3397
16986      Branch: perl
16987            ! doop.c
16988 ____________________________________________________________________________
16989 [  3403] By: gsar                                  on 1999/05/12  10:49:01
16990         Log: From: Stephen Zander <gibreel@pobox.com>
16991              Date: 12 May 1999 01:22:31 -0700
16992              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
16993              Subject: Re: Test::Harness runs tainted tests with wrong library path
16994      Branch: perl
16995            ! lib/Test/Harness.pm
16996 ____________________________________________________________________________
16997 [  3402] By: gsar                                  on 1999/05/12  10:42:06
16998         Log: typo in change#3400
16999      Branch: perl
17000            ! ext/B/B/Deparse.pm
17001 ____________________________________________________________________________
17002 [  3401] By: jhi                                   on 1999/05/12  10:40:42
17003         Log: A better, shinier, and possibly even correctly working
17004              reincarnation of #3398.
17005      Branch: cfgperl
17006            ! Configure config_h.SH
17007 ____________________________________________________________________________
17008 [  3400] By: gsar                                  on 1999/05/12  10:40:11
17009         Log: deparse \&func() as \(&func()) for clarity
17010              From: Albert Dvornik <bert@genscan.com>
17011              Date: 11 May 1999 13:32:04 -0400
17012              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
17013              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
17014      Branch: perl
17015            ! ext/B/B/Deparse.pm
17016 ____________________________________________________________________________
17017 [  3399] By: gsar                                  on 1999/05/12  10:36:02
17018         Log: more testsuite smarts (many of them courtesy Ilya)
17019      Branch: perl
17020            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
17021            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
17022            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
17023            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
17024            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
17025            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
17026            ! t/op/pwent.t
17027 ____________________________________________________________________________
17028 [  3398] By: jhi                                   on 1999/05/12  09:33:08
17029         Log: Detect whether fflush(NULL) works as per change #3352.
17030      Branch: cfgperl
17031            ! Configure config_h.SH perl.h
17032 ____________________________________________________________________________
17033 [  3397] By: gsar                                  on 1999/05/12  08:56:03
17034         Log: From: jan.dubois@ibm.net (Jan Dubois)
17035              Date: Wed, 12 May 1999 01:01:00 +0200
17036              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
17037              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
17038      Branch: perl
17039            ! doop.c
17040 ____________________________________________________________________________
17041 [  3396] By: gsar                                  on 1999/05/12  08:23:27
17042         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
17043              stat() behaves similarly
17044      Branch: perl
17045            ! win32/win32.c
17046 ____________________________________________________________________________
17047 [  3395] By: jhi                                   on 1999/05/11  22:21:32
17048         Log: Redo parts of #3341 and #3358 that #3394 undid.
17049      Branch: cfgperl
17050            ! Configure config_h.SH
17051 ____________________________________________________________________________
17052 [  3394] By: jhi                                   on 1999/05/11  22:03:48
17053         Log: Add I_NETINET_TCP to help change #3391.
17054      Branch: cfgperl
17055            ! Configure config_h.SH ext/Socket/Socket.xs
17056 ____________________________________________________________________________
17057 [  3393] By: jhi                                   on 1999/05/11  21:44:59
17058         Log: Integrate from mainperl.
17059      Branch: cfgperl
17060           !> (integrate 55 files)
17061 ____________________________________________________________________________
17062 [  3392] By: gsar                                  on 1999/05/11  20:56:43
17063         Log: update embedvar.h
17064      Branch: perl
17065            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
17066 ____________________________________________________________________________
17067 [  3391] By: gsar                                  on 1999/05/11  16:32:05
17068         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17069              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
17070              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
17071              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
17072      Branch: perl
17073            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
17074 ____________________________________________________________________________
17075 [  3390] By: gsar                                  on 1999/05/11  15:27:40
17076         Log: display more frequent progress messages when STDOUT is a tty
17077      Branch: perl
17078            ! lib/Test/Harness.pm
17079 ____________________________________________________________________________
17080 [  3389] By: gsar                                  on 1999/05/11  14:40:58
17081         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17082              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
17083              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
17084              Subject: [PATCH 5.005_53] Explanations by Test::Harness
17085      Branch: perl
17086            ! lib/Test/Harness.pm
17087 ____________________________________________________________________________
17088 [  3388] By: gsar                                  on 1999/05/11  14:08:14
17089         Log: avoid creating spurious subroutine stubs on failed subroutine
17090              call and other places of sv_2cv() misuse; fixes problems with
17091              failed subroutine calls "hiding" later attempts to lookup methods
17092              in base classes
17093      Branch: perl
17094            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
17095 ____________________________________________________________________________
17096 [  3387] By: gsar                                  on 1999/05/11  09:34:13
17097         Log: various fixes for clean build and test on win32; configpm broken,
17098              needed to open myconfig.SH rather than myconfig; sundry adjustments
17099              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
17100              work under win32; getenv_sv() changed to getenv_len() since SVs
17101              aren't visible in the lower echelons; remove bogus exports from
17102              config.sym; PERL_OBJECT-ness for C++ exception support; null out
17103              IoDIRP in filter_del() or sv_free() will attempt to close it
17104      Branch: perl
17105            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
17106            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
17107            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
17108            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
17109            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
17110            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
17111            ! win32/config.gc win32/config.vc win32/makedef.pl
17112            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
17113            ! win32/win32.c win32/win32.h
17114 ____________________________________________________________________________
17115 [  3386] By: gsar                                  on 1999/05/11  02:49:07
17116         Log: gutsupport for C++ exceptions
17117              From: Chip Salzenberg <chip@perlsupport.com>
17118              Date: Tue, 9 Mar 1999 11:51:57 -0500
17119              Message-ID: <19990309115157.E7911@perlsupport.com>
17120              Subject: [PATCH 5.005] Flexible Exceptions
17121      Branch: perl
17122            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
17123            ! scope.c scope.h thrdvar.h util.c
17124 ____________________________________________________________________________
17125 [  3385] By: gsar                                  on 1999/05/10  19:33:36
17126         Log: "weak" references internals, still needs perlguts documentation
17127              (somewhat modified version of patch suggested by Tuomas J. Lukka
17128              <lukka@fas.harvard.edu>)
17129      Branch: perl
17130            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
17131            ! pod/perldiag.pod proto.h sv.c sv.h util.c
17132 ____________________________________________________________________________
17133 [  3384] By: jhi                                   on 1999/05/10  18:21:43
17134         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
17135              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
17136      Branch: cfgperl
17137            ! INSTALL hints/dec_osf.sh
17138 ____________________________________________________________________________
17139 [  3381] By: jhi                                   on 1999/05/10  14:39:28
17140         Log: Integrate from mainperl.
17141      Branch: cfgperl
17142           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
17143           +> cygwin32/build-instructions.charles-wilson
17144           +> cygwin32/build-instructions.sebastien-barre
17145           +> cygwin32/build-instructions.steven-morlock
17146           +> cygwin32/build-instructions.steven-morlock2
17147           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
17148           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
17149           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
17150           +> t/op/numconvert.t utils/perlbc.PL
17151            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
17152            - cygwin32/perlld
17153           !> (integrate 105 files)
17154 ____________________________________________________________________________
17155 [  3380] By: gsar                                  on 1999/05/10  12:27:14
17156         Log: regen regnodes.h
17157      Branch: perl
17158            ! Changes regnodes.h
17159 ____________________________________________________________________________
17160 [  3379] By: gsar                                  on 1999/05/10  12:17:26
17161         Log: From: jan.dubois@ibm.net (Jan Dubois)
17162              Date: Sat, 01 May 1999 22:55:36 +0200
17163              Message-ID: <373067e9.56194713@smtp1.ibm.net>
17164              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
17165      Branch: perl
17166            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
17167            ! win32/config_H.vc
17168 ____________________________________________________________________________
17169 [  3378] By: gsar                                  on 1999/05/10  12:07:13
17170         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17171              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
17172              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
17173              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
17174      Branch: perl
17175            + t/op/numconvert.t
17176            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
17177            ! util.c
17178 ____________________________________________________________________________
17179 [  3377] By: gsar                                  on 1999/05/10  11:39:48
17180         Log: pp_modulo comment tweak from Ilya
17181      Branch: perl
17182            ! pp.c
17183 ____________________________________________________________________________
17184 [  3376] By: gsar                                  on 1999/05/10  11:30:40
17185         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17186              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
17187              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
17188              Subject: Test.pm update [PATCH _56]
17189      Branch: perl
17190            ! lib/Test.pm
17191 ____________________________________________________________________________
17192 [  3375] By: gsar                                  on 1999/05/10  11:28:30
17193         Log: From: jan.dubois@ibm.net (Jan Dubois)
17194              Date: Fri, 07 May 1999 00:59:54 +0200
17195              Message-ID: <373318ae.19292461@smtp1.ibm.net>
17196              Subject: Re: Using existing memory for an SV's PV 
17197      Branch: perl
17198            ! sv.c
17199 ____________________________________________________________________________
17200 [  3374] By: gsar                                  on 1999/05/10  11:23:44
17201         Log: From: jan.dubois@ibm.net (Jan Dubois)
17202              Date: Fri, 07 May 1999 00:59:52 +0200
17203              Message-ID: <37321800.19118320@smtp1.ibm.net>
17204              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
17205      Branch: perl
17206            ! perl.h
17207 ____________________________________________________________________________
17208 [  3373] By: gsar                                  on 1999/05/10  11:22:10
17209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17210              Date: Thu, 6 May 1999 18:17:28 -0400
17211              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
17212              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
17213      Branch: perl
17214            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
17215            ! util.c
17216 ____________________________________________________________________________
17217 [  3372] By: gsar                                  on 1999/05/10  10:57:49
17218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17219              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
17220              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
17221              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
17222      Branch: perl
17223            ! regcomp.c regcomp.pl
17224 ____________________________________________________________________________
17225 [  3371] By: gsar                                  on 1999/05/10  10:54:01
17226         Log: From: lane@duphy4.physics.drexel.edu
17227              Date: Tue, 04 May 1999 10:19:25 -0700
17228              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
17229              Subject: [PATCH 5.005.56] pod->html VMS fixes
17230      Branch: perl
17231            ! installhtml lib/Pod/Html.pm
17232 ____________________________________________________________________________
17233 [  3370] By: gsar                                  on 1999/05/10  10:45:52
17234         Log: testsuite nits
17235      Branch: perl
17236            ! t/lib/io_linenum.t t/op/filetest.t
17237 ____________________________________________________________________________
17238 [  3369] By: gsar                                  on 1999/05/10  10:35:22
17239         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17240              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
17241              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
17242              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
17243      Branch: perl
17244            ! os2/os2ish.h os2/os2thread.h
17245 ____________________________________________________________________________
17246 [  3368] By: gsar                                  on 1999/05/10  10:00:11
17247         Log: From: Albert Dvornik <bert@genscan.com>
17248              Date: 03 May 1999 12:20:57 -0400
17249              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
17250              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
17251      Branch: perl
17252            ! dump.c
17253 ____________________________________________________________________________
17254 [  3367] By: gsar                                  on 1999/05/10  09:55:51
17255         Log: shadow password support for Solaris (needs Configure help to
17256              determine HAS_GETSPENT)
17257              From: "Patrick O'Brien" <pdo@cs.umd.edu>
17258              Date: Sat, 01 May 1999 19:41:17 -0400
17259              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
17260              Subject: getpwent() under solaris
17261      Branch: perl
17262            ! pp_sys.c
17263 ____________________________________________________________________________
17264 [  3366] By: gsar                                  on 1999/05/10  09:45:58
17265         Log: From: jan.dubois@ibm.net (Jan Dubois)
17266              Date: Sat, 01 May 1999 23:45:47 +0200
17267              Message-ID: <373373fb.59284266@smtp1.ibm.net>
17268              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
17269      Branch: perl
17270            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17271            ! pod/perldelta.pod
17272 ____________________________________________________________________________
17273 [  3365] By: gsar                                  on 1999/05/10  09:34:22
17274         Log: test suite and fix input_line_number()
17275              From: Paul Johnson <pjcj@transeda.com>
17276              Date: Thu, 29 Apr 1999 06:28:14 +0100
17277              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
17278              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
17279      Branch: perl
17280            + t/lib/io_linenum.t
17281            ! MANIFEST ext/IO/lib/IO/Handle.pm
17282 ____________________________________________________________________________
17283 [  3364] By: gsar                                  on 1999/05/10  09:20:56
17284         Log: fix overeager [:foo:] parsing
17285              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17286              Date: Fri, 30 Apr 1999 09:26:18 +0100
17287              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
17288              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
17289      Branch: perl
17290            ! regcomp.c t/op/re_tests
17291 ____________________________________________________________________________
17292 [  3363] By: gsar                                  on 1999/05/10  09:09:21
17293         Log: documentation for Win32 builtins (somewhat modified)
17294              From: jan.dubois@ibm.net (Jan Dubois)
17295              Date: Tue, 30 Mar 1999 08:05:03 +0200
17296              Message-ID: <37006783.1926460@smtp1.ibm.net>
17297              Subject: Re: Issues with build 509 
17298      Branch: perl
17299            + pod/Win32.pod
17300            ! MANIFEST
17301 ____________________________________________________________________________
17302 [  3362] By: gsar                                  on 1999/05/10  08:22:07
17303         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
17304      Branch: perl
17305            ! lib/File/Copy.pm win32/win32.c
17306 ____________________________________________________________________________
17307 [  3361] By: gsar                                  on 1999/05/10  08:11:29
17308         Log: escape ampersands in <pre> sections
17309      Branch: perl
17310            ! Changes lib/Pod/Html.pm
17311 ____________________________________________________________________________
17312 [  3360] By: gsar                                  on 1999/05/10  08:04:14
17313         Log: AIX hints enhancements (threads build, SOCKS support)
17314              From: "David R. Favor" <dfavor@austin.ibm.com>
17315              Date: Wed, 28 Apr 1999 08:45:28 -0500
17316              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
17317              Subject: Working build for AIX + gcc + threading
17318      Branch: perl
17319            ! hints/aix.sh
17320 ____________________________________________________________________________
17321 [  3359] By: gsar                                  on 1999/05/10  07:49:26
17322         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
17323              Date: Tue, 27 Apr 1999 23:47:24 PDT
17324              Message-ID: <19990428064724.95244.qmail@hotmail.com>
17325              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
17326              --
17327              Date: Thu, 29 Apr 1999 18:21:06 -0700
17328              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
17329              Subject: [PATCH 5.005_56] double constants ( C.pm)
17330              --
17331              Date: Mon, 03 May 1999 20:21:31 PDT
17332              Message-ID: <19990504032131.81113.qmail@hotmail.com>
17333              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
17334              --
17335              Date: Thu, 06 May 1999 17:57:09 -0700
17336              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
17337              Subject: Stash.pm
17338      Branch: perl
17339            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
17340            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
17341 ____________________________________________________________________________
17342 [  3358] By: gsar                                  on 1999/05/10  04:39:15
17343         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
17344              From: alexander smishlajev <als@turnhere.com>
17345              Date: Sun, 25 Apr 1999 14:58:29 +0300
17346              Message-ID: <37230365.5F68B460@turnhere.com>
17347              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
17348      Branch: perl
17349            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
17350            + cygwin32/build-instructions.charles-wilson
17351            + cygwin32/build-instructions.sebastien-barre
17352            + cygwin32/build-instructions.steven-morlock
17353            + cygwin32/build-instructions.steven-morlock2
17354            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
17355            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
17356            - cygwin32/perlld
17357            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
17358            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
17359            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
17360            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
17361            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
17362            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
17363 ____________________________________________________________________________
17364 [  3357] By: gsar                                  on 1999/05/10  04:07:07
17365         Log: applied suggested patch, modulo already applied parts
17366              From: Charles Bailey <BAILEY@newman.upenn.edu>
17367              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
17368              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
17369              Subject: [Patch 5.005_56] VMS consolidated patch #2
17370      Branch: perl
17371            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
17372            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
17373            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
17374            ! vms/subconfigure.com vms/test.com vms/vms.c
17375 ____________________________________________________________________________
17376 [  3356] By: gsar                                  on 1999/05/10  03:48:08
17377         Log: applied suggested patch, with win32 and PERL_OBJECT additions
17378              From: Tom Hughes <tom@compton.nu>
17379              Date: Sat, 24 Apr 1999 18:11:59 +0100
17380              Message-ID: <609bdff748.tom@compton.compton.nu>
17381              Subject: ByteLoader patch
17382      Branch: perl
17383            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
17384            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
17385            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
17386            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
17387            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
17388            ! utils/Makefile win32/Makefile win32/makefile.mk
17389 ____________________________________________________________________________
17390 [  3355] By: gsar                                  on 1999/05/10  03:22:49
17391         Log: document 'test' attribute (from Andreas Koenig)
17392      Branch: perl
17393            ! lib/ExtUtils/MakeMaker.pm
17394 ____________________________________________________________________________
17395 [  3354] By: gsar                                  on 1999/05/10  03:12:37
17396         Log: From: pmarquess@bfsec.bt.co.uk
17397              Date: Thu, 22 Apr 1999 23:12:08 +0100
17398              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
17399              Subject: PATCH for small bug in scan_bin
17400      Branch: perl
17401            ! util.c
17402 ____________________________________________________________________________
17403 [  3353] By: gsar                                  on 1999/05/10  02:39:33
17404         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
17405              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
17406      Branch: perl
17407            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
17408            ! win32/win32iop.h
17409 ____________________________________________________________________________
17410 [  3352] By: gsar                                  on 1999/05/09  22:47:39
17411         Log: flush all open output buffers before fork(), exec(), system, qx//
17412              and pipe open() operations, simplifying buffering headaches faced
17413              by users; uses fflush(NULL), which may need Configure test
17414      Branch: perl
17415            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
17416            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
17417 ____________________________________________________________________________
17418 [  3351] By: gsar                                  on 1999/05/09  21:11:51
17419         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
17420              Leroy <jll@skynet.be>)
17421      Branch: perl
17422            ! utils/perlcc.PL
17423 ____________________________________________________________________________
17424 [  3350] By: gsar                                  on 1999/05/09  20:39:11
17425         Log: normalize $^X to full pathname on win32
17426      Branch: perl
17427            ! win32/runperl.c
17428 ____________________________________________________________________________
17429 [  3349] By: gsar                                  on 1999/05/09  20:23:07
17430         Log: allow readline($globref), <$globref> already works
17431      Branch: perl
17432            ! pp_hot.c
17433 ____________________________________________________________________________
17434 [  3348] By: gsar                                  on 1999/05/09  20:00:09
17435         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
17436              <lemburg@online-club.de>)
17437      Branch: perl
17438            ! utils/perldoc.PL
17439 ____________________________________________________________________________
17440 [  3347] By: gsar                                  on 1999/05/09  18:47:21
17441         Log: additions to Thread.pm docs from Tuomas J. Lukka
17442              <lukka@fas.harvard.edu>
17443      Branch: perl
17444            ! ext/Thread/Thread.pm
17445 ____________________________________________________________________________
17446 [  3346] By: gsar                                  on 1999/05/09  18:38:00
17447         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17448              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
17449              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
17450              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
17451      Branch: perl
17452            ! ext/B/B/Xref.pm
17453 ____________________________________________________________________________
17454 [  3345] By: gsar                                  on 1999/05/09  18:22:43
17455         Log: work around mangled archname on win32 while finding privlib/sitelib;
17456              normalize lib paths to forward slashes internally
17457      Branch: perl
17458            ! win32/win32.c
17459 ____________________________________________________________________________
17460 [  3344] By: gsar                                  on 1999/05/09  03:20:06
17461         Log: fix typo in dbm filters that caused odbm.t to fail
17462      Branch: perl
17463            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
17464 ____________________________________________________________________________
17465 [  3343] By: gsar                                  on 1999/05/09  02:02:59
17466         Log: tweak test totals
17467      Branch: perl
17468            ! Changes t/lib/tie-stdhandle.t
17469 ____________________________________________________________________________
17470 [  3342] By: gsar                                  on 1999/05/09  01:42:06
17471         Log: import list propagation busted (pointed out by Ton Hospel
17472              <thospel@mail.dma.be>)
17473      Branch: perl
17474            ! lib/autouse.pm
17475 ____________________________________________________________________________
17476 [  3341] By: gsar                                  on 1999/05/09  00:54:18
17477         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
17478              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
17479      Branch: perl
17480            ! Configure Makefile.SH
17481 ____________________________________________________________________________
17482 [  3340] By: gsar                                  on 1999/05/09  00:40:41
17483         Log: generate manpages for newly added utils
17484      Branch: perl
17485            ! installman
17486 ____________________________________________________________________________
17487 [  3339] By: gsar                                  on 1999/05/09  00:33:50
17488         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17489              Date: Sun, 02 May 1999 17:59:24 +0100
17490              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
17491              Subject: [PATCH] Re: ptr to realloced memory in yylex
17492      Branch: perl
17493            ! toke.c
17494 ____________________________________________________________________________
17495 [  3338] By: jhi                                   on 1999/05/08  22:40:29
17496         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
17497      Branch: cfgperl
17498            ! INSTALL
17499 ____________________________________________________________________________
17500 [  3337] By: jhi                                   on 1999/05/08  22:22:26
17501         Log: Integrate from mainperl.
17502      Branch: cfgperl
17503           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
17504           !> (integrate 54 files)
17505 ____________________________________________________________________________
17506 [  3336] By: gsar                                  on 1999/05/08  21:48:22
17507         Log: make perldoc -f grok nested =items
17508      Branch: perl
17509            ! utils/perldoc.PL
17510 ____________________________________________________________________________
17511 [  3335] By: gsar                                  on 1999/05/08  19:48:11
17512         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
17513      Branch: perl
17514            ! op.c t/lib/fields.t
17515 ____________________________________________________________________________
17516 [  3334] By: gsar                                  on 1999/05/08  19:09:41
17517         Log: update test totals
17518      Branch: perl
17519            ! t/lib/bigintpm.t
17520 ____________________________________________________________________________
17521 [  3333] By: gsar                                  on 1999/05/08  16:56:02
17522         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
17523      Branch: perl
17524            ! pod/perlfunc.pod
17525 ____________________________________________________________________________
17526 [  3332] By: gsar                                  on 1999/05/08  16:46:44
17527         Log: applied suggested patch, added tests
17528              From: William Mann <wmann@avici.com>
17529              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
17530              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
17531              Subject: BigInt.pm extensions for logical operations
17532      Branch: perl
17533            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
17534 ____________________________________________________________________________
17535 [  3331] By: gsar                                  on 1999/05/08  16:09:33
17536         Log: avoid temporary files named 'tmp'
17537      Branch: perl
17538            ! Makefile.SH pp.c
17539 ____________________________________________________________________________
17540 [  3330] By: nick                                  on 1999/05/08  14:16:30
17541         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
17542              Provide Tie::StdHandle
17543              Basic update of docs.
17544      Branch: perl
17545            + t/lib/tie-stdhandle.t
17546            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
17547 ____________________________________________________________________________
17548 [  3329] By: nick                                  on 1999/05/08  12:03:45
17549         Log: Tweaks to open(my $fh,...) stuff
17550      Branch: perl
17551            ! op.c pp.c pp_sys.c t/io/open.t
17552 ____________________________________________________________________________
17553 [  3328] By: nick                                  on 1999/05/08  11:18:42
17554         Log: Bring SDBM_File.xs into line with new typemap
17555      Branch: perl
17556            ! ext/SDBM_File/SDBM_File.xs
17557 ____________________________________________________________________________
17558 [  3327] By: gsar                                  on 1999/05/08  00:07:11
17559         Log: add test case for AUTOLOAD reentrancy fix in change#3279
17560      Branch: perl
17561            ! t/lib/autoloader.t
17562 ____________________________________________________________________________
17563 [  3326] By: nick                                  on 1999/05/07  21:24:50
17564         Log: Implement open( my $fh, ...) and similar.
17565              Set flag in op.c for "constructor ops"
17566              In pp_rv2gv, if flag is set and arg is PADSV and uninit
17567              vivify as reference to a detached GV.
17568              (Name of GV is the pad name.)
17569              This scheme should "just work" for pipe/socket etc. too.
17570              
17571              #if 0 out the open(FH,undef) for now.
17572              Change t/io/open.t to test open(my $fh,...)
17573      Branch: perl
17574            ! op.c pp.c pp_sys.c t/io/open.t
17575 ____________________________________________________________________________
17576 [  3325] By: nick                                  on 1999/05/07  21:18:42
17577         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
17578      Branch: perl
17579            ! util.c
17580 ____________________________________________________________________________
17581 [  3324] By: gsar                                  on 1999/05/07  20:28:31
17582         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
17583              intervening code has to allocate SVs)
17584      Branch: perl
17585            ! util.c
17586 ____________________________________________________________________________
17587 [  3323] By: gsar                                  on 1999/05/07  19:45:08
17588         Log: allow line numbers to show in diagnostics during global destruction
17589      Branch: perl
17590            ! util.c
17591 ____________________________________________________________________________
17592 [  3322] By: gsar                                  on 1999/05/07  09:38:11
17593         Log: From: Dan Sugalski <sugalskd@ous.edu>
17594              Date: Fri, 09 Apr 1999 16:16:39 -0700
17595              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
17596              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
17597      Branch: perl
17598            ! lib/ExtUtils/MM_VMS.pm
17599 ____________________________________________________________________________
17600 [  3321] By: gsar                                  on 1999/05/07  09:08:23
17601         Log: From: kwzh@gnu.org (Karl Heuer)
17602              Date: Wed, 7 Apr 1999 23:58:58 -0400
17603              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
17604              Subject: [perl-5.005.02] detect lack of /dev/tty
17605      Branch: perl
17606            ! Makefile.SH
17607 ____________________________________________________________________________
17608 [  3320] By: gsar                                  on 1999/05/07  08:52:14
17609         Log: allow distinct prefix for versioned executables
17610              From: Roderick Schertler <roderick@argon.org>
17611              Date: Wed, 07 Apr 1999 15:34:56 -0400
17612              Message-ID: <3003.923513696@eeyore.ibcinc.com>
17613              Subject: perl55.00503 -> perl5.00503 patch for installperl
17614      Branch: perl
17615            ! INSTALL installperl
17616 ____________________________________________________________________________
17617 [  3319] By: gsar                                  on 1999/05/07  08:07:02
17618         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17619              Date: Mon, 05 Apr 1999 15:38:42 -0700
17620              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
17621              Subject: Re: chomp fails with $/ in fixed-length record mode
17622              --
17623              From: Roderick Schertler <roderick@argon.org>
17624              Date: Tue, 06 Apr 1999 21:11:37 -0400
17625              Message-ID: <2795.923447497@eeyore.ibcinc.com>
17626              Subject: Re: chomp fails with $/ in fixed-length record mode
17627      Branch: perl
17628            ! doop.c pod/perlfunc.pod t/op/chop.t
17629 ____________________________________________________________________________
17630 [  3318] By: gsar                                  on 1999/05/07  07:56:35
17631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17632              Date: Tue, 6 Apr 1999 01:40:36 -0400
17633              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
17634              Subject: [PATCH 5.005_*] Make % use fmod()
17635      Branch: perl
17636            ! pp.c t/op/arith.t
17637 ____________________________________________________________________________
17638 [  3317] By: gsar                                  on 1999/05/07  04:18:11
17639         Log: DBM Filters (via private mail)
17640              From: pmarquess@bfsec.bt.co.uk
17641              Date: Sun, 18 Apr 1999 21:05:52 +0100
17642              Message-Id: <199904182009.NAA19152@activestate.com>
17643              Subject: DBM Filters
17644      Branch: perl
17645            + pod/perldbmfilter.pod
17646            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
17647            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17648            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17649            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
17650            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
17651            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
17652            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
17653            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
17654            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
17655            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
17656            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
17657            ! t/lib/sdbm.t
17658 ____________________________________________________________________________
17659 [  3316] By: gsar                                  on 1999/05/07  03:28:53
17660         Log: avoid negative return value from Win32::GetTickCount()
17661              From: jan.dubois@ibm.net (Jan Dubois)
17662              Date: Sat, 03 Apr 1999 19:04:18 +0200
17663              Message-ID: <37084742.22824479@smtp1.ibm.net>
17664              Subject: Re: Win32::GetTickCount
17665      Branch: perl
17666            ! win32/win32.c
17667 ____________________________________________________________________________
17668 [  3314] By: gsar                                  on 1999/05/06  08:01:23
17669         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
17670              Date: Tue, 30 Mar 1999 23:40:34 PST
17671              Message-ID: <19990331074034.6117.qmail@hotmail.com>
17672              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
17673              --
17674              Date: Wed, 07 Apr 1999 00:28:23 -0800
17675              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
17676              Subject: [PATCH 5.005_56] function prototypes(B.pm)
17677              --
17678              Date: Thu, 22 Apr 1999 23:40:52 -0700
17679              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
17680              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
17681              --
17682              Date: Tue, 27 Apr 1999 01:14:49 PDT
17683              Message-ID: <19990427081449.28615.qmail@hotmail.com>
17684              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
17685      Branch: perl
17686            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
17687            ! t/op/ref.t
17688 ____________________________________________________________________________
17689 [  3313] By: jhi                                   on 1999/05/06  07:59:52
17690         Log: Integrate from mainperl.
17691      Branch: cfgperl
17692           !> (integrate 33 files)
17693 ____________________________________________________________________________
17694 [  3312] By: gsar                                  on 1999/05/06  07:11:50
17695         Log: add Ethiopic section to unicode master database (from Ken
17696              Whistler <kenw@sybase.com>)
17697      Branch: perl
17698            ! lib/unicode/UnicodeData-Latest.txt
17699 ____________________________________________________________________________
17700 [  3311] By: gsar                                  on 1999/05/06  05:37:55
17701         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
17702              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
17703              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
17704              Subject: Largefiles for Solaris
17705      Branch: perl
17706            ! hints/solaris_2.sh
17707 ____________________________________________________________________________
17708 [  3310] By: gsar                                  on 1999/05/06  05:14:35
17709         Log: emit more accurate diagnostic for syntax errors involving <>
17710              within eval""
17711      Branch: perl
17712            ! toke.c utils/perldoc.PL
17713 ____________________________________________________________________________
17714 [  3309] By: gsar                                  on 1999/05/06  04:36:31
17715         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
17716      Branch: perl
17717            ! t/lib/open3.t
17718 ____________________________________________________________________________
17719 [  3308] By: gsar                                  on 1999/05/06  03:19:16
17720         Log: applied first part of suggested patch (bug described cannot be
17721              reproduced any longer, so the second inconclusive part has not
17722              been applied)
17723              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17724              Date: Sun, 28 Mar 1999 04:51:34 +0100
17725              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
17726              Subject: [PATCH 5.005_56] Re: A core dump 
17727      Branch: perl
17728            ! toke.c
17729 ____________________________________________________________________________
17730 [  3307] By: gsar                                  on 1999/05/06  01:56:06
17731         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
17732              change#3180)
17733      Branch: perl
17734            ! op.c
17735 ____________________________________________________________________________
17736 [  3306] By: gsar                                  on 1999/05/05  17:17:34
17737         Log: applied non-conflicting parts of suggested patch
17738              From: Charles Bailey <BAILEY@newman.upenn.edu>
17739              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
17740              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
17741              Subject: [Patch 5.005_56] Revised VMS patch
17742      Branch: perl
17743            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
17744            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
17745 ____________________________________________________________________________
17746 [  3305] By: gsar                                  on 1999/05/05  16:20:19
17747         Log: make perldoc use backslashed pathnames within system() on win32
17748      Branch: perl
17749            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
17750 ____________________________________________________________________________
17751 [  3304] By: gsar                                  on 1999/05/05  07:29:43
17752         Log: upgrade Pod::Parser to v1.081 from CPAN
17753      Branch: perl
17754            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17755            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17756            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
17757 ____________________________________________________________________________
17758 [  3303] By: gsar                                  on 1999/05/05  07:02:07
17759         Log: From: Andy Dougherty <doughera@lafayette.edu>
17760              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
17761              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
17762              Subject: [PATCH 5.005_03-MT3] INSTALL patches
17763      Branch: perl
17764            ! INSTALL
17765 ____________________________________________________________________________
17766 [  3302] By: gsar                                  on 1999/05/05  06:55:21
17767         Log: load base packages based on nonexistent $VERSION
17768              From: andreas.koenig@anima.de (Andreas J. Koenig)
17769              Date: 19 Mar 1999 06:00:28 +0100
17770              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
17771              Subject: Re: base.pm flaw
17772      Branch: perl
17773            ! lib/base.pm lib/locale.pm
17774 ____________________________________________________________________________
17775 [  3301] By: gsar                                  on 1999/05/04  05:41:08
17776         Log: pod2man outputs switched date and revision label (fix suggested by
17777              EthanSasiela@mede.com)
17778      Branch: perl
17779            ! pod/pod2man.PL
17780 ____________________________________________________________________________
17781 [  3300] By: gsar                                  on 1999/05/03  18:48:25
17782         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
17783              (makes opendir(D,"c:") work reliably)
17784      Branch: perl
17785            ! win32/win32.c
17786 ____________________________________________________________________________
17787 [  3299] By: gsar                                  on 1999/05/02  19:39:55
17788         Log: add test case for change#3298
17789      Branch: perl
17790            ! sv.c t/op/readdir.t
17791 ____________________________________________________________________________
17792 [  3298] By: gsar                                  on 1999/05/02  19:24:41
17793         Log: close directory handles properly when localized
17794      Branch: perl
17795            ! sv.c
17796 ____________________________________________________________________________
17797 [  3297] By: jhi                                   on 1999/04/30  11:42:14
17798         Log: Integrate from mainperl.
17799      Branch: cfgperl
17800           !> Changes config_h.SH configure.com lib/AutoLoader.pm
17801           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
17802           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
17803           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
17804           !> vms/subconfigure.com win32/win32.c
17805 ____________________________________________________________________________
17806 [  3293] By: chip                                  on 1999/04/29  18:50:49
17807         Log: Fix shebang lines.
17808      Branch: maint-5.004/perl
17809            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
17810            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
17811            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
17812            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
17813            ! x2p/find2perl.PL x2p/s2p.PL
17814 ____________________________________________________________________________
17815 [  3284] By: gsar                                  on 1999/04/27  00:48:42
17816         Log: integrate change#3279 from maint-5.004
17817      Branch: perl
17818            ! lib/AutoLoader.pm
17819 ____________________________________________________________________________
17820 [  3279] By: chip                                  on 1999/04/26  23:09:26
17821         Log: Make &AutoLoad::AUTOLOAD reentrant.
17822      Branch: maint-5.004/perl
17823            ! lib/AutoLoader.pm
17824 ____________________________________________________________________________
17825 [  3276] By: chip                                  on 1999/04/26  22:34:36
17826         Log: Make porting scripts executable.
17827      Branch: maint-5.004/perl
17828            ! Changes Porting/genlog Porting/makerel Porting/p4desc
17829            ! Porting/patchls
17830 ____________________________________________________________________________
17831 [  3274] By: gsar                                  on 1999/04/26  17:30:31
17832         Log: allow embedded null characters in diagnostics
17833      Branch: perl
17834            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
17835 ____________________________________________________________________________
17836 [  3273] By: gsar                                  on 1999/04/26  08:27:22
17837         Log: hand-applied conflicting parts of suggested patch
17838              From: Charles Bailey <BAILEY@newman.upenn.edu>
17839              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
17840              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
17841              Subject: [PATCH 5.005_56] VMS configuration/build
17842      Branch: perl
17843            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
17844            ! vms/munchconfig.c vms/subconfigure.com
17845 ____________________________________________________________________________
17846 [  3272] By: gsar                                  on 1999/04/26  08:25:41
17847         Log: update Changes; tweak minor regressions
17848      Branch: perl
17849            ! Changes lib/AutoSplit.pm lib/File/Path.pm
17850 ____________________________________________________________________________
17851 [  3271] By: gsar                                  on 1999/04/26  07:52:51
17852         Log: integrate change#3229 from maint-5.004
17853      Branch: perl
17854            ! pp_ctl.c util.c
17855 ____________________________________________________________________________
17856 [  3270] By: gsar                                  on 1999/04/25  22:58:27
17857         Log: fix buggy reference count on refs to SVs with autoviv magic
17858              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
17859              accessing free()d memory)
17860      Branch: perl
17861            ! pp.c t/op/ref.t
17862 ____________________________________________________________________________
17863 [  3269] By: gsar                                  on 1999/04/24  17:07:55
17864         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
17865              on win32)
17866      Branch: perl
17867            ! win32/win32.c
17868 ____________________________________________________________________________
17869 [  3268] By: gsar                                  on 1999/04/24  16:38:25
17870         Log: kill dup hunk
17871      Branch: perl
17872            ! config_h.SH
17873 ____________________________________________________________________________
17874 [  3267] By: gsar                                  on 1999/04/24  16:35:57
17875         Log: integrate cfgperl changes into mainline
17876      Branch: perl
17877           +> myconfig.SH
17878            - myconfig
17879            ! pod/perlre.pod
17880           !> (integrate 38 files)
17881 ____________________________________________________________________________
17882 [  3266] By: jhi                                   on 1999/04/23  18:42:44
17883         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17884              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
17885              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
17886              Cc: Lionel Cons <lionel.cons@cern.ch>,
17887              Ilya Zakharevich <ilya@math.ohio-state.edu>,
17888              David Hayes <david@bdel.com>
17889              Subject: [PATCH] h2ph
17890              Date: Fri, 23 Apr 1999 12:37:23 -0400
17891              Message-ID: <19990423123723.A49550@O2.chapin.edu>
17892      Branch: cfgperl
17893            ! utils/h2ph.PL
17894 ____________________________________________________________________________
17895 [  3265] By: jhi                                   on 1999/04/21  18:17:12
17896         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
17897              To: perlbug@perl.org
17898              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
17899              Date: Wed, 21 Apr 1999 08:17:54 -0700
17900              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
17901      Branch: cfgperl
17902            ! vms/descrip_mms.template
17903 ____________________________________________________________________________
17904 [  3264] By: jhi                                   on 1999/04/20  08:50:54
17905         Log: From: Andy Dougherty <doughera@lafayette.edu>
17906              To: The Perl Porters Mailing List <perl5-porters@perl.org>
17907              Subject: [PATCH 5.005_56] Re: 5.006 Todo
17908              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
17909              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
17910      Branch: cfgperl
17911            ! Porting/pumpkin.pod
17912 ____________________________________________________________________________
17913 [  3263] By: jhi                                   on 1999/04/20  08:05:01
17914         Log: From: Chip Salzenberg <chip@perlsupport.com>
17915              To: Perl 5 Porters <perl5-porters@perl.org>
17916              Subject: [PATCH 5.005_56] Configure: $sig_count
17917              Date: Sun, 18 Apr 1999 17:54:36 -0400
17918              Message-ID: <19990418175436.A27496@perlsupport.com>
17919      Branch: cfgperl
17920            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17921            ! config_h.SH
17922 ____________________________________________________________________________
17923 [  3262] By: jhi                                   on 1999/04/19  18:23:50
17924         Log: Subject: PATCH wrong faq reference in perlbook.pod
17925              From: Robin Barker <rmb1@cise.npl.co.uk>
17926              To: perlbug@perl.com
17927              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
17928              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
17929      Branch: cfgperl
17930            ! pod/perlbook.pod
17931 ____________________________________________________________________________
17932 [  3261] By: jhi                                   on 1999/04/15  13:59:04
17933         Log: From: Andy Dougherty <doughera@lafayette.edu>
17934              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
17935              Cc: Perl Porters <perl5-porters@perl.org>
17936              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
17937              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
17938              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
17939      Branch: cfgperl
17940            ! hints/solaris_2.sh
17941 ____________________________________________________________________________
17942 [  3260] By: jhi                                   on 1999/04/15  13:56:53
17943         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17944              To: pumpkings@jhereg.perl.com
17945              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
17946              Date: Thu, 15 Apr 1999 07:13:41 -0600
17947              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
17948      Branch: cfgperl
17949            ! pod/perldata.pod
17950 ____________________________________________________________________________
17951 [  3259] By: jhi                                   on 1999/04/13  23:12:52
17952         Log: LDLIBPTH also on 'clean' targets.
17953      Branch: cfgperl
17954            ! Makefile.SH
17955 ____________________________________________________________________________
17956 [  3258] By: jhi                                   on 1999/04/13  21:38:46
17957         Log: Add information about the two DEC C compiler optimizer bugs
17958              (what patch levels of the compilers fix them).
17959      Branch: cfgperl
17960            ! pp.c t/op/repeat.t
17961 ____________________________________________________________________________
17962 [  3257] By: jhi                                   on 1999/04/13  14:25:08
17963         Log: Be polite about ccdlflags and lddflags, too.
17964              Avoid Perl's malloc only when threaded.
17965      Branch: cfgperl
17966            ! hints/aix.sh
17967 ____________________________________________________________________________
17968 [  3256] By: jhi                                   on 1999/04/13  10:21:33
17969         Log: Croak if no known ways to semctl() (don't assume union semun).
17970      Branch: cfgperl
17971            ! doio.c perl.h
17972 ____________________________________________________________________________
17973 [  3255] By: jhi                                   on 1999/04/13  09:10:26
17974         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17975              To: perl5-porters@perl.org, vmsperl@perl.org
17976              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
17977              Date: Mon, 12 Apr 1999 13:36:48 -0700
17978              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
17979      Branch: cfgperl
17980            ! lib/ExtUtils/MM_VMS.pm
17981 ____________________________________________________________________________
17982 [  3254] By: jhi                                   on 1999/04/13  06:56:26
17983         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17984              To: perlbug@perl.com
17985              Subject: Update for OpenBSD hints
17986              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
17987              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
17988      Branch: cfgperl
17989            ! hints/openbsd.sh
17990 ____________________________________________________________________________
17991 [  3229] By: chip                                  on 1999/04/13  04:04:14
17992         Log: Preserve errno from importunities of sfio.
17993      Branch: maint-5.004/perl
17994            ! pp_ctl.c util.c
17995 ____________________________________________________________________________
17996 [  3226] By: jhi                                   on 1999/04/11  12:52:26
17997         Log: If both ways to call semctl are broken,    skip the tests.
17998      Branch: cfgperl
17999            ! t/lib/ipc_sysv.t
18000 ____________________________________________________________________________
18001 [  3225] By: jhi                                   on 1999/04/10  22:27:28
18002         Log: From: Andy Dougherty <doughera@lafayette.edu>
18003              To: dsembr01@ox.slug.louisville.edu
18004              Cc: perlbug@perl.com
18005              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
18006              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
18007              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
18008      Branch: cfgperl
18009            ! ext/POSIX/POSIX.xs
18010 ____________________________________________________________________________
18011 [  3224] By: jhi                                   on 1999/04/09  18:50:32
18012         Log: From: Andy Dougherty <doughera@lafayette.edu>
18013              To: Perl Porters <perl5-porters@perl.org>
18014              Subject: [PATCH 5.005_56] Re: prefix= in hints
18015              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
18016              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
18017              
18018              (Overrides change #3204 from Kurt)
18019      Branch: cfgperl
18020            ! hints/linux.sh
18021 ____________________________________________________________________________
18022 [  3223] By: jhi                                   on 1999/04/09  18:37:55
18023         Log: Understand Apollo's //node notation.
18024              
18025              From: Johann Klasek <jk@auto.tuwien.ac.at>
18026              To: jhi@iki.fi
18027              Subject: Re: DomainPerl
18028              Date: Fri, 9 Apr 1999 18:21:37 +0200
18029              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
18030      Branch: cfgperl
18031            ! lib/Cwd.pm
18032 ____________________________________________________________________________
18033 [  3220] By: jhi                                   on 1999/04/04  16:33:49
18034         Log: Integrate from mainperl.
18035      Branch: cfgperl
18036           !> (integrate 39 files)
18037 ____________________________________________________________________________
18038 [  3219] By: gsar                                  on 1999/04/04  02:48:17
18039         Log: tweak previous change
18040      Branch: maint-5.005/perl
18041            ! win32/win32.c
18042 ____________________________________________________________________________
18043 [  3218] By: gsar                                  on 1999/04/04  02:44:47
18044         Log: be careful about extending the stack for the Win32:: builtins
18045      Branch: maint-5.005/perl
18046            ! win32/win32.c
18047 ____________________________________________________________________________
18048 [  3217] By: gsar                                  on 1999/04/04  01:59:26
18049         Log: correct places that said newSVpv() when they meant newSVpvn()
18050      Branch: perl
18051            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
18052            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
18053            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18054            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
18055            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
18056            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
18057            ! win32/win32.c
18058 ____________________________________________________________________________
18059 [  3216] By: gsar                                  on 1999/04/03  23:58:27
18060         Log: avoid duplicate code
18061      Branch: perl
18062            ! sv.c
18063 ____________________________________________________________________________
18064 [  3215] By: gsar                                  on 1999/04/03  23:14:34
18065         Log: grow PL_tmps_stack more efficiently; make it more amenable to
18066              STRESS_REALLOC testing
18067      Branch: perl
18068            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
18069            ! sv.c
18070 ____________________________________________________________________________
18071 [  3214] By: gsar                                  on 1999/04/03  21:01:09
18072         Log: scrounge and save three extra branches in pp_entersub()
18073      Branch: perl
18074            ! cv.h pp_ctl.c pp_hot.c
18075 ____________________________________________________________________________
18076 [  3213] By: gsar                                  on 1999/04/03  17:43:23
18077         Log: remove duplicate code and an extra branch in sv_setsv() and
18078              other hot code by making SvTHINKFIRST() think about FAKE SVs
18079      Branch: perl
18080            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
18081            ! proto.h scope.c sv.c sv.h
18082 ____________________________________________________________________________
18083 [  3212] By: jhi                                   on 1999/04/03  16:20:09
18084         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
18085              
18086              From: John Bley <jbb6@acpub.duke.edu>
18087              To: perlbug@perl.org
18088              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
18089              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
18090              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
18091      Branch: cfgperl
18092            ! doio.c pp_sys.c
18093 ____________________________________________________________________________
18094 [  3211] By: jhi                                   on 1999/04/03  13:27:26
18095         Log: Change #3210 was rather unportable.  This is better.
18096      Branch: cfgperl
18097            ! Configure config_h.SH
18098 ____________________________________________________________________________
18099 [  3210] By: jhi                                   on 1999/04/03  13:16:20
18100         Log: Avoid Digital UNIX' ksh.
18101              
18102              From: Jarkko Hietaniemi <jhi@iki.fi> 
18103              To: Henrik Tougaard <ht000@siberut.foa.dk> 
18104              Cc: perlbug@perl.com, ht000@foa.dk 
18105              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
18106              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
18107              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
18108      Branch: cfgperl
18109            ! Configure config_h.SH
18110 ____________________________________________________________________________
18111 [  3209] By: jhi                                   on 1999/04/03  12:49:04
18112         Log: Integrate from mainperl.
18113      Branch: cfgperl
18114           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
18115 ____________________________________________________________________________
18116 [  3208] By: jhi                                   on 1999/04/03  12:27:24
18117         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
18118              
18119              From: Lionel Cons <lionel.cons@cern.ch>
18120              To: jhi@iki.fi
18121              Cc: perlbug@perl.com, kstar@isinet.com,
18122              Philippe Defert <philippe.defert@cern.ch>
18123              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
18124              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
18125              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
18126      Branch: cfgperl
18127            ! hints/irix_6.sh
18128 ____________________________________________________________________________
18129 [  3207] By: jhi                                   on 1999/04/03  12:20:21
18130         Log: Be polite about usemymalloc.
18131      Branch: cfgperl
18132            ! hints/aix.sh
18133 ____________________________________________________________________________
18134 [  3206] By: gsar                                  on 1999/04/02  23:31:59
18135         Log: a typo in change#3205
18136      Branch: perl
18137            ! t/lib/bigfloatpm.t
18138 ____________________________________________________________________________
18139 [  3205] By: gsar                                  on 1999/04/02  23:20:31
18140         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
18141              returns NaNs faithfully)
18142      Branch: perl
18143            ! t/lib/bigfloatpm.t
18144 ____________________________________________________________________________
18145 [  3204] By: jhi                                   on 1999/04/02  22:03:23
18146         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
18147              
18148              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18149              To: perl5-porters@perl.org
18150              Subject: linux hints nit
18151              Date: Fri, 2 Apr 1999 16:49:47 -0500
18152              Message-ID: <19990402164947.E80926@O2.chapin.edu>
18153      Branch: cfgperl
18154            ! hints/linux.sh
18155 ____________________________________________________________________________
18156 [  3203] By: jhi                                   on 1999/04/02  22:00:56
18157         Log: Display exact glibc version in Linux. 
18158              
18159              From: Andy Dougherty <doughera@lafayette.edu>
18160              To: Perl Porters <perl5-porters@perl.org>
18161              Subject: Displaying glibc version on Linux
18162              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
18163              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
18164      Branch: cfgperl
18165            ! hints/linux.sh
18166 ____________________________________________________________________________
18167 [  3202] By: gsar                                  on 1999/04/02  21:23:18
18168         Log: various little goofs
18169      Branch: perl
18170            ! Changes Makefile.SH README installperl
18171 ____________________________________________________________________________
18172 [  3201] By: jhi                                   on 1999/04/02  13:13:39
18173         Log: Configure regen.
18174              
18175              Add llseek + offset_t probing.
18176              Change CONFIG to CONFIGDOTSH.
18177              'unset foo' is unportable, use foo=''.
18178      Branch: cfgperl
18179            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18180            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
18181            ! perl_exp.SH writemain.SH
18182 ____________________________________________________________________________
18183 [  3200] By: jhi                                   on 1999/04/02  12:06:22
18184         Log: Introduce myconfig.SH.
18185              
18186              From: Andy Dougherty <doughera@lafayette.edu>
18187              To: Jarkko Hietaniemi <jhi@iki.fi>
18188              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
18189              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
18190              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
18191              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
18192      Branch: cfgperl
18193            + myconfig.SH
18194            - myconfig
18195            ! MANIFEST
18196 ____________________________________________________________________________
18197 [  3195] By: jhi                                   on 1999/03/28  16:42:54
18198         Log: Update perlhist on 5_03.
18199      Branch: maint-5.005/perl
18200            ! pod/perlhist.pod
18201 ____________________________________________________________________________
18202 [  3194] By: jhi                                   on 1999/03/28  12:30:01
18203         Log: Integrate from mainperl.
18204      Branch: cfgperl
18205           +> t/op/grep.t
18206            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
18207            ! t/lib/bigintpm.t
18208           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
18209           !> t/lib/thread.t
18210 ____________________________________________________________________________
18211 [  3189] By: gsar                                  on 1999/03/28  08:22:00
18212         Log: various pod niggles
18213      Branch: maint-5.005/perl
18214            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
18215            ! pod/perlfunc.pod pod/perlhist.pod
18216 ____________________________________________________________________________
18217 [  3187] By: gsar                                  on 1999/03/28  07:31:16
18218         Log: regularize CAPI declarations (CAPI extensions now build under
18219              the Borland compiler)
18220      Branch: maint-5.005/perl
18221            ! win32/GenCAPI.pl
18222 ____________________________________________________________________________
18223 [  3186] By: gsar                                  on 1999/03/28  07:26:33
18224         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
18225              -DPERL_CAPI
18226      Branch: maint-5.005/perl
18227            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18228 ____________________________________________________________________________
18229 [  3183] By: gsar                                  on 1999/03/28  06:00:46
18230         Log: update p4 utility to ignore non-text files
18231      Branch: perl
18232            ! Porting/p4desc
18233 ____________________________________________________________________________
18234 [  3181] By: gsar                                  on 1999/03/28  03:37:23
18235         Log: integrate change#3179 from maint-5.005
18236      Branch: perl
18237           !> ext/Thread/Thread.xs t/lib/thread.t
18238 ____________________________________________________________________________
18239 [  3180] By: gsar                                  on 1999/03/28  02:28:20
18240         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
18241              (sometimes caused bizarreness in the BLOCK)
18242      Branch: perl
18243            + t/op/grep.t
18244            ! MANIFEST op.c
18245 ____________________________________________________________________________
18246 [  3179] By: gsar                                  on 1999/03/28  02:14:04
18247         Log: fix thread segfault when passing large number of arguments to child
18248              a la C<Thread->new($foo, 1..1000)>
18249      Branch: maint-5.005/perl
18250            ! ext/Thread/Thread.xs t/lib/thread.t
18251 ____________________________________________________________________________
18252 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
18253         Log: fix $Config{'usethreads'} typo in perlthrtut
18254              
18255              From: Ian Maloney <szhmf9@wsblob.ubs.com>
18256              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
18257              Message-Id: <199903251540.QAA02439@wsblob.>
18258              Subject: perlthrtut documentation error
18259      Branch: maint-5.005/perl
18260            ! pod/perlthrtut.pod
18261 ____________________________________________________________________________
18262 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
18263         Log: Update Test.pm to VERSION 1.122 from CPAN
18264      Branch: maint-5.005/perl
18265            ! lib/Test.pm
18266 ____________________________________________________________________________
18267 [  3171] By: jhi                                   on 1999/03/26  22:38:28
18268         Log: Integrate from mainperl.
18269      Branch: cfgperl
18270           !> (integrate 37 files)
18271 ____________________________________________________________________________
18272 [  3170] By: gsar                                  on 1999/03/26  01:30:25
18273         Log: specify type of bracket in "Unmatched bracket" diagnostic;
18274              prefer 'brace' or 'curly bracket' over 'curly brace'
18275      Branch: perl
18276            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
18277            ! t/op/misc.t t/op/re_tests toke.c
18278 ____________________________________________________________________________
18279 [  3169] By: gsar                                  on 1999/03/26  00:50:51
18280         Log: better description of "Integer overflow" diagnostic
18281      Branch: perl
18282            ! pod/perldiag.pod
18283 ____________________________________________________________________________
18284 [  3168] By: gsar                                  on 1999/03/25  11:02:46
18285         Log: applied needful parts of suggested patch
18286              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
18287              Date: Tue, 23 Mar 1999 16:21:43 -0800
18288              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
18289              Subject: [PATCH 5.005_56] pp_formline correction
18290      Branch: perl
18291            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
18292 ____________________________________________________________________________
18293 [  3167] By: gsar                                  on 1999/03/25  10:39:02
18294         Log: clarify what a "comment" means (due to Mark-Jason Dominus
18295              <mjd@plover.com>)
18296      Branch: perl
18297            ! pod/perlsyn.pod
18298 ____________________________________________________________________________
18299 [  3166] By: gsar                                  on 1999/03/25  10:33:18
18300         Log: describe current behavior on local($foo{nothere}) (suggested by
18301              Lionel Cons <lionel.cons@cern.ch>)
18302      Branch: perl
18303            ! pod/perlsub.pod
18304 ____________________________________________________________________________
18305 [  3165] By: gsar                                  on 1999/03/25  06:21:05
18306         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
18307              <vishalb@hotmail.com>)
18308      Branch: perl
18309            ! ext/B/B/C.pm
18310 ____________________________________________________________________________
18311 [  3164] By: gsar                                  on 1999/03/25  06:17:27
18312         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18313              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
18314              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
18315              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
18316      Branch: perl
18317            ! ext/B/B.xs op.h opcode.pl
18318 ____________________________________________________________________________
18319 [  3163] By: gsar                                  on 1999/03/25  06:15:49
18320         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
18321              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
18322              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
18323              Subject: [PATCH _56] B::Deparse 0.57
18324              --
18325              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
18326              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
18327              Subject: Re: [PATCH _56] B::Deparse 0.57 
18328      Branch: perl
18329            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
18330 ____________________________________________________________________________
18331 [  3162] By: gsar                                  on 1999/03/25  06:11:46
18332         Log: fix a few places that said 'int', but meant 'STRLEN'
18333      Branch: perl
18334            ! pod/perlguts.pod proto.h sv.c
18335 ____________________________________________________________________________
18336 [  3161] By: gsar                                  on 1999/03/25  06:01:18
18337         Log: From: Russ Allbery <rra@stanford.edu>
18338              Date: 22 Mar 1999 04:26:26 -0800
18339              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
18340              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
18341      Branch: perl
18342            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
18343            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
18344            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
18345            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
18346 ____________________________________________________________________________
18347 [  3160] By: gsar                                  on 1999/03/25  02:26:31
18348         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
18349      Branch: perl
18350            ! opcode.h opcode.pl
18351 ____________________________________________________________________________
18352 [  3159] By: gsar                                  on 1999/03/25  02:18:17
18353         Log: add statement-modifier loops to :base_loop class
18354      Branch: perl
18355            ! ext/Opcode/Opcode.pm
18356 ____________________________________________________________________________
18357 [  3158] By: gsar                                  on 1999/03/25  00:36:57
18358         Log: integrate changes#3105,3130,3154 from maint-5.005
18359      Branch: perl
18360           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
18361 ____________________________________________________________________________
18362 [  3157] By: gsar                                  on 1999/03/25  00:24:17
18363         Log: remove bogus panic()
18364      Branch: perl
18365            ! Changes lib/Math/BigFloat.pm
18366 ____________________________________________________________________________
18367 [  3156] By: jhi                                   on 1999/03/24  22:43:43
18368         Log: Integrate from mainperl.
18369      Branch: cfgperl
18370           +> (branch 38 files)
18371           !> (integrate 68 files)
18372 ____________________________________________________________________________
18373 [  3155] By: jhi                                   on 1999/03/24  22:12:17
18374         Log: Configure regenerated because of changes #3130/#3154 and #3147.
18375      Branch: cfgperl
18376            ! Configure config_h.SH
18377 ____________________________________________________________________________
18378 [  3154] By: jhi                                   on 1999/03/24  21:40:51
18379         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
18380              based on suggestions from Andy Dougherty.
18381      Branch: maint-5.005/perl
18382            ! INSTALL
18383 ____________________________________________________________________________
18384 [  3153] By: gsar                                  on 1999/03/24  10:38:05
18385         Log: applied suggested patch, modulo superceded parts
18386              From: Charles Bailey <BAILEY@newman.upenn.edu>
18387              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
18388              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
18389              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
18390      Branch: perl
18391            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
18392            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
18393            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
18394            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
18395 ____________________________________________________________________________
18396 [  3152] By: gsar                                  on 1999/03/24  10:30:51
18397         Log: applied suggested patch, modulo superceded parts
18398              From: Charles Bailey <BAILEY@newman.upenn.edu>
18399              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
18400              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
18401              Subject: [PATCH 5.005_56] Miscellaneous small fixes
18402      Branch: perl
18403            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
18404            ! lib/File/Basename.pm
18405 ____________________________________________________________________________
18406 [  3151] By: gsar                                  on 1999/03/24  10:15:00
18407         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
18408      Branch: perl
18409            ! pod/perlop.pod
18410 ____________________________________________________________________________
18411 [  3150] By: gsar                                  on 1999/03/24  10:09:13
18412         Log: missing integration in previous change
18413      Branch: perl
18414           !> README.apollo
18415 ____________________________________________________________________________
18416 [  3149] By: gsar                                  on 1999/03/24  10:06:44
18417         Log: integrate changes#3116,3119 from maint-5.005
18418      Branch: perl
18419            + README.apollo
18420           +> apollo/netinet/in.h
18421           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
18422 ____________________________________________________________________________
18423 [  3148] By: gsar                                  on 1999/03/24  10:01:56
18424         Log: integrate changes#3091-3094 from maint-5.005
18425      Branch: perl
18426           !> README.hurd vms/subconfigure.com vos/config.h
18427           !> vos/config_h.SH_orig
18428 ____________________________________________________________________________
18429 [  3147] By: gsar                                  on 1999/03/24  09:31:49
18430         Log: warn about newfangled vfork() caveats
18431      Branch: perl
18432            ! Configure
18433 ____________________________________________________________________________
18434 [  3146] By: jhi                                   on 1999/03/24  09:20:14
18435         Log: Bring in changes #2808 and #2812 (from mainline perl)
18436              that enhance the perlbug checklist.
18437      Branch: maint-5.005/perl
18438            ! utils/perlbug.PL
18439 ____________________________________________________________________________
18440 [  3145] By: gsar                                  on 1999/03/24  08:37:02
18441         Log: integrate change#3115 from maint-5.005
18442      Branch: perl
18443           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18444           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
18445 ____________________________________________________________________________
18446 [  3144] By: gsar                                  on 1999/03/24  08:33:59
18447         Log: add note about map in scalar context
18448      Branch: perl
18449            ! pod/perlfunc.pod
18450 ____________________________________________________________________________
18451 [  3143] By: gsar                                  on 1999/03/24  08:25:59
18452         Log: doc tweak
18453      Branch: perl
18454            ! lib/Time/Local.pm
18455 ____________________________________________________________________________
18456 [  3142] By: gsar                                  on 1999/03/24  08:20:37
18457         Log: applied suggested patch, modulo bogus hunk
18458              From: "Vishal Bhatia" <vishalb@hotmail.com>
18459              Date: Thu, 11 Mar 1999 07:40:27 PST
18460              Message-ID: <19990311154027.25891.qmail@hotmail.com>
18461              Subject: [PATCH 5.005_56] Minor fixes in perlcc
18462      Branch: perl
18463            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
18464 ____________________________________________________________________________
18465 [  3141] By: gsar                                  on 1999/03/24  08:06:12
18466         Log: integrate change#3104 from maint-5.005
18467      Branch: perl
18468           !> README.os390 t/lib/posix.t
18469 ____________________________________________________________________________
18470 [  3140] By: gsar                                  on 1999/03/24  06:34:56
18471         Log: fix failure of C<&locked_sub;> under -Dusethreads
18472      Branch: perl
18473            ! pp_hot.c t/lib/thread.t
18474 ____________________________________________________________________________
18475 [  3139] By: gsar                                  on 1999/03/24  05:52:00
18476         Log: debugger tweak (wasn't printing a newline after recalled commands)
18477      Branch: perl
18478            ! lib/perl5db.pl
18479 ____________________________________________________________________________
18480 [  3138] By: gsar                                  on 1999/03/24  05:33:28
18481         Log: document OO exceptions (based on a suggestion by Andreas Koenig
18482              <andreas.koenig@anima.de>)
18483      Branch: perl
18484            ! pod/perlfunc.pod
18485 ____________________________________________________________________________
18486 [  3137] By: gsar                                  on 1999/03/24  02:50:20
18487         Log: better "Illegal %s digit ignored" warnings
18488      Branch: perl
18489            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
18490            ! toke.c util.c
18491 ____________________________________________________________________________
18492 [  3136] By: gsar                                  on 1999/03/24  02:26:38
18493         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
18494      Branch: perl
18495            + t/pragma/utf8.t
18496            ! regcomp.c
18497 ____________________________________________________________________________
18498 [  3135] By: gsar                                  on 1999/03/24  01:29:09
18499         Log: flip release & version in win32_uname()
18500      Branch: perl
18501            ! win32/win32.c
18502 ____________________________________________________________________________
18503 [  3134] By: gsar                                  on 1999/03/24  01:08:33
18504         Log: support POSIX::uname() via win32_uname()
18505      Branch: perl
18506            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
18507            ! win32/config.gc win32/config.vc win32/config_H.bc
18508            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
18509            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
18510 ____________________________________________________________________________
18511 [  3133] By: gsar                                  on 1999/03/23  22:20:10
18512         Log: From: jan.dubois@ibm.net (Jan Dubois)
18513              Date: Sat, 06 Mar 1999 21:42:56 +0100
18514              Message-ID: <36e49281.50337171@smtp1.ibm.net>
18515              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
18516      Branch: perl
18517            ! pod/perldelta.pod
18518 ____________________________________________________________________________
18519 [  3132] By: gsar                                  on 1999/03/23  22:17:45
18520         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
18521              Date: Sat, 06 Mar 1999 17:50:49 +0100
18522              Message-ID: <36e25209.33833760@smtp1.ibm.net>
18523              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
18524              --
18525              Date: Sat, 06 Mar 1999 18:15:00 +0100
18526              Message-ID: <36e36222.37954195@smtp1.ibm.net>
18527              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
18528      Branch: perl
18529            + t/lib/filefunc.t
18530            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
18531            ! pod/perldelta.pod pod/perlmodlib.pod
18532 ____________________________________________________________________________
18533 [  3131] By: gsar                                  on 1999/03/23  22:07:59
18534         Log: integrate cfgperl changes into mainline
18535      Branch: perl
18536           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
18537           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
18538           !> installperl malloc.c perl.c perl.h pod/perl.pod
18539           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
18540 ____________________________________________________________________________
18541 [  3130] By: jhi                                   on 1999/03/23  22:02:23
18542         Log: Don't use config.msg to remind about the
18543              LD_LIBRARY_PATH because Makefile.SH takes
18544              care of that.
18545              
18546              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
18547              This used to be the default but in some MT or another it
18548              was dropped because of some transient error or another.
18549      Branch: maint-5.005/perl
18550            ! Configure hints/dec_osf.sh
18551 ____________________________________________________________________________
18552 [  3129] By: gsar                                  on 1999/03/23  21:38:03
18553         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
18554              to size    and better maintainability)
18555      Branch: perl
18556            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
18557            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
18558            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
18559            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
18560            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
18561            + t/pod/include.xr t/pod/included.t t/pod/included.xr
18562            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
18563            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
18564            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
18565            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
18566            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
18567            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
18568            ! win32/Makefile win32/makefile.mk win32/pod.mak
18569 ____________________________________________________________________________
18570 [  3128] By: jhi                                   on 1999/03/23  10:14:54
18571         Log: Integrate from mainperl.
18572      Branch: cfgperl
18573           !> (integrate 46 files)
18574 ____________________________________________________________________________
18575 [  3127] By: gsar                                  on 1999/03/23  06:57:30
18576         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
18577              Date: Thu, 4 Mar 1999 10:54:01 -0800
18578              Message-Id: <9903041854.AA46868@frc0000>
18579              Subject: patch for useless Math::BigInt warnings
18580      Branch: perl
18581            ! lib/Math/BigInt.pm
18582 ____________________________________________________________________________
18583 [  3126] By: gsar                                  on 1999/03/23  05:54:37
18584         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
18585              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18586              Date: Fri, 19 Feb 1999 15:47:59 -0500
18587              Message-ID: <19990219154759.A32350@O2.chapin.edu>
18588              Subject: [PATCH] OSF/1 hints
18589      Branch: perl
18590            ! hints/dec_osf.sh
18591 ____________________________________________________________________________
18592 [  3125] By: gsar                                  on 1999/03/23  00:56:38
18593         Log: avoid typeglob persistence in pp_readline()
18594      Branch: perl
18595            ! sv.c t/op/gv.t
18596 ____________________________________________________________________________
18597 [  3124] By: gsar                                  on 1999/03/22  21:12:23
18598         Log: update copyright years
18599      Branch: perl
18600            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
18601            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
18602            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
18603            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
18604            ! sv.c sv.h toke.c utf8.c utf8.h util.c
18605 ____________________________________________________________________________
18606 [  3123] By: gsar                                  on 1999/03/22  07:07:06
18607         Log: implement win32_spawnvp() internally, making it return true PIDs
18608              for asynchronous spawns; fix win32_kill() to always deal with
18609              PIDs
18610      Branch: perl
18611            ! win32/win32.c win32/win32.h
18612 ____________________________________________________________________________
18613 [  3122] By: jhi                                   on 1999/03/19  21:12:14
18614         Log: Describe the new Benchmark feature in more detail.
18615      Branch: cfgperl
18616            ! pod/perldelta.pod
18617      Branch: maint-5.005/perl
18618            ! pod/perldelta.pod
18619 ____________________________________________________________________________
18620 [  3121] By: jhi                                   on 1999/03/19  08:16:12
18621         Log: AVAILABILITY tuning.
18622      Branch: cfgperl
18623            ! pod/perl.pod
18624      Branch: maint-5.005/perl
18625            ! pod/perl.pod
18626 ____________________________________________________________________________
18627 [  3120] By: jhi                                   on 1999/03/17  14:52:17
18628         Log: Rhapsody change assumed too much.
18629      Branch: cfgperl
18630            ! t/op/stat.t
18631 ____________________________________________________________________________
18632 [  3119] By: jhi                                   on 1999/03/17  14:33:43
18633         Log: More Apollo fixes.
18634      Branch: maint-5.005/perl
18635            ! README.apollo hints/apollo.sh t/lib/io_udp.t
18636 ____________________________________________________________________________
18637 [  3118] By: jhi                                   on 1999/03/16  17:23:39
18638         Log: Nada.
18639      Branch: maint-5.005/perl
18640            ! README.apollo
18641 ____________________________________________________________________________
18642 [  3117] By: jhi                                   on 1999/03/16  17:18:49
18643         Log: Apollo DomainOS AVAILABILITY.
18644      Branch: cfgperl
18645            ! pod/perl.pod
18646      Branch: maint-5.005/perl
18647            ! pod/perl.pod
18648 ____________________________________________________________________________
18649 [  3116] By: jhi                                   on 1999/03/16  17:14:00
18650         Log: Apollo DomainOS patch
18651              From: Johann Klasek <jk@auto.tuwien.ac.at>
18652              Subject: Re: DomainPerl
18653              Date: Tue, 16 Mar 1999 17:46:32 +0100
18654              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
18655      Branch: maint-5.005/perl
18656            + README.apollo apollo/netinet/in.h
18657            ! MANIFEST hints/apollo.sh
18658 ____________________________________________________________________________
18659 [  3115] By: jhi                                   on 1999/03/16  14:23:54
18660         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
18661              To: Gurusamy Sarathy <gsar@activestate.com>,
18662              Graham Barr <gbarr@pobox.com>
18663              Cc: Perl5 Porters <perl5-porters@perl.org>,
18664              "Paul.Marquess" <Paul.Marquess@btinternet.com>
18665              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
18666              Date: Sun, 14 Mar 1999 14:43:57 -0000
18667              Message-Id: <199903141841.NAA17040@defender.perl.org>
18668      Branch: maint-5.005/perl
18669            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18670            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
18671 ____________________________________________________________________________
18672 [  3114] By: jhi                                   on 1999/03/16  12:42:20
18673         Log: Mention Rhapsody in 5.005_5X perldelta,
18674              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
18675              *planned* AVAILABILITY.
18676      Branch: cfgperl
18677            ! pod/perl.pod pod/perldelta.pod
18678      Branch: maint-5.005/perl
18679            ! pod/perl.pod
18680 ____________________________________________________________________________
18681 [  3113] By: jhi                                   on 1999/03/16  10:38:53
18682         Log: perldelta niggling.
18683      Branch: cfgperl
18684            ! pod/perldelta.pod
18685      Branch: maint-5.005/perl
18686            ! pod/perldelta.pod
18687 ____________________________________________________________________________
18688 [  3112] By: jhi                                   on 1999/03/16  10:35:21
18689         Log: Integrate from mainperl.
18690      Branch: cfgperl
18691           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18692           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18693 ____________________________________________________________________________
18694 [  3111] By: jhi                                   on 1999/03/16  10:28:10
18695         Log: AVAILABILITY update: still mention PowerUX,
18696              Novell Netware now has sources available.
18697      Branch: cfgperl
18698            ! pod/perl.pod
18699      Branch: maint-5.005/perl
18700            ! pod/perl.pod
18701 ____________________________________________________________________________
18702 [  3110] By: gsar                                  on 1999/03/16  04:34:23
18703         Log: sundry pod niggles
18704      Branch: perl
18705            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
18706            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
18707 ____________________________________________________________________________
18708 [  3109] By: jhi                                   on 1999/03/15  17:00:11
18709         Log: Integrate from mainperl.
18710      Branch: cfgperl
18711           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18712           +> lib/unicode/Is/Syllable.pl
18713           +> lib/unicode/MakeEthiopicSyllables.PL
18714           +> lib/unicode/README.Ethiopic
18715           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18716           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18717           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18718           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18719           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18720           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18721           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18722           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
18723 ____________________________________________________________________________
18724 [  3108] By: jhi                                   on 1999/03/15  16:58:12
18725         Log: First pass of integrating the Rhapsody port,
18726              
18727              From: Wilfredo Sanchez <wsanchez@apple.com> 
18728              Subject: Keeping the world in sync.
18729              Reply-To: wsanchez@apple.com 
18730              To: perlbug@perl.com 
18731              Date: Fri, 13 Nov 1998 17:11:30 -0800 
18732              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
18733      Branch: cfgperl
18734            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
18735            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
18736            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
18737            ! x2p/util.c
18738 ____________________________________________________________________________
18739 [  3107] By: gsar                                  on 1999/03/15  03:22:10
18740         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
18741              From: Daniel Yacob <dmulholl@cs.indiana.edu>
18742              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
18743              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
18744              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
18745      Branch: perl
18746            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
18747            + lib/unicode/Is/Syllable.pl
18748            + lib/unicode/MakeEthiopicSyllables.PL
18749            + lib/unicode/README.Ethiopic
18750            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
18751            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
18752            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
18753            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
18754            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
18755            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
18756            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
18757            ! lib/unicode/Name.pl lib/unicode/Number.pl
18758 ____________________________________________________________________________
18759 [  3106] By: gsar                                  on 1999/03/12  20:35:36
18760         Log: change#3067 failed package.t due to needless creation of $a and $b;
18761              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
18762      Branch: perl
18763            ! op.c
18764 ____________________________________________________________________________
18765 [  3105] By: jhi                                   on 1999/03/12  15:54:57
18766         Log: Recognize the NetBSD packages collection.
18767      Branch: maint-5.005/perl
18768            ! hints/netbsd.sh
18769 ____________________________________________________________________________
18770 [  3104] By: jhi                                   on 1999/03/12  09:07:04
18771         Log: From: pvhp@forte.com (Peter Prymmer)
18772              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
18773              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
18774              Date: Thu, 11 Mar 99 14:24:54 PST
18775              Message-Id: <9903112224.AA24346@forte.com>
18776      Branch: maint-5.005/perl
18777            ! README.os390 t/lib/posix.t
18778 ____________________________________________________________________________
18779 [  3103] By: jhi                                   on 1999/03/10  11:07:46
18780         Log: Integrate from mainperl.
18781      Branch: cfgperl
18782           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
18783           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
18784           !> t/pragma/warn/1global toke.c win32/makedef.pl
18785 ____________________________________________________________________________
18786 [  3102] By: jhi                                   on 1999/03/10  11:01:20
18787         Log: From: pvhp@forte.com (Peter Prymmer)
18788              To: perl5-porters@perl.org
18789              Subject: [5.005_03-MT6]Patch: time passes
18790              Date: Tue, 9 Mar 99 18:42:17 PST
18791              Message-Id: <9903100242.AA29057@forte.com>
18792      Branch: maint-5.005/perl
18793            ! perl.c
18794 ____________________________________________________________________________
18795 [  3101] By: jhi                                   on 1999/03/10  10:30:15
18796         Log: From: Mark-Jason Dominus <mjd@plover.com>
18797              To: perl5-porters@perl.com
18798              Subject: Minor fix to perlfunc.pod
18799              Date: Mon, 08 Mar 1999 20:05:53 -0500
18800              Message-ID: <19990309010553.13757.qmail@plover.com>
18801      Branch: maint-5.005/perl
18802            ! pod/perlfunc.pod
18803 ____________________________________________________________________________
18804 [  3100] By: gsar                                  on 1999/03/09  23:04:44
18805         Log: change#3060 had the wrong quotes
18806      Branch: perl
18807            ! pod/pod2man.PL
18808 ____________________________________________________________________________
18809 [  3099] By: jhi                                   on 1999/03/09  12:52:21
18810         Log: d_uname was broken (probably since _53), reported by
18811              
18812              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18813              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
18814              cpan-testers@perl.org
18815              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
18816              Date: Mon, 08 Mar 1999 13:22:31 +0000
18817              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
18818              
18819              and
18820              
18821              From: lvirden@cas.org (Larry W. Virden)
18822              To: perlbug@perl.com
18823              Subject: configure not correctly identifying uname posix compatibility
18824              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
18825              Message-Id: <199903081136.GAA23682@cas.org>
18826      Branch: cfgperl
18827            ! Configure config_h.SH
18828 ____________________________________________________________________________
18829 [  3098] By: gsar                                  on 1999/03/09  03:16:07
18830         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
18831      Branch: perl
18832            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
18833 ____________________________________________________________________________
18834 [  3097] By: gsar                                  on 1999/03/09  02:50:43
18835         Log: use yyerror() instead of croak() so that compile-time failures in
18836              my(LIST) don't confuse globals with lexicals
18837      Branch: perl
18838            ! op.c toke.c
18839 ____________________________________________________________________________
18840 [  3096] By: gsar                                  on 1999/03/09  02:47:36
18841         Log: adjust testsuite for change#3067
18842      Branch: perl
18843            ! t/pragma/warn/1global
18844 ____________________________________________________________________________
18845 [  3095] By: gsar                                  on 1999/03/08  21:04:48
18846         Log: remove bogus symbols from global.sym
18847      Branch: perl
18848            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
18849            ! perl.h win32/makedef.pl
18850 ____________________________________________________________________________
18851 [  3094] By: jhi                                   on 1999/03/06  16:16:15
18852         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18853              To: jhi@iki.fi
18854              Subject: Oops
18855              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
18856              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
18857      Branch: maint-5.005/perl
18858            ! README.hurd
18859 ____________________________________________________________________________
18860 [  3093] By: jhi                                   on 1999/03/06  15:59:46
18861         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
18862              To: jhi@iki.fi
18863              Subject: New Hurd README
18864              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
18865              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
18866      Branch: maint-5.005/perl
18867            ! README.hurd
18868 ____________________________________________________________________________
18869 [  3092] By: jhi                                   on 1999/03/06  12:52:06
18870         Log: From: Paul_Green@stratus.com
18871              To: perl5-porters@perl.org
18872              Cc: jhi@iki.fi, Paul_Green@stratus.com
18873              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
18874              Date: Fri, 5 Mar 1999 18:08:49 -0500 
18875              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
18876      Branch: maint-5.005/perl
18877            ! vos/config.h vos/config_h.SH_orig
18878 ____________________________________________________________________________
18879 [  3091] By: jhi                                   on 1999/03/06  12:42:21
18880         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18881              To: perl5-porters@perl.org, vmsperl@perl.org
18882              Subject: [PATCH 5.005_03-MT6]VMS build patch
18883              Date: Fri, 05 Mar 1999 12:36:19 -0800
18884              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
18885      Branch: maint-5.005/perl
18886            ! vms/subconfigure.com
18887 ____________________________________________________________________________
18888 [  3090] By: gsar                                  on 1999/03/06  04:40:03
18889         Log: integrate change#3089 from mainline
18890              
18891              tolerate CRs after options
18892      Branch: maint-5.005/perl
18893           !> perl.c
18894 ____________________________________________________________________________
18895 [  3089] By: gsar                                  on 1999/03/06  04:30:40
18896         Log: tolerate CRs after options
18897      Branch: perl
18898            ! perl.c
18899 ____________________________________________________________________________
18900 [  3088] By: jhi                                   on 1999/03/05  12:49:01
18901         Log: Integrate from mainperl.
18902      Branch: cfgperl
18903           +> README.hurd
18904           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
18905 ____________________________________________________________________________
18906 [  3087] By: gsar                                  on 1999/03/05  06:41:16
18907         Log: adjust timeouts to accomodate slow/busy systems
18908      Branch: perl
18909            ! t/lib/io_sock.t
18910 ____________________________________________________________________________
18911 [  3083] By: gsar                                  on 1999/03/05  01:32:47
18912         Log: integrate change#3081 from maint-5.005
18913      Branch: perl
18914           !> ext/Errno/Errno_pm.PL
18915 ____________________________________________________________________________
18916 [  3082] By: gsar                                  on 1999/03/05  01:31:06
18917         Log: integrate change#2904 from maint-5.005
18918      Branch: perl
18919           +> README.hurd
18920           !> MANIFEST
18921 ____________________________________________________________________________
18922 [  3081] By: gsar                                  on 1999/03/05  00:14:33
18923         Log: protect against doubled backslashes
18924      Branch: maint-5.005/perl
18925            ! ext/Errno/Errno_pm.PL
18926 ____________________________________________________________________________
18927 [  3077] By: jhi                                   on 1999/03/04  08:10:13
18928         Log: Integrate from mainperl.
18929      Branch: cfgperl
18930           +> ext/B/B/Stash.pm
18931           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
18932           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
18933           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
18934           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
18935 ____________________________________________________________________________
18936 [  3076] By: jhi                                   on 1999/03/04  08:07:59
18937         Log: Regen config_h.SH once more because of *size, 
18938              noticed by
18939              
18940              From: Hans Mulder <hansm@icgned.icgroup.nl>
18941              To: Jarkko Hietaniemi <jhi@iki.fi>
18942              Cc: perl5-porters@perl.org
18943              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18944              Date: Thu,  4 Mar 99 00:10:45 +0100
18945              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18946      Branch: cfgperl
18947            ! Configure config_h.SH
18948 ____________________________________________________________________________
18949 [  3068] By: gsar                                  on 1999/03/04  05:48:03
18950         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
18951              Date: Thu,  4 Mar 99 00:10:45 +0100
18952              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
18953              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
18954      Branch: perl
18955            ! config_h.SH
18956 ____________________________________________________________________________
18957 [  3067] By: gsar                                  on 1999/03/04  05:44:32
18958         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
18959              From: Graham Barr <gbarr@ti.com>
18960              Date: Wed, 3 Mar 1999 17:23:56 -0600
18961              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
18962              Subject: Re: 'use strict' doesn't work for one-letter variables
18963      Branch: perl
18964            ! gv.c op.c
18965 ____________________________________________________________________________
18966 [  3066] By: gsar                                  on 1999/03/04  05:20:50
18967         Log: updates to compiler modules
18968              From: "Vishal Bhatia" <vishalb@hotmail.com>
18969              Date: Tue, 02 Mar 1999 23:27:25 PST
18970              Message-ID: <19990303072725.779.qmail@hotmail.com>
18971              Subject: PATCH 5.005_56 + Test procedure
18972      Branch: perl
18973            + ext/B/B/Stash.pm
18974            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
18975            ! lib/Test/Harness.pm utils/perlcc.PL
18976 ____________________________________________________________________________
18977 [  3065] By: gsar                                  on 1999/03/04  05:03:30
18978         Log: more s/s_/s!/ etc.
18979      Branch: perl
18980            ! pod/perldelta.pod pod/perlfunc.pod
18981 ____________________________________________________________________________
18982 [  3064] By: gsar                                  on 1999/03/04  04:50:45
18983         Log: integrate cfgperl contents into mainline
18984      Branch: perl
18985           !> Configure README.vms bytecode.h config_h.SH configure.com
18986           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
18987           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
18988           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
18989 ____________________________________________________________________________
18990 [  3063] By: gsar                                  on 1999/03/04  04:44:13
18991         Log: HP-UX has yet another spelling for /NaNQ?/
18992      Branch: perl
18993            ! t/lib/bigfloatpm.t
18994 ____________________________________________________________________________
18995 [  3062] By: gsar                                  on 1999/03/04  04:36:08
18996         Log: error-check for accept() test
18997      Branch: perl
18998            ! t/lib/io_sock.t
18999 ____________________________________________________________________________
19000 [  3061] By: gsar                                  on 1999/03/04  03:40:25
19001         Log: allow custom comparison function in File::Compare::compare_text()
19002              From: jan.dubois@ibm.net (Jan Dubois)
19003              Date: Fri, 26 Feb 1999 21:56:09 +0100
19004              Message-ID: <36db0838.8805651@smtp1.ibm.net>
19005              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
19006      Branch: perl
19007            ! lib/File/Compare.pm
19008 ____________________________________________________________________________
19009 [  3060] By: gsar                                  on 1999/03/04  03:37:38
19010         Log: better version of change#3038
19011              From: abigail@fnx.com
19012              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
19013              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
19014              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
19015      Branch: perl
19016            ! pod/pod2man.PL
19017 ____________________________________________________________________________
19018 [  3058] By: jhi                                   on 1999/03/03  22:30:40
19019         Log: Configure regen to
19020              (1) match maint-5.005 patches #3056 and #3057
19021              (2) better version of PHOSTNAME of #3050
19022              (3) the crosscompile/multiarch config_h.SH trouble solved for now
19023      Branch: cfgperl
19024            ! Configure config_h.SH
19025 ____________________________________________________________________________
19026 [  3054] By: jhi                                   on 1999/03/03  09:57:59
19027         Log: Change #3053 missed perldelta.
19028      Branch: cfgperl
19029            ! pod/perldelta.pod
19030 ____________________________________________________________________________
19031 [  3053] By: jhi                                   on 1999/03/03  08:29:43
19032         Log: Use '!' to mark native integer packings instead of '_'.
19033      Branch: cfgperl
19034            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
19035 ____________________________________________________________________________
19036 [  3052] By: jhi                                   on 1999/03/02  23:12:36
19037         Log: The HP-UX threads patch (change #3028) is needed also here.
19038      Branch: cfgperl
19039            ! hints/hpux.sh thread.h
19040 ____________________________________________________________________________
19041 [  3051] By: jhi                                   on 1999/03/02  08:24:52
19042         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19043              To: perl5-porters@perl.org, vmsperl@perl.org
19044              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
19045              Date: Mon, 01 Mar 1999 16:10:57 -0800
19046              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
19047      Branch: cfgperl
19048            ! README.vms
19049      Branch: maint-5.005/perl
19050            ! README.vms
19051 ____________________________________________________________________________
19052 [  3050] By: jhi                                   on 1999/03/02  08:22:29
19053         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19054              To: perl5-porters@perl.org, vmsperl@perl.org
19055              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
19056              Date: Mon, 01 Mar 1999 16:06:29 -0800
19057              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
19058              
19059              From: Dan Sugalski <sugalskd@osshe.edu>
19060              To: perl5-porters@perl.org, vmsperl@perl.org
19061              Subject: [PATCH 5.005_56]vmsish.pm patch
19062              Date: Mon, 01 Mar 1999 20:19:04 -0800
19063              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
19064              
19065              plus Configure regen containing a "solution" to the
19066              crosscompile/multiarch problem.
19067      Branch: cfgperl
19068            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
19069            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
19070 ____________________________________________________________________________
19071 [  3049] By: jhi                                   on 1999/03/02  07:34:21
19072         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
19073              To: perl5-porters@perl.org
19074              Subject: [PATCH] Eliminate (valid) warning in byterun.c
19075              Date: Mon, 01 Mar 1999 17:27:59 -0500
19076              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
19077      Branch: cfgperl
19078            ! bytecode.h
19079      Branch: maint-5.005/perl
19080            ! bytecode.h
19081 ____________________________________________________________________________
19082 [  3048] By: gsar                                  on 1999/03/02  06:41:21
19083         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19084      Branch: perl
19085            ! MANIFEST README.hpux
19086 ____________________________________________________________________________
19087 [  3047] By: jhi                                   on 1999/03/01  06:34:43
19088         Log: Integrate from mainperl.
19089      Branch: cfgperl
19090           +> README.hpux lib/File/Spec/Functions.pm
19091           !> (integrate 28 files)
19092 ____________________________________________________________________________
19093 [  3046] By: gsar                                  on 1999/03/01  05:34:28
19094         Log: this is 5.005_56
19095      Branch: perl
19096            ! Changes
19097
19098 ----------------
19099 Version 5.005_56
19100 ----------------
19101
19102 ____________________________________________________________________________
19103 [  3045] By: gsar                                  on 1999/03/01  03:32:30
19104         Log: destroy PL_svref_mutex in perl_destruct()
19105      Branch: perl
19106            ! perl.c
19107 ____________________________________________________________________________
19108 [  3044] By: gsar                                  on 1999/03/01  00:38:50
19109         Log: up patchlevel &c.
19110      Branch: perl
19111            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
19112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19113            ! win32/makefile.mk
19114 ____________________________________________________________________________
19115 [  3043] By: gsar                                  on 1999/03/01  00:14:15
19116         Log: integrate cfgperl contents into mainline
19117      Branch: perl
19118            ! pod/perldelta.pod
19119           !> Configure config_h.SH
19120 ____________________________________________________________________________
19121 [  3042] By: gsar                                  on 1999/02/28  23:55:08
19122         Log: slightly edited version of suggested patch
19123              From: jan.dubois@ibm.net (Jan Dubois)
19124              Date: Mon, 01 Mar 1999 00:32:05 +0100
19125              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
19126              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
19127      Branch: perl
19128            + lib/File/Spec/Functions.pm
19129            ! MANIFEST lib/File/Spec.pm
19130 ____________________________________________________________________________
19131 [  3041] By: gsar                                  on 1999/02/28  22:47:19
19132         Log: fix subtle bug in eval'' testsuite
19133      Branch: perl
19134            ! t/op/eval.t
19135 ____________________________________________________________________________
19136 [  3040] By: gsar                                  on 1999/02/28  22:46:24
19137         Log: avoid literal control characters in change#3039
19138      Branch: perl
19139            ! t/base/lex.t
19140 ____________________________________________________________________________
19141 [  3039] By: gsar                                  on 1999/02/28  21:47:18
19142         Log: todo item: permit extended control variables a la ${^Foo} (patch
19143              courtesy Mark-Jason Dominus <mjd@plover.com>)
19144      Branch: perl
19145            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
19146            ! t/base/lex.t toke.c
19147 ____________________________________________________________________________
19148 [  3038] By: gsar                                  on 1999/02/28  21:21:05
19149         Log: From: abigail@fnx.com
19150              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
19151              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
19152              Subject: Recognize -> and => inside [A-Z]<> sequences.
19153      Branch: perl
19154            ! pod/pod2man.PL
19155 ____________________________________________________________________________
19156 [  3037] By: gsar                                  on 1999/02/28  21:12:22
19157         Log: fix longstanding bug: searches for lexicals originating within eval''
19158              weren't stopping at the subroutine boundary correctly
19159      Branch: perl
19160            ! op.c proto.h t/op/eval.t
19161 ____________________________________________________________________________
19162 [  3036] By: gsar                                  on 1999/02/28  20:02:29
19163         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
19164              as stacked list values
19165              From: jan.dubois@ibm.net (Jan Dubois)
19166              Date: Sat, 27 Feb 1999 18:24:17 +0100
19167              Message-ID: <36e22849.36531259@smtp1.ibm.net>
19168              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
19169      Branch: perl
19170            ! win32/win32.c
19171 ____________________________________________________________________________
19172 [  3035] By: gsar                                  on 1999/02/28  19:48:54
19173         Log: remove superfluous stack_sp decl
19174      Branch: perl
19175            ! jpl/JNI/JNI.xs
19176 ____________________________________________________________________________
19177 [  3034] By: gsar                                  on 1999/02/28  19:34:58
19178         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
19179      Branch: perl
19180            ! lib/Getopt/Std.pm
19181 ____________________________________________________________________________
19182 [  3033] By: gsar                                  on 1999/02/28  19:23:41
19183         Log: add File::Compare::compare_text()
19184              From: jan.dubois@ibm.net (Jan Dubois)
19185              Date: Fri, 26 Feb 1999 00:20:41 +0100
19186              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
19187              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
19188      Branch: perl
19189            ! lib/File/Compare.pm pod/perltodo.pod
19190 ____________________________________________________________________________
19191 [  3032] By: gsar                                  on 1999/02/28  19:01:33
19192         Log: add README.hpux
19193      Branch: perl
19194            + README.hpux
19195            ! MAINTAIN MANIFEST
19196 ____________________________________________________________________________
19197 [  3031] By: gsar                                  on 1999/02/28  18:49:08
19198         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
19199              James Cromie <jcromie@fossil.uswc.uswest.com>
19200      Branch: perl
19201            ! lib/Pod/Html.pm
19202 ____________________________________________________________________________
19203 [  3030] By: gsar                                  on 1999/02/28  18:35:09
19204         Log: From: jan.dubois@ibm.net (Jan Dubois)
19205              Date: Wed, 24 Feb 1999 22:34:56 +0100
19206              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
19207              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
19208      Branch: perl
19209            ! lib/Test/Harness.pm
19210 ____________________________________________________________________________
19211 [  3029] By: gsar                                  on 1999/02/28  18:28:18
19212         Log: add note about env pollution
19213      Branch: perl
19214            ! INSTALL pod/perltodo.pod
19215 ____________________________________________________________________________
19216 [  3028] By: jhi                                   on 1999/02/26  14:40:00
19217         Log: HP-UX 11 threads.
19218              
19219              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19220              To: perl5-porters@perl.org
19221              Cc: jhi@cc.hut.fi
19222              Subject: Maint 5 and _54 with threading on HP-UX 11.00
19223              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
19224              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
19225              
19226              NOTE from jhi: the hpux hints could still be more robust by
19227              disabling gdbm when necessary.
19228              
19229              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
19230              linking -lgdbm -lpthread creates an executable that instantly
19231              core dumps on a pthreads internal panic:
19232              
19233              ./gdpt
19234              
19235              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
19236              Return Pointer is 0xc082bf33
19237              17639 quit (core dumped)  ./gdpt
19238              
19239              You don't have to *use* either gdbm or pthreads in the executable,
19240              just linking them together is enough.  Workaround is to recompile
19241              the GDBM under HP-UX 11, that makes the problem go away.
19242      Branch: maint-5.005/perl
19243            ! hints/hpux.sh thread.h
19244 ____________________________________________________________________________
19245 [  3025] By: jhi                                   on 1999/02/25  20:41:07
19246         Log: Temporary workaround for the config_h.SH versus
19247              crosscompile and multiarch plus introduce 'rt'
19248              to $libswanted: in UNIX98 sched_yield() lives there.
19249      Branch: cfgperl
19250            ! Configure config_h.SH
19251 ____________________________________________________________________________
19252 [  3024] By: jhi                                   on 1999/02/24  12:54:59
19253         Log: Integrate from mainperl.
19254      Branch: cfgperl
19255           +> t/lib/fatal.t
19256           !> (integrate 44 files)
19257 ____________________________________________________________________________
19258 [  3023] By: gsar                                  on 1999/02/24  07:02:12
19259         Log: integrate cfgperl contents
19260      Branch: perl
19261           !> (integrate 30 files)
19262 ____________________________________________________________________________
19263 [  3022] By: gsar                                  on 1999/02/24  05:59:47
19264         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
19265              Date: 23 Feb 1999 17:53:22 -0700
19266              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
19267              Subject: [PATCH: _55] perldoc -q broken
19268      Branch: perl
19269            ! utils/perldoc.PL
19270 ____________________________________________________________________________
19271 [  3021] By: gsar                                  on 1999/02/24  05:51:53
19272         Log: ansify perlio.c, fix PerlIO-ish typos
19273      Branch: perl
19274            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
19275            ! iperlsys.h perlio.c
19276 ____________________________________________________________________________
19277 [  3020] By: gsar                                  on 1999/02/24  05:28:06
19278         Log: adjust a Perl_malloc() flag for NeXT
19279              From: Hans Mulder <hansm@icgned.icgroup.nl>
19280              Date: Tue, 23 Feb 99 00:26:25 +0100
19281              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
19282              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
19283      Branch: perl
19284            ! perl.h
19285 ____________________________________________________________________________
19286 [  3019] By: gsar                                  on 1999/02/24  05:19:42
19287         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
19288      Branch: perl
19289            ! pod/perltodo.pod
19290 ____________________________________________________________________________
19291 [  3018] By: gsar                                  on 1999/02/24  04:15:18
19292         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19293              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
19294              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
19295              Subject: improved error message [PATCH _55] [RESEND]
19296      Branch: perl
19297            ! sv.c
19298 ____________________________________________________________________________
19299 [  3017] By: gsar                                  on 1999/02/24  03:50:34
19300         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
19301              Date: Sun, 21 Feb 1999 20:02:18 -0700
19302              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
19303              Subject: perlfunc updates (against 55)
19304      Branch: perl
19305            ! pod/perlfunc.pod
19306 ____________________________________________________________________________
19307 [  3016] By: gsar                                  on 1999/02/24  03:17:05
19308         Log: testsuite adjustments
19309              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19310              Date: Sat, 20 Feb 1999 15:24:57 +0000
19311              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
19312              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
19313      Branch: perl
19314            ! t/lib/io_sock.t t/op/lex_assign.t
19315 ____________________________________________________________________________
19316 [  3015] By: gsar                                  on 1999/02/24  02:54:47
19317         Log: avoid modifying readonly values from qw()
19318      Branch: perl
19319            ! lib/ExtUtils/MM_Unix.pm
19320 ____________________________________________________________________________
19321 [  3014] By: gsar                                  on 1999/02/24  02:49:04
19322         Log: more "correct" utbuf for utime()
19323      Branch: perl
19324            ! doio.c
19325 ____________________________________________________________________________
19326 [  3013] By: jhi                                   on 1999/02/22  19:27:44
19327         Log: Fix MacPerl version, change PowerUX to PowerMAX.
19328              
19329              From: Chris Nandor <pudge@pobox.com>
19330              To: jhi@iki.fi
19331              Cc: perl5-porters@perl.org
19332              Subject: Re: perl current availability as documented by perl.pod
19333              Date: Sun, 21 Feb 1999 11:06:03 -0500
19334              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
19335              
19336              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
19337              To: jhi@iki.fi
19338              Cc: perl5-porters@perl.org
19339              Subject: Re: perl current availability as documented by perl.pod
19340              Date: Mon, 22 Feb 1999 13:08:30 GMT
19341              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
19342      Branch: cfgperl
19343            ! pod/perl.pod
19344      Branch: maint-5.005/perl
19345            ! pod/perl.pod
19346 ____________________________________________________________________________
19347 [  3012] By: jhi                                   on 1999/02/22  10:26:11
19348         Log: Snapshot the cross-compilation/multiarchitecture stuff
19349              (currently broken in next)
19350      Branch: cfgperl
19351            ! Configure config_h.SH pp.c
19352 ____________________________________________________________________________
19353 [  3011] By: jhi                                   on 1999/02/22  10:24:51
19354         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19355              To: gsar@activestate.com (Gurusamy Sarathy)
19356              Cc: perl5-porters@perl.org (Perl5 Porters)
19357              Subject: [PATCH 5.005_55] DB_File 1.64 patch
19358              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
19359              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
19360      Branch: cfgperl
19361            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19362            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
19363 ____________________________________________________________________________
19364 [  3009] By: jhi                                   on 1999/02/22  09:14:26
19365         Log: Scratch #3008 and introduce $crosscompile and $multiarch
19366              also in non-Configure lands.
19367      Branch: cfgperl
19368            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
19369            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
19370            ! win32/config.gc win32/config.vc win32/config_H.bc
19371            ! win32/config_H.gc win32/config_H.vc
19372 ____________________________________________________________________________
19373 [  3008] By: jhi                                   on 1999/02/22  08:58:04
19374         Log: Add -DMULTIARCH (see change #3006).
19375      Branch: cfgperl
19376            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
19377 ____________________________________________________________________________
19378 [  3007] By: jhi                                   on 1999/02/22  08:54:06
19379         Log: Undo the references to local{lib,arch} introduced by #3006.
19380      Branch: cfgperl
19381            ! Configure config_h.SH
19382 ____________________________________________________________________________
19383 [  3006] By: jhi                                   on 1999/02/22  08:43:50
19384         Log: From: hansm@icgned.icgroup.nl
19385              To: perlbug@perl.com
19386              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
19387              Date: Sun, 21 Feb 1999 22:58:55 +0100
19388              Reply-To: hansmu@xs4all.nl
19389              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
19390              
19391              plus other Configure changes: prepare for cross-compilation/
19392              multiarchitecture builds.
19393      Branch: cfgperl
19394            ! Configure config_h.SH
19395 ____________________________________________________________________________
19396 [  3005] By: jhi                                   on 1999/02/22  08:35:30
19397         Log: Configure/Perl knew how to look for use Mach cthreads
19398              but Configure didn't let them to be used ($osname 'next').
19399      Branch: cfgperl
19400            ! Configure config_h.SH
19401      Branch: maint-5.005/perl
19402            ! Configure
19403 ____________________________________________________________________________
19404 [  3004] By: jhi                                   on 1999/02/21  15:46:02
19405         Log: Update Acorn AVAILABILITY.
19406      Branch: cfgperl
19407            ! pod/perl.pod
19408      Branch: maint-5.005/perl
19409            ! pod/perl.pod
19410 ____________________________________________________________________________
19411 [  3003] By: jhi                                   on 1999/02/21  14:50:42
19412         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
19413              To: perl5-porters@perl.org (Perl 5 Porters)
19414              Subject: PATCH: perlref.pod - symbolic ref example
19415              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
19416              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
19417      Branch: cfgperl
19418            ! pod/perlref.pod
19419      Branch: maint-5.005/perl
19420            ! pod/perlref.pod
19421 ____________________________________________________________________________
19422 [  3002] By: jhi                                   on 1999/02/21  14:35:22
19423         Log: Sync cfgperl with maint-5.005 change #3000.
19424      Branch: cfgperl
19425            ! pod/perlfunc.pod t/op/pack.t
19426 ____________________________________________________________________________
19427 [  2999] By: gsar                                  on 1999/02/20  22:48:30
19428         Log: From:    John Bley <jbb6@acpub.duke.edu>
19429              Date:    Sat, 20 Feb 1999 16:02:34 EST
19430              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
19431              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
19432      Branch: perl
19433            ! regcomp.c
19434 ____________________________________________________________________________
19435 [  2998] By: jhi                                   on 1999/02/20  14:13:06
19436         Log: Enhanced the endianness description.
19437      Branch: cfgperl
19438            ! pod/perlfunc.pod
19439 ____________________________________________________________________________
19440 [  2996] By: jhi                                   on 1999/02/20  13:55:41
19441         Log: Glossary now mostly fixed.
19442      Branch: cfgperl
19443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19444            ! config_h.SH
19445 ____________________________________________________________________________
19446 [  2994] By: jhi                                   on 1999/02/20  11:58:33
19447         Log: Perldeltify GNU/Hurd.
19448      Branch: cfgperl
19449            ! pod/perldelta.pod
19450 ____________________________________________________________________________
19451 [  2993] By: gsar                                  on 1999/02/20  00:59:10
19452         Log: fix typo in Perl_sbrk()
19453              From: hansm@icgned.icgroup.nl
19454              Date: Fri, 19 Feb 1999 23:19:31 +0100
19455              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
19456              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
19457      Branch: perl
19458            ! malloc.c
19459 ____________________________________________________________________________
19460 [  2992] By: gsar                                  on 1999/02/20  00:51:08
19461         Log: integrate change#2980 from maint-5.005
19462      Branch: perl
19463           !> utils/h2xs.PL
19464 ____________________________________________________________________________
19465 [  2991] By: gsar                                  on 1999/02/20  00:34:01
19466         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19467              Date: Thu, 18 Feb 1999 18:51:38 +0000
19468              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
19469              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
19470      Branch: perl
19471            ! pp_hot.c t/op/pat.t
19472 ____________________________________________________________________________
19473 [  2990] By: gsar                                  on 1999/02/20  00:30:48
19474         Log: From: jan.dubois@ibm.net (Jan Dubois)
19475              Date: Thu, 18 Feb 1999 19:14:07 +0100
19476              Message-ID: <36d15809.40853323@smtp1.ibm.net>
19477              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
19478      Branch: perl
19479            ! win32/win32.c
19480 ____________________________________________________________________________
19481 [  2989] By: gsar                                  on 1999/02/20  00:27:01
19482         Log: do poll() emulation unless HAS_POLL && I_POLL
19483      Branch: perl
19484            ! ext/IO/poll.h
19485 ____________________________________________________________________________
19486 [  2988] By: gsar                                  on 1999/02/19  23:52:12
19487         Log: tweak RE for NaNQ? recognition
19488      Branch: perl
19489            ! t/lib/bigfloatpm.t
19490 ____________________________________________________________________________
19491 [  2987] By: gsar                                  on 1999/02/19  23:29:59
19492         Log: mention C<use utf8> and C<use warning> in perldelta
19493      Branch: perl
19494            ! pod/perldelta.pod
19495 ____________________________________________________________________________
19496 [  2985] By: jhi                                   on 1999/02/19  20:43:19
19497         Log: pack/unpack better in (network-)short-non-16-bits and
19498              (network-)long-non-32-bits systems such as Cray C90.
19499      Branch: cfgperl
19500            ! perl.h pp.c t/op/pack.t
19501 ____________________________________________________________________________
19502 [  2984] By: jhi                                   on 1999/02/19  20:38:54
19503         Log: Regen Configure.
19504      Branch: cfgperl
19505            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19506            ! perl.c
19507 ____________________________________________________________________________
19508 [  2982] By: jhi                                   on 1999/02/19  19:51:49
19509         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
19510              not probed for and         
19511              
19512              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19513              To: Chaim Frenkel <chaimf@pobox.com>,
19514              Russ Allbery <rra@stanford.edu>,
19515              Jarkko Hietaniemi <jhi@iki.fi>,
19516              Gurusamy Sarathy <gsar@activestate.com>,
19517              Graham Barr <gbarr@pobox.com>
19518              Cc: bdensch@ameritech.net, perlbug@perl.com
19519              Subject: [PATCH] Re: Solaris 7 for Intel
19520              Message-ID: <19990219124404.A30182@O2.chapin.edu>
19521              
19522              Glossary is still missing some terms because
19523              mkglossary is misbehaving (change #2981 updated
19524              Glossary manually)
19525      Branch: cfgperl
19526            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
19527            ! Porting/config_H
19528 ____________________________________________________________________________
19529 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
19530         Log: Make result of h2xs work when user adds C<use strict>
19531      Branch: maint-5.005/perl
19532            ! utils/h2xs.PL
19533 ____________________________________________________________________________
19534 [  2979] By: gsar                                  on 1999/02/19  05:24:29
19535         Log: doc for change#2978
19536      Branch: perl
19537            ! pod/perlsub.pod
19538 ____________________________________________________________________________
19539 [  2978] By: gsar                                  on 1999/02/19  05:08:29
19540         Log: bring '*' prototype closer to how it behaves internally
19541      Branch: perl
19542            + t/lib/fatal.t
19543            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
19544 ____________________________________________________________________________
19545 [  2977] By: gsar                                  on 1999/02/19  02:50:31
19546         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
19547      Branch: perl
19548            ! perly.h
19549 ____________________________________________________________________________
19550 [  2975] By: gsar                                  on 1999/02/18  21:41:57
19551         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
19552              of lexical searches in BEGIN|INIT|END)
19553      Branch: perl
19554            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
19555            ! vms/perly_c.vms
19556 ____________________________________________________________________________
19557 [  2974] By: gsar                                  on 1999/02/18  21:03:06
19558         Log: missing PERL_POLLUTE_MALLOC
19559      Branch: perl
19560            ! ext/SDBM_File/sdbm/sdbm.h
19561 ____________________________________________________________________________
19562 [  2973] By: gsar                                  on 1999/02/18  17:10:49
19563         Log: From:    Andy Dougherty <doughera@lafayette.edu>
19564              Date:    Wed, 17 Feb 1999 17:22:50 EST
19565              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
19566              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
19567      Branch: perl
19568            ! lib/dotsh.pl
19569 ____________________________________________________________________________
19570 [  2972] By: gsar                                  on 1999/02/18  17:04:12
19571         Log: s/#defined/#define/
19572      Branch: perl
19573            ! ext/Data/Dumper/Dumper.xs
19574 ____________________________________________________________________________
19575 [  2970] By: gsar                                  on 1999/02/18  03:26:43
19576         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
19577      Branch: perl
19578            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19579            ! ext/GDBM_File/typemap
19580 ____________________________________________________________________________
19581 [  2969] By: gsar                                  on 1999/02/17  23:30:47
19582         Log: correct slurp mode doc
19583      Branch: perl
19584            ! pod/perlfunc.pod pod/perlop.pod
19585 ____________________________________________________________________________
19586 [  2968] By: jhi                                   on 1999/02/17  23:15:49
19587         Log: Ultrix hints update.
19588              
19589              From: Spider Boardman <spider@zk3.dec.com>
19590              To: perlbug@perl.com
19591              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
19592              Date: Tue, 16 Feb 1999 23:04:28 -0500
19593              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
19594      Branch: cfgperl
19595            ! hints/ultrix_4.sh
19596 ____________________________________________________________________________
19597 [  2966] By: jhi                                   on 1999/02/17  23:09:21
19598         Log: Change #2965 wiped out some Sarathy's _55 changes.
19599              Now unwiped.
19600      Branch: cfgperl
19601            ! Configure pp.c t/op/pack.t
19602 ____________________________________________________________________________
19603 [  2965] By: jhi                                   on 1999/02/17  23:00:04
19604         Log: Configure tweaks.
19605              
19606              Fix the Unixware/SCO uname scan:
19607              
19608              From: Tom Hughes <thh@cyberscience.com>
19609              To: perlbug@perl.com
19610              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
19611              Date: 17 Feb 1999 15:34:15 +0000    
19612              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
19613              
19614              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
19615              
19616              From: Joe Buehler <jhpb@hekimian.com>
19617              To: perl5-porters@perl.org
19618              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
19619              Date: 12 Feb 1999 11:25:21 -0500
19620              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
19621              
19622              Make the pthreads joinable constant scan to output to fd 4, not 2.
19623      Branch: cfgperl
19624            ! Configure
19625 ____________________________________________________________________________
19626 [  2964] By: gsar                                  on 1999/02/17  21:30:07
19627         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
19628              Date: Wed, 17 Feb 1999 06:53:13 -0700
19629              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
19630              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
19631      Branch: perl
19632            ! lib/Pod/Functions.pm
19633 ____________________________________________________________________________
19634 [  2963] By: gsar                                  on 1999/02/17  21:18:21
19635         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
19636              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19637              Date: Wed, 17 Feb 1999 10:06:01 +0000
19638              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
19639              Subject: Re: [5.005_53] panic: pad_free curpad 
19640      Branch: perl
19641            ! regcomp.c regexec.c t/op/misc.t
19642 ____________________________________________________________________________
19643 [  2962] By: gsar                                  on 1999/02/16  21:26:28
19644         Log: NaNQ? tweak
19645      Branch: perl
19646            ! t/lib/bigfloatpm.t
19647 ____________________________________________________________________________
19648 [  2961] By: jhi                                   on 1999/02/16  19:26:38
19649         Log: Integrate from mainperl.
19650      Branch: cfgperl
19651           !> (integrate 37 files)
19652 ____________________________________________________________________________
19653 [  2960] By: gsar                                  on 1999/02/16  18:04:29
19654         Log: undo change#2465 (qw[] is a real list now)
19655      Branch: perl
19656            ! pod/perlop.pod
19657 ____________________________________________________________________________
19658 [  2959] By: gsar                                  on 1999/02/16  07:09:33
19659         Log: this was 5.005_55
19660      Branch: perl
19661            ! Changes
19662
19663 ----------------
19664 Version 5.005_55
19665 ----------------
19666
19667 ____________________________________________________________________________
19668 [  2958] By: gsar                                  on 1999/02/16  06:18:27
19669         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
19670              elide dups and non-dependents from Changes
19671      Branch: perl
19672            ! Changes pod/perlhist.pod
19673           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
19674           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
19675           !> pod/perlport.pod pp.c t/op/pack.t
19676 ____________________________________________________________________________
19677 [  2957] By: gsar                                  on 1999/02/16  04:09:47
19678         Log: propagate PERL_VERSION everywhere, add to pod
19679      Branch: perl
19680            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
19681            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
19682            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
19683            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
19684            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
19685            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
19686            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
19687            ! win32/config.gc win32/config.vc win32/config_sh.PL
19688            ! win32/win32.c x2p/a2py.c
19689 ____________________________________________________________________________
19690 [  2955] By: jhi                                   on 1999/02/15  16:15:03
19691         Log: The pack tests now better in C90 (after the packnative patches).
19692      Branch: cfgperl
19693            ! t/op/pack.t
19694 ____________________________________________________________________________
19695 [  2954] By: gsar                                  on 1999/02/15  14:11:50
19696         Log: tweak Configure to follow new PERL_VERSION etc.
19697      Branch: perl
19698            ! Configure patchlevel.h pod/perlhist.pod
19699 ____________________________________________________________________________
19700 [  2953] By: jhi                                   on 1999/02/15  14:02:21
19701         Log: Integrate from mainperl.
19702      Branch: cfgperl
19703           !> MANIFEST Porting/makerel
19704 ____________________________________________________________________________
19705 [  2952] By: jhi                                   on 1999/02/15  13:50:07
19706         Log: Enhance the packnative patch: use the packnative code
19707              only if required.  Also added hefty testing (hopefully
19708              I didn't assume too much...).  Tested on alpha, ix86, sparc.
19709      Branch: cfgperl
19710            ! pod/perlfunc.pod pp.c t/op/pack.t
19711 ____________________________________________________________________________
19712 [  2951] By: jhi                                   on 1999/02/15  13:46:56
19713         Log: AVAILABILITY from 5.005_03-tobe, will of course
19714              require updating when 5.006 comes out.
19715      Branch: cfgperl
19716            ! pod/perl.pod
19717 ____________________________________________________________________________
19718 [  2949] By: gsar                                  on 1999/02/15  13:28:51
19719         Log: will this be it for 5.005_55?
19720      Branch: perl
19721            ! MANIFEST Porting/makerel
19722 ____________________________________________________________________________
19723 [  2948] By: jhi                                   on 1999/02/15  13:23:52
19724         Log: Integrate from mainperl.
19725      Branch: cfgperl
19726           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
19727           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19728           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19729           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
19730           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
19731           !> win32/config.gc win32/config.vc win32/config_H.bc
19732           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
19733 ____________________________________________________________________________
19734 [  2947] By: jhi                                   on 1999/02/15  13:20:41
19735         Log: perlport.pod 1.39 from Chris.
19736      Branch: cfgperl
19737            ! pod/perlport.pod
19738 ____________________________________________________________________________
19739 [  2946] By: jhi                                   on 1999/02/15  13:09:58
19740         Log: Import Ultrix update, change #2864, 
19741              
19742              From: Spider Boardman <spider@zk3.dec.com>
19743              To: perlbug@perl.com
19744              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
19745              Date: Wed, 10 Feb 1999 23:33:31 -0500
19746              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
19747      Branch: cfgperl
19748            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
19749 ____________________________________________________________________________
19750 [  2945] By: jhi                                   on 1999/02/15  13:04:50
19751         Log: OpenBSD sparc SHMLBA.
19752      Branch: cfgperl
19753            ! ext/IPC/SysV/SysV.xs
19754 ____________________________________________________________________________
19755 [  2944] By: gsar                                  on 1999/02/15  12:09:52
19756         Log: update win32/config* stuff, Changes
19757      Branch: perl
19758            ! Changes win32/Makefile win32/config.bc win32/config.gc
19759            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19760            ! win32/config_H.vc win32/makefile.mk
19761 ____________________________________________________________________________
19762 [  2943] By: gsar                                  on 1999/02/15  11:54:08
19763         Log: #include patchlevel.h by default, provide
19764              PERL_{REVISION,VERSION,SUBVERSION}
19765      Branch: perl
19766            ! patchlevel.h perl.h
19767 ____________________________________________________________________________
19768 [  2942] By: gsar                                  on 1999/02/15  10:26:59
19769         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
19770              misc fixes
19771      Branch: perl
19772            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
19773 ____________________________________________________________________________
19774 [  2941] By: gsar                                  on 1999/02/15  10:24:37
19775         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
19776              Message-ID: <19990207002851.B9185@toldyouso.com>
19777              Message-ID: <19990207212152.A9765@toldyouso.com>
19778              Message-ID: <19990207212041.A9622@toldyouso.com>
19779              Message-ID: <19990207213127.A10244@toldyouso.com>
19780              Message-ID: <19990207212559.A9950@toldyouso.com>
19781              Message-ID: <19990207212842.A9994@toldyouso.com>
19782              Message-ID: <19990207212500.A9860@toldyouso.com>
19783              Message-ID: <19990207213013.A10105@toldyouso.com>
19784      Branch: perl
19785            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
19786            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
19787            ! pod/perlmodlib.pod pod/perltoc.pod
19788 ____________________________________________________________________________
19789 [  2940] By: gsar                                  on 1999/02/15  10:07:08
19790         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
19791              of suggested patch)
19792              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
19793              Date: Mon, 08 Feb 1999 01:14:41 -0000
19794              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
19795              Subject: [PATCH 5.005_54] some pending C.pm stuff 
19796      Branch: perl
19797            ! ext/B/B/C.pm
19798 ____________________________________________________________________________
19799 [  2939] By: jhi                                   on 1999/02/15  08:40:18
19800         Log: Integrate from mainperl.
19801      Branch: cfgperl
19802           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
19803            - lib/File/PathConvert.pm
19804           !> (integrate 81 files)
19805 ____________________________________________________________________________
19806 [  2938] By: gsar                                  on 1999/02/15  06:56:39
19807         Log: change#2839 was bogus, redo
19808      Branch: perl
19809           !> t/lib/h2ph.pht
19810 ____________________________________________________________________________
19811 [  2937] By: gsar                                  on 1999/02/15  06:38:15
19812         Log: support Win32::GetFullPathName() and Win32::SetLastError()
19813              From: jan.dubois@ibm.net (Jan Dubois)
19814              Date: Tue, 09 Feb 1999 22:27:31 +0100
19815              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
19816              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
19817      Branch: perl
19818            ! win32/win32.c
19819 ____________________________________________________________________________
19820 [  2936] By: gsar                                  on 1999/02/15  06:26:39
19821         Log: support native integers, pack("L_",...) etc. (via private mail)
19822              From: Jarkko Hietaniemi <jhi@iki.fi>
19823              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
19824              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
19825              Subject: the "packnative" patch
19826      Branch: perl
19827            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
19828            ! t/lib/ipc_sysv.t t/op/pack.t
19829 ____________________________________________________________________________
19830 [  2935] By: gsar                                  on 1999/02/15  06:04:02
19831         Log: From: Michael G Schwern <schwern@pobox.com>
19832              Date: Tue, 9 Feb 1999 04:13:12 -0500
19833              Message-ID: <19990209041312.A15788@toldyouso.com>
19834              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
19835      Branch: perl
19836            ! utils/h2xs.PL
19837 ____________________________________________________________________________
19838 [  2934] By: gsar                                  on 1999/02/15  05:30:13
19839         Log: fix bugs in the handling of negative numbers, among other things
19840              From: Steven Knight <knight@theopera.baldmt.citilink.com>
19841              Date: Mon, 8 Feb 1999 01:16:24 -0600
19842              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
19843              Subject: Math::BigFloat and Math::BigInt
19844      Branch: perl
19845            + t/lib/bigfloat.t t/lib/bigfloatpm.t
19846            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
19847            ! t/lib/bigintpm.t
19848 ____________________________________________________________________________
19849 [  2933] By: gsar                                  on 1999/02/15  04:57:52
19850         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
19851              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
19852              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
19853              Subject: s2p incorrectly handles hold space commands
19854      Branch: perl
19855            ! x2p/s2p.PL
19856 ____________________________________________________________________________
19857 [  2932] By: gsar                                  on 1999/02/15  04:45:55
19858         Log: clarify what a "line" is
19859      Branch: perl
19860            ! pod/perlfunc.pod pod/perlvar.pod
19861 ____________________________________________________________________________
19862 [  2931] By: gsar                                  on 1999/02/15  04:23:29
19863         Log: backout change#2811 and add newer version based on File::Spec
19864              From: Barrie Slaymaker <rbs@telerama.com>
19865              Date: Thu, 11 Feb 1999 16:29:24 -0500
19866              Message-ID: <36C34BB4.A62090E0@telerama.com>
19867              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
19868      Branch: perl
19869            - lib/File/PathConvert.pm
19870            ! MANIFEST installhtml lib/Pod/Html.pm
19871 ____________________________________________________________________________
19872 [  2930] By: gsar                                  on 1999/02/15  04:16:25
19873         Log: From: Barrie Slaymaker <rbs@telerama.com>
19874              Date: Thu, 11 Feb 1999 19:39:48 -0500
19875              Message-ID: <36C37854.707D139@telerama.com>
19876              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
19877      Branch: perl
19878            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19879 ____________________________________________________________________________
19880 [  2929] By: gsar                                  on 1999/02/15  04:06:50
19881         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
19882              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
19883              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
19884              Subject: [PATCH]5.005_54 (DOC) fix many typos
19885              --
19886              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
19887              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
19888              Subject: [PATCH]5.005_54 (DOC) typos
19889      Branch: perl
19890            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
19891            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
19892            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19893            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19894            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
19895            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
19896            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
19897            ! pod/perlvar.pod pod/perlxs.pod
19898 ____________________________________________________________________________
19899 [  2928] By: gsar                                  on 1999/02/15  03:39:53
19900         Log: allow the Carp routines to pass through exception objects
19901      Branch: perl
19902            ! lib/Carp.pm
19903 ____________________________________________________________________________
19904 [  2927] By: gsar                                  on 1999/02/15  03:22:57
19905         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
19906      Branch: perl
19907            ! pod/perlfaq8.pod
19908 ____________________________________________________________________________
19909 [  2926] By: gsar                                  on 1999/02/15  03:19:39
19910         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
19911              have done that, but didn't)
19912      Branch: perl
19913           !> utils/h2ph.PL
19914 ____________________________________________________________________________
19915 [  2925] By: gsar                                  on 1999/02/15  03:17:01
19916         Log: integrate cfgperl changes into mainline
19917      Branch: perl
19918            ! Changes
19919           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19920           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
19921           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
19922           !> vms/subconfigure.com
19923 ____________________________________________________________________________
19924 [  2924] By: gsar                                  on 1999/02/15  03:07:08
19925         Log: add const qualifier to most char* prototypes, handle ripple effect
19926      Branch: perl
19927            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
19928            ! universal.c util.c
19929 ____________________________________________________________________________
19930 [  2923] By: gsar                                  on 1999/02/15  01:04:30
19931         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19932              Date: Thu, 04 Feb 1999 02:37:31 +0000
19933              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
19934              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
19935      Branch: perl
19936            ! pp_ctl.c t/op/range.t
19937 ____________________________________________________________________________
19938 [  2922] By: gsar                                  on 1999/02/15  00:24:34
19939         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19940              Date: Sun, 31 Jan 1999 01:50:06 +0000
19941              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
19942              Subject: [PATCH 5.005_03t4] regexp flags bug
19943      Branch: perl
19944            ! regcomp.c t/op/re_tests
19945 ____________________________________________________________________________
19946 [  2921] By: gsar                                  on 1999/02/15  00:13:02
19947         Log: use New() et al., rather than safemalloc() et al.
19948              From: jan.dubois@ibm.net (Jan Dubois)
19949              Date: Fri, 29 Jan 1999 23:27:22 +0100
19950              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
19951              Subject: [PATCH _03-MT5] POSIX.xs memory API
19952      Branch: perl
19953            ! ext/POSIX/POSIX.xs
19954 ____________________________________________________________________________
19955 [  2920] By: gsar                                  on 1999/02/15  00:05:33
19956         Log: tweak READ() docs to mention $buffer must be altered by reference
19957      Branch: perl
19958            ! pod/perltie.pod
19959 ____________________________________________________________________________
19960 [  2919] By: gsar                                  on 1999/02/14  23:50:39
19961         Log: applied suggested patch, with several language/readability tweaks
19962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19963              Date: Fri, 29 Jan 1999 00:25:02 -0500
19964              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
19965              Subject: Re: [PATCH 5.005_*] Better parsing docs
19966      Branch: perl
19967            ! pod/perlop.pod
19968 ____________________________________________________________________________
19969 [  2918] By: gsar                                  on 1999/02/14  23:20:42
19970         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
19971              of silently returning bogus values)
19972              From: Peter Chines <pchines@nhgri.nih.gov>
19973              Date: Wed, 27 Jan 1999 16:11:31 -0500
19974              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
19975              Subject: Time::Local
19976      Branch: perl
19977            ! lib/Time/Local.pm pod/perldelta.pod
19978 ____________________________________________________________________________
19979 [  2917] By: gsar                                  on 1999/02/14  11:21:43
19980         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19981              Date: Thu, 28 Jan 1999 10:02:20 -0500
19982              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
19983              Subject: Re: [PATCH 5.005_53] Better perldoc
19984      Branch: perl
19985            ! utils/perldoc.PL
19986 ____________________________________________________________________________
19987 [  2916] By: gsar                                  on 1999/02/14  10:59:38
19988         Log: back out change#2751, apply updated version 
19989              From: jan.dubois@ibm.net (Jan Dubois)
19990              Date: Sat, 06 Feb 1999 01:06:29 +0100
19991              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
19992              Subject: [PATCH] Cleanup of File::Spec module
19993      Branch: perl
19994            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19995            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19996            ! lib/File/Spec/Win32.pm
19997 ____________________________________________________________________________
19998 [  2915] By: gsar                                  on 1999/02/14  10:48:01
19999         Log: tweak select() test
20000      Branch: perl
20001            ! pod/perlipc.pod t/op/fh.t
20002 ____________________________________________________________________________
20003 [  2914] By: gsar                                  on 1999/02/14  10:25:55
20004         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
20005      Branch: perl
20006            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
20007 ____________________________________________________________________________
20008 [  2913] By: gsar                                  on 1999/02/14  10:03:51
20009         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
20010              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
20011              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
20012              Subject: Re: SvOPV() or SvPV_nolen() or ...
20013      Branch: perl
20014            ! pod/perlguts.pod
20015 ____________________________________________________________________________
20016 [  2912] By: gsar                                  on 1999/02/14  09:57:29
20017         Log: provide SvPV_nolen(sv) to avoid use of PL_na
20018              From: jan.dubois@ibm.net (Jan Dubois)
20019              Date: Sun, 24 Jan 1999 02:45:32 +0100
20020              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
20021              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
20022      Branch: perl
20023            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
20024            ! sv.h
20025 ____________________________________________________________________________
20026 [  2911] By: gsar                                  on 1999/02/14  06:51:05
20027         Log: elide stray effluvium
20028      Branch: perl
20029            ! pod/perldelta.pod
20030 ____________________________________________________________________________
20031 [  2910] By: gsar                                  on 1999/02/14  05:51:56
20032         Log: slurping an empty file should return '' rather than undef, with
20033              commensurate effects on ARGV processing
20034      Branch: perl
20035            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
20036            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
20037 ____________________________________________________________________________
20038 [  2909] By: gsar                                  on 1999/02/14  00:02:11
20039         Log: perly_c.diff typo
20040      Branch: perl
20041            ! perly.c perly_c.diff vms/perly_c.vms
20042 ____________________________________________________________________________
20043 [  2908] By: gsar                                  on 1999/02/13  18:20:13
20044         Log: From: jan.dubois@ibm.net (Jan Dubois)
20045              Date: Sat, 13 Feb 1999 13:25:53 +0100
20046              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
20047              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
20048      Branch: perl
20049            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
20050 ____________________________________________________________________________
20051 [  2907] By: jhi                                   on 1999/02/13  15:07:26
20052         Log: Integrate from mainperl.
20053      Branch: cfgperl
20054           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
20055           !> (integrate 150 files)
20056 ____________________________________________________________________________
20057 [  2903] By: gsar                                  on 1999/02/12  13:25:59
20058         Log: From: jan.dubois@ibm.net (Jan Dubois)
20059              Date: Sun, 24 Jan 1999 01:12:00 +0100
20060              Message-ID: <36b66479.62756298@smtp1.ibm.net>
20061              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
20062      Branch: perl
20063            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
20064            ! proto.h sv.c sv.h
20065 ____________________________________________________________________________
20066 [  2902] By: gsar                                  on 1999/02/12  12:55:11
20067         Log: script to generate ctags from etags
20068              From: Colin Kuskie <ckuskie@cadence.com>
20069              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
20070              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
20071              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
20072      Branch: perl
20073            + emacs/e2ctags.pl
20074            ! Makefile.SH pod/perlfaq3.pod
20075 ____________________________________________________________________________
20076 [  2901] By: gsar                                  on 1999/02/12  12:40:17
20077         Log: allow boolean assign ops to be lvalues
20078              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20079              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
20080              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
20081              --
20082              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20083              Date: Mon, 18 Jan 1999 10:04:00 +0000
20084              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
20085              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
20086      Branch: perl
20087            + t/op/lop.t
20088            ! MANIFEST op.c
20089 ____________________________________________________________________________
20090 [  2899] By: jhi                                   on 1999/02/12  12:03:48
20091         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
20092      Branch: cfgperl
20093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20094            ! config_h.SH hints/openbsd.sh
20095 ____________________________________________________________________________
20096 [  2898] By: gsar                                  on 1999/02/12  11:49:25
20097         Log: support win32_putenv()
20098      Branch: perl
20099            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
20100            ! win32/win32.c win32/win32iop.h
20101 ____________________________________________________________________________
20102 [  2894] By: gsar                                  on 1999/02/12  11:09:27
20103         Log: add missing hunk in change#2657
20104      Branch: perl
20105            ! ext/B/B/CC.pm
20106 ____________________________________________________________________________
20107 [  2893] By: gsar                                  on 1999/02/12  11:00:13
20108         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20109              Date: Tue, 19 Jan 1999 20:13:15 -0500
20110              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
20111              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
20112      Branch: perl
20113            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
20114            ! t/pragma/subs.t t/pragma/warning.t
20115 ____________________________________________________________________________
20116 [  2892] By: gsar                                  on 1999/02/12  10:44:38
20117         Log: update change#2670 to later version
20118              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20119              Date: Sun, 31 Jan 1999 16:16:14 +0000
20120              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
20121              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
20122      Branch: perl
20123            ! t/op/subst.t toke.c
20124 ____________________________________________________________________________
20125 [  2891] By: gsar                                  on 1999/02/12  10:31:17
20126         Log: make testsuite somewhat location independent
20127      Branch: perl
20128            ! (edit 117 files)
20129 ____________________________________________________________________________
20130 [  2890] By: gsar                                  on 1999/02/12  10:00:30
20131         Log: add $AutoLoader::VERSION
20132      Branch: perl
20133            ! lib/AutoLoader.pm
20134 ____________________________________________________________________________
20135 [  2889] By: gsar                                  on 1999/02/12  09:55:48
20136         Log: tweak PERL_STRICT_CR notes
20137      Branch: perl
20138            ! pod/perl5005delta.pod
20139 ____________________________________________________________________________
20140 [  2888] By: gsar                                  on 1999/02/12  09:41:45
20141         Log: add note about test-notty target
20142      Branch: perl
20143            ! README.win32
20144 ____________________________________________________________________________
20145 [  2887] By: gsar                                  on 1999/02/12  09:37:37
20146         Log: add perltodo.pod
20147      Branch: perl
20148            + pod/perltodo.pod
20149            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
20150            ! win32/pod.mak
20151 ____________________________________________________________________________
20152 [  2886] By: jhi                                   on 1999/02/12  08:52:14
20153         Log: Integrate from mainperl.
20154      Branch: cfgperl
20155           +> t/op/fh.t
20156           !> (integrate 30 files)
20157 ____________________________________________________________________________
20158 [  2885] By: gsar                                  on 1999/02/12  08:42:10
20159         Log: note how to find REG_INFTY limit
20160      Branch: perl
20161            ! pod/perlre.pod
20162 ____________________________________________________________________________
20163 [  2884] By: jhi                                   on 1999/02/12  08:36:14
20164         Log: OpenBSD pthreads awareness, thanks to
20165              David Leonard <david.leonard@csee.uq.edu.au>
20166      Branch: maint-5.005/perl
20167            ! Configure hints/openbsd.sh
20168 ____________________________________________________________________________
20169 [  2882] By: gsar                                  on 1999/02/12  08:05:20
20170         Log: IO is maintained by p5p (per Graham Barr's wishes)
20171      Branch: perl
20172            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
20173            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
20174            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
20175            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20176 ____________________________________________________________________________
20177 [  2881] By: gsar                                  on 1999/02/12  07:57:13
20178         Log: fh.t typo
20179      Branch: perl
20180            ! t/op/fh.t
20181 ____________________________________________________________________________
20182 [  2880] By: gsar                                  on 1999/02/12  07:38:16
20183         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
20184      Branch: perl
20185            ! perl.c pod/perlrun.pod
20186 ____________________________________________________________________________
20187 [  2879] By: gsar                                  on 1999/02/12  05:39:29
20188         Log: fix ops that are not filehandle constructors to not create GV if it
20189              doesn't already exist (avoids leaks); extend semantics of defined()
20190              so that defined(*{$foo}) works (experimental)
20191      Branch: perl
20192            + t/op/fh.t
20193            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
20194            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
20195 ____________________________________________________________________________
20196 [  2877] By: jhi                                   on 1999/02/11  20:44:00
20197         Log: From: Chris Nandor <pudge@pobox.com>
20198              To: perl5-porters@perl.org
20199              Subject: [PATCH] perlport.pod 1.39
20200              Date: Thu, 11 Feb 1999 12:28:35 -0500
20201              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
20202      Branch: cfgperl
20203            ! pod/perlport.pod
20204 ____________________________________________________________________________
20205 [  2870] By: gsar                                  on 1999/02/11  11:17:08
20206         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
20207      Branch: perl
20208            ! ext/IO/lib/IO/Pipe.pm
20209 ____________________________________________________________________________
20210 [  2869] By: gsar                                  on 1999/02/11  11:00:56
20211         Log: update win32/pod.mak
20212      Branch: perl
20213            ! win32/pod.mak
20214 ____________________________________________________________________________
20215 [  2868] By: gsar                                  on 1999/02/11  10:42:44
20216         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
20217              Date: Fri, 08 Jan 1999 14:36:53 +1100
20218              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
20219              Subject: Re: [Fwd: IO::Socket::connect and blocking]
20220      Branch: perl
20221            ! ext/IO/lib/IO/Socket.pm
20222 ____________________________________________________________________________
20223 [  2867] By: gsar                                  on 1999/02/11  09:43:03
20224         Log: av_extend() doc tweak from Jan Dubois
20225      Branch: perl
20226            ! pod/perlguts.pod
20227 ____________________________________________________________________________
20228 [  2866] By: gsar                                  on 1999/02/11  09:27:17
20229         Log: display full pathname of unreadable files
20230      Branch: perl
20231            ! utils/perldoc.PL
20232 ____________________________________________________________________________
20233 [  2865] By: gsar                                  on 1999/02/11  09:02:31
20234         Log: missing patch in change#2522
20235      Branch: perl
20236            ! lib/Pod/Text.pm
20237 ____________________________________________________________________________
20238 [  2864] By: jhi                                   on 1999/02/11  08:45:00
20239         Log: From: Spider Boardman <spider@zk3.dec.com>
20240              To: perlbug@perl.com
20241              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
20242              Date: Wed, 10 Feb 1999 23:33:31 -0500
20243              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
20244      Branch: maint-5.005/perl
20245            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
20246 ____________________________________________________________________________
20247 [  2862] By: gsar                                  on 1999/02/11  08:14:34
20248         Log: integrate changes#2738,2740 from maint-5.005
20249      Branch: perl
20250           !> lib/ExtUtils/MakeMaker.pm
20251 ____________________________________________________________________________
20252 [  2861] By: jhi                                   on 1999/02/11  08:04:25
20253         Log: Integrate from mainperl.
20254      Branch: cfgperl
20255           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
20256           !> t/op/range.t win32/config.gc
20257 ____________________________________________________________________________
20258 [  2860] By: gsar                                  on 1999/02/11  07:30:08
20259         Log: binmode() support for cygwin32 (suggested by Steven Morlock
20260              <newspost@morlock.net>)
20261      Branch: perl
20262            ! perl.h
20263 ____________________________________________________________________________
20264 [  2859] By: gsar                                  on 1999/02/11  07:14:21
20265         Log: update Changes
20266      Branch: perl
20267            ! Changes
20268           !> pod/perl5005delta.pod
20269 ____________________________________________________________________________
20270 [  2856] By: gsar                                  on 1999/02/11  07:07:39
20271         Log: integrate perldelta changes from maint-5.005
20272      Branch: perl
20273           !> pod/perl5005delta.pod
20274 ____________________________________________________________________________
20275 [  2855] By: gsar                                  on 1999/02/11  06:31:50
20276         Log: applied suggested patch; added tests
20277              From: Adam Krolnik <adamk@gypsy.cyrix.com>
20278              Date: Sat, 12 Dec 98 15:30:18 -0600
20279              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
20280              Subject: Range operation doesn't handle IV_MAX
20281      Branch: perl
20282            ! pp_ctl.c t/op/range.t
20283 ____________________________________________________________________________
20284 [  2854] By: gsar                                  on 1999/02/11  05:00:55
20285         Log: compatibility fix: magic non-propagation in foreach implicit localization
20286      Branch: perl
20287            ! pp_ctl.c t/op/local.t win32/config.gc
20288 ____________________________________________________________________________
20289 [  2852] By: gsar                                  on 1999/02/10  23:17:49
20290         Log: fair warning about -Dusethreads
20291      Branch: maint-5.005/perl
20292            ! Configure INSTALL README.threads
20293 ____________________________________________________________________________
20294 [  2847] By: jhi                                   on 1999/02/09  19:13:28
20295         Log: Integrate from mainperl.
20296      Branch: cfgperl
20297           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
20298           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
20299 ____________________________________________________________________________
20300 [  2846] By: gsar                                  on 1999/02/09  13:53:28
20301         Log: a modified version of suggested patch for pack template 'Z'; added docs
20302              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
20303              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
20304              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
20305              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
20306      Branch: perl
20307            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
20308 ____________________________________________________________________________
20309 [  2845] By: gsar                                  on 1999/02/09  00:03:26
20310         Log: clarify docs for change#2835
20311      Branch: perl
20312            ! pod/perldelta.pod pod/perlop.pod
20313 ____________________________________________________________________________
20314 [  2844] By: gsar                                  on 1999/02/08  23:40:57
20315         Log: addendum to change#2823
20316              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20317              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
20318              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
20319              Subject: [PATCH] Docs and tests for method-call syntax
20320      Branch: perl
20321            ! pod/perlobj.pod t/op/method.t
20322 ____________________________________________________________________________
20323 [  2843] By: jhi                                   on 1999/02/08  21:06:28
20324         Log: Ultrix mmap tidbit.
20325      Branch: cfgperl
20326            ! hints/ultrix_4.sh
20327 ____________________________________________________________________________
20328 [  2842] By: jhi                                   on 1999/02/08  20:22:55
20329         Log: Integrate from mainperl.
20330      Branch: cfgperl
20331           +> t/op/subst_wamp.t
20332           !> (integrate 35 files)
20333 ____________________________________________________________________________
20334 [  2841] By: jhi                                   on 1999/02/08  18:23:26
20335         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20336              To: Mailing list Perl5 <perl5-porters@perl.org>
20337              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
20338              Date: Sun, 7 Feb 1999 17:25:22 -0500
20339              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
20340      Branch: cfgperl
20341            + t/op/subst_amp.t
20342            ! MANIFEST regcomp.c t/op/subst.t
20343 ____________________________________________________________________________
20344 [  2840] By: jhi                                   on 1999/02/08  18:16:54
20345         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20346              To: Mailing list Perl5 <perl5-porters@perl.org>
20347              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
20348              Date: Sun, 7 Feb 1999 17:00:10 -0500
20349              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
20350      Branch: cfgperl
20351            ! pp_hot.c t/op/pat.t
20352 ____________________________________________________________________________
20353 [  2839] By: jhi                                   on 1999/02/08  17:25:30
20354         Log: A require was missing.
20355      Branch: cfgperl
20356            ! t/lib/h2ph.pht
20357 ____________________________________________________________________________
20358 [  2838] By: jhi                                   on 1999/02/08  16:38:41
20359         Log: Bring in the change #2809 (the Configure part has been
20360              modified rather a lot since the #2809, though.)
20361      Branch: cfgperl
20362            ! Configure utils/h2ph.PL
20363 ____________________________________________________________________________
20364 [  2835] By: gsar                                  on 1999/02/08  14:40:23
20365         Log: make qw() into a true list at compile time (slightly modified
20366              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
20367      Branch: perl
20368            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
20369 ____________________________________________________________________________
20370 [  2834] By: gsar                                  on 1999/02/08  13:23:16
20371         Log: make safesysmalloc() etc., always available; safemalloc() et al are
20372              now macros that point to the right malloc; fix various places in
20373              sources that need to always use safesysmalloc() et al
20374      Branch: perl
20375            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
20376            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
20377 ____________________________________________________________________________
20378 [  2833] By: gsar                                  on 1999/02/08  10:56:16
20379         Log: remove spurious #endif in last change
20380      Branch: perl
20381            ! perl.h
20382 ____________________________________________________________________________
20383 [  2832] By: gsar                                  on 1999/02/08  10:34:55
20384         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
20385              them ask for insanity (untested)
20386      Branch: perl
20387            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
20388            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
20389            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
20390 ____________________________________________________________________________
20391 [  2831] By: jhi                                   on 1999/02/08  08:33:33
20392         Log: Update vms/subconfigure.com along the lines of change #2829.
20393      Branch: cfgperl
20394            ! vms/subconfigure.com
20395 ____________________________________________________________________________
20396 [  2830] By: gsar                                  on 1999/02/08  00:19:46
20397         Log: integrate cfgperl changes into mainline
20398      Branch: perl
20399           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
20400           +> lib/File/PathConvert.pm pod/perlthrtut.pod
20401            ! Changes
20402           !> (integrate 93 files)
20403 ____________________________________________________________________________
20404 [  2829] By: jhi                                   on 1999/02/07  23:49:46
20405         Log: Configure update.
20406              
20407              Probe for mmap() et alia.
20408              The *cc*symbols patch (just Configure, no h2ph).
20409      Branch: cfgperl
20410            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20411            ! config_h.SH perl.h
20412 ____________________________________________________________________________
20413 [  2828] By: gsar                                  on 1999/02/07  23:38:47
20414         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20415              Date: Sun, 7 Feb 1999 17:25:22 -0500
20416              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
20417              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
20418      Branch: perl
20419            + t/op/subst_amp.t t/op/subst_wamp.t
20420            ! MANIFEST regcomp.c t/op/subst.t
20421 ____________________________________________________________________________
20422 [  2827] By: gsar                                  on 1999/02/07  23:27:32
20423         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20424              Date: Sun, 7 Feb 1999 17:00:10 -0500
20425              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
20426              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
20427      Branch: perl
20428            ! pp_hot.c t/op/pat.t
20429 ____________________________________________________________________________
20430 [  2826] By: gsar                                  on 1999/02/07  23:26:04
20431         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
20432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20433              Date: Sun, 7 Feb 1999 15:07:27 -0500
20434              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
20435              Subject: Re: fixing memory leaks in REx compilation
20436      Branch: perl
20437            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
20438            ! regexec.c
20439 ____________________________________________________________________________
20440 [  2825] By: jhi                                   on 1999/02/07  18:05:13
20441         Log: Integrate from mainperl.
20442      Branch: cfgperl
20443           +> lib/DB.pm t/comp/bproto.t
20444           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
20445           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
20446           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
20447           !> toke.c vms/perly_c.vms
20448 ____________________________________________________________________________
20449 [  2824] By: gsar                                  on 1999/02/07  14:21:48
20450         Log: tweak doc on bitwise ops
20451      Branch: perl
20452            ! pod/perlop.pod
20453 ____________________________________________________________________________
20454 [  2823] By: gsar                                  on 1999/02/07  13:38:31
20455         Log: applied suggested patch; regen perly* and vms/perly*
20456              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20457              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
20458              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
20459              Subject: [PATCH] Re: Suggestion for perlobj man page
20460      Branch: perl
20461            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
20462 ____________________________________________________________________________
20463 [  2822] By: gsar                                  on 1999/02/07  12:39:09
20464         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
20465              disabled, fails tests)
20466      Branch: perl
20467            ! regcomp.h
20468 ____________________________________________________________________________
20469 [  2821] By: gsar                                  on 1999/02/07  11:09:39
20470         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
20471              <Alexander.Barilo@aexp.com>)
20472      Branch: perl
20473            ! lib/Pod/Html.pm
20474 ____________________________________________________________________________
20475 [  2820] By: gsar                                  on 1999/02/07  10:20:35
20476         Log: add draft debugging API implementation
20477      Branch: perl
20478            + lib/DB.pm
20479            ! MANIFEST
20480 ____________________________________________________________________________
20481 [  2819] By: gsar                                  on 1999/02/07  09:58:45
20482         Log: avoid garbage in db->dirbuf
20483              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
20484              Date: Sat, 05 Dec 1998 14:14:54 +0900
20485              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
20486              Subject: SDBM bug
20487      Branch: perl
20488            ! ext/SDBM_File/sdbm/sdbm.c
20489 ____________________________________________________________________________
20490 [  2818] By: gsar                                  on 1999/02/07  09:32:24
20491         Log: missing entry
20492      Branch: perl
20493            ! MANIFEST
20494 ____________________________________________________________________________
20495 [  2817] By: gsar                                  on 1999/02/07  09:30:47
20496         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
20497      Branch: perl
20498            + t/comp/bproto.t
20499            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
20500 ____________________________________________________________________________
20501 [  2816] By: gsar                                  on 1999/02/06  00:14:29
20502         Log: minor bug in dumping blessed subrefs
20503      Branch: perl
20504            ! ext/Data/Dumper/Dumper.pm
20505 ____________________________________________________________________________
20506 [  2812] By: jhi                                   on 1999/02/03  22:02:24
20507         Log: Enhance change #2808.
20508              
20509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20510              To: perl5-porters@perl.org
20511              Subject: Re: [PATCH 5.00*]: perlbug checklist
20512              Date: Wed, 3 Feb 1999 19:02:27 +0000
20513              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
20514      Branch: cfgperl
20515            ! utils/perlbug.PL
20516 ____________________________________________________________________________
20517 [  2811] By: jhi                                   on 1999/02/03  21:53:23
20518         Log: From: Barrie Slaymaker <rbs@telerama.com>
20519              To: perl5-porters@perl.org
20520              CC: pod-people@perl.org
20521              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
20522              Date: Wed, 03 Feb 1999 10:34:18 -0500
20523              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
20524              
20525              Add File::PathConvert.pm.
20526              Fix Pod::Html and installhtml to understand relative urls.
20527      Branch: cfgperl
20528            + lib/File/PathConvert.pm
20529            ! MANIFEST installhtml lib/Pod/Html.pm
20530 ____________________________________________________________________________
20531 [  2810] By: jhi                                   on 1999/02/03  20:25:10
20532         Log: From: Francois Desarmenien <desar@club-internet.fr>
20533              To: Mailing list Perl5 <perl5-porters@perl.org>
20534              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
20535              Date: Wed, 03 Feb 1999 13:13:24 +0000
20536              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
20537              
20538              (note: this patch completely overrides Tom Wolfe's patch,
20539              change #2604)
20540      Branch: cfgperl
20541            + ext/GDBM_File/hints/sco.pl
20542            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
20543 ____________________________________________________________________________
20544 [  2809] By: jhi                                   on 1999/02/03  19:54:16
20545         Log: h2ph fixes + Configure patch to support them.
20546              
20547              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20548              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
20549              Gurusamy Sarathy <gsar@engin.umich.edu>
20550              Cc: perl5-porters@perl.org
20551              Subject: [PATCH 5.00503_MT5] h2ph.PL
20552              Date: Tue, 2 Feb 1999 19:48:06 -0500
20553              Message-ID: <19990202194806.E10647@O2.chapin.edu>
20554      Branch: maint-5.005/perl
20555            ! Configure utils/h2ph.PL
20556 ____________________________________________________________________________
20557 [  2808] By: jhi                                   on 1999/02/03  16:59:55
20558         Log: Enhance the perlbug checklist.
20559      Branch: cfgperl
20560            ! utils/perlbug.PL
20561 ____________________________________________________________________________
20562 [  2807] By: jhi                                   on 1999/02/03  14:01:37
20563         Log: Document the standard strftime %formats.
20564              
20565              From: Dominic Dunlop <domo@vo.lu>
20566              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
20567              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
20568              Date: Tue, 2 Feb 1999 15:55:29 +0100
20569              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
20570      Branch: cfgperl
20571            ! ext/POSIX/POSIX.pod
20572 ____________________________________________________________________________
20573 [  2806] By: jhi                                   on 1999/02/03  13:58:00
20574         Log: Integrate from mainperl.
20575      Branch: cfgperl
20576           !> perl.h
20577 ____________________________________________________________________________
20578 [  2805] By: gsar                                  on 1999/02/03  03:32:31
20579         Log: PL_uuemap[] init needs help for sizeof()
20580      Branch: perl
20581            ! perl.h
20582 ____________________________________________________________________________
20583 [  2804] By: jhi                                   on 1999/02/02  20:44:30
20584         Log: These should've been already in #2803.
20585      Branch: cfgperl
20586            ! Configure config_h.SH vms/subconfigure.com
20587 ____________________________________________________________________________
20588 [  2803] By: jhi                                   on 1999/02/02  20:38:45
20589         Log: telldir prototype issue, from mists of time...
20590      Branch: cfgperl
20591            ! hints/netbsd.sh pp_sys.c
20592 ____________________________________________________________________________
20593 [  2801] By: jhi                                   on 1999/02/02  17:40:14
20594         Log: From: John Bley <jbb6@acpub.duke.edu>
20595              To: perlbug@perl.org
20596              Subject: [PATCH]5.005_54 (DOC) fix minor typos
20597              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
20598              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
20599      Branch: cfgperl
20600            ! pod/perlre.pod
20601 ____________________________________________________________________________
20602 [  2800] By: jhi                                   on 1999/02/02  17:26:49
20603         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
20604      Branch: cfgperl
20605            ! Todo-5.005
20606 ____________________________________________________________________________
20607 [  2799] By: jhi                                   on 1999/02/02  17:18:51
20608         Log: Update FindBin from maint-5.005.
20609      Branch: cfgperl
20610            ! lib/FindBin.pm
20611 ____________________________________________________________________________
20612 [  2798] By: jhi                                   on 1999/02/02  17:16:07
20613         Log: Fix typecasts in #2797
20614              
20615              From: "G. Del Merritt" <del@intranetics.com>
20616              Date: Fri, 29 Jan 1999 11:47:25 -0700
20617              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
20618              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
20619      Branch: cfgperl
20620            ! ext/POSIX/POSIX.xs
20621 ____________________________________________________________________________
20622 [  2797] By: jhi                                   on 1999/02/02  17:14:37
20623         Log: From: Ted Law <tedlaw@cibcwg.com>
20624              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
20625              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
20626              Subject: POSIX::strftime buffer overflow problem
20627      Branch: cfgperl
20628            ! ext/POSIX/POSIX.xs
20629 ____________________________________________________________________________
20630 [  2796] By: jhi                                   on 1999/02/02  17:13:23
20631         Log: Do not use File::Slurp.
20632      Branch: cfgperl
20633            ! t/lib/textfill.t
20634 ____________________________________________________________________________
20635 [  2795] By: jhi                                   on 1999/02/02  17:11:48
20636         Log: perlhist update from maint-5.005.
20637      Branch: cfgperl
20638            ! pod/perlhist.pod
20639 ____________________________________________________________________________
20640 [  2794] By: jhi                                   on 1999/02/02  17:10:33
20641         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
20642      Branch: cfgperl
20643            ! ext/POSIX/POSIX.pm
20644 ____________________________________________________________________________
20645 [  2793] By: jhi                                   on 1999/02/02  17:08:39
20646         Log: Missed the html test from change #2787. 
20647      Branch: cfgperl
20648            ! t/lib/cgi-html.t
20649 ____________________________________________________________________________
20650 [  2792] By: jhi                                   on 1999/02/02  17:01:24
20651         Log: Update Getopt::Long to 2.19.
20652      Branch: cfgperl
20653            ! lib/Getopt/Long.pm
20654 ____________________________________________________________________________
20655 [  2791] By: jhi                                   on 1999/02/02  16:59:13
20656         Log: overload syntax is no longer experimental
20657      Branch: cfgperl
20658            ! lib/overload.pm
20659 ____________________________________________________________________________
20660 [  2789] By: jhi                                   on 1999/02/02  16:47:50
20661         Log: Still doc fixes.
20662      Branch: cfgperl
20663            ! lib/diagnostics.pm
20664 ____________________________________________________________________________
20665 [  2788] By: jhi                                   on 1999/02/02  16:47:07
20666         Log: Doc fixes.
20667      Branch: cfgperl
20668            ! lib/CGI.pm lib/diagnostics.pm
20669 ____________________________________________________________________________
20670 [  2787] By: jhi                                   on 1999/02/02  16:38:55
20671         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
20672              where applicable).
20673      Branch: cfgperl
20674            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
20675            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20676            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20677            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
20678            ! eg/cgi/frameset.cgi eg/cgi/index.html
20679            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20680            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20681            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20682            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
20683            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20684            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
20685 ____________________________________________________________________________
20686 [  2786] By: jhi                                   on 1999/02/02  16:17:52
20687         Log: Update CPAN to 1.47.
20688      Branch: cfgperl
20689            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
20690 ____________________________________________________________________________
20691 [  2785] By: jhi                                   on 1999/02/02  16:09:03
20692         Log: From: Mark-Jason Dominus <mjd@plover.com>
20693              Date: Sat, 16 Jan 1999 17:22:06 -0500
20694              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
20695              Message-ID: <19990116222206.3674.qmail@plover.com>
20696      Branch: cfgperl
20697            ! pod/perlsub.pod
20698 ____________________________________________________________________________
20699 [  2784] By: jhi                                   on 1999/02/02  16:01:31
20700         Log: Fix incorrect "used only once" warnings
20701              
20702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20703              Date: Fri, 8 Jan 1999 04:37:10 -0500
20704              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
20705              Subject: Re: change#965 flakiness
20706      Branch: cfgperl
20707            ! gv.c
20708 ____________________________________________________________________________
20709 [  2783] By: jhi                                   on 1999/02/02  15:50:38
20710         Log: perldelta updates.
20711      Branch: cfgperl
20712            ! pod/perldelta.pod
20713 ____________________________________________________________________________
20714 [  2782] By: jhi                                   on 1999/02/02  14:28:26
20715         Log: Mirror change #2781.
20716      Branch: cfgperl
20717            ! hints/linux.sh
20718 ____________________________________________________________________________
20719 [  2781] By: jhi                                   on 1999/02/02  14:27:01
20720         Log: Update the MkLinux note.
20721      Branch: maint-5.005/perl
20722            ! hints/linux.sh
20723 ____________________________________________________________________________
20724 [  2780] By: jhi                                   on 1999/02/02  14:10:59
20725         Log: Update todo.
20726      Branch: cfgperl
20727            ! Todo-5.005
20728 ____________________________________________________________________________
20729 [  2779] By: jhi                                   on 1999/02/02  14:00:25
20730         Log: Integrate from mainperl.
20731      Branch: cfgperl
20732            ! t/lib/textfill.t t/lib/textwrap.t
20733           !> (integrate 32 files)
20734 ____________________________________________________________________________
20735 [  2778] By: jhi                                   on 1999/02/02  13:56:23
20736         Log: VMS update, applicable parts of
20737              
20738              From: Dan Sugalski <sugalskd@osshe.edu>
20739              To: perl5-porters@perl.org
20740              Subject: [PATCH 5.005_03MT3]VMS configure tweak
20741              Date: Wed, 20 Jan 1999 12:05:18 -0800
20742              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
20743              
20744              From: Dan Sugalski <sugalskd@osshe.edu>
20745              To: perlbug@perl.com, vmsperl@perl.org
20746              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
20747              Date: Tue, 26 Jan 1999 14:40:38 -0800
20748              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
20749              
20750              From: Dan Sugalski <sugalskd@osshe.edu>
20751              To: perl5-porters@perl.org, vmsperl@perl.org
20752              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
20753              Date: Tue, 26 Jan 1999 14:55:29 -0800
20754              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
20755      Branch: cfgperl
20756            ! vms/ext/Stdio/test.pl vms/subconfigure.com
20757 ____________________________________________________________________________
20758 [  2777] By: jhi                                   on 1999/02/02  13:43:24
20759         Log: Synch usethreads parts from maint-5.005.
20760      Branch: cfgperl
20761            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
20762            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
20763            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20764            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20765 ____________________________________________________________________________
20766 [  2776] By: jhi                                   on 1999/02/02  13:17:16
20767         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
20768      Branch: cfgperl
20769            ! Makefile.SH hints/freebsd.sh
20770 ____________________________________________________________________________
20771 [  2774] By: jhi                                   on 1999/02/02  13:10:39
20772         Log: Add perlthrtut, update pod/* machinery.
20773              (a pod/Makefile.SH is sorely needed)
20774      Branch: cfgperl
20775            + pod/perlthrtut.pod
20776            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
20777 ____________________________________________________________________________
20778 [  2773] By: jhi                                   on 1999/02/02  12:54:24
20779         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20780              To: perl5-porters@perl.org
20781              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
20782              Date: Tue, 26 Jan 1999 22:25:07 +0000
20783              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
20784      Branch: cfgperl
20785            ! pod/perlguts.pod
20786 ____________________________________________________________________________
20787 [  2771] By: jhi                                   on 1999/02/02  12:47:34
20788         Log: Use perlbug instead of personal email address.
20789      Branch: cfgperl
20790            ! Configure
20791 ____________________________________________________________________________
20792 [  2770] By: jhi                                   on 1999/02/02  12:42:06
20793         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
20794              
20795              From: "G. Del Merritt" <del@intranetics.com>
20796              To: perlbug@perl.com
20797              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
20798              Date: Tue, 26 Jan 1999 12:09:09 -0700
20799              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
20800      Branch: cfgperl
20801            ! iperlsys.h
20802 ____________________________________________________________________________
20803 [  2769] By: jhi                                   on 1999/02/02  12:37:57
20804         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20805              To: Mailing list Perl5 <perl5-porters@perl.org>
20806              Subject: [PATCH 5.005_*] OS/2 threads
20807              Date: Tue, 26 Jan 1999 13:39:46 -0500
20808              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
20809      Branch: cfgperl
20810            ! os2/os2ish.h
20811 ____________________________________________________________________________
20812 [  2768] By: jhi                                   on 1999/02/02  12:36:16
20813         Log: Apply change #2711 from maint-5.005:
20814              
20815              make ok", "make okfile", and "make nok" were broken
20816              with -Duseshrplib, because of a shared typo.
20817              
20818              From: Spider Boardman <spider@web.zk3.dec.com>
20819              To: perlbug@perl.com
20820              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20821              Date: Wed, 27 Jan 1999 12:27:15 -0500
20822              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
20823      Branch: cfgperl
20824            ! Makefile.SH
20825 ____________________________________________________________________________
20826 [  2766] By: jhi                                   on 1999/02/02  12:27:08
20827         Log: Make Configure use "int main()" instead of bare "main()".
20828              Like maint-5.005 change #2703 but now via metaconfig.
20829      Branch: cfgperl
20830            ! Configure
20831 ____________________________________________________________________________
20832 [  2765] By: jhi                                   on 1999/02/02  11:59:30
20833         Log: Undo part of change #2562.
20834      Branch: cfgperl
20835            ! Configure
20836 ____________________________________________________________________________
20837 [  2764] By: jhi                                   on 1999/02/02  11:52:39
20838         Log: NetBSD synch with maint-5.005.
20839      Branch: cfgperl
20840            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20841 ____________________________________________________________________________
20842 [  2763] By: jhi                                   on 1999/02/02  11:44:07
20843         Log: $Config{installusrbinperl}
20844              (maint-5.005 changes #2614 and #2709)
20845      Branch: cfgperl
20846            ! Configure installperl
20847 ____________________________________________________________________________
20848 [  2762] By: jhi                                   on 1999/02/02  11:29:13
20849         Log: Errno update from maint-5.005 (changes #2583, #2710).
20850      Branch: cfgperl
20851            ! Configure ext/Errno/Errno_pm.PL
20852 ____________________________________________________________________________
20853 [  2759] By: jhi                                   on 1999/02/02  10:53:20
20854         Log: Update Trig.pm from maint-5.005.
20855      Branch: cfgperl
20856            ! lib/Math/Trig.pm
20857 ____________________________________________________________________________
20858 [  2757] By: jhi                                   on 1999/02/02  10:41:26
20859         Log: MPE/iX update (mirror maint-5.005 change #2715)
20860      Branch: cfgperl
20861            ! hints/mpeix.sh mpeix/relink
20862 ____________________________________________________________________________
20863 [  2756] By: jhi                                   on 1999/02/02  10:38:08
20864         Log: BeOS update (Mirror maint-5.005 change #2727).
20865      Branch: cfgperl
20866            + ext/DynaLoader/dl_beos.xs
20867            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
20868            ! lib/ExtUtils/MM_Unix.pm
20869 ____________________________________________________________________________
20870 [  2754] By: gsar                                  on 1999/02/02  08:52:13
20871         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
20872      Branch: perl
20873            ! Porting/pumpkin.pod Todo Todo-5.005
20874 ____________________________________________________________________________
20875 [  2753] By: gsar                                  on 1999/02/02  08:46:21
20876         Log: Todo tweaks
20877      Branch: perl
20878            ! Todo Todo-5.005
20879 ____________________________________________________________________________
20880 [  2752] By: jhi                                   on 1999/02/01  22:15:12
20881         Log: Add perlthrtut.pod.
20882              
20883              From: Dan Sugalski <sugalskd@osshe.edu>
20884              To: perl5-porters@perl.org
20885              Subject: perlthrtut.pod
20886              Date: Mon, 01 Feb 1999 10:57:11 -0800
20887              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
20888      Branch: maint-5.005/perl
20889            + pod/perlthrtut.pod
20890            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
20891            ! pod/roffitall
20892 ____________________________________________________________________________
20893 [  2751] By: gsar                                  on 1999/02/01  07:28:05
20894         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
20895      Branch: perl
20896            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
20897            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20898 ____________________________________________________________________________
20899 [  2750] By: gsar                                  on 1999/02/01  07:09:20
20900         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20901              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
20902              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
20903              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
20904      Branch: perl
20905            ! regexec.c
20906 ____________________________________________________________________________
20907 [  2749] By: gsar                                  on 1999/02/01  07:07:59
20908         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20909              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
20910              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
20911              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
20912      Branch: perl
20913            ! regexec.c
20914 ____________________________________________________________________________
20915 [  2748] By: gsar                                  on 1999/02/01  06:47:06
20916         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
20917              Date: Thu, 3 Dec 1998 15:10:17 -0500
20918              Message-Id: <199812032010.PAA09692@jik.shore.net>
20919              Subject: sample checksum code in "perlfunc" man page is wrong
20920      Branch: perl
20921            ! pod/perlfunc.pod
20922 ____________________________________________________________________________
20923 [  2747] By: gsar                                  on 1999/02/01  06:35:13
20924         Log: typos in Pod/Text.pm
20925              From: "Greg Chapman" <glc@well.com>
20926              Date: Tue, 1 Dec 1998 10:50:18 -0800
20927              Message-Id: <199812011849.KAA08816@smtp.well.com>
20928              Subject: Glitch in Pod::Text
20929      Branch: perl
20930            ! lib/Pod/Text.pm
20931 ____________________________________________________________________________
20932 [  2746] By: gsar                                  on 1999/02/01  06:27:35
20933         Log: various win32-ish changes merged from maint-5.005
20934      Branch: perl
20935            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
20936            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
20937            ! win32/Makefile win32/config.bc win32/config.vc
20938            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
20939            ! win32/win32.c
20940 ____________________________________________________________________________
20941 [  2745] By: gsar                                  on 1999/02/01  04:51:54
20942         Log: integrate cfgperl changes into mainline
20943      Branch: perl
20944           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
20945 ____________________________________________________________________________
20946 [  2744] By: gsar                                  on 1999/02/01  04:31:09
20947         Log: improved diagnostic on syntax errors at EOL
20948      Branch: perl
20949            ! toke.c
20950 ____________________________________________________________________________
20951 [  2743] By: gsar                                  on 1999/02/01  03:59:13
20952         Log: don't attempt connect() to bogus IP addresses
20953              From:    Graham Barr <gbarr@pobox.com>
20954              Date:    Sun, 31 Jan 1999 21:50:45 CST
20955              Message-Id: <19990131215045.A633@pobox.com>
20956      Branch: perl
20957            ! t/lib/io_multihomed.t
20958 ____________________________________________________________________________
20959 [  2742] By: gsar                                  on 1999/02/01  03:08:58
20960         Log: update Changes
20961      Branch: perl
20962            ! Changes pod/perldelta.pod
20963 ____________________________________________________________________________
20964 [  2740] By: gsar                                  on 1999/02/01  02:43:07
20965         Log: CAPI inheritance tweak and doc
20966      Branch: maint-5.005/perl
20967            ! lib/ExtUtils/MakeMaker.pm
20968 ____________________________________________________________________________
20969 [  2739] By: jhi                                   on 1999/01/31  18:31:54
20970         Log: Undo changes #2730 and #2731 and replace them
20971              with an extensively tested patch from
20972              Anton Berezin <tobez@plab.ku.dk> (via private email).
20973      Branch: maint-5.005/perl
20974            ! Makefile.SH hints/freebsd.sh
20975 ____________________________________________________________________________
20976 [  2738] By: gsar                                  on 1999/01/31  05:04:32
20977         Log: fix bogus CAPI inheritance from change#2541
20978      Branch: maint-5.005/perl
20979            ! lib/ExtUtils/MakeMaker.pm
20980 ____________________________________________________________________________
20981 [  2731] By: jhi                                   on 1999/01/29  14:33:12
20982         Log: FreeBSD version numbers can be like "2.2.8-release".
20983      Branch: maint-5.005/perl
20984            ! hints/freebsd.sh
20985 ____________________________________________________________________________
20986 [  2730] By: jhi                                   on 1999/01/29  12:40:38
20987         Log: FreeBSD hints iteration (hopefully convergent).
20988              usethreads: require at least FreeBSD 2.2.8.
20989              signal type: mirror change #2429 in cfgperl.
20990      Branch: maint-5.005/perl
20991            ! hints/freebsd.sh
20992 ____________________________________________________________________________
20993 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
20994         Log: From: Tom Spindler <dogcow@isi.net>
20995              Date: Thu, 28 Jan 1999 17:15:11 -0800
20996              Message-ID: <19990128171510.A11778@isi.net>
20997              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
20998      Branch: maint-5.005/perl
20999            + ext/DynaLoader/dl_beos.xs
21000            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
21001            ! lib/ExtUtils/MM_Unix.pm
21002 ____________________________________________________________________________
21003 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
21004         Log: Remove use of File::Slurp in t/lib/textfill.t
21005      Branch: maint-5.005/perl
21006            ! t/lib/textfill.t
21007 ____________________________________________________________________________
21008 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
21009         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
21010              Date: Wed, 27 Jan 1999 23:14:33 -0800
21011              Message-Id: <199901280714.XAA10176@activestate.com>
21012              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
21013      Branch: maint-5.005/perl
21014            ! win32/Makefile win32/makefile.mk
21015 ____________________________________________________________________________
21016 [  2720] By: gsar                                  on 1999/01/27  21:54:42
21017         Log: missing space while munging CCFLAGS for PERL_CAPI
21018      Branch: perl
21019            ! lib/ExtUtils/MM_Unix.pm
21020 ____________________________________________________________________________
21021 [  2718] By: jhi                                   on 1999/01/27  19:46:04
21022         Log: io/fs.t fails test #18 (sense of tests appears to have been
21023              changed incompletely; this patch just skips the test attached,
21024              a la test #17 preceding it).
21025              
21026              From: "G. Del Merritt" <del@intranetics.com>
21027              To: perlbug@perl.com
21028              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
21029              Date: Tue, 26 Jan 1999 12:09:09 -0700
21030              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
21031      Branch: maint-5.005/perl
21032            ! t/io/fs.t
21033 ____________________________________________________________________________
21034 [  2717] By: jhi                                   on 1999/01/27  19:44:46
21035         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
21036              
21037              From: "G. Del Merritt" <del@intranetics.com>
21038              To: perlbug@perl.com
21039              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
21040              Date: Tue, 26 Jan 1999 12:09:09 -0700
21041              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
21042      Branch: maint-5.005/perl
21043            ! iperlsys.h
21044 ____________________________________________________________________________
21045 [  2715] By: jhi                                   on 1999/01/27  19:34:28
21046         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21047              To: perl5-porters@perl.org
21048              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
21049              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
21050              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
21051      Branch: maint-5.005/perl
21052            ! hints/mpeix.sh mpeix/relink
21053 ____________________________________________________________________________
21054 [  2710] By: jhi                                   on 1999/01/27  19:22:23
21055         Log: Errno fixes:
21056              
21057              From: Spider Boardman <spider@web.zk3.dec.com>
21058              To: perlbug@perl.com
21059              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21060              Date: Wed, 27 Jan 1999 12:27:15 -0500
21061              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
21062              
21063              From: Spider Boardman <spider@web.zk3.dec.com>
21064              To: perlbug@perl.com
21065              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21066              Date: Wed, 27 Jan 1999 13:31:16 -0500
21067              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
21068      Branch: maint-5.005/perl
21069            ! Configure ext/Errno/Errno_pm.PL
21070 ____________________________________________________________________________
21071 [  2709] By: jhi                                   on 1999/01/27  19:17:35
21072         Log: Fix Configure installusrbinperl:
21073              
21074              From: Spider Boardman <spider@web.zk3.dec.com>
21075              To: jhi@iki.fi
21076              cc: perl5-porters@perl.org
21077              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
21078              Date: Wed, 27 Jan 1999 13:03:35 -0500
21079              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
21080      Branch: maint-5.005/perl
21081            ! Configure
21082 ____________________________________________________________________________
21083 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
21084         Log: Add redef IO::Handle::* for setv?buf()
21085      Branch: maint-5.005/perl
21086            ! ext/POSIX/POSIX.pm
21087 ____________________________________________________________________________
21088 [  2705] By: jhi                                   on 1999/01/24  15:14:30
21089         Log: Mention year-1900 and month 0..11.
21090      Branch: cfgperl
21091            ! lib/Time/Local.pm
21092 ____________________________________________________________________________
21093 [  2704] By: jhi                                   on 1999/01/24  15:13:36
21094         Log: Document Configure -Uinstallusrbinperl.
21095      Branch: cfgperl
21096            ! INSTALL pod/perldelta.pod
21097 ____________________________________________________________________________
21098 [  2698] By: jhi                                   on 1999/01/24  12:46:00
21099         Log: Use only xlc_r for usethreads.
21100      Branch: cfgperl
21101            ! hints/aix.sh
21102 ____________________________________________________________________________
21103 [  2695] By: gsar                                  on 1999/01/24  07:09:05
21104         Log: integrate cfgperl changes into mainline
21105      Branch: perl
21106           +> lib/Exporter/Heavy.pm
21107           !> (integrate 65 files)
21108 ____________________________________________________________________________
21109 [  2694] By: gsar                                  on 1999/01/24  01:28:49
21110         Log: better notes on 'make' on win32
21111      Branch: perl
21112            ! README.win32
21113 ____________________________________________________________________________
21114 [  2683] By: jhi                                   on 1999/01/22  15:41:00
21115         Log: More de-cut-and-pastos.
21116      Branch: cfgperl
21117            ! hints/irix_6.sh hints/os2.sh
21118 ____________________________________________________________________________
21119 [  2682] By: jhi                                   on 1999/01/22  15:30:51
21120         Log: usethreads.cbu cut-and-pasto.
21121      Branch: cfgperl
21122            ! hints/solaris_2.sh
21123 ____________________________________________________________________________
21124 [  2681] By: jhi                                   on 1999/01/22  14:54:55
21125         Log: Better (I hope) LANGUAGE documentation.
21126      Branch: cfgperl
21127            ! pod/perllocale.pod
21128 ____________________________________________________________________________
21129 [  2680] By: jhi                                   on 1999/01/22  09:20:29
21130         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21131              To: perl5-porters@perl.org
21132              Subject: [PATCH 5.005_03MT3]VMS configure tweak
21133              Date: Wed, 20 Jan 1999 12:05:18 -0800
21134              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
21135      Branch: cfgperl
21136            ! vms/subconfigure.com
21137 ____________________________________________________________________________
21138 [  2679] By: jhi                                   on 1999/01/22  09:13:18
21139         Log: nosuid getmntent() branch.
21140      Branch: cfgperl
21141            ! perl.c perl.h
21142 ____________________________________________________________________________
21143 [  2678] By: jhi                                   on 1999/01/22  08:54:19
21144         Log: nosuid patch continued: *BSD needs <sys/param.h>.
21145      Branch: cfgperl
21146            ! Configure config_h.SH
21147 ____________________________________________________________________________
21148 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
21149         Log: Fixup FindBin to use File::Spec
21150              
21151              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
21152              Date: Wed, 20 Jan 1999 18:51:57 +0000
21153              From: Paul Johnson <pjcj@transeda.com>
21154              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
21155      Branch: maint-5.005/perl
21156            ! lib/FindBin.pm
21157 ____________________________________________________________________________
21158 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
21159         Log: Fix win32 for Borland compiler and spaces in paths
21160              
21161              From: Gurusamy Sarathy <gsar@activestate.com>
21162              Date: Mon, 18 Jan 1999 20:33:17 -0800
21163              Message-Id: <199901190433.UAA03656@activestate.com>
21164              Subject: [PATCH] 5.005_03-trial3 win32 issues
21165      Branch: maint-5.005/perl
21166            ! README.win32 win32/Makefile win32/config_sh.PL
21167            ! win32/makefile.mk win32/runperl.c
21168 ____________________________________________________________________________
21169 [  2670] By: jhi                                   on 1999/01/21  16:12:38
21170         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21171              To: perl5-porters@perl.org
21172              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
21173              Date: Thu, 21 Jan 1999 12:08:01 +0000
21174              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
21175      Branch: cfgperl
21176            ! pod/perldiag.pod t/op/subst.t toke.c
21177 ____________________________________________________________________________
21178 [  2669] By: jhi                                   on 1999/01/21  16:11:46
21179         Log: To: perl5-porters@perl.org
21180              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
21181              From: Anton Berezin <tobez@plab.ku.dk>
21182              Date: 21 Jan 1999 17:07:28 +0100
21183              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
21184      Branch: cfgperl
21185            ! hints/freebsd.sh
21186 ____________________________________________________________________________
21187 [  2668] By: jhi                                   on 1999/01/21  15:38:34
21188         Log: Add Daniel Grisinger <dgris@dimensional.com>.
21189      Branch: cfgperl
21190            ! AUTHORS MAINTAIN
21191 ____________________________________________________________________________
21192 [  2667] By: jhi                                   on 1999/01/21  15:32:28
21193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21194              To: Mailing list Perl5 <perl5-porters@perl.org>
21195              Subject: [PATCH 5.005_53] Lean Exporter.pm
21196              Date: Thu, 21 Jan 1999 03:25:23 -0500
21197              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
21198      Branch: cfgperl
21199            + lib/Exporter/Heavy.pm
21200            ! MANIFEST lib/Exporter.pm
21201 ____________________________________________________________________________
21202 [  2666] By: jhi                                   on 1999/01/21  15:24:10
21203         Log: From: "W. Phillip Moore" <wpm@ms.com>
21204              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
21205              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
21206              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
21207              Message-ID: <13988.46383.298992.97303@zappa>
21208      Branch: cfgperl
21209            ! lib/File/Path.pm
21210 ____________________________________________________________________________
21211 [  2665] By: jhi                                   on 1999/01/21  15:20:48
21212         Log: CPAN update (CPAN-1.44_54) from Andreas and
21213              jumbo doc patch from Abigail.
21214              
21215              From: abigail@fnx.com
21216              To: perl5-porters@perl.org (Perl Porters)
21217              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
21218              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
21219              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
21220              
21221              From: abigail@fnx.com
21222              To: perl5-porters@perl.org (Perl Porters)
21223              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
21224              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
21225              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
21226              
21227              From: abigail@fnx.com
21228              To: perl5-porters@perl.org (Perl Porters)
21229              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
21230              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
21231              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
21232              
21233              From: abigail@fnx.com
21234              To: perl5-porters@perl.org (Perl Porters)
21235              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
21236              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
21237              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
21238              
21239              From: abigail@fnx.com
21240              To: perl5-porters@perl.org (Perl Porters)
21241              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
21242              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
21243              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
21244              
21245              From: abigail@fnx.com
21246              To: perl5-porters@perl.org (Perl Porters)
21247              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
21248              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
21249              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
21250              
21251              From: abigail@fnx.com
21252              To: perl5-porters@perl.org (Perl Porters)
21253              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
21254              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
21255              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
21256              
21257              From: abigail@fnx.com
21258              To: perl5-porters@perl.org (Perl Porters)
21259              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
21260              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
21261              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
21262              
21263              From: abigail@fnx.com
21264              To: perl5-porters@perl.org (Perl Porters)
21265              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
21266              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
21267              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
21268              
21269              From: abigail@fnx.com
21270              To: perl5-porters@perl.org (Perl Porters)
21271              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
21272              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
21273              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
21274              
21275              From: abigail@fnx.com
21276              To: perl5-porters@perl.org (Perl Porters)
21277              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
21278              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
21279              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
21280              
21281              From: abigail@fnx.com
21282              To: perl5-porters@perl.org (Perl Porters)
21283              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
21284              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
21285              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
21286              
21287              From: abigail@fnx.com
21288              To: perl5-porters@perl.org (Perl Porters)
21289              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
21290              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
21291              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
21292      Branch: cfgperl
21293            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
21294            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
21295            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
21296            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
21297 ____________________________________________________________________________
21298 [  2664] By: jhi                                   on 1999/01/21  14:47:43
21299         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21300              To: Mailing list Perl5 <perl5-porters@perl.org>
21301              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
21302              Date: Thu, 21 Jan 1999 03:58:29 -0500
21303              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
21304      Branch: cfgperl
21305            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
21306 ____________________________________________________________________________
21307 [  2663] By: jhi                                   on 1999/01/21  14:43:58
21308         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21309              To: Mailing list Perl5 <perl5-porters@perl.org>
21310              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
21311              Date: Thu, 21 Jan 1999 02:46:34 -0500
21312              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
21313      Branch: cfgperl
21314            ! ext/Errno/Errno_pm.PL
21315 ____________________________________________________________________________
21316 [  2662] By: jhi                                   on 1999/01/21  14:42:42
21317         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
21318              To: Francois Desarmenien <desar@club-internet.fr>
21319              Cc: Gurusamy Sarathy <gsar@activestate.com>,
21320              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
21321              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
21322              Date: 21 Jan 1999 00:17:35 -0700
21323              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
21324      Branch: cfgperl
21325            ! Porting/patching.pod
21326 ____________________________________________________________________________
21327 [  2661] By: jhi                                   on 1999/01/21  14:41:13
21328         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21329              To: Mailing list Perl5 <perl5-porters@perl.org>
21330              Subject: [PATCH 5.00*] makedepend
21331              Date: Thu, 21 Jan 1999 02:08:27 -0500
21332              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
21333      Branch: cfgperl
21334            ! makedepend.SH
21335 ____________________________________________________________________________
21336 [  2660] By: jhi                                   on 1999/01/21  14:36:45
21337         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21338              To: Mailing list Perl5 <perl5-porters@perl.org>
21339              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
21340              Date: Tue, 19 Jan 1999 20:06:45 -0500
21341              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
21342      Branch: cfgperl
21343            ! os2/Changes os2/os2.c
21344 ____________________________________________________________________________
21345 [  2657] By: jhi                                   on 1999/01/21  11:40:35
21346         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21347              To: perl5-porters@perl.org
21348              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
21349              Date: Mon, 18 Jan 1999 01:32:31 PST
21350              Message-ID: <19990118093231.18443.qmail@hotmail.com>
21351      Branch: cfgperl
21352            ! ext/B/B/CC.pm
21353 ____________________________________________________________________________
21354 [  2656] By: jhi                                   on 1999/01/21  11:35:34
21355         Log: From: Achim Bohnet <ach@mpe.mpg.de>
21356              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
21357              Date: Wed, 20 Jan 1999 20:25:53 +0100
21358              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
21359      Branch: cfgperl
21360            ! pp.c
21361 ____________________________________________________________________________
21362 [  2655] By: jhi                                   on 1999/01/21  10:46:01
21363         Log: Handle NIS (and NetInfo) more robustly.
21364      Branch: cfgperl
21365            ! t/op/grent.t t/op/pwent.t
21366 ____________________________________________________________________________
21367 [  2654] By: jhi                                   on 1999/01/21  10:17:20
21368         Log: Two-argument eaccess() of SCO.
21369      Branch: cfgperl
21370            ! pp_sys.c
21371 ____________________________________________________________________________
21372 [  2653] By: jhi                                   on 1999/01/21  08:53:14
21373         Log: -DNO_NOSUID_CHECK for those platforms which have no way
21374              of checking for nosuid but still want suidperl.
21375      Branch: cfgperl
21376            ! perl.c
21377 ____________________________________________________________________________
21378 [  2652] By: jhi                                   on 1999/01/21  08:22:50
21379         Log: The LANGUAGE mirrors LC_ALL usage.
21380      Branch: cfgperl
21381            ! Configure config_h.SH
21382 ____________________________________________________________________________
21383 [  2651] By: jhi                                   on 1999/01/20  22:01:21
21384         Log: I_MNTENT was missing.
21385      Branch: cfgperl
21386            ! Configure config_h.SH
21387 ____________________________________________________________________________
21388 [  2650] By: jhi                                   on 1999/01/19  13:42:03
21389         Log: NetBSD update, based on patches from the NetBSD packages system.
21390      Branch: cfgperl
21391            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
21392 ____________________________________________________________________________
21393 [  2649] By: jhi                                   on 1999/01/19  12:44:02
21394         Log: Jumbo Configure update.
21395              * -Uinstallusrbinperl: disable /usr/bin/perl installation
21396              by installperl
21397              * usethreads.cbu
21398              * use64bits.cbu
21399              * "nosuid"
21400      Branch: cfgperl
21401            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
21402            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
21403            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
21404            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
21405            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
21406            ! pod/perldiag.pod
21407 ____________________________________________________________________________
21408 [  2648] By: jhi                                   on 1999/01/19  09:16:44
21409         Log: Mention /usr/share/locale.
21410      Branch: cfgperl
21411            ! pod/perllocale.pod
21412 ____________________________________________________________________________
21413 [  2647] By: jhi                                   on 1999/01/19  09:11:11
21414         Log: SHMLBA strikes back in NetBSD/sparc.
21415              
21416              From: Dave Nelson <David.Nelson@bellcow.com>
21417              To: jhi@iki.fi
21418              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
21419              Date: Mon, 18 Jan 1999 22:07:56 -0600
21420              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
21421      Branch: cfgperl
21422            ! ext/IPC/SysV/SysV.xs
21423 ____________________________________________________________________________
21424 [  2646] By: jhi                                   on 1999/01/19  08:58:17
21425         Log: Show LANGUAGE env var when needed. (Augment change #2645).
21426      Branch: cfgperl
21427            ! util.c utils/perlbug.PL
21428 ____________________________________________________________________________
21429 [  2645] By: jhi                                   on 1999/01/19  08:52:15
21430         Log: Document the GNU LANGUAGE env var.
21431      Branch: cfgperl
21432            ! pod/perllocale.pod
21433 ____________________________________________________________________________
21434 [  2644] By: jhi                                   on 1999/01/19  08:42:25
21435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21436              To: Mailing list Perl5 <perl5-porters@perl.org>
21437              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
21438              Date: Mon, 18 Jan 1999 20:57:02 -0500
21439              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
21440      Branch: cfgperl
21441            ! pp_hot.c t/op/pat.t
21442 ____________________________________________________________________________
21443 [  2643] By: jhi                                   on 1999/01/18  11:23:41
21444         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
21445      Branch: cfgperl
21446            ! Makefile.SH
21447 ____________________________________________________________________________
21448 [  2642] By: jhi                                   on 1999/01/18  11:03:38
21449         Log: GNU libc locale system has LANGUAGE env var that partly
21450              overrides even LC_ALL.
21451      Branch: cfgperl
21452            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
21453 ____________________________________________________________________________
21454 [  2641] By: jhi                                   on 1999/01/18  10:55:04
21455         Log: Integrate from mainperl.
21456      Branch: cfgperl
21457           +> ext/B/defsubs.h.PL
21458            ! t/op/groups.t
21459           !> (integrate 38 files)
21460 ____________________________________________________________________________
21461 [  2640] By: gsar                                  on 1999/01/18  10:06:29
21462         Log: a few random cleanups
21463      Branch: perl
21464            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
21465 ____________________________________________________________________________
21466 [  2639] By: gsar                                  on 1999/01/18  05:56:21
21467         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
21468              Date:    Sun, 17 Jan 1999 16:41:10 PST
21469              Message-Id: <19990118004111.29667.qmail@hotmail.com>
21470              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
21471      Branch: perl
21472            ! ext/B/B/C.pm
21473 ____________________________________________________________________________
21474 [  2638] By: gsar                                  on 1999/01/18  05:41:21
21475         Log: From:    jan.dubois@ibm.net (Jan Dubois)
21476              Date:    Mon, 18 Jan 1999 00:37:41 +0100
21477              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
21478              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
21479      Branch: perl
21480            ! dump.c
21481 ____________________________________________________________________________
21482 [  2633] By: gsar                                  on 1999/01/17  13:39:59
21483         Log: bogus assert()
21484      Branch: perl
21485            ! pp.c t/op/groups.t
21486 ____________________________________________________________________________
21487 [  2632] By: gsar                                  on 1999/01/17  13:22:04
21488         Log: various tweaks for clean build and test on win32
21489      Branch: perl
21490            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
21491            ! op.c t/pragma/warn/doio
21492 ____________________________________________________________________________
21493 [  2631] By: gsar                                  on 1999/01/17  12:28:06
21494         Log: undo change#2336, and add clarification about subversive
21495              CPAN distributions from Andreas Koenig
21496      Branch: perl
21497            ! Porting/pumpkin.pod lib/CPAN.pm
21498 ____________________________________________________________________________
21499 [  2630] By: gsar                                  on 1999/01/17  12:04:06
21500         Log: fix silent taint failures under -U
21501      Branch: perl
21502            ! doio.c
21503 ____________________________________________________________________________
21504 [  2629] By: gsar                                  on 1999/01/17  12:00:23
21505         Log: sanity check piped opens (tweaked version of patch suggested
21506              by Mark-Jason Dominus)
21507      Branch: perl
21508            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
21509            ! t/op/taint.t t/pragma/warn/doio
21510 ____________________________________________________________________________
21511 [  2628] By: gsar                                  on 1999/01/17  11:26:21
21512         Log: regen headers
21513      Branch: perl
21514            ! embed.h embedvar.h objXSUB.h
21515 ____________________________________________________________________________
21516 [  2627] By: gsar                                  on 1999/01/17  11:23:37
21517         Log: PERL_OBJECTness for change#2595
21518      Branch: perl
21519            ! embed.pl op.c pod/perlport.pod proto.h
21520 ____________________________________________________________________________
21521 [  2626] By: gsar                                  on 1999/01/17  09:47:07
21522         Log: PERL_OBJECT tweaks for change#2426
21523      Branch: perl
21524            ! embed.pl proto.h regcomp.c
21525 ____________________________________________________________________________
21526 [  2625] By: gsar                                  on 1999/01/17  09:37:58
21527         Log: documentation in change#2596 is not quite right; fix it
21528      Branch: perl
21529            ! lib/Math/BigFloat.pm pod/perlguts.pod
21530 ____________________________________________________________________________
21531 [  2624] By: gsar                                  on 1999/01/17  09:28:34
21532         Log: undo change#2571; C<use File::Spec> instead
21533      Branch: perl
21534            ! lib/FindBin.pm
21535 ____________________________________________________________________________
21536 [  2623] By: gsar                                  on 1999/01/17  09:20:42
21537         Log: change#2572 is not applicable; undo, retaining scan_bin addition
21538              to global.sym
21539      Branch: perl
21540            ! global.sym perl.c proto.h
21541 ____________________________________________________________________________
21542 [  2622] By: gsar                                  on 1999/01/17  09:17:42
21543         Log: change#2576 is based on a wrong premise; undo it
21544      Branch: perl
21545            ! pp_ctl.c
21546 ____________________________________________________________________________
21547 [  2621] By: gsar                                  on 1999/01/17  09:12:42
21548         Log: fix change#2602 to not used hard coded constants
21549      Branch: perl
21550            ! ext/B/B/C.pm ext/B/defsubs.h.PL
21551 ____________________________________________________________________________
21552 [  2620] By: gsar                                  on 1999/01/17  09:02:07
21553         Log: integrate cfgperl changes into mainline, fix conflicts
21554      Branch: perl
21555           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
21556           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
21557           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
21558           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
21559           +> pod/perlopentut.pod
21560           !> (integrate 162 files)
21561 ____________________________________________________________________________
21562 [  2619] By: gsar                                  on 1999/01/17  08:42:04
21563         Log: a few doc typos
21564      Branch: perl
21565            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
21566 ____________________________________________________________________________
21567 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
21568         Log: Win32 changes from Jan
21569              
21570              From: jan.dubois@ibm.net (Jan Dubois)
21571              Date: Fri, 15 Jan 1999 23:38:35 +0100
21572              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
21573              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
21574              
21575              From: jan.dubois@ibm.net (Jan Dubois)
21576              Date: Sat, 16 Jan 1999 13:02:45 +0100
21577              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
21578              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
21579      Branch: maint-5.005/perl
21580            ! README.win32 win32/Makefile win32/makefile.mk
21581 ____________________________________________________________________________
21582 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
21583         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
21584              
21585              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21586              Date: Thu, 07 Jan 1999 00:12:00 -0500
21587              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
21588              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21589              
21590              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21591              Date: Thu, 14 Jan 1999 19:21:46 -0500
21592              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
21593              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21594      Branch: maint-5.005/perl
21595            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
21596            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
21597            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
21598            ! win32/makedef.pl win32/runperl.c win32/win32.c
21599 ____________________________________________________________________________
21600 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
21601         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21602              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
21603              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
21604              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
21605              
21606              From: Jarkko Hietaniemi <jhi@iki.fi>
21607              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
21608              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
21609              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
21610              
21611              From: Jarkko Hietaniemi <jhi@iki.fi>
21612              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
21613              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
21614              Subject: the promised "installusrbinperl + NetBSD" fix
21615      Branch: maint-5.005/perl
21616            ! Configure Makefile.SH hints/netbsd.sh installperl
21617            ! makedepend.SH unixish.h
21618 ____________________________________________________________________________
21619 [  2611] By: jhi                                   on 1999/01/14  12:16:14
21620         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
21621              To: pumpkings@jhereg.perl.com
21622              Subject: perlopentut.pod
21623              Date: Sat, 09 Jan 1999 08:13:18 -0700
21624              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
21625      Branch: cfgperl
21626            + pod/perlopentut.pod
21627            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
21628 ____________________________________________________________________________
21629 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
21630         Log: Added Carp::cluck to perldelta.pod
21631      Branch: maint-5.005/perl
21632            ! pod/perldelta.pod
21633 ____________________________________________________________________________
21634 [  2605] By: jhi                                   on 1999/01/13  18:26:19
21635         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
21636              To: "'cpan@perl.org'" <cpan@perl.org>
21637              Subject: "Bug" fix for File::Find.pm
21638              Date:   Thu, 31 Dec 1998 13:01:50 -0500
21639              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
21640      Branch: cfgperl
21641            ! lib/File/Find.pm
21642 ____________________________________________________________________________
21643 [  2604] By: jhi                                   on 1999/01/13  18:08:45
21644         Log: From: Peter Wolfe <wolfe@teloseng.com>
21645              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
21646              To: perlbug@perl.com
21647              Date: 11 Jan 1999 23:00:05 +0200
21648              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
21649      Branch: cfgperl
21650            ! hints/sco.sh
21651 ____________________________________________________________________________
21652 [  2603] By: jhi                                   on 1999/01/13  18:06:56
21653         Log: From: hans@icgroup.nl (Hans Mulder)
21654              Subject: [Patch for 5.005_54] re::debugcolors dumps core
21655              To: perlbug@perl.com
21656              Cc: hansmu@xs4all.nl
21657              Date: 11 Jan 1999 22:22:45 +0200
21658              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
21659      Branch: cfgperl
21660            ! ext/re/re.pm regcomp.c
21661 ____________________________________________________________________________
21662 [  2602] By: jhi                                   on 1999/01/13  18:05:43
21663         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21664              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
21665              Date: 11 Jan 1999 08:02:41 +0200
21666              Lines: 134
21667              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
21668      Branch: cfgperl
21669            ! ext/B/B.xs ext/B/B/C.pm
21670 ____________________________________________________________________________
21671 [  2601] By: jhi                                   on 1999/01/13  18:01:53
21672         Log: From: James FitzGibbon <james@ican.net>
21673              Subject: Trivial patch for HP-UX 11 and shared libperl
21674              To: perl5-porters@perl.org
21675              Date: 8 Jan 1999 19:13:23 +0200
21676              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
21677      Branch: cfgperl
21678            ! Makefile.SH
21679 ____________________________________________________________________________
21680 [  2600] By: jhi                                   on 1999/01/13  17:59:45
21681         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21682              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
21683              To: perl5-porters@perl.org
21684              Date: 8 Jan 1999 12:43:36 +0200
21685              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
21686      Branch: cfgperl
21687            ! ext/B/B/CC.pm
21688 ____________________________________________________________________________
21689 [  2599] By: jhi                                   on 1999/01/13  17:50:11
21690         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
21691              Subject: PATCH to installperl
21692              To: perl5-porters@perl.org
21693              Date: 4 Jan 1999 16:15:18 +0200
21694              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
21695      Branch: cfgperl
21696            ! installperl
21697 ____________________________________________________________________________
21698 [  2598] By: jhi                                   on 1999/01/13  17:34:51
21699         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21700              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
21701              Cc: perl5-porters@perl.org
21702              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
21703              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
21704              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
21705      Branch: cfgperl
21706            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21707            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
21708 ____________________________________________________________________________
21709 [  2597] By: jhi                                   on 1999/01/13  17:30:33
21710         Log: From: David Dyck <dcd@tc.fluke.com>
21711              To: Perl Porters <perl5-porters@perl.org>,
21712              Gurusamy Sarathy <gsar@engin.umich.edu>
21713              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
21714              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
21715              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
21716      Branch: cfgperl
21717            ! pod/perldsc.pod
21718 ____________________________________________________________________________
21719 [  2596] By: jhi                                   on 1999/01/13  17:26:44
21720         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21721              To: perl5-porters@perl.org
21722              Subject: [PATCH] modglobal w/ spelling fixes
21723              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
21724              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
21725      Branch: cfgperl
21726            ! pod/perlguts.pod
21727 ____________________________________________________________________________
21728 [  2595] By: jhi                                   on 1999/01/13  17:24:59
21729         Log: From: Hans Mulder <hansm@icgroup.nl>
21730              Optimize common sort routines.  Thread started by the message
21731              
21732              From: Hans Mulder <hansm@icgroup.nl>
21733              Sender: owner-perl5-porters@perl.org
21734              To: perl5-porters@perl.org
21735              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
21736              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
21737              
21738              and the patch from the message
21739              
21740              From: Hans Mulder <hans@icgroup.nl>
21741              To: jhi@iki.fi
21742              Cc: perl5-porters@perl.org
21743              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
21744              $b }
21745              Date: Wed, 13 Jan 1999 17:39:35 +0100
21746              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
21747      Branch: cfgperl
21748            ! Todo op.c op.h pp_ctl.c t/op/sort.t
21749 ____________________________________________________________________________
21750 [  2594] By: jhi                                   on 1999/01/13  16:50:17
21751         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
21752              (the diffs were based on 5.004_02).  Tested by Guido
21753              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
21754      Branch: cfgperl
21755            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
21756            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
21757            + mint/sys/time.h mint/time.h
21758            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
21759            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
21760 ____________________________________________________________________________
21761 [  2593] By: jhi                                   on 1999/01/09  16:54:26
21762         Log: Detypo.
21763      Branch: cfgperl
21764            ! hints/dec_osf.sh
21765 ____________________________________________________________________________
21766 [  2592] By: jhi                                   on 1999/01/09  16:17:13
21767         Log: Move usethreads and use64bits logic from hints to Configure.
21768      Branch: cfgperl
21769            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
21770            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
21771            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
21772            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
21773 ____________________________________________________________________________
21774 [  2591] By: jhi                                   on 1999/01/09  14:45:24
21775         Log: Missing dTHRs added.
21776      Branch: cfgperl
21777            ! regcomp.c toke.c
21778 ____________________________________________________________________________
21779 [  2590] By: jhi                                   on 1999/01/08  15:27:17
21780         Log: Finalize change #2589 and add better AIX nm scanning from:
21781              
21782              Message-Id: <m0zyNW0-00017VC@gentoo.com>
21783              From: bll@gentoo.com (Brad Lanam)
21784              Subject: Re: mailhelp returned a non-zero status
21785              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
21786              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
21787      Branch: cfgperl
21788            ! Configure hints/freebsd.sh hints/linux.sh
21789 ____________________________________________________________________________
21790 [  2589] By: jhi                                   on 1999/01/08  15:14:54
21791         Log: Undo change #2581.
21792      Branch: cfgperl
21793            ! Configure hints/freebsd.sh hints/linux.sh
21794 ____________________________________________________________________________
21795 [  2588] By: jhi                                   on 1999/01/08  11:51:52
21796         Log: FAQ jumbo patch from tchrist.
21797              
21798              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
21799              From: Tom Christiansen <tchrist@jhereg.perl.com>
21800              To: pumpkings@jhereg.perl.com
21801              Subject: newest version of perlfaq.pod
21802              Date: Thu, 7 Jan 1999 23:05:02 -0700
21803              
21804              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
21805              From: Tom Christiansen <tchrist@jhereg.perl.com>
21806              To: pumpkings@jhereg.perl.com
21807              Subject: newest version of perlfaq1.pod
21808              Date: Thu, 7 Jan 1999 23:05:02 -0700
21809              
21810              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
21811              From: Tom Christiansen <tchrist@jhereg.perl.com>
21812              To: pumpkings@jhereg.perl.com
21813              Subject: newest version of perlfaq2.pod
21814              Date: Thu, 7 Jan 1999 23:05:02 -0700
21815              
21816              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
21817              From: Tom Christiansen <tchrist@jhereg.perl.com>
21818              To: pumpkings@jhereg.perl.com
21819              Subject: newest version of perlfaq3.pod
21820              Date: Thu, 7 Jan 1999 23:05:02 -0700
21821              
21822              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
21823              From: Tom Christiansen <tchrist@jhereg.perl.com>
21824              To: pumpkings@jhereg.perl.com
21825              Subject: newest version of perlfaq4.pod
21826              Date: Thu, 7 Jan 1999 23:05:02 -0700
21827              
21828              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
21829              From: Tom Christiansen <tchrist@jhereg.perl.com>
21830              To: pumpkings@jhereg.perl.com
21831              Subject: newest version of perlfaq5.pod
21832              Date: Thu, 7 Jan 1999 23:05:02 -0700
21833              
21834              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
21835              From: Tom Christiansen <tchrist@jhereg.perl.com>
21836              To: pumpkings@jhereg.perl.com
21837              Subject: newest version of perlfaq6.pod
21838              Date: Thu, 7 Jan 1999 23:05:02 -0700
21839              
21840              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
21841              From: Tom Christiansen <tchrist@jhereg.perl.com>
21842              To: pumpkings@jhereg.perl.com
21843              Subject: newest version of perlfaq7.pod
21844              Date: Thu, 7 Jan 1999 23:05:03 -0700
21845              
21846              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
21847              From: Tom Christiansen <tchrist@jhereg.perl.com>
21848              To: pumpkings@jhereg.perl.com
21849              Subject: newest version of perlfaq8.pod
21850              Date: Thu, 7 Jan 1999 23:05:03 -0700
21851              
21852              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
21853              From: Tom Christiansen <tchrist@jhereg.perl.com>
21854              To: pumpkings@jhereg.perl.com
21855              Subject: newest version of perlfaq9.pod
21856              Date: Thu, 7 Jan 1999 23:05:03 -0700
21857      Branch: cfgperl
21858            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21859            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21860            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21861            ! pod/perlfaq9.pod
21862 ____________________________________________________________________________
21863 [  2587] By: jhi                                   on 1999/01/08  11:17:43
21864         Log: More doc fixes from Abigail.
21865      Branch: cfgperl
21866            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
21867            ! lib/User/pwent.pm
21868 ____________________________________________________________________________
21869 [  2585] By: jhi                                   on 1999/01/08  08:31:02
21870         Log: Change #2584 from maint-5.005:
21871              
21872              implemented Ilya's suggested fix, and added a testcase
21873              
21874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21875              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
21876              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
21877              Subject: Re: Text::ParseWords: regex fix
21878      Branch: cfgperl
21879            ! lib/Text/ParseWords.pm t/lib/parsewords.t
21880 ____________________________________________________________________________
21881 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
21882         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21883              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
21884              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
21885              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
21886      Branch: maint-5.005/perl
21887            ! ext/Errno/Errno_pm.PL
21888 ____________________________________________________________________________
21889 [  2581] By: jhi                                   on 1999/01/07  16:38:03
21890         Log: Configure update:
21891              - usethreads, use64bits, and usemultiplicity
21892              are no more interactively asked by Configure
21893              - "int main()" (vs bare "main()") enforced in test programs
21894      Branch: cfgperl
21895            ! Configure hints/freebsd.sh hints/linux.sh
21896 ____________________________________________________________________________
21897 [  2580] By: jhi                                   on 1999/01/07  11:19:12
21898         Log: From: Dan Sugalski <sugalskd@osshe.edu>
21899              Date: Wed, 06 Jan 1999 13:47:34 -0800
21900              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
21901              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
21902      Branch: cfgperl
21903            ! vms/vms.c
21904 ____________________________________________________________________________
21905 [  2579] By: jhi                                   on 1999/01/07  09:08:36
21906         Log: Another set of doc patches from Abigail
21907              
21908              From: abigail@fnx.com
21909              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
21910              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
21911              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
21912              
21913              From: abigail@fnx.com
21914              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
21915              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
21916              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
21917              
21918              From: abigail@fnx.com
21919              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
21920              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
21921              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
21922              
21923              From: abigail@fnx.com
21924              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
21925              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
21926              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
21927              
21928              From: abigail@fnx.com
21929              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
21930              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
21931              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
21932              
21933              From: abigail@fnx.com
21934              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
21935              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
21936              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
21937              
21938              From: abigail@fnx.com
21939              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
21940              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
21941              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
21942              
21943              From: abigail@fnx.com
21944              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
21945              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
21946              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
21947              
21948              From: abigail@fnx.com
21949              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
21950              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
21951              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
21952              
21953              From: abigail@fnx.com
21954              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
21955              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
21956              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
21957              
21958              From: abigail@fnx.com
21959              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
21960              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
21961              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
21962              
21963              From: abigail@fnx.com
21964              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
21965              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
21966              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
21967              
21968              From: abigail@fnx.com
21969              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
21970              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
21971              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
21972              
21973              From: abigail@fnx.com
21974              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
21975              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
21976              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
21977      Branch: cfgperl
21978            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
21979            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
21980            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
21981            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
21982            ! lib/Tie/Array.pm lib/Tie/Hash.pm
21983 ____________________________________________________________________________
21984 [  2576] By: jhi                                   on 1999/01/06  17:05:20
21985         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
21986      Branch: cfgperl
21987            ! pp_ctl.c
21988 ____________________________________________________________________________
21989 [  2575] By: jhi                                   on 1999/01/06  13:18:56
21990         Log: Enhance the great_circle_distance() documentation.
21991      Branch: cfgperl
21992            ! lib/Math/Trig.pm
21993 ____________________________________________________________________________
21994 [  2574] By: jhi                                   on 1999/01/06  12:58:03
21995         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21996              To: perlbug@perl.com
21997              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
21998              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
21999              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
22000      Branch: cfgperl
22001            ! t/op/sysio.t
22002 ____________________________________________________________________________
22003 [  2573] By: jhi                                   on 1999/01/06  12:40:19
22004         Log: From: "W. Phillip Moore" <wpm@ms.com>
22005              To: perlbug@perl.org
22006              Subject: [PATCH] POSIX getpgrp is not -w clean
22007              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
22008              Message-ID: <13970.20107.190314.549471@zappa>
22009      Branch: cfgperl
22010            ! ext/POSIX/POSIX.pm
22011 ____________________________________________________________________________
22012 [  2572] By: jhi                                   on 1999/01/06  12:25:24
22013         Log: Based on
22014              From: jan.dubois@ibm.net (Jan Dubois)
22015              To: perl5-porters@perl.org
22016              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
22017              Date: Wed, 06 Jan 1999 01:24:09 +0100
22018              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
22019              except that
22020              - objXSUB.h was already okay
22021              - embed.h patching is futile, global.sym patched instead
22022              - objpp.h does not exist
22023              - proto.h addition applied manually
22024              - win32/GenCAPI.pl was already okay
22025              - win32/makedef.pl was already okay
22026      Branch: cfgperl
22027            ! global.sym perl.c proto.h
22028 ____________________________________________________________________________
22029 [  2571] By: jhi                                   on 1999/01/06  11:25:48
22030         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
22031              To: perlbug@perl.com
22032              Subject: FindBin.pm on Win32 systems
22033              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
22034              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
22035      Branch: cfgperl
22036            ! lib/FindBin.pm
22037 ____________________________________________________________________________
22038 [  2570] By: jhi                                   on 1999/01/06  11:21:48
22039         Log: From: Dan Sugalski <sugalskd@osshe.edu>
22040              To: perl5-porters@perl.org, vmsperl@perl.org
22041              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
22042              Date: Tue, 05 Jan 1999 16:47:31 -0800
22043              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
22044              
22045              (the ext/IO/lib/IO/Socket.pm was not really changed here;
22046              it was a leftover from #2569)
22047      Branch: cfgperl
22048            ! ext/IO/lib/IO/Socket.pm taint.c
22049 ____________________________________________________________________________
22050 [  2569] By: jhi                                   on 1999/01/06  11:18:22
22051         Log: Jumbo doc patch from Abigail (almost identical to
22052              the 5.005-maint change #2562 except for the
22053              ext/IO/lib/IO/Socket.pm patch which was not
22054              applicable because the IO version of 5.005-devel
22055              is somewhat different (why?))
22056              
22057              From: abigail@fnx.com
22058              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
22059              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
22060              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
22061              
22062              From: abigail@fnx.com
22063              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
22064              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
22065              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
22066              
22067              From: abigail@fnx.com
22068              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
22069              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
22070              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
22071              
22072              From: abigail@fnx.com
22073              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
22074              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
22075              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
22076              
22077              From: abigail@fnx.com
22078              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
22079              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
22080              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
22081              
22082              From: abigail@fnx.com
22083              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
22084              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
22085              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
22086              
22087              From: abigail@fnx.com
22088              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
22089              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
22090              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
22091              
22092              From: abigail@fnx.com
22093              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
22094              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
22095              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
22096              
22097              From: abigail@fnx.com
22098              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
22099              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
22100              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
22101              
22102              From: abigail@fnx.com
22103              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
22104              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
22105              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
22106      Branch: cfgperl
22107            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22108            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
22109            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
22110            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22111            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
22112 ____________________________________________________________________________
22113 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
22114         Log: From: jan.dubois@ibm.net (Jan Dubois)
22115              Date: Wed, 06 Jan 1999 01:24:09 +0100
22116              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
22117              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
22118      Branch: maint-5.005/perl
22119            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
22120            ! win32/GenCAPI.pl win32/makedef.pl
22121 ____________________________________________________________________________
22122 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
22123         Log: From: "W. Phillip Moore" <wpm@ms.com>
22124              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
22125              Message-ID: <13970.20107.190314.549471@zappa>
22126              Subject: [PATCH] POSIX getpgrp is not -w clean
22127      Branch: maint-5.005/perl
22128            ! ext/POSIX/POSIX.pm
22129 ____________________________________________________________________________
22130 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
22131         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
22132              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
22133              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
22134              Subject: FindBin.pm on Win32 systems
22135      Branch: maint-5.005/perl
22136            ! lib/FindBin.pm
22137 ____________________________________________________________________________
22138 [  2561] By: jhi                                   on 1999/01/05  10:49:10
22139         Log: Reword the setlocale() 1-arg case better.
22140      Branch: cfgperl
22141            ! ext/POSIX/POSIX.pod
22142 ____________________________________________________________________________
22143 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
22144         Log: From: Blair Zajac <bzajac@geostaff.com>
22145              Date: Wed, 23 Dec 1998 17:13:32 -0800
22146              Message-ID: <3681953C.8B6A90AA@geostaff.com>
22147              Subject: Tie::SubstrHash patch
22148      Branch: maint-5.005/perl
22149            ! lib/Tie/SubstrHash.pm
22150 ____________________________________________________________________________
22151 [  2554] By: jhi                                   on 1999/01/02  14:55:06
22152         Log: Object destruction order testing.
22153      Branch: cfgperl
22154            ! t/op/misc.t
22155 ____________________________________________________________________________
22156 [  2553] By: jhi                                   on 1999/01/02  14:49:40
22157         Log: perldelta the Dumpvalue.pm of change #2513.
22158      Branch: cfgperl
22159            ! lib/Dumpvalue.pm pod/perldelta.pod
22160 ____________________________________________________________________________
22161 [  2552] By: nick                                  on 1999/01/02  14:45:38
22162         Log: Tone down Makefile.PL so it works on Win32
22163      Branch: perl
22164            ! ext/B/Makefile.PL
22165 ____________________________________________________________________________
22166 [  2551] By: nick                                  on 1999/01/02  14:06:30
22167         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
22168              Use them in various B::* rather than have local defs.
22169      Branch: perl
22170            + ext/B/defsubs.h.PL
22171            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
22172            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
22173            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
22174 ____________________________________________________________________________
22175 [  2550] By: nick                                  on 1999/01/02  10:04:02
22176         Log: Integrate ext/B changes from //depot/cfgperl
22177      Branch: perl
22178           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22179 ____________________________________________________________________________
22180 [  2549] By: jhi                                   on 1999/01/01  13:54:16
22181         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
22182              To: perlbug@perl.com
22183              Subject: op/groups.t fails test 1 on HP-UX 10.20
22184              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
22185              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
22186      Branch: cfgperl
22187            ! t/op/groups.t
22188 ____________________________________________________________________________
22189 [  2548] By: jhi                                   on 1999/01/01  13:53:31
22190         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22191              To: perl5-porters@perl.org
22192              cc: hv@crypt0.demon.co.uk
22193              Subject: [bug 5.004_54] duplicate error message
22194              Date: Thu, 31 Dec 1998 04:05:25 +0000
22195              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
22196              
22197              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
22198              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22199              To: hv@crypt0.demon.co.uk
22200              Cc: perl5-porters@perl.org
22201              Subject: [PATCH _54] Re: duplicate error message
22202              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
22203              
22204              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
22205              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22206              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
22207              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
22208              Subject: [TEST PATCH _54] Re: duplicate error message 
22209              Date: Fri, 01 Jan 1999 07:32:14 +0000
22210      Branch: cfgperl
22211            ! op.c t/pragma/warn/op
22212 ____________________________________________________________________________
22213 [  2547] By: jhi                                   on 1998/12/31  14:15:04
22214         Log: From: Chris Nandor <pudge@pobox.com>
22215              To: jhi@iki.fi
22216              Cc: perl5-porters@perl.org
22217              Subject: Re: [PATCH] perlport.pod 1.38
22218              Date: Thu, 31 Dec 1998 09:06:48 -0500
22219              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
22220      Branch: cfgperl
22221            ! pod/perlport.pod
22222 ____________________________________________________________________________
22223 [  2546] By: jhi                                   on 1998/12/31  11:18:17
22224         Log: From: Wilson P. Snyder II
22225              To: perl5-porters@perl.org
22226              Subject: [PATCH v5.5.53] REV2: Binary number support
22227              Date: 1998/11/30
22228              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
22229      Branch: cfgperl
22230            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
22231            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
22232            ! toke.c util.c
22233 ____________________________________________________________________________
22234 [  2545] By: jhi                                   on 1998/12/31  09:27:40
22235         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22236              To: perlbug@perl.com
22237              Subject: "perl -T -P" dumps core on OpenBSD and Linux
22238              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
22239              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
22240      Branch: cfgperl
22241            ! taint.c
22242 ____________________________________________________________________________
22243 [  2544] By: jhi                                   on 1998/12/31  09:21:45
22244         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
22245              To: perlbug@perl.com 
22246              Subject: bug in pod2man search for perl binary [5.005_5x]
22247              Date: Sat, 12 Dec 1998 23:08:51 +0000 
22248              Message-ID: <19981212230851.A20578@ig.co.uk> 
22249      Branch: cfgperl
22250            ! pod/pod2man.PL
22251 ____________________________________________________________________________
22252 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
22253         Log: From: jan.dubois@ibm.net (Jan Dubois)
22254              Date: Wed, 23 Dec 1998 21:26:38 +0100
22255              Message-ID: <36895086.8849224@smtp1.ibm.net>
22256              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
22257      Branch: maint-5.005/perl
22258            ! lib/ExtUtils/MakeMaker.pm
22259 ____________________________________________________________________________
22260 [  2540] By: jhi                                   on 1998/12/30  08:42:04
22261         Log: Evermore AUTHORS and MAINTAIN.
22262      Branch: cfgperl
22263            ! AUTHORS MAINTAIN
22264 ____________________________________________________________________________
22265 [  2539] By: jhi                                   on 1998/12/29  15:10:34
22266         Log: More AUTHORS and MAINTAIN.
22267      Branch: cfgperl
22268            ! AUTHORS MAINTAIN
22269 ____________________________________________________________________________
22270 [  2537] By: jhi                                   on 1998/12/29  14:34:47
22271         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
22272              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
22273              Message-ID: <13942.32480.700000.640927@utensil>
22274              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
22275              (mirror change#2531 in the 5.005-maint)
22276      Branch: cfgperl
22277            ! lib/AutoSplit.pm
22278 ____________________________________________________________________________
22279 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
22280         Log: change in_pod pattern to /^=\w/ from /^=/
22281              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
22282              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
22283              Message-ID: <13942.32480.700000.640927@utensil>
22284              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
22285      Branch: maint-5.005/perl
22286            ! lib/AutoSplit.pm
22287 ____________________________________________________________________________
22288 [  2525] By: jhi                                   on 1998/12/29  13:06:26
22289         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22290              To: perl5-porters@perl.org
22291              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
22292              Date: 16 Dec 1998 03:17:03 +0200
22293              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
22294      Branch: cfgperl
22295            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22296 ____________________________________________________________________________
22297 [  2524] By: jhi                                   on 1998/12/29  13:00:06
22298         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22299              To: perl5-porters@perl.org
22300              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
22301              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
22302              Date: 10 Dec 1998 08:30:02 +0200
22303              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
22304              
22305              (Nick's part was applied earlier, in change #2460)
22306      Branch: cfgperl
22307            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22308 ____________________________________________________________________________
22309 [  2523] By: jhi                                   on 1998/12/29  12:41:31
22310         Log: From: "vishal bhatia" <vishalb@hotmail.com>
22311              To: nick@ni-s.u-net.com
22312              Cc: perl5-porters@perl.org
22313              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
22314              Date: 9 Dec 1998 06:50:30 +0200
22315              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
22316      Branch: cfgperl
22317            ! ext/B/B/CC.pm
22318 ____________________________________________________________________________
22319 [  2522] By: jhi                                   on 1998/12/29  12:15:18
22320         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
22321              To: perl5-porters@perl.org (Perl 5 Porters)
22322              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
22323              Date: 25 Dec 1998 23:02:28 +0200
22324              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
22325      Branch: cfgperl
22326            ! lib/Pod/Text.pm
22327 ____________________________________________________________________________
22328 [  2521] By: jhi                                   on 1998/12/29  12:07:54
22329         Log: Undo #2519 (breaks universal.c).
22330      Branch: cfgperl
22331            ! XSUB.h
22332 ____________________________________________________________________________
22333 [  2519] By: jhi                                   on 1998/12/29  11:41:10
22334         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
22335              To: perl5-porters@perl.org
22336              Cc: perl-xs@perl.org
22337              Subject: XSUB.h refinement [PATCH]
22338              Date: 18 Dec 1998 03:58:44 +0200
22339              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
22340      Branch: cfgperl
22341            ! XSUB.h
22342 ____________________________________________________________________________
22343 [  2518] By: jhi                                   on 1998/12/29  11:36:19
22344         Log: From: abigail@fnx.com
22345              To: perl5-porters@perl.org (Perl Porters)
22346              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
22347              Date: 28 Dec 1998 21:39:15 +0200
22348              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
22349      Branch: cfgperl
22350            ! lib/fields.pm
22351 ____________________________________________________________________________
22352 [  2517] By: jhi                                   on 1998/12/29  11:35:03
22353         Log: Document change #2516.
22354      Branch: cfgperl
22355            ! pod/perldelta.pod
22356 ____________________________________________________________________________
22357 [  2516] By: jhi                                   on 1998/12/29  11:32:26
22358         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22359              To: perl5-porters@perl.org (Mailing list Perl5)
22360              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
22361              Date: 9 Dec 1998 10:39:31 +0200
22362              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
22363      Branch: cfgperl
22364            ! pod/perldiag.pod regcomp.c toke.c
22365 ____________________________________________________________________________
22366 [  2515] By: jhi                                   on 1998/12/29  11:27:11
22367         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22368              To: perl5-porters@perl.org (Mailing list Perl5)
22369              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
22370              Date: 8 Dec 1998 09:02:04 +0200
22371              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
22372              
22373              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
22374      Branch: cfgperl
22375            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
22376 ____________________________________________________________________________
22377 [  2514] By: jhi                                   on 1998/12/29  11:21:31
22378         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22379              To: perl5-porters@perl.org (Mailing list Perl5)
22380              Subject: [PATCH 5.005_53] Regexp tests and UTF8
22381              Date: 8 Dec 1998 07:02:01 +0200
22382              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
22383      Branch: cfgperl
22384            ! regcomp.c
22385 ____________________________________________________________________________
22386 [  2513] By: jhi                                   on 1998/12/29  11:18:34
22387         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22388              Subject: [PATCH 5.005_*] Dumpvar.pm
22389              To: perl5-porters@perl.org (Mailing list Perl5)
22390              Date: 7 Dec 1998 10:17:35 +0200
22391              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
22392      Branch: cfgperl
22393            + lib/Dumpvalue.pm
22394            ! MANIFEST
22395 ____________________________________________________________________________
22396 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
22397         Log: From: jan.dubois@ibm.net (Jan Dubois)
22398              Date: Tue, 01 Dec 1998 00:07:33 +0100
22399              Message-ID: <366921b5.14512598@smtp1.ibm.net>
22400              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
22401              
22402              From: jan.dubois@ibm.net (Jan Dubois)
22403              Date: Wed, 02 Dec 1998 00:24:54 +0100
22404              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
22405              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
22406      Branch: maint-5.005/perl
22407            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
22408            ! win32/config.bc win32/config.gc win32/config.vc
22409            ! win32/config_sh.PL win32/makedef.pl
22410 ____________________________________________________________________________
22411 [  2509] By: jhi                                   on 1998/12/28  13:00:31
22412     Log: Kickstart AUTHORS and MAINTAIN.
22413  Branch: cfgperl
22414        + AUTHORS MAINTAIN
22415        ! MANIFEST
22416 ____________________________________________________________________________
22417 [  2508] By: jhi                                   on 1998/12/28  08:04:00
22418     Log: From: Nathan Torkington <gnat@frii.com>
22419          To: perlbug@perl.com
22420          Subject: [PATCH] perlxstut.pod fix
22421          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
22422          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
22423  Branch: cfgperl
22424        ! pod/perlxstut.pod
22425 ____________________________________________________________________________
22426 [  2507] By: jhi                                   on 1998/12/28  07:59:00
22427     Log: From: abigail@fnx.com
22428          To: perlbug@perl.com
22429          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
22430          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
22431          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
22432          (slightly modified, a part of the patch was rejected)
22433          (strange, I thought I had already submitted this one
22434          but Perforce disagrees with me...)
22435  Branch: cfgperl
22436        ! pod/perlop.pod
22437 ____________________________________________________________________________
22438 [  2506] By: jhi                                   on 1998/12/28  07:56:59
22439     Log: From: Artur <artur@vogon-solutions.com>
22440          To: perlbug@perl.com
22441          Subject: PATCH: perlmodlib.pod
22442          Date: Fri, 25 Dec 1998 00:48:39 +0000
22443          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
22444  Branch: cfgperl
22445        ! pod/perlmodlib.pod pod/perlop.pod
22446 ____________________________________________________________________________
22447 [  2505] By: jhi                                   on 1998/12/28  07:46:06
22448     Log: From: abigail@fnx.com
22449          To: perl5-porters@perl.org (Perl Porters)
22450          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
22451          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
22452          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
22453  Branch: cfgperl
22454        ! pod/pod2html.PL
22455 ____________________________________________________________________________
22456 [  2504] By: jhi                                   on 1998/12/28  07:44:35
22457     Log: From: Jim Avera <avera@fjst.com>
22458          To: perlbug@perl.com
22459          Subject: perlbug bug - shows dates reversed
22460          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
22461          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
22462  Branch: cfgperl
22463        ! utils/perlbug.PL
22464 ____________________________________________________________________________
22465 [  2503] By: jhi                                   on 1998/12/28  07:41:39
22466     Log: From: jan.dubois@ibm.net (Jan Dubois)
22467          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
22468          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
22469          Date: Wed, 23 Dec 1998 21:26:38 +0100
22470          Message-ID: <36895086.8849224@smtp1.ibm.net>
22471  Branch: cfgperl
22472        ! lib/ExtUtils/MakeMaker.pm
22473 ____________________________________________________________________________
22474 [  2502] By: jhi                                   on 1998/12/28  07:39:20
22475     Log: From: Blair Zajac <bzajac@geostaff.com>
22476          To: perl5-porters@perl.org
22477          Subject: Tie::SubstrHash patch
22478          Date: Wed, 23 Dec 1998 17:13:32 -0800
22479          Message-ID: <3681953C.8B6A90AA@geostaff.com>
22480  Branch: cfgperl
22481        ! lib/Tie/SubstrHash.pm
22482 ____________________________________________________________________________
22483 [  2501] By: jhi                                   on 1998/12/28  07:37:16
22484     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
22485          To: perlbug@perl.com
22486          Subject: perlfaq9 minor error
22487          Date: Wed, 23 Dec 1998 14:54:19 -0800
22488          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
22489  Branch: cfgperl
22490        ! pod/perlfaq9.pod
22491 ____________________________________________________________________________
22492 [  2500] By: jhi                                   on 1998/12/23  10:38:18
22493     Log: More porting notes about filesystems, AmigaOS, and MiNT.
22494  Branch: cfgperl
22495        ! pod/perlport.pod
22496 ____________________________________________________________________________
22497 [  2499] By: jhi                                   on 1998/12/22  09:26:49
22498     Log: Add few MSG_ and uio constants.
22499  Branch: cfgperl
22500        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
22501 ____________________________________________________________________________
22502 [  2498] By: jhi                                   on 1998/12/22  08:39:30
22503     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
22504          a Digital C compiler optimizer bug that broke the 'x'
22505          operator under certain circumstances.  See t/op/repeat.t
22506          test #20 for graphic details.  Reported in
22507          
22508          From: Gisle Aas <gisle@aas.no>
22509          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
22510          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
22511          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
22512          Date: 18 Dec 1998 14:27:40 +0100
22513          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
22514          
22515          and discussed further in the thread
22516          
22517          From: Jarkko Hietaniemi <jhi@iki.fi>
22518          To: Gisle Aas <gisle@aas.no>
22519          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
22520          cpan-testers@perl.org, perl5-porters@perl.org
22521          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
22522          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
22523          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
22524  Branch: cfgperl
22525        ! t/op/repeat.t util.c
22526 ____________________________________________________________________________
22527 [  2497] By: jhi                                   on 1998/12/21  14:18:57
22528     Log: Change #2483 update.
22529  Branch: cfgperl
22530        ! t/op/tr.t
22531 ____________________________________________________________________________
22532 [  2496] By: jhi                                   on 1998/12/21  14:07:41
22533     Log: Update on change #2493.
22534  Branch: cfgperl
22535        ! t/pragma/warn/op
22536 ____________________________________________________________________________
22537 [  2495] By: jhi                                   on 1998/12/21  13:52:00
22538     Log: Change #2487 aftershock.
22539  Branch: cfgperl
22540        ! warning.pl
22541 ____________________________________________________________________________
22542 [  2494] By: jhi                                   on 1998/12/21  12:35:00
22543     Log: From: Chris Nandor <pudge@pobox.com>
22544          To: perl5-porters@perl.org
22545          Subject: [PATCH] perlport.pod v1.37
22546          Date: Sat, 19 Dec 1998 12:54:34 -0500
22547          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
22548  Branch: cfgperl
22549        ! pod/perlport.pod
22550 ____________________________________________________________________________
22551 [  2493] By: jhi                                   on 1998/12/21  12:22:44
22552     Log: From: Mark-Jason Dominus <mjd@plover.com>
22553          To: perl5-porters@perl.com
22554          Subject: PATCH (5.005_02): Dejargonizing
22555          Date: Sun, 20 Dec 1998 14:35:20 -0500
22556          Message-ID: <19981220193520.11230.qmail@plover.com>
22557          
22558          From: Mark-Jason Dominus <mjd@plover.com>
22559          To: perl5-porters@perl.com
22560          Subject: PATCH (5.005_02): Spelling correction in warning message
22561          Date: Sun, 20 Dec 1998 13:51:30 -0500
22562          Message-ID: <19981220185130.11067.qmail@plover.com>
22563  Branch: cfgperl
22564        ! doio.c op.c
22565 ____________________________________________________________________________
22566 [  2492] By: jhi                                   on 1998/12/21  09:00:05
22567     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
22568          To: perl5-porters@perl.org
22569          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
22570          Date: Sun, 20 Dec 1998 19:03:25 PST
22571          Message-ID: <19981221030326.27660.qmail@hotmail.com>
22572          
22573          (slightly reformatted)
22574  Branch: cfgperl
22575        ! ext/B/B/CC.pm
22576 ____________________________________________________________________________
22577 [  2491] By: nick                                  on 1998/12/20  14:21:29
22578     Log: Save _all_ GV's which have SV, AV or HV set.
22579  Branch: perl
22580        ! ext/B/B/C.pm
22581 ____________________________________________________________________________
22582 [  2490] By: jhi                                   on 1998/12/18  15:13:19
22583     Log: Add idea about generalising cpp symbol probing of Errno.
22584  Branch: cfgperl
22585        ! Todo
22586 ____________________________________________________________________________
22587 [  2489] By: jhi                                   on 1998/12/18  14:47:57
22588     Log: Address some of the issues of:
22589          
22590          From: Tom Christiansen <tchrist@jhereg.perl.com>
22591          To: perl-porters-active@jhereg.perl.com
22592          Subject: Undocumentation Issues for 5.005
22593          Date: Thu, 17 Dec 1998 14:46:24 -0700
22594          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
22595  Branch: cfgperl
22596        ! pod/perl5005delta.pod
22597 ____________________________________________________________________________
22598 [  2488] By: jhi                                   on 1998/12/18  11:26:32
22599     Log: From: root <root@dubravka.in-berlin.de>
22600          To: perlbug@perl.com
22601          Cc: k@dubravka.in-berlin.de
22602          Subject: Please add no_modify to PERL_POLLUTE
22603          Date: Fri, 18 Dec 1998 10:45:52 +0100
22604          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
22605          
22606          (Really from Andreas König)
22607  Branch: cfgperl
22608        ! embed.pl
22609 ____________________________________________________________________________
22610 [  2487] By: jhi                                   on 1998/12/17  14:05:52
22611     Log: Some (by far not all) issues of the below message addressed.
22612          
22613          From: Tom Christiansen <tchrist@jhereg.perl.com>
22614          To: The Perl Porters Mailing List <perl5-porters@perl.org>
22615          Subject: important UNDOC issues for 5.005_54
22616          Date: Wed, 16 Dec 1998 21:14:53 -0700
22617          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
22618  Branch: cfgperl
22619        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
22620 ____________________________________________________________________________
22621 [  2486] By: jhi                                   on 1998/12/17  12:47:15
22622     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22623          To: domo@computer.org
22624          Cc: jhi@iki.fi, perl5-porters@perl.org
22625          Subject: Re: stuff related to malloc.c
22626          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
22627          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
22628  Branch: cfgperl
22629        ! malloc.c
22630 ____________________________________________________________________________
22631 [  2485] By: jhi                                   on 1998/12/17  12:17:19
22632     Log: More porting notes.
22633  Branch: cfgperl
22634        ! Porting/pumpkin.pod
22635 ____________________________________________________________________________
22636 [  2484] By: jhi                                   on 1998/12/15  08:38:05
22637     Log: Undo #2386 and #2205.
22638  Branch: cfgperl
22639        ! pod/perlfunc.pod
22640 ____________________________________________________________________________
22641 [  2483] By: jhi                                   on 1998/12/14  17:58:35
22642     Log: lib was missing from @INC.
22643  Branch: cfgperl
22644        ! t/op/tr.t
22645 ____________________________________________________________________________
22646 [  2482] By: jhi                                   on 1998/12/14  17:52:42
22647     Log: Was missing use Text::Wrap.
22648  Branch: cfgperl
22649        ! t/lib/textfill.t
22650 ____________________________________________________________________________
22651 [  2481] By: jhi                                   on 1998/12/14  16:00:22
22652     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
22653          
22654          From: Jonathan Roy <roy@idle.com>
22655          To: perl5-porters@perl.org
22656          Subject: nlist.h add to Configure checks?
22657          Date: Sun, 13 Dec 1998 22:22:49 -0500
22658          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
22659  Branch: cfgperl
22660        + ext/DynaLoader/hints/linux.pl
22661        ! MANIFEST
22662 ____________________________________________________________________________
22663 [  2480] By: jhi                                   on 1998/12/14  15:02:44
22664     Log: Give up completely using nm in AIX.
22665          
22666          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22667          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
22668          Cc: perl5-porters@perl.org
22669          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
22670          Date: Thu, 10 Dec 1998 00:51:46 -0500
22671          Message-ID: <19981210005146.B29986@O2.chapin.edu>
22672  Branch: cfgperl
22673        ! hints/aix.sh
22674 ____________________________________________________________________________
22675 [  2479] By: jhi                                   on 1998/12/14  14:39:52
22676     Log: AIX' error messages are different.
22677          
22678          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22679          To: Gurusamy Sarathy <gsar@engin.umich.edu>
22680          Cc: perl5-porters@perl.org
22681          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
22682          Date: Thu, 10 Dec 1998 00:42:36 -0500
22683          Message-ID: <19981210004236.A29986@O2.chapin.edu>
22684          
22685          From: Michael Engel <engel@nms1.cc.huji.ac.il>
22686          To: perlbug@perl.com
22687          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
22688          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
22689          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
22690  Branch: cfgperl
22691        ! t/pragma/warn/doio
22692 ____________________________________________________________________________
22693 [  2475] By: jhi                                   on 1998/12/13  12:35:55
22694     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22695          To: jhi@iki.fi
22696          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
22697          Subject: Re: stuff related to malloc.c
22698          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
22699          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
22700  Branch: cfgperl
22701        ! malloc.c
22702 ____________________________________________________________________________
22703 [  2474] By: jhi                                   on 1998/12/13  12:32:42
22704     Log: Some notes about porting issues.
22705  Branch: cfgperl
22706        ! Porting/pumpkin.pod
22707 ____________________________________________________________________________
22708 [  2473] By: jhi                                   on 1998/12/13  12:03:58
22709     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
22710          To: Perl 5 Porters <perl5-porters@perl.org>
22711          Subject: [patch 5.005_02] dos-djgpp update
22712          Date: Sun, 13 Dec 1998 00:08:44 +0100
22713          Message-ID: <19981213000844.C264@beeblebrox>
22714  Branch: cfgperl
22715        ! djgpp/config.over
22716 ____________________________________________________________________________
22717 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
22718     Log: undo changes to Exporter.pm from #2312
22719  Branch: maint-5.005/perl
22720        ! lib/Exporter.pm
22721 ____________________________________________________________________________
22722 [  2465] By: jhi                                   on 1998/12/12  12:31:21
22723     Log: Document that qw() taints.
22724          
22725          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
22726          To: perlbug@perl.com 
22727          Subject: taint problems
22728          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
22729          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
22730  Branch: cfgperl
22731        ! pod/perlop.pod
22732 ____________________________________________________________________________
22733 [  2464] By: jhi                                   on 1998/12/11  14:09:51
22734     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
22735          To: dist-users@foretune.co.jp
22736          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
22737          Date: Mon, 07 Dec 1998 20:13:04 -0400
22738          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
22739  Branch: cfgperl
22740        ! Configure
22741 ____________________________________________________________________________
22742 [  2463] By: jhi                                   on 1998/12/11  13:29:54
22743     Log: MAXPATHLEN.
22744  Branch: cfgperl
22745        ! perl.h
22746 ____________________________________________________________________________
22747 [  2462] By: jhi                                   on 1998/12/11  08:37:58
22748     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
22749          To: perl5-porters@perl.org
22750          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
22751          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
22752          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
22753  Branch: cfgperl
22754        + hints/gnu.sh
22755 ____________________________________________________________________________
22756 [  2461] By: nick                                  on 1998/12/10  21:00:50
22757     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
22758          From: Vishal Bhatia <vishalb@hotmail.com>
22759          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
22760          2. Fixes the bug  regarding return value of c-functions generated out 
22761          of perl subs. ( Just includes the patch I sent earlier)
22762          3. Incorporates the other changes that need to be done to get CC.pm
22763          use ISA search for packages and methods on the same lines as C.pm
22764          
22765          Vishal would appreciate comments about B::Stackobj changes from 
22766          someone knowing that module well.
22767  Branch: perl
22768        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
22769 ____________________________________________________________________________
22770 [  2460] By: jhi                                   on 1998/12/08  08:11:27
22771     Log: Integrate from mainperl.
22772  Branch: cfgperl
22773       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22774       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
22775       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
22776       !> toke.c util.c
22777 ____________________________________________________________________________
22778 [  2459] By: jhi                                   on 1998/12/07  07:50:11
22779     Log: From: hansm@icgroup.nl 
22780          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22781          Reply-To: hansmu@xs4all.nl 
22782          To: perlbug@perl.com 
22783          Date: Sun, 6 Dec 98 22:19:54 +0100 
22784          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
22785  Branch: cfgperl
22786        ! util.c
22787 ____________________________________________________________________________
22788 [  2458] By: gsar                                  on 1998/12/07  06:00:55
22789     Log: fix dup lexical
22790  Branch: perl
22791        ! ext/B/B/Deparse.pm t/lib/io_unix.t
22792 ____________________________________________________________________________
22793 [  2457] By: gsar                                  on 1998/12/06  14:38:59
22794     Log: mention limit on line numbers reported by diagnostics
22795  Branch: perl
22796        ! pod/perl.pod toke.c
22797 ____________________________________________________________________________
22798 [  2456] By: gsar                                  on 1998/12/06  13:49:02
22799     Log: branch perldelta.pod
22800  Branch: maint-5.005/perl
22801       +> pod/perldelta.pod
22802 ____________________________________________________________________________
22803 [  2455] By: gsar                                  on 1998/12/06  13:47:21
22804     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
22805  Branch: maint-5.005/perl
22806        - pod/perldelta.pod
22807 ____________________________________________________________________________
22808 [  2454] By: gsar                                  on 1998/12/06  13:35:31
22809     Log: fix outdated/incorrect info about arbitrary limits
22810  Branch: perl
22811        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
22812        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
22813 ____________________________________________________________________________
22814 [  2453] By: nick                                  on 1998/12/05  16:14:42
22815     Log: Avoid hard-coding op numbers
22816          Update CC.pm to save %INC, and to co-exist with new C.pm
22817  Branch: perl
22818        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22819 ____________________________________________________________________________
22820 [  2452] By: nick                                  on 1998/12/05  10:44:28
22821     Log: B.xs had its own code to calculate hash() which differed from
22822          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
22823          which meant that run-time require was re-done.
22824          Removed some debug from C.pm
22825  Branch: perl
22826        ! ext/B/B.xs ext/B/B/C.pm
22827 ____________________________________________________________________________
22828 [  2451] By: nick                                  on 1998/12/04  21:58:49
22829     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
22830          well as _54, but with pre-scan for classes and save the ISA scheme.
22831  Branch: perl
22832        ! ext/B/B/C.pm
22833 ____________________________________________________________________________
22834 [  2450] By: nick                                  on 1998/12/04  17:58:44
22835     Log: Vishal Bhatia's patch as a basis.
22836  Branch: perl
22837        ! ext/B/B/C.pm ext/B/B/CC.pm
22838 ____________________________________________________________________________
22839 [  2449] By: jhi                                   on 1998/12/04  16:39:21
22840     Log: Integrate from mainperl.
22841  Branch: cfgperl
22842       !> t/op/goto.t t/op/tr.t
22843 ____________________________________________________________________________
22844 [  2448] By: gsar                                  on 1998/12/04  06:06:49
22845     Log: tweak test for UTEST
22846  Branch: perl
22847        ! t/op/tr.t
22848 ____________________________________________________________________________
22849 [  2444] By: jhi                                   on 1998/12/03  14:37:22
22850     Log: s/\bthe the\b/the/g *.pod
22851  Branch: cfgperl
22852        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
22853 ____________________________________________________________________________
22854 [  2443] By: jhi                                   on 1998/12/03  13:39:53
22855     Log: Change#2441 aftermath.
22856  Branch: cfgperl
22857        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22858        ! config_h.SH thread.h vms/subconfigure.com
22859 ____________________________________________________________________________
22860 [  2441] By: jhi                                   on 1998/12/03  08:15:13
22861     Log: From: Dan Sugalski <sugalskd@osshe.edu>
22862          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
22863          Subject: [PATCH 5.005_54]Initial VMS patches
22864          Date: 3 Dec 1998 01:05:55 +0200
22865          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
22866          
22867          The patch to config_h.SH requires more study because
22868          metaconfig needs to agree.
22869  Branch: cfgperl
22870        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
22871        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
22872        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
22873 ____________________________________________________________________________
22874 [  2440] By: gsar                                  on 1998/12/03  01:32:16
22875     Log: add failed check-in of goto.t from change#1867
22876  Branch: perl
22877        ! t/op/goto.t
22878 ____________________________________________________________________________
22879 [  2437] By: jhi                                   on 1998/12/02  18:03:51
22880     Log: Fix most of the bad L<> links of
22881          
22882          From: Tom Christiansen <tchrist@jhereg.perl.com> 
22883          Subject: bad L<> links
22884          Reply-to: tchrist@perl.com 
22885          To: perlbug@jhereg.perl.com 
22886          Date: Tue, 11 Aug 1998 10:58:07 -0500 
22887          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
22888          
22889          The ones not fixed may require darker Pod::HTML magic,
22890          for example the perlguts.html#tags should work fine, IMHO.
22891  Branch: cfgperl
22892        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
22893        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
22894        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
22895        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
22896        ! pod/perlvar.pod
22897 ____________________________________________________________________________
22898 [  2436] By: jhi                                   on 1998/12/02  16:35:04
22899     Log: One paste too many in #2345.
22900  Branch: cfgperl
22901        ! lib/Pod/Html.pm
22902 ____________________________________________________________________________
22903 [  2435] By: jhi                                   on 1998/12/02  16:32:33
22904     Log: Pod::Html and Pod::Text were not locale-savvy:
22905          for example in =head1 all non-ASCII-\w-runs were
22906          turned into underscores in NAME tags.  This could
22907          result in several NAME tags becoming identical.
22908          Reported by:
22909          
22910          From: Fyodor Krasnov <fyodor@aha.ru> 
22911          Subject: pod2html vs Russian Characters
22912          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
22913          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
22914          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
22915  Branch: cfgperl
22916        ! lib/Pod/Html.pm lib/Pod/Text.pm
22917 ____________________________________________________________________________
22918 [  2434] By: jhi                                   on 1998/12/02  10:29:00
22919     Log: The real Mc5_54 integration.
22920  Branch: cfgperl
22921       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
22922 ____________________________________________________________________________
22923 [  2433] By: jhi                                   on 1998/12/02  08:52:13
22924     Log: From: Andy Dougherty <doughera@lafayette.edu>
22925          To: Perl Porters <perl5-porters@perl.org>
22926          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
22927          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
22928          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
22929  Branch: cfgperl
22930        ! Configure
22931 ____________________________________________________________________________
22932 [  2432] By: jhi                                   on 1998/12/02  08:49:47
22933     Log: From: Andy Dougherty <doughera@lafayette.edu>
22934          To: Perl Porters <perl5-porters@perl.org>
22935          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
22936          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
22937          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
22938  Branch: cfgperl
22939        ! Configure
22940 ____________________________________________________________________________
22941 [  2431] By: jhi                                   on 1998/12/01  16:11:50
22942     Log: From: achampio@lehman.com (Alan Champion)
22943          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
22944          To: perlbug@perl.com
22945          Date: 1 Dec 1998 17:36:33 +0200
22946          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
22947          
22948          Skip NIS includes.
22949  Branch: cfgperl
22950        ! t/op/pwent.t
22951 ____________________________________________________________________________
22952 [  2430] By: gsar                                  on 1998/12/01  12:12:50
22953     Log: 5.005_54, as released
22954  Branch: perl
22955        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
22956 ____________________________________________________________________________
22957 [  2429] By: jhi                                   on 1998/12/01  11:28:39
22958     Log: From: Anton Berezin <tobez@plab.ku.dk>
22959          To: perl5-porters@perl.org
22960          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
22961          Date: 30 Nov 1998 19:46:24 +0100
22962          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
22963  Branch: cfgperl
22964        ! hints/freebsd.sh
22965 ____________________________________________________________________________
22966 [  2428] By: jhi                                   on 1998/12/01  11:08:16
22967     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
22968  Branch: cfgperl
22969       +> (branch 30 files)
22970       !> (integrate 71 files)
22971 ____________________________________________________________________________
22972 [  2427] By: jhi                                   on 1998/12/01  10:51:37
22973     Log: Default to accepting a hinted $randfunc even when $csym
22974          does not find it.  (the previous defaylt behaviour was not
22975          to accept).
22976  Branch: cfgperl
22977        ! Configure
22978 ____________________________________________________________________________
22979 [  2426] By: jhi                                   on 1998/12/01  10:13:03
22980     Log: Separated the [:foo:] parsing to its own function.
22981          Passes all tests.
22982  Branch: cfgperl
22983        ! regcomp.c
22984 ____________________________________________________________________________
22985 [  2425] By: jhi                                   on 1998/12/01  08:22:49
22986     Log: Typo in comments.
22987  Branch: cfgperl
22988        ! regexec.c
22989 ____________________________________________________________________________
22990 [  2424] By: jhi                                   on 1998/12/01  08:21:38
22991     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22992          Subject: [PATCH 5.005_*] Debugger 'v' command
22993          To: perl5-porters@perl.org (Mailing list Perl5)
22994          Date: 1 Dec 1998 07:55:11 +0200
22995          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
22996  Branch: cfgperl
22997        ! lib/perl5db.pl
22998 ____________________________________________________________________________
22999 [  2423] By: jhi                                   on 1998/12/01  08:19:08
23000     Log: From: pvhp@forte.com (Peter Prymmer)
23001          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
23002          To: perl5-porters@perl.org
23003          Date: 1 Dec 1998 07:27:11 +0200
23004          Message-ID: <MLIST_9812010508.AA07791@forte.com>
23005  Branch: cfgperl
23006        ! hints/os390.sh
23007 ____________________________________________________________________________
23008 [  2417] By: jhi                                   on 1998/11/30  08:14:00
23009     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
23010  Branch: cfgperl
23011        ! ext/Socket/Socket.xs
23012 ____________________________________________________________________________
23013 [  2416] By: jhi                                   on 1998/11/30  08:00:15
23014     Log: Undo #2395, seems more like a problem in netbsd-current.
23015  Branch: cfgperl
23016        ! util.c
23017
23018 ----------------
23019 Version 5.005_54
23020 ----------------
23021
23022 ____________________________________________________________________________
23023 [  2414] By: gsar                                  on 1998/11/30  02:23:55
23024     Log: more JPL tweaks
23025  Branch: perl
23026        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
23027        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
23028 ____________________________________________________________________________
23029 [  2413] By: gsar                                  on 1998/11/30  01:35:56
23030     Log: stub bin/jpl that just runs JPL::Compile::files()
23031  Branch: perl
23032        + jpl/bin/jpl
23033 ____________________________________________________________________________
23034 [  2412] By: gsar                                  on 1998/11/30  01:32:14
23035     Log: delete symlink
23036  Branch: perl
23037        - jpl/bin/jpl
23038 ____________________________________________________________________________
23039 [  2410] By: gsar                                  on 1998/11/30  01:30:44
23040     Log: branch jpl from perlext to perl
23041  Branch: perl
23042       +> (branch 30 files)
23043 ____________________________________________________________________________
23044 [  2407] By: gsar                                  on 1998/11/30  01:24:53
23045     Log: JPL tweaks to build with 5.005
23046  Branch: perlext
23047        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
23048        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
23049 ____________________________________________________________________________
23050 [  2406] By: gsar                                  on 1998/11/30  00:55:54
23051     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
23052  Branch: perl
23053        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
23054 ____________________________________________________________________________
23055 [  2405] By: gsar                                  on 1998/11/30  00:28:55
23056     Log: patchlevel up to 54
23057  Branch: perl
23058        ! patchlevel.h win32/Makefile win32/config_H.bc
23059        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23060 ____________________________________________________________________________
23061 [  2403] By: gsar                                  on 1998/11/29  23:35:50
23062     Log: integrate cfgperl changes into mainline
23063  Branch: perl
23064       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23065       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
23066 ____________________________________________________________________________
23067 [  2402] By: gsar                                  on 1998/11/29  23:08:42
23068     Log: sync Text::Wrap version number
23069  Branch: perl
23070        ! lib/Text/Wrap.pm
23071 ____________________________________________________________________________
23072 [  2401] By: gsar                                  on 1998/11/29  22:56:21
23073     Log: textfill.t tweak
23074  Branch: perl
23075        ! t/lib/textfill.t
23076 ____________________________________________________________________________
23077 [  2400] By: gsar                                  on 1998/11/29  22:50:41
23078     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
23079          <muir@idiom.com>
23080  Branch: perl
23081        + t/lib/textfill.t
23082        ! MANIFEST lib/Text/Wrap.pm
23083 ____________________________________________________________________________
23084 [  2399] By: gsar                                  on 1998/11/29  22:28:05
23085     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
23086          has happened without the authors knowledge or consent; the subversive
23087          version (which is in 5.00502) breaks one of the tests in the
23088          authors testsuite; attempts are being made to find a fix that
23089          avoids breaking code already running with the 5.005_02 version
23090          From:    David Muir Sharnoff <muir@idiom.com>
23091          Date:    Sat, 28 Nov 1998 04:34:17 PST
23092          Message-Id: <199811281234.EAA03082@idiom.com>
23093          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
23094  Branch: perl
23095        ! lib/Text/Wrap.pm t/lib/textwrap.t
23096 ____________________________________________________________________________
23097 [  2397] By: nick                                  on 1998/11/29  20:13:58
23098     Log: Update docs and English.pm for $^C
23099  Branch: perl
23100        ! lib/English.pm pod/perlvar.pod
23101 ____________________________________________________________________________
23102 [  2396] By: jhi                                   on 1998/11/29  20:13:03
23103     Log: Mirror #2384.
23104  Branch: cfgperl
23105        ! t/op/pwent.t
23106 ____________________________________________________________________________
23107 [  2395] By: jhi                                   on 1998/11/29  19:59:12
23108     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
23109  Branch: cfgperl
23110        ! util.c
23111 ____________________________________________________________________________
23112 [  2394] By: gsar                                  on 1998/11/29  19:49:08
23113     Log: updated perlreftut.pod
23114  Branch: perl
23115        ! pod/perlreftut.pod
23116 ____________________________________________________________________________
23117 [  2393] By: gsar                                  on 1998/11/29  19:31:56
23118     Log: misc tweaks
23119  Branch: perl
23120        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
23121 ____________________________________________________________________________
23122 [  2392] By: gsar                                  on 1998/11/29  19:31:18
23123     Log: notes about -DPERL_POLLUTE
23124  Branch: perl
23125        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
23126 ____________________________________________________________________________
23127 [  2391] By: gsar                                  on 1998/11/29  19:13:52
23128     Log: explain various win32 build caveats more clearly
23129  Branch: perl
23130        ! README.win32 win32/Makefile win32/makefile.mk
23131 ____________________________________________________________________________
23132 [  2390] By: gsar                                  on 1998/11/29  16:51:59
23133     Log: remove I_POLL detection (Configure will do that now)
23134  Branch: perl
23135        ! ext/IO/Makefile.PL
23136 ____________________________________________________________________________
23137 [  2389] By: jhi                                   on 1998/11/29  16:39:16
23138     Log: Add I_POLL for IO 1.20.
23139  Branch: cfgperl
23140        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23141        ! config_h.SH
23142 ____________________________________________________________________________
23143 [  2388] By: gsar                                  on 1998/11/29  16:23:30
23144     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
23145  Branch: perl
23146        + Porting/p4desc
23147        ! MANIFEST
23148 ____________________________________________________________________________
23149 [  2387] By: gsar                                  on 1998/11/29  16:08:03
23150     Log: another threads reliability fix: serialize writes to thr->threadsv
23151          avoid most uses of PL_na (which is much more inefficient than a
23152          simple local); update docs to suit; PL_na now being thr->Tna may
23153          be a minor compatibility issue for extensions--will require dTHR
23154          outside of XSUBs (those get automatic dTHR)
23155  Branch: perl
23156        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
23157        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
23158        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
23159        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
23160        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
23161        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
23162        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
23163        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
23164        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
23165 ____________________________________________________________________________
23166 [  2386] By: jhi                                   on 1998/11/29  15:40:42
23167     Log: Tune the "if" entry.
23168  Branch: cfgperl
23169        ! pod/perlfunc.pod
23170 ____________________________________________________________________________
23171 [  2385] By: gsar                                  on 1998/11/29  12:40:28
23172     Log: various fixes for race conditions under threads: mutex locks based
23173          on PL_threadnum were seriously flawed, since it means more than one
23174          thread could enter the critical region; PL_na was global instead of
23175          thread-local; child thread could finish and free thr structures
23176          before Thread->new() got around to creating the Thread object;
23177          cv_clone() needed locking, as it mucks with PL_comppad and other
23178          global data; new_struct_thread() needed to lock template-thread's
23179          mutex while copying its data
23180  Branch: perl
23181        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
23182        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
23183 ____________________________________________________________________________
23184 [  2384] By: gsar                                  on 1998/11/29  10:54:38
23185     Log: s/warn/print/ on multiply defined groups
23186  Branch: perl
23187        ! t/op/grent.t
23188 ____________________________________________________________________________
23189 [  2383] By: gsar                                  on 1998/11/29  10:48:39
23190     Log: backout change#2334
23191  Branch: perl
23192        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
23193 ____________________________________________________________________________
23194 [  2382] By: jhi                                   on 1998/11/29  10:33:40
23195     Log: Better NetInfo behaviour.
23196  Branch: cfgperl
23197        ! t/op/grent.t t/op/pwent.t
23198 ____________________________________________________________________________
23199 [  2381] By: jhi                                   on 1998/11/29  10:08:15
23200     Log: Integrate from mainperl.
23201  Branch: cfgperl
23202       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
23203       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23204       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
23205       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
23206       +> t/lib/io_poll.t t/lib/io_unix.t
23207       !> (integrate 58 files)
23208 ____________________________________________________________________________
23209 [  2380] By: gsar                                  on 1998/11/29  08:22:49
23210     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
23211          Tim Bunce)
23212  Branch: perl
23213        ! gv.c
23214 ____________________________________________________________________________
23215 [  2379] By: gsar                                  on 1998/11/29  07:06:43
23216     Log: fix for pat.t failure under USE_THREADS
23217  Branch: perl
23218        ! pp_ctl.c regexec.c
23219 ____________________________________________________________________________
23220 [  2378] By: nick                                  on 1998/11/28  22:46:57
23221     Log: More C.pm tweaks
23222          Save globs even if we have saved cv itself before - may be imported.
23223          
23224          While we don't save "bootstrap" CV we need to provide a stub,
23225          so that if we require it later we don't fall through and attempt
23226          to DynaLoad module again.
23227          
23228          Attempt to save %INC so that "require" does not reload things
23229          we have compiled-in (does not work right yet - seems to be due
23230          to PL_incgv being created in perl_parse() current scheme setting 
23231          GvHV() is "better" than saving the glob, but still does not 
23232          work as I expect). 
23233  Branch: perl
23234        ! ext/B/B/C.pm
23235 ____________________________________________________________________________
23236 [  2377] By: gsar                                  on 1998/11/28  22:30:38
23237     Log: various tweaks; result passes all tests for normal build on Solaris;
23238          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
23239          win32 due to lack of select() that works on non-socket fds
23240  Branch: perl
23241        ! ext/IO/poll.c regcomp.c regexec.c scope.c
23242        ! t/lib/io_multihomed.t win32/makefile.mk
23243 ____________________________________________________________________________
23244 [  2376] By: gsar                                  on 1998/11/28  20:44:39
23245     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
23246  Branch: perl
23247        ! myconfig
23248 ____________________________________________________________________________
23249 [  2375] By: gsar                                  on 1998/11/28  20:42:58
23250     Log: integrate cfgperl changes into mainline
23251  Branch: perl
23252       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
23253       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
23254 ____________________________________________________________________________
23255 [  2374] By: gsar                                  on 1998/11/28  20:02:03
23256     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23257          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
23258          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
23259          Subject: [PATCH 5.00553] Yet another OS/2 patch
23260  Branch: perl
23261        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
23262 ____________________________________________________________________________
23263 [  2373] By: gsar                                  on 1998/11/28  19:30:06
23264     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23265          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
23266          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
23267          Subject: [PATCH 5.005_53] Change $#+
23268  Branch: perl
23269        ! mg.c pod/perlvar.pod t/op/pat.t
23270 ____________________________________________________________________________
23271 [  2372] By: gsar                                  on 1998/11/28  19:28:00
23272     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23273          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
23274          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
23275          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
23276  Branch: perl
23277        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
23278        ! thrdvar.h
23279 ____________________________________________________________________________
23280 [  2371] By: gsar                                  on 1998/11/28  19:23:53
23281     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23282          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
23283          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
23284          Subject: [PATCH 5.005_53] better -Mre=debugcolor
23285  Branch: perl
23286        ! embedvar.h objXSUB.h regexec.c thrdvar.h
23287 ____________________________________________________________________________
23288 [  2370] By: gsar                                  on 1998/11/28  19:21:17
23289     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23290          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
23291          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
23292          Subject: [PATCH 5.005_*] regcolors
23293  Branch: perl
23294        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
23295 ____________________________________________________________________________
23296 [  2369] By: gsar                                  on 1998/11/28  19:00:15
23297     Log: allow final period in a file (not followed by a newline) to
23298          terminate format spec
23299  Branch: perl
23300        ! toke.c
23301 ____________________________________________________________________________
23302 [  2368] By: gsar                                  on 1998/11/28  18:58:25
23303     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
23304          add C<$Config{installarchlib}/CORE> to the default locations searched
23305          on win32
23306  Branch: perl
23307        ! lib/ExtUtils/Liblist.pm
23308 ____________________________________________________________________________
23309 [  2367] By: gsar                                  on 1998/11/28  18:46:05
23310     Log: applied suggested patch with PERL_OBJECT tweaks
23311          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23312          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
23313          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
23314          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
23315  Branch: perl
23316        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
23317        ! regexec.c t/op/pat.t thrdvar.h
23318 ____________________________________________________________________________
23319 [  2366] By: gsar                                  on 1998/11/28  18:38:34
23320     Log: additional documentation for qr//
23321          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23322          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
23323          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
23324          Subject: [PATCH 5.005_*] Documentation (fwd)
23325  Branch: perl
23326        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
23327 ____________________________________________________________________________
23328 [  2365] By: gsar                                  on 1998/11/28  18:35:35
23329     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23330          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
23331          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
23332          Subject: [PATCH 5.005_*] Fix \G in REx without //g
23333  Branch: perl
23334        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
23335        ! regexp.h t/op/pat.t thrdvar.h
23336 ____________________________________________________________________________
23337 [  2364] By: gsar                                  on 1998/11/28  18:24:20
23338     Log: update Test.pm to Test-1.12; tweak 're' detection
23339  Branch: perl
23340        ! lib/Test.pm
23341 ____________________________________________________________________________
23342 [  2363] By: gsar                                  on 1998/11/28  18:12:04
23343     Log: avoid command-line quoting portability problems in lex_assign.t
23344  Branch: perl
23345        ! t/op/lex_assign.t
23346 ____________________________________________________________________________
23347 [  2362] By: gsar                                  on 1998/11/28  18:08:50
23348     Log: From: John Tobey <jtobey@channel1.com>
23349          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
23350          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
23351          Subject: PATCH: document English.pm sawampersand and thread issues
23352  Branch: perl
23353        ! lib/English.pm pod/perlvar.pod
23354 ____________________________________________________________________________
23355 [  2361] By: gsar                                  on 1998/11/28  18:03:04
23356     Log: fix uninitialized warnings
23357          From: Brian Callaghan <callagh@itginc.com>
23358          Date: Thu, 19 Nov 1998 17:49:10 -0800
23359          Message-Id: <3654CA96.B64FCAEB@itginc.com>
23360          Subject: Complete.pm patch (version 1.1)
23361  Branch: perl
23362        ! lib/Term/Complete.pm
23363 ____________________________________________________________________________
23364 [  2360] By: gsar                                  on 1998/11/28  17:59:16
23365     Log: s/Array/List/ suggested by John Tobey
23366  Branch: perl
23367        ! pod/perldata.pod
23368 ____________________________________________________________________________
23369 [  2359] By: gsar                                  on 1998/11/28  17:47:48
23370     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
23371  Branch: perl
23372        ! lib/Tie/Handle.pm pod/perlfunc.pod
23373 ____________________________________________________________________________
23374 [  2358] By: jhi                                   on 1998/11/28  17:23:15
23375     Log: Revamp the locale tests.
23376          (0) Instead of rewiring a few locales scan for them.
23377          (1) Bogus test #101 removed.
23378          (2) All the locales are checked, the lists of failed
23379          and non-failed ones are displayed.
23380          (3) The test #103 is again 'active' so that it may fail.
23381          (4) To balance (3) a hopefully pacifying message is shown
23382          if the #103 fails.
23383  Branch: cfgperl
23384        ! t/pragma/locale.t
23385 ____________________________________________________________________________
23386 [  2357] By: gsar                                  on 1998/11/28  17:21:07
23387     Log: add perlreftut.pod
23388  Branch: perl
23389        + pod/perlreftut.pod
23390        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
23391        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
23392        ! win32/pod.mak
23393 ____________________________________________________________________________
23394 [  2356] By: jhi                                   on 1998/11/28  16:58:01
23395     Log: Change #2346 fallout.
23396  Branch: cfgperl
23397        ! t/op/undef.t
23398 ____________________________________________________________________________
23399 [  2355] By: gsar                                  on 1998/11/28  16:46:43
23400     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
23401          ANSI prototypes
23402  Branch: perl
23403        ! ext/IO/IO.xs
23404 ____________________________________________________________________________
23405 [  2354] By: gsar                                  on 1998/11/28  16:08:07
23406     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
23407          keep platform hacks that aren't in the 1.20 dist; add new files
23408          to MANIFEST; hack Makefile.PL; result hasn't been tested
23409          anywhere
23410  Branch: perl
23411        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
23412        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23413        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
23414        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
23415        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
23416        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
23417        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
23418        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
23419        ! t/lib/io_sock.t t/lib/io_udp.t
23420 ____________________________________________________________________________
23421 [  2353] By: jhi                                   on 1998/11/28  15:51:03
23422     Log: Locale collation, ctype, and numeric, were initialized wrong
23423          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
23424          as reported by
23425          
23426          From: Ilya.Sandler@etak.com (Ilya Sandler)
23427          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
23428          To: perlbug@perl.com
23429          Date: 25 Nov 1998 04:53:52 +0200
23430          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
23431  Branch: cfgperl
23432        ! util.c
23433 ____________________________________________________________________________
23434 [  2352] By: nick                                  on 1998/11/28  15:21:59
23435     Log: Implement $^C to allow perl access to -c flag - I think this 
23436          was agreed once...
23437  Branch: perl
23438        ! gv.c mg.c
23439 ____________________________________________________________________________
23440 [  2351] By: jhi                                   on 1998/11/28  15:14:24
23441     Log: Change #2251 fixup.
23442  Branch: cfgperl
23443        ! myconfig
23444 ____________________________________________________________________________
23445 [  2350] By: jhi                                   on 1998/11/28  14:58:19
23446     Log: Integrate from mainperl.
23447  Branch: cfgperl
23448       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
23449       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23450       +> pod/perl5005delta.pod
23451       !> (integrate 49 files)
23452 ____________________________________________________________________________
23453 [  2349] By: jhi                                   on 1998/11/28  14:27:36
23454     Log: Passwd and group file groveling.
23455  Branch: cfgperl
23456        ! t/op/grent.t t/op/pwent.t
23457 ____________________________________________________________________________
23458 [  2348] By: gsar                                  on 1998/11/28  14:09:50
23459     Log: more conservative version of changes#2345,2346,2347; those break
23460          C<defined(@{"foo::ISA"})> which seems to be extensively used in
23461          the libs :-(
23462  Branch: perl
23463        ! pp.c t/op/method.t
23464 ____________________________________________________________________________
23465 [  2347] By: gsar                                  on 1998/11/28  13:36:08
23466     Log: tweak bogus test
23467  Branch: perl
23468        ! t/op/method.t
23469 ____________________________________________________________________________
23470 [  2346] By: gsar                                  on 1998/11/28  13:20:34
23471     Log: test cases for previous change
23472  Branch: perl
23473        ! t/op/undef.t
23474 ____________________________________________________________________________
23475 [  2345] By: gsar                                  on 1998/11/28  13:07:17
23476     Log: fix typo in pp_defined() causing C<defined %tied> to fail
23477  Branch: perl
23478        ! pp.c
23479 ____________________________________________________________________________
23480 [  2344] By: gsar                                  on 1998/11/28  13:03:29
23481     Log: s/comment/comment_t/ tweak (suggested by John Gorman
23482          <jgorman@webbysoft.com>)
23483  Branch: perl
23484        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
23485 ____________________________________________________________________________
23486 [  2343] By: gsar                                  on 1998/11/28  12:52:40
23487     Log: add (stub) perldelta.pod
23488  Branch: perl
23489        + pod/perldelta.pod
23490 ____________________________________________________________________________
23491 [  2342] By: gsar                                  on 1998/11/28  12:49:26
23492     Log: rename perldelta.pod to perl5005delta.pod in preparation for
23493          starting a new one
23494  Branch: perl
23495       +> pod/perl5005delta.pod
23496        - pod/perldelta.pod
23497        ! MANIFEST pod/perl.pod
23498 ____________________________________________________________________________
23499 [  2341] By: gsar                                  on 1998/11/28  12:41:55
23500     Log: fix MALLOC_LOCK #define
23501  Branch: perl
23502        ! malloc.c
23503 ____________________________________________________________________________
23504 [  2340] By: gsar                                  on 1998/11/28  12:18:23
23505     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23506          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
23507          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
23508          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
23509  Branch: perl
23510        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
23511 ____________________________________________________________________________
23512 [  2339] By: jhi                                   on 1998/11/28  11:59:01
23513     Log: Add -lm to dynix/ptx POSIX hints.
23514          From: "Martin J. Bligh" <mbligh@sequent.com>
23515          To: jhi@iki.fi
23516          Subject: Re: Making Perl work on DYNIX/ptx
23517          Date: Wed, 25 Nov 1998 10:34:41 -0800
23518          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
23519  Branch: cfgperl
23520        ! ext/POSIX/hints/dynixptx.pl
23521 ____________________________________________________________________________
23522 [  2338] By: jhi                                   on 1998/11/28  11:57:19
23523     Log: Detypo.
23524  Branch: cfgperl
23525        ! lib/filetest.pm
23526 ____________________________________________________________________________
23527 [  2337] By: jhi                                   on 1998/11/28  11:56:29
23528     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
23529  Branch: cfgperl
23530        ! Configure
23531 ____________________________________________________________________________
23532 [  2336] By: gsar                                  on 1998/11/28  11:41:14
23533     Log: teach CPAN.pm to ignore beta perl distributions when looking for
23534          modules
23535          From: root@dogberry.rutgers.edu (root)
23536          Date: Thu, 12 Nov 1998 23:08:39 -0500
23537          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
23538          Subject: recompile tries getting a perl distribution
23539  Branch: perl
23540        ! lib/CPAN.pm
23541 ____________________________________________________________________________
23542 [  2335] By: gsar                                  on 1998/11/28  11:27:46
23543     Log: make $1 et al readonly under threads; make C<undef $1> fail like
23544          C<$1 = undef> does
23545  Branch: perl
23546        ! op.c pp.c t/op/undef.t
23547 ____________________________________________________________________________
23548 [  2334] By: gsar                                  on 1998/11/28  10:24:52
23549     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
23550  Branch: perl
23551        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
23552 ____________________________________________________________________________
23553 [  2333] By: gsar                                  on 1998/11/28  09:36:40
23554     Log: document changed PERL_HASH()
23555  Branch: perl
23556        ! pod/perlfunc.pod pod/perlguts.pod
23557 ____________________________________________________________________________
23558 [  2332] By: nick                                  on 1998/11/27  21:10:27
23559     Log: Handle INIT list in C.pm
23560          1. Provide init_av() from B.xs
23561          2. Export it in B.pm
23562          3. Use it in C.pm
23563          Also disable some pruning in savecv() which seems to undo
23564          my previous patch.
23565          Experimental feature - save pathnames of .so files in easily 
23566          grep-able form for use in wrapper to feed to linker.  
23567  Branch: perl
23568        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
23569 ____________________________________________________________________________
23570 [  2327] By: gsar                                  on 1998/11/27  15:12:01
23571     Log: integrate change#2315 from maint-5.005
23572  Branch: perl
23573        ! t/op/sort.t
23574       !> op.c sv.c
23575 ____________________________________________________________________________
23576 [  2326] By: gsar                                  on 1998/11/27  15:00:42
23577     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
23578  Branch: perl
23579       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
23580       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23581       !> lib/ExtUtils/typemap
23582 ____________________________________________________________________________
23583 [  2325] By: gsar                                  on 1998/11/27  14:46:18
23584     Log: malloc bugfix and documentation from Ilya Zakharevich
23585          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
23586          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
23587          Subject: [PATCH 5.005_*] Re: Internal coredump
23588          --
23589          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
23590          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
23591          Subject: [PATCH 5.005_*] malloc.c documentation
23592  Branch: perl
23593        ! malloc.c
23594 ____________________________________________________________________________
23595 [  2324] By: gsar                                  on 1998/11/27  14:41:38
23596     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
23597  Branch: perl
23598        ! ext/B/B/C.pm
23599 ____________________________________________________________________________
23600 [  2323] By: gsar                                  on 1998/11/27  14:33:44
23601     Log: From: maeda@src.ricoh.co.jp
23602          Date: Tue, 24 Nov 1998 10:37:45 +0900
23603          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
23604          Subject: format "..." bug
23605  Branch: perl
23606        ! pp_ctl.c t/op/write.t
23607 ____________________________________________________________________________
23608 [  2322] By: gsar                                  on 1998/11/27  14:20:12
23609     Log: add ext/Devel/Peek
23610          From: jan.dubois@ibm.net (Jan Dubois)
23611          Date: Mon, 23 Nov 1998 00:48:11 +0100
23612          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
23613          Subject: [PATCH 5.005_53] Devel::Peek integration
23614  Branch: perl
23615        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
23616        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23617        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
23618        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
23619        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
23620 ____________________________________________________________________________
23621 [  2321] By: gsar                                  on 1998/11/27  13:03:08
23622     Log: ensure 'make regen_headers' even without perl installed
23623          (suggested by Ilya Zakharevich)
23624  Branch: perl
23625        ! bytecode.pl warning.pl
23626 ____________________________________________________________________________
23627 [  2320] By: gsar                                  on 1998/11/27  12:58:36
23628     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23629          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
23630          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
23631          Subject: [PATCH 5.005_*] Cosmetic malloc patch
23632  Branch: perl
23633        ! malloc.c
23634 ____________________________________________________________________________
23635 [  2319] By: gsar                                  on 1998/11/27  12:56:13
23636     Log: eliminate dup hunk from integration
23637  Branch: perl
23638        ! lib/filetest.pm perl.h
23639 ____________________________________________________________________________
23640 [  2318] By: gsar                                  on 1998/11/27  12:50:08
23641     Log: integrate cfgperl changes into mainline
23642  Branch: perl
23643       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
23644        ! pod/perlfaq4.pod
23645       !> (integrate 30 files)
23646 ____________________________________________________________________________
23647 [  2317] By: jhi                                   on 1998/11/27  11:38:13
23648     Log: C<-x>.
23649  Branch: cfgperl
23650        ! lib/filetest.pm
23651 ____________________________________________________________________________
23652 [  2316] By: jhi                                   on 1998/11/27  11:10:22
23653     Log: Integrate from mainperl.
23654  Branch: cfgperl
23655       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
23656       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
23657       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
23658       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
23659       !> win32/win32sck.c
23660 ____________________________________________________________________________
23661 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
23662     Log: integrate change#2246 from mainline, while still allowing
23663          C<sort $globref @foo>
23664          
23665          allow C<sort $coderef @foo>
23666  Branch: maint-5.005/perl
23667        ! op.c sv.c
23668       !> t/op/sort.t
23669 ____________________________________________________________________________
23670 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
23671     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
23672          forwarded by Jarkko Hietaniemi from Mark Bixby
23673  Branch: maint-5.005/perl
23674        ! ext/DynaLoader/dl_mpeix.xs installperl
23675 ____________________________________________________________________________
23676 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
23677     Log: Allow PL_FILES to have multiple targets from one source by allowing
23678          an array ref as the value in the hash
23679  Branch: maint-5.005/perl
23680        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
23681        ! lib/ExtUtils/MakeMaker.pm
23682 ____________________________________________________________________________
23683 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
23684     Log: fix unsigned variables to use SvUV and sv_setuv
23685  Branch: maint-5.005/perl
23686        ! lib/ExtUtils/typemap
23687 ____________________________________________________________________________
23688 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
23689     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
23690  Branch: maint-5.005/perl
23691        ! lib/ExtUtils/MM_Unix.pm
23692 ____________________________________________________________________________
23693 [  2301] By: gsar                                  on 1998/11/26  10:16:54
23694     Log: fix PL_defoutgv leak under threads
23695  Branch: perl
23696        ! ext/Thread/Thread.xs
23697 ____________________________________________________________________________
23698 [  2300] By: gsar                                  on 1998/11/26  09:04:44
23699     Log: properly free temporaries created by threads
23700  Branch: perl
23701        ! ext/Thread/Thread.xs
23702 ____________________________________________________________________________
23703 [  2299] By: gsar                                  on 1998/11/26  06:51:16
23704     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
23705          to set the package for the block properly
23706  Branch: perl
23707        ! op.c t/comp/package.t t/lib/dumper.t
23708 ____________________________________________________________________________
23709 [  2298] By: nick                                  on 1998/11/24  22:04:20
23710     Log: Part-1 of tweaks to allow Tk to be "compiled"
23711          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
23712          (May also need attention to exports etc. - to follow.)
23713  Branch: perl
23714        ! universal.c
23715 ____________________________________________________________________________
23716 [  2294] By: jhi                                   on 1998/11/23  10:44:26
23717     Log: The new socket tests need in some platforms
23718          to #include <sys/types.h>.
23719  Branch: cfgperl
23720        ! Configure
23721 ____________________________________________________________________________
23722 [  2293] By: jhi                                   on 1998/11/23  10:33:42
23723     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23724          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
23725          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23726          Date: Mon, 23 Nov 1998 10:07:04 +0100
23727          Message-Id: <9811230907.AA06484@AWT.nl>
23728          
23729          NeXTstep NetInfo uses nidump to get the user/group databases.
23730  Branch: cfgperl
23731        ! t/op/grent.t t/op/pwent.t
23732 ____________________________________________________________________________
23733 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
23734     Log: Updated Porting/patchls utility.
23735  Branch: maint-5.004/perl
23736        ! Porting/patchls
23737 ____________________________________________________________________________
23738 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
23739     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
23740          From:  Henrik Tougaard <ht.000@foa.dk>
23741          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
23742          Files:  lib/Sys/Syslog.pm
23743  Branch: maint-5.004/perl
23744        ! lib/Sys/Syslog.pm
23745 ____________________________________________________________________________
23746 [  2286] By: jhi                                   on 1998/11/22  19:08:42
23747     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
23748  Branch: cfgperl
23749        ! ext/Socket/Socket.xs
23750 ____________________________________________________________________________
23751 [  2285] By: jhi                                   on 1998/11/22  18:21:07
23752     Log: MSG_PROXY for GNU/Hurd (previously we believed that
23753          all GNU libc platforms have MSG_PROXY.  Untrue).
23754          In fact this ended up as a major MSG_* and SCM_*
23755          update.  The MSG_XXX known to be enums in some
23756          versions of the glibc are now probed for and respective
23757          HAS_MSG_XXX are defined.  While I was at it I noticed
23758          SCM_RIGHTS being similarly an enum.  This reminded me of
23759          an ancient discussion in perl5-porters:
23760          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
23761          The BSD socket interface has a nifty feature for passing
23762          file descriptors and credentials--via sockets.  It may be
23763          too late to add this functionality to the CORE but
23764          at least Configure now probes for the functions,
23765          structs, and includes, defining the appropriate
23766          HAS_YYY and I_ZZZ, and the Socket extension exports
23767          the constants, in case somebody wants to write an
23768          extension for this interface.
23769  Branch: cfgperl
23770        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23771        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
23772        ! iperlsys.h
23773 ____________________________________________________________________________
23774 [  2284] By: jhi                                   on 1998/11/22  18:13:21
23775     Log: perlhist.pod 1.54, containing 5_53.
23776  Branch: cfgperl
23777        ! pod/perlhist.pod
23778 ____________________________________________________________________________
23779 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
23780     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
23781  Branch: maint-5.004/perl
23782        ! doio.c
23783 ____________________________________________________________________________
23784 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
23785     Log: Improve op/die_exit.t test for implicit close changing $!
23786  Branch: maint-5.004/perl
23787        ! t/op/die_exit.t
23788 ____________________________________________________________________________
23789 [  2268] By: jhi                                   on 1998/11/22  14:44:11
23790     Log: Fix thinko.
23791  Branch: cfgperl
23792        ! hints/dynixptx.sh
23793 ____________________________________________________________________________
23794 [  2267] By: jhi                                   on 1998/11/22  13:19:41
23795     Log: Document the d_socket override.
23796  Branch: cfgperl
23797        ! hints/dynixptx.sh
23798 ____________________________________________________________________________
23799 [  2266] By: jhi                                   on 1998/11/22  12:12:29
23800     Log: From: John Tobey <jtobey@channel1.com>
23801          Subject: [PATCH] perlfaq typos
23802          To: perl5-porters@perl.com
23803          Date: 22 Nov 1998 04:25:15 +0200
23804          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
23805  Branch: cfgperl
23806        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23807        ! pod/perlfaq7.pod pod/perlfaq8.pod
23808 ____________________________________________________________________________
23809 [  2265] By: jhi                                   on 1998/11/22  12:06:29
23810     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
23811          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
23812          Newsgroups: hut.lists.perl5-porters
23813          To: gsar@engin.umich.edu (Gurusamy Sarathy)
23814          Cc: perl5-porters@perl.org (Perl5 Porters)
23815          Date: 20 Nov 1998 12:20:41 +0200
23816  Branch: cfgperl
23817        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23818        ! ext/DB_File/DB_File.xs
23819 ____________________________________________________________________________
23820 [  2264] By: jhi                                   on 1998/11/22  11:55:09
23821     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
23822          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23823          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23824          To: perlbug@perl.com
23825          Date: 20 Nov 1998 18:39:06 +0200
23826          Lines: 47
23827          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23828  Branch: cfgperl
23829        ! t/op/grent.t t/op/pwent.t
23830 ____________________________________________________________________________
23831 [  2263] By: jhi                                   on 1998/11/22  11:42:59
23832     Log: Permission testing is tricky when we have too much power.
23833          Problem reported in
23834          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
23835          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
23836          To: perlbug@perl.com
23837          Date: 20 Nov 1998 18:39:06 +0200
23838          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
23839  Branch: cfgperl
23840        ! t/op/filetest.t
23841 ____________________________________________________________________________
23842 [  2262] By: gsar                                  on 1998/11/22  11:37:02
23843     Log: fix broken CAPI generation
23844  Branch: perl
23845        ! win32/GenCAPI.pl
23846 ____________________________________________________________________________
23847 [  2261] By: jhi                                   on 1998/11/22  11:17:00
23848     Log: -x should be C<-x>, reported by Gerben Wierda.
23849  Branch: cfgperl
23850        ! pod/perlfunc.pod
23851 ____________________________________________________________________________
23852 [  2260] By: gsar                                  on 1998/11/22  11:12:02
23853     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
23854  Branch: perl
23855        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
23856        ! proto.h
23857 ____________________________________________________________________________
23858 [  2259] By: jhi                                   on 1998/11/22  11:06:40
23859     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
23860          Subject: Re: [PATCH] Re: pod2man bug in date generated line
23861          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
23862          Cc: perlbug@perl.com
23863          Date: 20 Nov 1998 21:30:17 +0200
23864          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
23865  Branch: cfgperl
23866        ! pod/pod2man.PL
23867 ____________________________________________________________________________
23868 [  2256] By: jhi                                   on 1998/11/21  10:44:01
23869     Log: From: Thomas Bowditch <bowditch@inmet.com>
23870          Subject: Benchmark.pm suggestion
23871          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
23872          Date: Fri, 20 Nov 1998 17:43:46 -0500
23873          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
23874          
23875          Added timesum().
23876  Branch: cfgperl
23877        ! lib/Benchmark.pm
23878 ____________________________________________________________________________
23879 [  2255] By: gsar                                  on 1998/11/21  08:45:06
23880     Log: another win32 portability fix: make sysread() and syswrite()
23881          work on sockets
23882  Branch: perl
23883        ! pp_sys.c win32/win32.h
23884 ____________________________________________________________________________
23885 [  2254] By: gsar                                  on 1998/11/21  07:49:06
23886     Log: win32_recvfrom() compatibility fix
23887  Branch: perl
23888        ! win32/win32sck.c
23889 ____________________________________________________________________________
23890 [  2253] By: jhi                                   on 1998/11/20  08:22:06
23891     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
23892          To: jhi@iki.fi
23893          Subject: MPE/iX Perl 5.005_02 oops
23894          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
23895          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
23896  Branch: cfgperl
23897        ! ext/DynaLoader/dl_mpeix.xs installperl
23898 ____________________________________________________________________________
23899 [  2252] By: gsar                                  on 1998/11/19  17:38:03
23900     Log: mess_sv tweak for change#2249
23901  Branch: perl
23902        ! util.c
23903 ____________________________________________________________________________
23904 [  2251] By: jhi                                   on 1998/11/18  12:32:19
23905     Log: Display use64bits and usemultiplicity but only if necessary.
23906  Branch: cfgperl
23907        ! myconfig
23908 ____________________________________________________________________________
23909 [  2250] By: jhi                                   on 1998/11/18  12:26:50
23910     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
23911          Subject: pp.c uses 'unsigned Quad_t'
23912          To: perlbug@perl.com 
23913          Date: Sun, 15 Nov 1998 20:57:05 -0300 
23914          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
23915  Branch: cfgperl
23916        ! perl.h pp.c
23917 ____________________________________________________________________________
23918 [  2249] By: gsar                                  on 1998/11/18  05:43:11
23919     Log: use PL_mess_sv only during global destruction (fixes problems with
23920          overlapping invocations of form()/warn()/die()/croak() trampling on
23921          each other's messages)
23922  Branch: perl
23923        ! mg.c util.c
23924 ____________________________________________________________________________
23925 [  2248] By: gsar                                  on 1998/11/18  05:39:36
23926     Log: tweak change#2245 to skip previous message if any
23927  Branch: perl
23928        ! pp_ctl.c t/pragma/warn/pp_ctl
23929 ____________________________________________________________________________
23930 [  2247] By: jhi                                   on 1998/11/17  11:46:56
23931     Log: Integrate from mainperl.
23932  Branch: cfgperl
23933       !> (integrate 26 files)
23934 ____________________________________________________________________________
23935 [  2246] By: gsar                                  on 1998/11/17  09:41:10
23936     Log: allow C<sort $coderef @foo>
23937  Branch: perl
23938        ! op.c t/op/sort.t t/pragma/overload.t
23939 ____________________________________________________________________________
23940 [  2245] By: gsar                                  on 1998/11/17  08:28:26
23941     Log: propagate failures in DESTROY() as (optional) warnings
23942  Branch: perl
23943        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
23944 ____________________________________________________________________________
23945 [  2244] By: gsar                                  on 1998/11/17  07:43:08
23946     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
23947  Branch: perl
23948        ! perl.c thrdvar.h
23949 ____________________________________________________________________________
23950 [  2243] By: gsar                                  on 1998/11/17  07:40:09
23951     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
23952  Branch: perl
23953        ! lib/warning.pm warning.h warning.pl
23954 ____________________________________________________________________________
23955 [  2242] By: gsar                                  on 1998/11/17  06:32:39
23956     Log: fix skipspace() to properly account for newlines in eval''-ed
23957          strings (caused bogus line numbers in diagnostics and debugger)
23958  Branch: perl
23959        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
23960 ____________________________________________________________________________
23961 [  2241] By: gsar                                  on 1998/11/17  03:48:12
23962     Log: s/Perl_utf8skip/PL_utf8skip/g
23963  Branch: perl
23964        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
23965 ____________________________________________________________________________
23966 [  2240] By: gsar                                  on 1998/11/14  06:09:06
23967     Log: rework op/groups.t
23968  Branch: perl
23969        ! t/op/filetest.t t/op/groups.t
23970 ____________________________________________________________________________
23971 [  2235] By: gsar                                  on 1998/11/14  00:17:05
23972     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
23973  Branch: perl
23974        ! op.c
23975 ____________________________________________________________________________
23976 [  2234] By: gsar                                  on 1998/11/14  00:14:02
23977     Log: update Changes
23978  Branch: perl
23979        ! Changes win32/config.bc win32/config.gc win32/config.vc
23980 ____________________________________________________________________________
23981 [  2233] By: gsar                                  on 1998/11/13  09:43:03
23982     Log: doc tweak
23983  Branch: perl
23984        ! README.win32
23985 ____________________________________________________________________________
23986 [  2230] By: jhi                                   on 1998/11/12  17:07:45
23987     Log: Allow hints file override for d_socket
23988          (based on Sequent-induced change #2229).
23989  Branch: cfgperl
23990        ! Configure
23991 ____________________________________________________________________________
23992 [  2229] By: jhi                                   on 1998/11/12  16:32:33
23993     Log: 
23994          From: "Martin J. Bligh" <mbligh@sequent.com>
23995          To: jhi@iki.fi
23996          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
23997          Subject: Re: Making Perl work on DYNIX/ptx
23998          Date: Tue, 10 Nov 1998 16:24:26 -0800
23999          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
24000  Branch: cfgperl
24001        ! hints/dynixptx.sh
24002 ____________________________________________________________________________
24003 [  2228] By: jhi                                   on 1998/11/12  11:40:37
24004     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
24005          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
24006          To: jhi@iki.fi
24007          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
24008          Subject: Re: Making Perl work on DYNIX/ptx
24009          Date: Tue, 10 Nov 1998 18:01:10 -0800
24010  Branch: cfgperl
24011        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
24012 ____________________________________________________________________________
24013 [  2227] By: jhi                                   on 1998/11/12  11:17:42
24014     Log: Integrate from mainperl.
24015  Branch: cfgperl
24016       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
24017       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
24018       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
24019       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
24020       !> win32/win32.c x2p/s2p.PL
24021 ____________________________________________________________________________
24022 [  2226] By: gsar                                  on 1998/11/11  21:05:42
24023     Log: provide -DPERL_POLLUTE
24024  Branch: perl
24025        ! embed.pl embedvar.h
24026 ____________________________________________________________________________
24027 [  2225] By: jhi                                   on 1998/11/09  07:45:12
24028     Log: From: Hans Mulder <hansm@icgroup.nl>
24029          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
24030          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
24031          perl5-porters@perl.org
24032          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
24033          (UNINSTALLED)
24034          Date: Sun,  8 Nov 98 22:20:23 +0100
24035          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
24036  Branch: cfgperl
24037        ! malloc.c perl.h
24038 ____________________________________________________________________________
24039 [  2224] By: gsar                                  on 1998/11/09  03:13:14
24040     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
24041          Christoph <lupe@alanya.m.isar.de>)
24042  Branch: perl
24043        ! lib/Text/Wrap.pm
24044 ____________________________________________________________________________
24045 [  2223] By: gsar                                  on 1998/11/09  02:09:06
24046     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
24047          <lionel.fourquaux@wanadoo.fr>)
24048  Branch: perl
24049        ! x2p/s2p.PL
24050 ____________________________________________________________________________
24051 [  2222] By: gsar                                  on 1998/11/09  01:56:24
24052     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
24053          Date: Wed, 04 Nov 1998 12:19:44 +0000
24054          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
24055          Subject: [PATCH] Re: [5.005_53] read overflow? 
24056          --
24057          Date: Wed, 04 Nov 1998 13:15:18 +0000
24058          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
24059          Subject: [PATCH 5.005_53] perl -V fix
24060  Branch: perl
24061        ! perl.c regexec.c
24062 ____________________________________________________________________________
24063 [  2221] By: gsar                                  on 1998/11/09  01:34:56
24064     Log: From: jan.dubois@ibm.net (Jan Dubois)
24065          Date: Sun, 01 Nov 1998 00:05:01 +0100
24066          Message-ID: <364294bd.18052307@smtp1.ibm.net>
24067          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
24068  Branch: perl
24069        ! Changes win32/makedef.pl
24070 ____________________________________________________________________________
24071 [  2220] By: gsar                                  on 1998/11/08  21:13:07
24072     Log: integrate changes#2120,2168,2218 from maint-5.005;
24073          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
24074          enum; make regen_headers
24075  Branch: perl
24076        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
24077        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
24078 ____________________________________________________________________________
24079 [  2219] By: gsar                                  on 1998/11/08  19:42:57
24080     Log: integrate cfgperl changes into mainline
24081  Branch: perl
24082       +> README.vmesa
24083       !> Configure MANIFEST Porting/Glossary Porting/config.sh
24084       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
24085       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
24086       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
24087       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
24088       !> thread.h vms/subconfigure.com vos/config.h
24089 ____________________________________________________________________________
24090 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
24091     Log: From: Graham Barr <gbarr@ti.com>
24092          Date: Mon, 2 Nov 1998 07:38:52 -0600
24093          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
24094          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
24095  Branch: maint-5.005/perl
24096        ! ext/IPC/SysV/Msg.pm
24097 ____________________________________________________________________________
24098 [  2215] By: gsar                                  on 1998/11/08  02:52:52
24099     Log: set close-on-exec bit on pipe() FDs
24100  Branch: perl
24101        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
24102 ____________________________________________________________________________
24103 [  2214] By: gsar                                  on 1998/11/08  02:27:57
24104     Log: typo in newHVhv()
24105  Branch: perl
24106        ! hv.c
24107 ____________________________________________________________________________
24108 [  2211] By: jhi                                   on 1998/11/07  21:14:18
24109     Log: Finalize the Mach CThreads support.
24110          
24111          From: Hans Mulder <hansm@icgroup.nl>
24112          Date: Sat,  7 Nov 98 22:06:20 +0100
24113          To: Gurusamy Sarathy <gsar@engin.umich.edu>
24114          Cc: jhi@iki.fi, perl5-porters@perl.org
24115          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
24116          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
24117  Branch: cfgperl
24118        ! malloc.c perl.h
24119 ____________________________________________________________________________
24120 [  2210] By: gsar                                  on 1998/11/06  20:36:50
24121     Log: fix AvREALISH bogusness
24122  Branch: perl
24123        ! av.c t/op/array.t
24124 ____________________________________________________________________________
24125 [  2209] By: jhi                                   on 1998/11/06  08:05:31
24126     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
24127          ASSERT() causes problems in {NeXTStep,OpenStep}.
24128          
24129          From: Hans Mulder <hansm@icgroup.nl>
24130          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
24131          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
24132          Date: Fri,  6 Nov 98 01:27:41 +0100
24133          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
24134          
24135          and
24136          
24137          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24138          Subject: Re: ASSERT() in malloc.c
24139          To: jhi@iki.fi
24140          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
24141          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
24142  Branch: cfgperl
24143        ! malloc.c
24144 ____________________________________________________________________________
24145 [  2208] By: jhi                                   on 1998/11/06  07:55:38
24146     Log: Mach CThreads needs #include <mach/cthreads.h>.
24147  Branch: cfgperl
24148        ! perl.h
24149 ____________________________________________________________________________
24150 [  2206] By: jhi                                   on 1998/11/05  14:54:52
24151     Log: PERL_BADLANG wrongly documented.
24152          
24153          From: ts <decoux@moulon.inra.fr>
24154          To: jhi@cc.hut.fi
24155          Subject: Re: Locale warning messages
24156          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
24157          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
24158          
24159          and
24160          
24161          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24162          Subject: Re: PERL_BADLANG
24163          To: jhi@iki.fi
24164          Subject: Re: PERL_BADLANG
24165          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
24166          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
24167  Branch: cfgperl
24168        ! pod/perllocale.pod
24169 ____________________________________________________________________________
24170 [  2205] By: jhi                                   on 1998/11/05  14:24:33
24171     Log: Document all the control flow keywords in perlfunc
24172          so that "perlfunc -f while" works.
24173  Branch: cfgperl
24174        ! pod/perlfunc.pod
24175 ____________________________________________________________________________
24176 [  2204] By: jhi                                   on 1998/11/05  12:46:02
24177     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
24178          (from vos/config.h).  Update Porting/{Glossary,config*}.
24179  Branch: cfgperl
24180        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24181        ! config_h.SH vos/config.h
24182 ____________________________________________________________________________
24183 [  2203] By: jhi                                   on 1998/11/05  08:34:39
24184     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
24185  Branch: cfgperl
24186        ! hints/vmesa.sh vms/subconfigure.com
24187 ____________________________________________________________________________
24188 [  2202] By: jhi                                   on 1998/11/05  08:03:20
24189     Log: Integrate from mainperl.
24190  Branch: cfgperl
24191       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
24192       !> win32/Makefile win32/makefile.mk win32/win32.c
24193 ____________________________________________________________________________
24194 [  2201] By: gsar                                  on 1998/11/05  04:40:44
24195     Log: another POPSTACK victim
24196  Branch: perl
24197        ! cop.h sv.c
24198 ____________________________________________________________________________
24199 [  2196] By: gsar                                  on 1998/11/05  02:07:54
24200     Log: fix a location affected by change#2191, add note about POPSTACK
24201  Branch: perl
24202        ! cop.h gv.c pp_ctl.c
24203 ____________________________________________________________________________
24204 [  2195] By: gsar                                  on 1998/11/05  02:04:45
24205     Log: makefile notes
24206  Branch: perl
24207        ! win32/Makefile win32/makefile.mk
24208 ____________________________________________________________________________
24209 [  2192] By: gsar                                  on 1998/11/04  23:48:53
24210     Log: indeterminate order-of-evaluation fixes
24211  Branch: perl
24212        ! mg.c
24213 ____________________________________________________________________________
24214 [  2191] By: gsar                                  on 1998/11/04  23:02:16
24215     Log: refetch local stack pointer in POPSTACK
24216  Branch: perl
24217        ! cop.h perl.c
24218 ____________________________________________________________________________
24219 [  2190] By: jhi                                   on 1998/11/04  08:50:40
24220     Log: Configure update.
24221          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
24222          
24223          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24224          To: Martin Bligh <mbligh@sequent.com>
24225          Cc: Jarkko Hietaniemi <jhi@iki.fi>
24226          Subject: Re: Perl 5's configure on DYNIX/ptx
24227          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
24228          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
24229          
24230          find sockets also from libsocket, not just libnet.
24231          OS390: $compile_ok instead of $compile for <inttypes.h>,
24232          
24233          From: pvhp@forte.com (Peter Prymmer)
24234          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
24235          Subject: _53 not OK on os390 but looking better than ever
24236          Date: Tue, 3 Nov 98 17:33:22 PST
24237          Message-Id: <9811040133.AA09450@forte.com>
24238  Branch: cfgperl
24239        ! Configure
24240 ____________________________________________________________________________
24241 [  2189] By: jhi                                   on 1998/11/04  07:43:58
24242     Log: sysio.t failure: fix undefined order of evaluation, from
24243          
24244          From: Spider Boardman <spider@web.zk3.dec.com>
24245          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
24246          To: perlbug@perl.com
24247          Date: 4 Nov 1998 01:22:30 +0200
24248          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
24249  Branch: cfgperl
24250        ! pp_sys.c
24251 ____________________________________________________________________________
24252 [  2188] By: gsar                                  on 1998/11/04  02:59:16
24253     Log: fix return value of win32_pclose()
24254  Branch: perl
24255        ! win32/win32.c
24256 ____________________________________________________________________________
24257 [  2187] By: gsar                                  on 1998/11/04  02:56:34
24258     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
24259  Branch: perl
24260        ! Changes doop.c gv.c util.c
24261 ____________________________________________________________________________
24262 [  2186] By: jhi                                   on 1998/11/03  08:17:52
24263     Log: Document quads in pack.
24264  Branch: cfgperl
24265        ! pod/perlfunc.pod
24266 ____________________________________________________________________________
24267 [  2185] By: jhi                                   on 1998/11/03  07:49:35
24268     Log: (IV) vs (I32) vs I_V()
24269          
24270          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
24271          From: Anton Berezin <tobez@plab.ku.dk> 
24272          To: "p5p" <perl5-porters@perl.org> 
24273          Date: 01 Nov 1998 15:09:11 +0100 
24274          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
24275          
24276          and
24277          
24278          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
24279          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
24280          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
24281  Branch: cfgperl
24282        ! sv.c
24283 ____________________________________________________________________________
24284 [  2184] By: jhi                                   on 1998/11/03  07:42:46
24285     Log: VM/ESA updates.
24286  Branch: cfgperl
24287        + README.vmesa
24288        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
24289 ____________________________________________________________________________
24290 [  2183] By: jhi                                   on 1998/11/02  12:58:13
24291     Log: The id(1)-parsing is real fun.
24292  Branch: cfgperl
24293        ! t/op/groups.t
24294 ____________________________________________________________________________
24295 [  2182] By: jhi                                   on 1998/11/02  12:07:43
24296     Log: Decommission the symlink test.
24297  Branch: cfgperl
24298        ! t/op/lex_assign.t
24299 ____________________________________________________________________________
24300 [  2181] By: jhi                                   on 1998/11/02  12:03:08
24301     Log: Replace ATTR_JOINABLE with true Configure probe
24302          for PTHREAD_CREATE_JOINABLE (or equivalent:
24303          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
24304          Remove ATTR_JOINABLE itself: Thread.xs uses
24305          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
24306          
24307          Really scan for <mach/cthreads.h> only if usethreads.
24308  Branch: cfgperl
24309        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
24310 ____________________________________________________________________________
24311 [  2180] By: jhi                                   on 1998/11/02  11:07:34
24312     Log: In HP-UX 10.X usethreads only if the required files are present.
24313  Branch: cfgperl
24314        ! hints/hpux.sh
24315 ____________________________________________________________________________
24316 [  2179] By: jhi                                   on 1998/11/02  09:10:33
24317     Log: Prefer groups(1).
24318          id -Gn can be broken.
24319          id -a can save the day.
24320  Branch: cfgperl
24321        ! t/op/groups.t
24322 ____________________________________________________________________________
24323 [  2178] By: jhi                                   on 1998/11/02  08:35:29
24324     Log: Detrail enum comma.
24325  Branch: cfgperl
24326        ! perl.h
24327 ____________________________________________________________________________
24328 [  2177] By: jhi                                   on 1998/11/02  08:24:12
24329     Log: 0**0 = 1, from
24330          
24331          From: d-lewart@uiuc.edu (Daniel S. Lewart)
24332          Subject: Math::Complex 0**0 patches
24333          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
24334          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
24335          To: jhi@iki.fi (Jarkko Hietaniemi),
24336          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
24337  Branch: cfgperl
24338        ! lib/Math/Complex.pm t/lib/complex.t
24339 ____________________________________________________________________________
24340 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
24341     Log: From: jan.dubois@ibm.net (Jan Dubois)   
24342          Date: Fri, 09 Oct 1998 23:28:31 +0200
24343          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
24344          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
24345  Branch: maint-5.005/perl
24346        ! XSUB.h
24347 ____________________________________________________________________________
24348 [  2164] By: jhi                                   on 1998/10/31  15:50:02
24349     Log: Integrate from mainperl.
24350  Branch: cfgperl
24351       +> t/op/lex_assign.t
24352       !> (integrate 45 files)
24353
24354 ----------------
24355 Version 5.005_53
24356 ----------------
24357
24358 ____________________________________________________________________________
24359 [  2163] By: gsar                                  on 1998/10/31  11:31:12
24360     Log: bump patchlevel; other minor fixes for clean build and test on
24361          Solaris and win32
24362  Branch: perl
24363        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
24364        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
24365        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
24366        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24367        ! x2p/a2p.c
24368 ____________________________________________________________________________
24369 [  2162] By: gsar                                  on 1998/10/31  09:40:31
24370     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24371          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
24372          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
24373          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
24374  Branch: perl
24375        ! pp.h
24376 ____________________________________________________________________________
24377 [  2161] By: gsar                                  on 1998/10/31  09:39:13
24378     Log: From: Albert Dvornik <bert@genscan.com>
24379          Date: 30 Oct 1998 17:50:04 -0500
24380          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
24381          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
24382  Branch: perl
24383        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
24384 ____________________________________________________________________________
24385 [  2160] By: gsar                                  on 1998/10/31  09:35:03
24386     Log: fix for bugs in -x mode
24387          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24388          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
24389          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
24390          Subject: [PATCH 5.00552] Fix h2xs
24391  Branch: perl
24392        ! utils/h2xs.PL
24393 ____________________________________________________________________________
24394 [  2159] By: gsar                                  on 1998/10/31  09:31:36
24395     Log: Data::Dumper update
24396  Branch: perl
24397        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
24398        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
24399 ____________________________________________________________________________
24400 [  2153] By: gsar                                  on 1998/10/30  21:40:09
24401     Log: add testsuite portion of patch
24402          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24403          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
24404          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
24405          Subject: [PATCH 5.00321 ;-)] 87% speedup
24406  Branch: perl
24407        + t/op/lex_assign.t
24408        ! MANIFEST
24409 ____________________________________________________________________________
24410 [  2152] By: gsar                                  on 1998/10/30  21:08:11
24411     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
24412  Branch: perl
24413        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
24414 ____________________________________________________________________________
24415 [  2151] By: gsar                                  on 1998/10/30  20:18:09
24416     Log: From: Mark-Jason Dominus <mjd@plover.com>
24417          Date: Fri, 30 Oct 1998 14:24:23 EST
24418          Message-Id: <19981030192423.27276.qmail@plover.com>
24419          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
24420  Branch: perl
24421        ! x2p/walk.c
24422 ____________________________________________________________________________
24423 [  2150] By: gsar                                  on 1998/10/30  20:08:57
24424     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24425          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
24426          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
24427          Subject: [PATCH 5.00552] Overloaded <> and deref again
24428  Branch: perl
24429        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
24430        ! t/pragma/overload.t toke.c
24431 ____________________________________________________________________________
24432 [  2149] By: gsar                                  on 1998/10/30  19:38:15
24433     Log: From: Roderick Schertler <roderick@argon.org>
24434          Date: Thu, 29 Oct 1998 14:50:18 -0500
24435          Message-ID: <17625.909690618@eeyore.ibcinc.com>
24436          Subject: patch for daemonization docs in perlipc
24437  Branch: perl
24438        ! pod/perlipc.pod
24439 ____________________________________________________________________________
24440 [  2148] By: gsar                                  on 1998/10/30  19:36:07
24441     Log: From: Anton Berezin <tobez@plab.ku.dk>
24442          Date: 29 Oct 1998 17:06:25 +0100
24443          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
24444          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
24445  Branch: perl
24446        ! win32/win32.c
24447 ____________________________________________________________________________
24448 [  2147] By: gsar                                  on 1998/10/30  19:31:37
24449     Log: tweaked version of suggested patch
24450          From: Anton Berezin <tobez@plab.ku.dk>
24451          Date: 29 Oct 1998 14:48:54 +0100
24452          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
24453          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
24454  Branch: perl
24455        ! win32/win32.c
24456 ____________________________________________________________________________
24457 [  2146] By: gsar                                  on 1998/10/30  19:03:50
24458     Log: hand-apply whitespace-mutiliated patch
24459          From: "vishal bhatia" <vishalb@hotmail.com>
24460          Date: Wed, 28 Oct 1998 23:45:32 PST
24461          Message-ID: <19981029074534.2334.qmail@hotmail.com>
24462          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
24463  Branch: perl
24464        ! ext/B/B/C.pm ext/B/B/CC.pm
24465 ____________________________________________________________________________
24466 [  2145] By: gsar                                  on 1998/10/30  18:46:58
24467     Log: remaining PL_foo stragglers
24468  Branch: perl
24469        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
24470        ! op.h os2/os2.c vms/gen_shrfls.pl
24471 ____________________________________________________________________________
24472 [  2144] By: gsar                                  on 1998/10/30  17:38:36
24473     Log: integrate cfgperl tweaks into mainline
24474  Branch: perl
24475       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
24476       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24477 ____________________________________________________________________________
24478 [  2143] By: jhi                                   on 1998/10/30  13:27:39
24479     Log: There can be multiple yacc/bison errors.
24480  Branch: cfgperl
24481        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24482 ____________________________________________________________________________
24483 [  2142] By: jhi                                   on 1998/10/30  13:18:43
24484     Log: README.posix-bc update.
24485  Branch: cfgperl
24486        ! README.posix-bc
24487 ____________________________________________________________________________
24488 [  2141] By: jhi                                   on 1998/10/30  09:12:59
24489     Log: #2133 fallout.
24490  Branch: cfgperl
24491        ! doio.c ext/POSIX/POSIX.xs
24492 ____________________________________________________________________________
24493 [  2140] By: jhi                                   on 1998/10/30  08:43:18
24494     Log: Integrate from mainperl.
24495  Branch: cfgperl
24496       +> globvar.sym pp.sym
24497        - objpp.h thread.sym
24498       !> (integrate 61 files)
24499 ____________________________________________________________________________
24500 [  2133] By: gsar                                  on 1998/10/30  02:51:39
24501     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
24502          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
24503          should soon be automated also; the global variables that
24504          escaped the PL_foo conversion are now reined in; renamed
24505          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
24506          type of same name; duplicated lists of pp_things in various
24507          places is now gone; result has only been tested on win32
24508  Branch: perl
24509        + globvar.sym pp.sym
24510        - objpp.h thread.sym
24511        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
24512        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
24513        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
24514        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
24515        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
24516        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
24517        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
24518        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
24519        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
24520        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24521        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
24522 ____________________________________________________________________________
24523 [  2130] By: jhi                                   on 1998/10/29  15:31:26
24524     Log: Pure bison yylex() proto was broken.
24525  Branch: cfgperl
24526        ! proto.h
24527 ____________________________________________________________________________
24528 [  2126] By: jhi                                   on 1998/10/29  08:35:54
24529     Log: Integrate mainperl.
24530  Branch: cfgperl
24531       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
24532       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
24533       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
24534       !> t/pragma/warn/doio toke.c win32/makefile.mk
24535 ____________________________________________________________________________
24536 [  2125] By: jhi                                   on 1998/10/29  08:32:38
24537     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
24538  Branch: cfgperl
24539        ! Makefile.SH
24540 ____________________________________________________________________________
24541 [  2124] By: jhi                                   on 1998/10/29  08:06:44
24542     Log: EBCDIC Makefile.SH tuneup.
24543  Branch: cfgperl
24544        ! Makefile.SH
24545 ____________________________________________________________________________
24546 [  2119] By: gsar                                  on 1998/10/28  23:24:04
24547     Log: remove doubled hunk from integration
24548  Branch: perl
24549        ! pp.c
24550 ____________________________________________________________________________
24551 [  2118] By: gsar                                  on 1998/10/28  22:03:31
24552     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24553          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
24554          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
24555          Subject: [PATCH 5.00552] Minor debugger tweaks
24556  Branch: perl
24557        ! lib/perl5db.pl
24558 ____________________________________________________________________________
24559 [  2117] By: gsar                                  on 1998/10/28  22:02:30
24560     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24561          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
24562          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
24563          Subject: [PATCH 5.00552] Make sort respect overloading
24564  Branch: perl
24565        ! pp_ctl.c proto.h t/pragma/overload.t
24566 ____________________________________________________________________________
24567 [  2116] By: gsar                                  on 1998/10/28  21:51:11
24568     Log: MM patches from Ilya Zakharevich
24569          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
24570          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
24571          Subject: [PATCH 5.00552] Make MakeMaker more verbose
24572          --
24573          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
24574          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
24575          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
24576  Branch: perl
24577        ! lib/ExtUtils/MakeMaker.pm
24578 ____________________________________________________________________________
24579 [  2115] By: gsar                                  on 1998/10/28  21:46:19
24580     Log: add explicit references to perl source path in ld2 and gcc2
24581  Branch: perl
24582        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
24583 ____________________________________________________________________________
24584 [  2114] By: gsar                                  on 1998/10/28  21:39:56
24585     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24586          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
24587          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
24588          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
24589  Branch: perl
24590        ! INSTALL
24591 ____________________________________________________________________________
24592 [  2113] By: gsar                                  on 1998/10/28  21:21:16
24593     Log: integrate cfgperl into mainline
24594  Branch: perl
24595       +> t/op/filetest.t
24596       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
24597       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
24598       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
24599       !> thread.h toke.c vmesa/Makefile
24600 ____________________________________________________________________________
24601 [  2112] By: gsar                                  on 1998/10/28  21:14:18
24602     Log: minor cleanup
24603  Branch: perl
24604        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
24605 ____________________________________________________________________________
24606 [  2111] By: gsar                                  on 1998/10/28  18:52:10
24607     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
24608  Branch: perl
24609        ! toke.c
24610 ____________________________________________________________________________
24611 [  2110] By: jhi                                   on 1998/10/28  15:07:54
24612     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
24613  Branch: cfgperl
24614        ! Makefile.SH
24615 ____________________________________________________________________________
24616 [  2109] By: jhi                                   on 1998/10/28  13:39:54
24617     Log: a2p.y needs to generate also y.tab.h.
24618  Branch: cfgperl
24619        ! Makefile.SH
24620 ____________________________________________________________________________
24621 [  2108] By: jhi                                   on 1998/10/28  10:33:36
24622     Log: The "parse error" must be converted to "syntax error",
24623          just matching it aint' enough.
24624  Branch: cfgperl
24625        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24626        ! t/pragma/warning.t
24627 ____________________________________________________________________________
24628 [  2107] By: jhi                                   on 1998/10/28  10:23:05
24629     Log: Regen sig_n{ame,umber}* if slightest doubt.
24630  Branch: cfgperl
24631        ! Configure
24632 ____________________________________________________________________________
24633 [  2106] By: jhi                                   on 1998/10/28  08:44:49
24634     Log: Bison says 'parse error', not 'parser error'.
24635  Branch: cfgperl
24636        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24637        ! t/pragma/warning.t
24638 ____________________________________________________________________________
24639 [  2105] By: jhi                                   on 1998/10/28  08:42:09
24640     Log: yylex() parametrization.
24641  Branch: cfgperl
24642        ! proto.h toke.c
24643 ____________________________________________________________________________
24644 [  2104] By: jhi                                   on 1998/10/28  08:25:09
24645     Log: Bring in #2102.
24646  Branch: cfgperl
24647        ! pp.c
24648 ____________________________________________________________________________
24649 [  2103] By: jhi                                   on 1998/10/28  08:22:04
24650     Log: From: Dominic Dunlop <domo@vo.lu>
24651          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
24652          Date: 27 Oct 1998 20:47:25 +0200
24653          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
24654  Branch: cfgperl
24655        ! t/op/groups.t
24656 ____________________________________________________________________________
24657 [  2102] By: larry                                 on 1998/10/27  18:58:55
24658     Log: utf8 change to quotemeta broke EBCDIC
24659  Branch: perl
24660        ! pp.c
24661 ____________________________________________________________________________
24662 [  2101] By: jhi                                   on 1998/10/27  12:55:34
24663     Log: $Config{sig_num_init}.
24664          Also, a new approach to the 'pthreads-created-joinable': drop
24665          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
24666          directly. (See also #2096).
24667  Branch: cfgperl
24668        ! Configure config_h.SH
24669 ____________________________________________________________________________
24670 [  2100] By: jhi                                   on 1998/10/27  10:48:55
24671     Log: Regenerated perly_c.diff.
24672  Branch: cfgperl
24673        ! perly_c.diff
24674 ____________________________________________________________________________
24675 [  2099] By: jhi                                   on 1998/10/27  08:42:25
24676     Log: First the mangler was Netscape, then it was me.
24677  Branch: cfgperl
24678        ! vmesa/Makefile
24679 ____________________________________________________________________________
24680 [  2098] By: jhi                                   on 1998/10/27  08:34:40
24681     Log: `id -Gn` might be available where `groups` is not.
24682  Branch: cfgperl
24683        ! t/op/groups.t
24684 ____________________________________________________________________________
24685 [  2097] By: jhi                                   on 1998/10/27  08:05:17
24686     Log: Netscape had mangled the tabs.
24687  Branch: cfgperl
24688        ! vmesa/Makefile
24689 ____________________________________________________________________________
24690 [  2096] By: jhi                                   on 1998/10/27  08:03:05
24691     Log: ATTR_JOINABLE logic, based on (private email)
24692          
24693          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24694          Subject: Some little diffs
24695          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
24696          Date: Tue, 27 Oct 1998 13:44:42 +1300
24697  Branch: cfgperl
24698        ! thread.h
24699 ____________________________________________________________________________
24700 [  2095] By: jhi                                   on 1998/10/27  07:56:57
24701     Log: Mach cthreads support based on:
24702          
24703          From: brie@corp.home.net (Brian Harrison)
24704          Subject: perl5.005_02 patch for mthreads
24705          To: perl5-porters@perl.org
24706          Date: 24 Oct 1998 01:01:55 +0300
24707          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
24708          
24709          Pthread yield probe (dejavu)
24710          Cosmetic nanochange for the union semun output.
24711          Better inttypes.h probe.
24712          Undo the 'void *' $selecttype probe from #1971 because
24713          it breaks the $selectminbits test.
24714  Branch: cfgperl
24715        ! Configure config_h.SH perl.h thread.h
24716 ____________________________________________________________________________
24717 [  2094] By: jhi                                   on 1998/10/26  13:02:07
24718     Log: Also posix-bc wants to reyacc.
24719  Branch: cfgperl
24720        ! Makefile.SH
24721 ____________________________________________________________________________
24722 [  2093] By: jhi                                   on 1998/10/26  10:17:21
24723     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
24724          5_02 and really breaking things in non-ASCII worlds.
24725  Branch: cfgperl
24726        ! pp.c
24727 ____________________________________________________________________________
24728 [  2092] By: jhi                                   on 1998/10/26  09:08:00
24729     Log: More robustness.
24730  Branch: cfgperl
24731        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
24732        ! t/pragma/warning.t
24733 ____________________________________________________________________________
24734 [  2091] By: jhi                                   on 1998/10/26  08:47:32
24735     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
24736          Bison really wants YYLEX_PARAM.
24737  Branch: cfgperl
24738        ! perly.y proto.h toke.c
24739 ____________________________________________________________________________
24740 [  2090] By: jhi                                   on 1998/10/26  08:21:25
24741     Log: s/YYLEX_PARAM/YYLEXPARAM/
24742  Branch: cfgperl
24743        ! perly.y
24744 ____________________________________________________________________________
24745 [  2089] By: jhi                                   on 1998/10/26  08:17:33
24746     Log: Indicate skipped subtests.
24747  Branch: cfgperl
24748        ! t/io/pipe.t
24749 ____________________________________________________________________________
24750 [  2088] By: jhi                                   on 1998/10/26  08:11:36
24751     Log: Integrate from mainperl.
24752  Branch: cfgperl
24753       !> (integrate 54 files)
24754 ____________________________________________________________________________
24755 [  2087] By: jhi                                   on 1998/10/26  08:08:02
24756     Log: Add test for filetests.
24757  Branch: cfgperl
24758        + t/op/filetest.t
24759        ! MANIFEST
24760 ____________________________________________________________________________
24761 [  2086] By: gsar                                  on 1998/10/26  02:44:44
24762     Log: various win32 tweaks; disable new xs_cpp section (it creates
24763          ambiguous inference graph for %.xs --> %.o)
24764  Branch: perl
24765        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
24766        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
24767        ! win32/config.gc win32/config_H.gc win32/makedef.pl
24768        ! win32/makefile.mk win32/win32.h
24769 ____________________________________________________________________________
24770 [  2085] By: gsar                                  on 1998/10/26  00:50:02
24771     Log: sanity-check $Config{drand01} in rand.t
24772  Branch: perl
24773        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
24774        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24775 ____________________________________________________________________________
24776 [  2078] By: gsar                                  on 1998/10/25  10:22:04
24777     Log: update win32/config*.?c
24778  Branch: perl
24779        ! Changes win32/config.bc win32/config.gc win32/config.vc
24780        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24781 ____________________________________________________________________________
24782 [  2077] By: gsar                                  on 1998/10/25  08:39:25
24783     Log: From: Graham Barr <gbarr@pobox.com>
24784          Date: Sat, 24 Oct 1998 21:45:50 -0500
24785          Message-ID: <19981024214550.C508@pobox.com>
24786          Subject: Re: die with a reference  should use overload "" operator
24787  Branch: perl
24788        ! pp_ctl.c
24789 ____________________________________________________________________________
24790 [  2076] By: gsar                                  on 1998/10/25  08:37:49
24791     Log: From: Graham Barr <gbarr@pobox.com>
24792          Date: Sat, 24 Oct 1998 12:45:21 -0500
24793          Message-ID: <19981024124521.C512@pobox.com>
24794          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
24795  Branch: perl
24796        ! sv.c
24797 ____________________________________________________________________________
24798 [  2075] By: gsar                                  on 1998/10/25  08:24:09
24799     Log: fix C<print $n += 5;> etc.
24800  Branch: perl
24801        ! toke.c
24802 ____________________________________________________________________________
24803 [  2074] By: gsar                                  on 1998/10/25  08:12:28
24804     Log: list builtins with portability caveats
24805          From: Jarkko Hietaniemi <jhi@iki.fi>
24806          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
24807          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
24808          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
24809  Branch: perl
24810        ! pod/perlfunc.pod
24811 ____________________________________________________________________________
24812 [  2073] By: gsar                                  on 1998/10/25  07:55:43
24813     Log: fix stack overrun in file test operators
24814  Branch: perl
24815        ! pp_sys.c
24816 ____________________________________________________________________________
24817 [  2072] By: gsar                                  on 1998/10/25  07:29:45
24818     Log: implement C<goto &func> and other fixes (via private mail)
24819          From:    "vishal bhatia" <vishalb@hotmail.com>
24820          Date:    Wed, 21 Oct 1998 22:59:03 PDT
24821          Message-Id: <19981022055904.20083.qmail@hotmail.com>
24822          Subject: [PATCH 5.005_52] More fixes for B
24823  Branch: perl
24824        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
24825 ____________________________________________________________________________
24826 [  2071] By: gsar                                  on 1998/10/25  07:14:41
24827     Log: From: Graham Barr <gbarr@pobox.com>
24828          Date: Sat, 17 Oct 1998 20:42:41 -0500
24829          Message-ID: <19981017204241.G510@pobox.com>
24830          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
24831  Branch: perl
24832        ! pp_ctl.c
24833 ____________________________________________________________________________
24834 [  2070] By: gsar                                  on 1998/10/25  07:07:29
24835     Log: avoid bogus line number in XSUB redefined warnings
24836  Branch: perl
24837        ! op.c
24838 ____________________________________________________________________________
24839 [  2069] By: gsar                                  on 1998/10/25  06:59:03
24840     Log: From: Martijn Koster <mak@excitecorp.com>
24841          Date: Wed, 21 Oct 1998 13:12:03 +0100
24842          Message-ID: <19981021131203.A15661@excitecorp.com>
24843          Subject: File::Path::mkpath reports the wrong error
24844  Branch: perl
24845        ! lib/File/Path.pm
24846 ____________________________________________________________________________
24847 [  2068] By: gsar                                  on 1998/10/25  06:54:43
24848     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
24849          Date: Tue, 20 Oct 1998 20:52:20 -0500
24850          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
24851          Subject: Exporter.pm's export_to_level() argument handling buggy
24852  Branch: perl
24853        ! lib/Exporter.pm
24854 ____________________________________________________________________________
24855 [  2067] By: gsar                                  on 1998/10/25  06:50:19
24856     Log: From: jan.dubois@ibm.net (Jan Dubois)
24857          Date: Wed, 21 Oct 1998 00:55:51 +0200
24858          Message-ID: <36380269.55370608@smtp1.ibm.net>
24859          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
24860  Branch: perl
24861        ! ext/DynaLoader/DynaLoader_pm.PL
24862 ____________________________________________________________________________
24863 [  2066] By: gsar                                  on 1998/10/25  06:48:19
24864     Log: recognize '%' as a shell metachar for win32
24865          From: jan.dubois@ibm.net (Jan Dubois)
24866          Date: Tue, 20 Oct 1998 21:57:35 +0200
24867          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
24868          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
24869  Branch: perl
24870        ! win32/win32.c
24871 ____________________________________________________________________________
24872 [  2065] By: gsar                                  on 1998/10/25  06:46:30
24873     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
24874  Branch: perl
24875        ! sv.c
24876 ____________________________________________________________________________
24877 [  2064] By: gsar                                  on 1998/10/25  06:45:09
24878     Log: From: Gisle Aas <gisle@aas.no>
24879          Date: 20 Oct 1998 14:24:44 +0200
24880          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
24881          Subject: ord() and unpack("U*",...) should not be negative
24882  Branch: perl
24883        ! pp.c
24884 ____________________________________________________________________________
24885 [  2063] By: gsar                                  on 1998/10/25  06:42:29
24886     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24887          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
24888          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
24889          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
24890  Branch: perl
24891        ! os2/os2.c
24892 ____________________________________________________________________________
24893 [  2062] By: gsar                                  on 1998/10/25  06:41:26
24894     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24895          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
24896          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
24897          Subject: [PATCH 5.005_*] Speed up aassign
24898  Branch: perl
24899        ! pp_hot.c
24900 ____________________________________________________________________________
24901 [  2061] By: gsar                                  on 1998/10/25  06:39:04
24902     Log: From: Graham Barr <gbarr@pobox.com>
24903          Date: Sat, 17 Oct 1998 22:22:02 -0500
24904          Message-ID: <19981017222202.J510@pobox.com>
24905          Subject: Re: '*' prototype does not allow bareword with strict
24906  Branch: perl
24907        ! toke.c
24908 ____________________________________________________________________________
24909 [  2060] By: gsar                                  on 1998/10/25  06:37:34
24910     Log: handle '::' in section names properly
24911          From: Graham Barr <gbarr@pobox.com>
24912          Date: Sat, 17 Oct 1998 12:57:54 -0500
24913          Message-ID: <19981017125754.C510@pobox.com>
24914          Subject: Re: pod2html
24915  Branch: perl
24916        ! lib/Pod/Html.pm
24917 ____________________________________________________________________________
24918 [  2059] By: gsar                                  on 1998/10/25  06:33:43
24919     Log: integrate changes#1982,2014,2021 (from maint-5.005)
24920  Branch: perl
24921       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
24922       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
24923 ____________________________________________________________________________
24924 [  2058] By: gsar                                  on 1998/10/25  05:44:17
24925     Log: allow more win32 symbol exports (suggested by Jan Dubois)
24926  Branch: perl
24927        ! win32/makedef.pl
24928 ____________________________________________________________________________
24929 [  2057] By: gsar                                  on 1998/10/25  05:40:40
24930     Log: integrate change#2053 from maint-5.005
24931  Branch: perl
24932       !> cop.h t/cmd/while.t
24933 ____________________________________________________________________________
24934 [  2056] By: gsar                                  on 1998/10/25  05:16:41
24935     Log: commented version of a patch suggested by Drago Goricanec
24936          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24937          Date: 16 Oct 1998 15:24:45 +0300
24938          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
24939          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
24940  Branch: perl
24941        ! pp_sys.c
24942 ____________________________________________________________________________
24943 [  2055] By: gsar                                  on 1998/10/25  05:11:03
24944     Log: include eof() in description of buffering caveats
24945          From: Anton Berezin <tobez@plab.ku.dk>
24946          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
24947          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
24948          Subject: [DOCPATCH] pod/perlfunc.pod
24949  Branch: perl
24950        ! pod/perlfunc.pod
24951 ____________________________________________________________________________
24952 [  2054] By: gsar                                  on 1998/10/25  05:07:42
24953     Log: disallow 'x' in hex numbers (except leading '0x')
24954          From: Gisle Aas <gisle@aas.no>
24955          Date: 16 Oct 1998 16:33:12 +0200
24956          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
24957          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
24958  Branch: perl
24959        ! perlvars.h t/op/oct.t util.c
24960 ____________________________________________________________________________
24961 [  2052] By: gsar                                  on 1998/10/25  04:49:04
24962     Log: avoid the circular refcnt logic in magic_mutexfree()
24963  Branch: perl
24964        ! mg.c pp.c pp_hot.c
24965 ____________________________________________________________________________
24966 [  2051] By: gsar                                  on 1998/10/25  04:35:07
24967     Log: properly restore PL_rsfp_filters after require
24968  Branch: perl
24969        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
24970        ! scope.h
24971 ____________________________________________________________________________
24972 [  2050] By: gsar                                  on 1998/10/25  02:42:32
24973     Log: integrate cfgperl changes back into mainline
24974  Branch: perl
24975       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
24976       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
24977       !> (integrate 33 files)
24978 ____________________________________________________________________________
24979 [  2049] By: gsar                                  on 1998/10/25  01:30:48
24980     Log: avoid "mysterious" compile-time failures without messages
24981  Branch: perl
24982        ! gv.c
24983 ____________________________________________________________________________
24984 [  2041] By: gsar                                  on 1998/10/23  21:11:56
24985     Log: checkin jpl under //depot/perlext/jpl/...
24986  Branch: perlext
24987        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
24988        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
24989        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
24990        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
24991        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
24992        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
24993        + jpl/PerlInterpreter/Makefile.PL
24994        + jpl/PerlInterpreter/PerlInterpreter.c
24995        + jpl/PerlInterpreter/PerlInterpreter.h
24996        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
24997        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
24998        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
24999        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
25000        + jpl/get_jdk/jdk_hosts jpl/install-jpl
25001 ____________________________________________________________________________
25002 [  2040] By: larry                                 on 1998/10/23  19:31:42
25003     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
25004  Branch: perl
25005        ! pp.c
25006 ____________________________________________________________________________
25007 [  2039] By: larry                                 on 1998/10/23  18:48:34
25008     Log: tr///d does not seem to work
25009  Branch: perl
25010        ! lib/utf8_heavy.pl
25011 ____________________________________________________________________________
25012 [  2038] By: larry                                 on 1998/10/23  18:00:41
25013     Log: Program with utf8 identifiers fails to compile
25014  Branch: perl
25015        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
25016 ____________________________________________________________________________
25017 [  2037] By: jhi                                   on 1998/10/23  14:04:51
25018     Log: Test suite portability:
25019          - posix-bc does not write to broken pipes
25020          - filehand #11 only iff we have fork
25021          - warning.t can now match $expected using regular expressions
25022  Branch: cfgperl
25023        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
25024        ! t/pragma/warning.t
25025 ____________________________________________________________________________
25026 [  2036] By: jhi                                   on 1998/10/23  12:12:07
25027     Log: yacc clarification.
25028  Branch: cfgperl
25029        ! README.posix-bc
25030 ____________________________________________________________________________
25031 [  2035] By: jhi                                   on 1998/10/23  12:09:59
25032     Log: Some C compilers get upset about 8-bit characters in /* comments. */
25033  Branch: cfgperl
25034        ! mg.c
25035 ____________________________________________________________________________
25036 [  2034] By: jhi                                   on 1998/10/22  09:11:52
25037     Log: Configure update: both for pthread_yield more robust
25038          testing (all variants of pthread_attr_getdetachstate()) --
25039          and because Configure was broken in major way! About 1000
25040          last lines were truncated.
25041  Branch: cfgperl
25042        ! Configure
25043 ____________________________________________________________________________
25044 [  2033] By: jhi                                   on 1998/10/22  07:47:10
25045     Log: DJGPP feedback for #2028.
25046  Branch: cfgperl
25047        ! thread.h
25048 ____________________________________________________________________________
25049 [  2032] By: jhi                                   on 1998/10/21  13:03:57
25050     Log: yielding, the saga continues.
25051  Branch: cfgperl
25052        ! Configure config_h.SH
25053       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
25054       !> t/op/goto.t t/pragma/constant.t
25055 ____________________________________________________________________________
25056 [  2031] By: jhi                                   on 1998/10/21  09:15:42
25057     Log: VM/ESA feedback for #2028.
25058  Branch: cfgperl
25059        ! Configure config_h.SH thread.h
25060 ____________________________________________________________________________
25061 [  2030] By: gsar                                  on 1998/10/21  04:22:53
25062     Log: fix handling of mayhaps-extended @_ in goto &sub
25063  Branch: perl
25064        ! av.c pp_ctl.c t/op/goto.t
25065 ____________________________________________________________________________
25066 [  2029] By: gsar                                  on 1998/10/21  00:54:14
25067     Log: restore sanity to "constant" references
25068  Branch: perl
25069        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
25070 ____________________________________________________________________________
25071 [  2028] By: jhi                                   on 1998/10/20  15:01:20
25072     Log: OLD_PTHREADS_API reorganizing.
25073  Branch: cfgperl
25074        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
25075        ! vmesa/vmesaish.h
25076 ____________________________________________________________________________
25077 [  2027] By: jhi                                   on 1998/10/20  14:14:51
25078     Log: #2026 fallout.
25079  Branch: cfgperl
25080        ! Makefile.SH
25081 ____________________________________________________________________________
25082 [  2026] By: jhi                                   on 1998/10/20  11:47:21
25083     Log: VM/ESA update.
25084  Branch: cfgperl
25085        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
25086 ____________________________________________________________________________
25087 [  2025] By: jhi                                   on 1998/10/20  08:20:56
25088     Log: 64-bitness, based on
25089          
25090          From: Scott Henry <scotth@sgi.com>
25091          To: perl-64bit@perl.org
25092          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
25093          Subject: Re: Configure problems/questions...
25094          Date: 19 Oct 1998 22:38:06 -0700
25095  Branch: cfgperl
25096        ! hints/irix_6.sh perl.h
25097 ____________________________________________________________________________
25098 [  2024] By: jhi                                   on 1998/10/20  08:09:07
25099     Log: Add lseeksize.
25100  Branch: cfgperl
25101        ! config_h.SH
25102 ____________________________________________________________________________
25103 [  2023] By: jhi                                   on 1998/10/20  08:08:33
25104     Log: Mumble about _yields() only when threaded.
25105  Branch: cfgperl
25106        ! Configure
25107 ____________________________________________________________________________
25108 [  2022] By: jhi                                   on 1998/10/20  07:46:26
25109     Log: Thinko at PTHREADS_CREATED_JOINABLE.
25110  Branch: cfgperl
25111        ! thread.h
25112 ____________________________________________________________________________
25113 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
25114     Log: From: Chip Salzenberg <chip@perlsupport.com>
25115          Date: Tue, 6 Oct 1998 13:33:05 -0400
25116          Message-ID: <19981006133305.A2348@perlsupport.com>
25117          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
25118  Branch: maint-5.005/perl
25119        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
25120        ! t/op/tie.t
25121 ____________________________________________________________________________
25122 [  2020] By: jhi                                   on 1998/10/19  09:15:53
25123     Log: YIELD more robustly.
25124  Branch: cfgperl
25125        ! thread.h
25126 ____________________________________________________________________________
25127 [  2019] By: jhi                                   on 1998/10/19  08:48:33
25128     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
25129          the 'new' one (just like DJGPP, it seems).
25130  Branch: cfgperl
25131        ! thread.h
25132 ____________________________________________________________________________
25133 [  2018] By: jhi                                   on 1998/10/19  07:02:44
25134     Log: vmesaish.h doesn't exclude unixish.h.
25135  Branch: cfgperl
25136        ! perl.h
25137 ____________________________________________________________________________
25138 [  2017] By: jhi                                   on 1998/10/19  06:44:19
25139     Log: 1<<$randbits is not good for randbits=48.
25140  Branch: cfgperl
25141        ! t/op/rand.t
25142 ____________________________________________________________________________
25143 [  2016] By: jhi                                   on 1998/10/19  06:39:47
25144     Log: Make #2012 glob pattern more portable.
25145  Branch: cfgperl
25146        ! Makefile.SH
25147 ____________________________________________________________________________
25148 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
25149     Log: Fix POSIX::sigprocmask not to check type of $old parameter
25150          as it is output only
25151  Branch: maint-5.005/perl
25152        ! ext/POSIX/POSIX.xs
25153 ____________________________________________________________________________
25154 [  2012] By: jhi                                   on 1998/10/17  15:04:23
25155     Log: clean numbered core dumps and t/tmp[0-9]*.
25156  Branch: cfgperl
25157        ! Makefile.SH
25158 ____________________________________________________________________________
25159 [  2011] By: jhi                                   on 1998/10/17  14:59:15
25160     Log: More robust yacc/bison failure output handling.
25161  Branch: cfgperl
25162        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
25163 ____________________________________________________________________________
25164 [  2010] By: jhi                                   on 1998/10/17  14:51:05
25165     Log: BC2000 POSIX update.
25166  Branch: cfgperl
25167        ! MANIFEST
25168 ____________________________________________________________________________
25169 [  2009] By: jhi                                   on 1998/10/17  14:49:46
25170     Log: POSIX BC2000 port from perl-mvs:
25171          
25172          Subject: Ported perl 5.005.02 to BS2000 / POSIX
25173          From: Dorner Thomas <Thomas.Dorner@start.de> 
25174          Date: Tue, 29 Sep 1998 13:29:36 +0100 
25175          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
25176  Branch: cfgperl
25177        + README.posix-bc hints/posix-bc.sh
25178        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
25179        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
25180        ! unixish.h
25181 ____________________________________________________________________________
25182 [  2008] By: jhi                                   on 1998/10/17  14:07:49
25183     Log: VM/ESA-update.
25184  Branch: cfgperl
25185        ! MANIFEST
25186 ____________________________________________________________________________
25187 [  2007] By: jhi                                   on 1998/10/17  13:55:34
25188     Log: Forgot few S_I* imports.
25189  Branch: cfgperl
25190        ! t/lib/ipc_sysv.t
25191 ____________________________________________________________________________
25192 [  2006] By: jhi                                   on 1998/10/17  13:43:54
25193     Log: The VM/ESA port essentials, based on
25194          
25195          perl-mvs:
25196          
25197          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25198          Subject: Re: Can't find Data/Dumper.pm
25199          Date: Mon, 28 Sep 1998 07:40:49 +1300
25200          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
25201          
25202          private email:
25203          
25204          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25205          Subject: Re: Perl thread problems in VM/ESA
25206          Date: Thu, 15 Oct 1998 07:18:35 +1300
25207          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
25208          
25209          and private email:
25210          
25211          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
25212          Subject:  perl archive
25213          Date:  Sun, 11 Oct 1998 19:28:54 EDT
25214          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
25215          which gave a pointer to
25216          
25217          http://pucc.princeton.edu/~neale/perl.tar
25218          
25219          (based on Perl 5.005_51)
25220  Branch: cfgperl
25221        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
25222        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
25223        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
25224        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
25225 ____________________________________________________________________________
25226 [  2005] By: jhi                                   on 1998/10/17  13:17:19
25227     Log: Integrate mainperl.
25228  Branch: cfgperl
25229       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
25230       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25231       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
25232       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
25233       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
25234       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
25235       !> win32/makefile.mk
25236 ____________________________________________________________________________
25237 [  2004] By: jhi                                   on 1998/10/17  11:19:06
25238     Log: Removed an extra ' from the int64_t test.
25239  Branch: cfgperl
25240        ! Configure
25241 ____________________________________________________________________________
25242 [  2003] By: gsar                                  on 1998/10/17  04:11:40
25243     Log: silence -w noises (suggested by Greg Bacon)
25244  Branch: perl
25245        ! lib/Term/Complete.pm
25246 ____________________________________________________________________________
25247 [  2002] By: gsar                                  on 1998/10/17  04:07:48
25248     Log: From: Gisle Aas <gisle@aas.no>
25249          Date: 14 Oct 1998 15:53:14 +0200
25250          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
25251          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
25252  Branch: perl
25253        ! util.c
25254 ____________________________________________________________________________
25255 [  2001] By: gsar                                  on 1998/10/17  04:06:10
25256     Log: From: Gisle Aas <gisle@aas.no>
25257          Date: 14 Oct 1998 15:17:44 +0200
25258          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
25259          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
25260  Branch: perl
25261        ! toke.c
25262 ____________________________________________________________________________
25263 [  2000] By: gsar                                  on 1998/10/17  03:06:33
25264     Log: From: Gisle Aas <gisle@aas.no>
25265          Date: 14 Oct 1998 00:38:06 +0200
25266          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
25267          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
25268  Branch: perl
25269        ! sv.c
25270 ____________________________________________________________________________
25271 [  1999] By: gsar                                  on 1998/10/17  03:04:48
25272     Log: From: Dan Sugalski <sugalskd@osshe.edu>
25273          Date: Tue, 13 Oct 1998 15:10:57 -0700
25274          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
25275          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
25276  Branch: perl
25277        ! vms/ext/Stdio/Stdio.pm
25278 ____________________________________________________________________________
25279 [  1998] By: gsar                                  on 1998/10/17  03:00:40
25280     Log: skip readonly vars and unref references when doing a reset()
25281  Branch: perl
25282        ! sv.c
25283 ____________________________________________________________________________
25284 [  1997] By: gsar                                  on 1998/10/17  02:49:19
25285     Log: fix buggy treatment of large checksums on unicode strings
25286          From: Gisle Aas <gisle@aas.no>
25287          Date: 13 Oct 1998 21:35:39 +0200
25288          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
25289          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
25290  Branch: perl
25291        ! pp.c
25292 ____________________________________________________________________________
25293 [  1996] By: gsar                                  on 1998/10/17  02:43:22
25294     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25295          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
25296          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
25297          Subject: [PATCH 5.005_52] Memory overrun in os2.c
25298  Branch: perl
25299        ! os2/Makefile.SHs os2/os2.c
25300 ____________________________________________________________________________
25301 [  1995] By: gsar                                  on 1998/10/17  02:42:01
25302     Log: clarify section name rules for typemaps
25303  Branch: perl
25304        ! pod/perlxs.pod
25305 ____________________________________________________________________________
25306 [  1994] By: gsar                                  on 1998/10/17  02:33:02
25307     Log: whitespace-proof grent.t
25308  Branch: perl
25309        ! t/op/grent.t
25310 ____________________________________________________________________________
25311 [  1993] By: gsar                                  on 1998/10/17  02:27:29
25312     Log: fix bug in B::CC::pp_sassign()
25313          From: "vishal bhatia" <vishalb@hotmail.com>
25314          Date: Sun, 11 Oct 1998 18:41:38 PDT
25315          Message-ID: <19981012014139.19614.qmail@hotmail.com>
25316          Subject: B::CC problems with pp_sassign routine
25317  Branch: perl
25318        ! ext/B/B/CC.pm
25319 ____________________________________________________________________________
25320 [  1992] By: gsar                                  on 1998/10/17  02:17:49
25321     Log: applied suggested patch with small doc tweak
25322          From: Gisle Aas <gisle@aas.no>
25323          Date: 11 Oct 1998 12:53:13 +0200
25324          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
25325          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
25326  Branch: perl
25327        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
25328        ! t/op/tiehandle.t
25329 ____________________________________________________________________________
25330 [  1991] By: gsar                                  on 1998/10/17  02:08:30
25331     Log: apply non-conflicting parts from suggested patch
25332          From: jan.dubois@ibm.net (Jan Dubois)
25333          Date: Sat, 10 Oct 1998 13:15:45 +0200
25334          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
25335          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
25336  Branch: perl
25337        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25338 ____________________________________________________________________________
25339 [  1990] By: gsar                                  on 1998/10/17  02:01:24
25340     Log: provide option to enable optimization with VC (suggested by Jan
25341          Dubois)
25342  Branch: perl
25343        ! win32/Makefile win32/makefile.mk
25344 ____________________________________________________________________________
25345 [  1989] By: gsar                                  on 1998/10/17  01:55:27
25346     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
25347          Dave Leppik <dleppik@gage.com>
25348  Branch: perl
25349        ! perl.h
25350 ____________________________________________________________________________
25351 [  1988] By: gsar                                  on 1998/10/17  01:49:05
25352     Log: stray typo found by Hugo van der Sanden
25353  Branch: perl
25354        ! op.c
25355 ____________________________________________________________________________
25356 [  1987] By: gsar                                  on 1998/10/17  01:45:52
25357     Log: perldoc pod update
25358          From: Daniel Grisinger <dgris@perrin.dimensional.com>
25359          Date: 06 Oct 1998 23:56:51 -0600
25360          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
25361          Subject: [PATCH _02 and _52] perldoc
25362  Branch: perl
25363        ! utils/perldoc.PL
25364 ____________________________________________________________________________
25365 [  1986] By: gsar                                  on 1998/10/17  01:41:40
25366     Log: qualify names of builtins
25367  Branch: perl
25368        ! ext/POSIX/POSIX.pm
25369 ____________________________________________________________________________
25370 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
25371     Log: From: Jochen Wiedmann <joe@ispsoft.de>
25372          Date: Thu, 17 Sep 1998 17:16:06 +0200
25373          Message-ID: <360127B6.E44564A@ispsoft.de>
25374          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
25375  Branch: maint-5.005/perl
25376        ! lib/ExtUtils/MakeMaker.pm
25377 ____________________________________________________________________________
25378 [  1978] By: gsar                                  on 1998/10/16  01:58:58
25379     Log: integrate cfgperl mods into mainline
25380  Branch: perl
25381       +> ext/DynaLoader/dl_vmesa.xs
25382        ! Porting/genlog
25383       !> Configure MANIFEST Makefile.SH config_h.SH
25384       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
25385       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
25386       !> x2p/Makefile.SH
25387 ____________________________________________________________________________
25388 [  1976] By: gsar                                  on 1998/10/16  00:10:52
25389     Log: stray tweak
25390  Branch: perl
25391        ! op.c
25392 ____________________________________________________________________________
25393 [  1975] By: gsar                                  on 1998/10/15  23:54:38
25394     Log: propagate typeness of lexicals while cloning them
25395  Branch: perl
25396        ! op.c
25397 ____________________________________________________________________________
25398 [  1974] By: gsar                                  on 1998/10/15  23:53:25
25399     Log: s/last/first/ typo in append_list()
25400  Branch: perl
25401        ! op.c
25402 ____________________________________________________________________________
25403 [  1973] By: gsar                                  on 1998/10/15  20:06:17
25404     Log: nuke confperl branch and contents
25405  Branch: confperl
25406        - (delete 1284 files)
25407 ____________________________________________________________________________
25408 [  1972] By: jhi                                   on 1998/10/15  07:07:35
25409     Log: Test #162 had been added but the "print 1..161" had not been updated.
25410  Branch: cfgperl
25411        ! t/op/pat.t
25412 ____________________________________________________________________________
25413 [  1971] By: gsar                                  on 1998/10/15  03:09:58
25414     Log: check in all confperl changes as of change#1964 into cfgperl
25415  Branch: cfgperl
25416        + ext/DynaLoader/dl_vmesa.xs
25417        ! Configure MANIFEST Makefile.SH config_h.SH
25418        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
25419        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
25420 ____________________________________________________________________________
25421 [  1970] By: gsar                                  on 1998/10/15  03:05:59
25422     Log: integrate mainline to get tr.t
25423  Branch: cfgperl
25424       +> t/op/tr.t
25425 ____________________________________________________________________________
25426 [  1969] By: gsar                                  on 1998/10/15  03:04:17
25427     Log: add missing tr.t to repository
25428  Branch: perl
25429        + t/op/tr.t
25430 ____________________________________________________________________________
25431 [  1968] By: gsar                                  on 1998/10/15  03:02:43
25432     Log: create cfgperl branch
25433  Branch: cfgperl
25434       +> (branch 1282 files)
25435 ____________________________________________________________________________
25436 [  1967] By: gsar                                  on 1998/10/15  02:46:08
25437     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
25438          (MAN3PODS cannot be set to ' '; stray stricture violation)
25439  Branch: perl
25440        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
25441        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
25442        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
25443        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
25444        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
25445        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
25446        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
25447        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
25448        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
25449        ! lib/ExtUtils/MM_Unix.pm
25450 ____________________________________________________________________________
25451 [  1966] By: gsar                                  on 1998/10/15  02:19:03
25452     Log: tweak to make fix in change#1944 behave correctly for closures
25453          created within eval''
25454  Branch: perl
25455        ! op.c t/op/eval.t
25456 ____________________________________________________________________________
25457 [  1965] By: gsar                                  on 1998/10/14  23:22:41
25458     Log: use better numbers for exitstatus test
25459  Branch: perl
25460        ! t/op/die_exit.t
25461 ____________________________________________________________________________
25462 [  1964] By: jhi                                   on 1998/10/14  17:25:41
25463     Log: Add VM/ESA dynaloading (uses <dll.h>).
25464  Branch: confperl
25465        + ext/DynaLoader/dl_vmesa.xs
25466        ! MANIFEST
25467 ____________________________________________________________________________
25468 [  1963] By: jhi                                   on 1998/10/14  17:17:10
25469     Log: Remove a2p.loadmap in 'clean' target.
25470  Branch: confperl
25471        ! x2p/Makefile.SH
25472 ____________________________________________________________________________
25473 [  1962] By: jhi                                   on 1998/10/14  17:13:11
25474     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
25475  Branch: confperl
25476        ! Makefile.SH
25477 ____________________________________________________________________________
25478 [  1961] By: jhi                                   on 1998/10/14  16:27:39
25479     Log: VM/ESA creates executable.loadmaps.
25480  Branch: confperl
25481        ! Makefile.SH
25482 ____________________________________________________________________________
25483 [  1960] By: jhi                                   on 1998/10/14  15:37:39
25484     Log: Introduce SCHED_YIELD (one of sched_yield(),
25485          pthread_yield(), or pthread_yield(NULL)).
25486          YIELD is then defined using SCHED_YIELD unless
25487          a platform-specific YIELD has already been defined.
25488          
25489          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
25490          
25491          The need for pthread_yield(NULL) and pthread_attr_setdet...
25492          introduced by (private email)
25493          
25494          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
25495          Date: Sat, 10 Oct 1998 21:08:15 +1300
25496          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
25497          Subject: Re: Perl thread problems in VM/ESA
25498          
25499          Better select() protoprobe (for AIX), from (private email)
25500          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
25501          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
25502          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
25503          Subject: AIX select (fwd)
25504          From: Lars Hecking <lhecking@nmrc.ucc.ie>
25505          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
25506          Date: Fri, 2 Oct 1998 10:40:01 +0100
25507          Subject: AIX select
25508          
25509          Linux-avoid-so.X.Y, based on
25510          From: "Kurt D. Starsinic" <kstar@chapin.edu>
25511          Date: Tue, 13 Oct 1998 15:55:07 -0400
25512          Message-ID: <19981013155507.B4004@O2.chapin.edu>
25513          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
25514  Branch: confperl
25515        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
25516        ! thread.h
25517 ____________________________________________________________________________
25518 [  1959] By: jhi                                   on 1998/10/14  12:51:26
25519     Log: Some old pthread implementations have
25520          pthread_attr_setdetachstate(pthread_attr_t*, int*).
25521  Branch: confperl
25522        ! ext/Thread/Thread.xs
25523 ____________________________________________________________________________
25524 [  1958] By: jhi                                   on 1998/10/14  12:41:11
25525     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
25526          counterparts will follow soon.
25527  Branch: confperl
25528        ! thread.h
25529 ____________________________________________________________________________
25530 [  1957] By: jhi                                   on 1998/10/14  12:38:11
25531     Log: Add tr.t (MANIFEST already knew about it, strange)
25532  Branch: confperl
25533        + t/op/tr.t
25534 ____________________________________________________________________________
25535 [  1956] By: jhi                                   on 1998/10/14  12:24:35
25536     Log: Mutexen should be initialized only once.
25537  Branch: confperl
25538        ! gv.c op.c
25539 ____________________________________________________________________________
25540 [  1955] By: jhi                                   on 1998/10/14  12:19:38
25541     Log: os390 has its own cppstdin.
25542  Branch: confperl
25543        ! hints/os390.sh
25544 ____________________________________________________________________________
25545 [  1954] By: jhi                                   on 1998/10/14  12:15:06
25546     Log: Integrate with mainperl.
25547  Branch: confperl
25548       !> (integrate 1280 files)
25549 ____________________________________________________________________________
25550 [  1953] By: jhi                                   on 1998/10/14  11:48:08
25551     Log: Removed duplicate CMA threads code for HPUX 10.X.
25552          (probably residue of patch(1) being too understanding)
25553          Enhanced 64-bit settings. (redo change#1940)
25554  Branch: confperl
25555        ! hints/hpux.sh
25556 ____________________________________________________________________________
25557 [  1952] By: jhi                                   on 1998/10/14  11:45:16
25558     Log: (redo change#1949) Detypo in the d_open64 warning about
25559          the impending WHOA.
25560  Branch: confperl
25561        ! hints/irix_6.sh
25562 ____________________________________________________________________________
25563 [  1951] By: jhi                                   on 1998/10/14  10:54:16
25564     Log: Mutexen should only be inited once, after they have been New()ed.
25565  Branch: confperl
25566        ! gv.c op.c
25567 ____________________________________________________________________________
25568 [  1950] By: jhi                                   on 1998/10/14  10:41:43
25569     Log: Own cppstdin.
25570  Branch: confperl
25571        ! hints/os390.sh
25572 ____________________________________________________________________________
25573 [  1949] By: jhi                                   on 1998/10/14  10:34:23
25574     Log: Detypo in the d_open64 warning about the impending WHOA.
25575  Branch: confperl
25576        ! hints/irix_6.sh
25577 ____________________________________________________________________________
25578 [  1948] By: gsar                                  on 1998/10/14  05:38:01
25579     Log: two typos
25580  Branch: perl
25581        ! pp_hot.c t/op/eval.t
25582 ____________________________________________________________________________
25583 [  1947] By: gsar                                  on 1998/10/14  05:37:10
25584     Log: let docatch() pass the buck when restartop turns out to be null,
25585          making exceptions in BEGIN{} propagate as expected
25586  Branch: perl
25587        ! pp_ctl.c t/op/misc.t
25588 ____________________________________________________________________________
25589 [  1946] By: gsar                                  on 1998/10/13  03:41:49
25590     Log: add missing file from change#1943
25591  Branch: perl
25592        ! proto.h
25593 ____________________________________________________________________________
25594 [  1945] By: gsar                                  on 1998/10/13  03:32:02
25595     Log: defer "deep recursion" warnings until CXt_SUB context is properly
25596          set up
25597  Branch: perl
25598        ! pp_hot.c t/pragma/warn/pp_hot
25599 ____________________________________________________________________________
25600 [  1944] By: gsar                                  on 1998/10/13  03:15:50
25601     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
25602          fixup the cop_seq value that must be seen by lexical lookups that
25603          emanate within eval''
25604  Branch: perl
25605        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
25606 ____________________________________________________________________________
25607 [  1943] By: gsar                                  on 1998/10/13  02:06:09
25608     Log: ensure recursive attempts to findlex()icals know enough about where
25609          the last eval'' context was encountered
25610  Branch: perl
25611        ! op.c t/op/eval.t
25612 ____________________________________________________________________________
25613 [  1942] By: gsar                                  on 1998/10/13  02:01:24
25614     Log: force copy of substrings when matching against temporaries
25615  Branch: perl
25616        ! pp_hot.c t/op/pat.t
25617 ____________________________________________________________________________
25618 [  1941] By: gsar                                  on 1998/10/13  01:49:16
25619     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
25620          implementation)
25621  Branch: perl
25622        ! pp_ctl.c t/op/runlevel.t
25623 ____________________________________________________________________________
25624 [  1940] By: jhi                                   on 1998/10/12  09:57:44
25625     Log: Removed duplicate CMA threads code for HPUX 10.X.
25626          (probably residue of patch(1) being too understanding)
25627          Enhanced 64-bit settings.
25628  Branch: confperl
25629        ! hints/hpux.sh
25630 ____________________________________________________________________________
25631 [  1939] By: jhi                                   on 1998/10/12  09:53:11
25632     Log: Initial sync from mainline perl.
25633  Branch: confperl
25634        + (add 1282 files)
25635 ____________________________________________________________________________
25636 [  1937] By: gsar                                  on 1998/10/06  21:16:34
25637     Log: fix $/ init for USE_THREADS
25638  Branch: perl
25639        ! perl.c
25640 ____________________________________________________________________________
25641 [  1936] By: gsar                                  on 1998/10/06  07:19:39
25642     Log: fix globals caught by change#1927; builds and tests on Solaris
25643  Branch: perl
25644        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
25645        ! warning.h warning.pl
25646 ____________________________________________________________________________
25647 [  1935] By: gsar                                  on 1998/10/06  06:50:35
25648     Log: add test for previous fix
25649  Branch: perl
25650        ! ext/Thread/create.t
25651 ____________________________________________________________________________
25652 [  1934] By: gsar                                  on 1998/10/06  06:37:36
25653     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
25654  Branch: perl
25655        ! util.c
25656 ____________________________________________________________________________
25657 [  1933] By: gsar                                  on 1998/10/06  05:04:20
25658     Log: undo bogus part of change#1903 (as pointed out by Larry)
25659  Branch: perl
25660        ! pp_ctl.c
25661 ____________________________________________________________________________
25662 [  1932] By: gsar                                  on 1998/10/06  04:21:31
25663     Log: added tweaked version of suggested patch
25664          From: jan.dubois@ibm.net (Jan Dubois)
25665          Date: Sat, 03 Oct 1998 19:04:48 +0200
25666          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
25667          Subject: [PATCH 5.005_52] More MakeMaker  patches
25668  Branch: perl
25669        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
25670        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
25671 ____________________________________________________________________________
25672 [  1931] By: gsar                                  on 1998/10/06  04:04:33
25673     Log: use cpp symbols instead of hardwired constants
25674          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25675          Date: Mon, 05 Oct 1998 09:23:33 +0100
25676          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
25677          Subject: [PATCH 5.005_52] By the numbers (resend)
25678  Branch: perl
25679        ! op.c
25680 ____________________________________________________________________________
25681 [  1930] By: gsar                                  on 1998/10/06  04:01:55
25682     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25683          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
25684          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
25685          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
25686  Branch: perl
25687        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
25688        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
25689 ____________________________________________________________________________
25690 [  1929] By: gsar                                  on 1998/10/06  03:50:36
25691     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25692          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
25693          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
25694          Subject: [PATCH 5.00552] Minor test improvement
25695  Branch: perl
25696        ! t/op/magic.t
25697 ____________________________________________________________________________
25698 [  1928] By: gsar                                  on 1998/10/06  03:49:03
25699     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25700          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
25701          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
25702          Subject: [PATCH 5.00552] emacs/ptags inprovements
25703  Branch: perl
25704        ! emacs/ptags
25705 ____________________________________________________________________________
25706 [  1927] By: gsar                                  on 1998/10/06  03:47:44
25707     Log: disable C<#define dirty PL_dirty> et al.
25708  Branch: perl
25709        ! embed.pl embedvar.h
25710 ____________________________________________________________________________
25711 [  1926] By: gsar                                  on 1998/10/06  03:43:32
25712     Log: From: Mark-Jason Dominus <mjd@plover.com>
25713          Date: Sun, 04 Oct 1998 14:48:11 -0400
25714          Message-ID: <19981004184811.16048.qmail@plover.com>
25715          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
25716  Branch: perl
25717        ! utils/perldoc.PL
25718 ____________________________________________________________________________
25719 [  1925] By: gsar                                  on 1998/10/06  03:27:35
25720     Log: disable USE_THREADS when PERL_OBJECT is enabled
25721  Branch: perl
25722        ! win32/Makefile win32/makefile.mk
25723 ____________________________________________________________________________
25724 [  1924] By: gsar                                  on 1998/10/06  03:26:54
25725     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
25726  Branch: perl
25727        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
25728        ! vms/perly_c.vms
25729 ____________________________________________________________________________
25730 [  1923] By: gsar                                  on 1998/10/03  05:19:56
25731     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
25732          overridden
25733  Branch: perl
25734        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
25735        ! proto.h vms/perly_c.vms
25736 ____________________________________________________________________________
25737 [  1922] By: gsar                                  on 1998/10/03  03:59:50
25738     Log: suppress manifypods leak in extensions
25739  Branch: perl
25740        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
25741 ____________________________________________________________________________
25742 [  1921] By: gsar                                  on 1998/10/02  22:30:15
25743     Log: os390 fixes (suggested by Peter Prymmer)
25744  Branch: perl
25745        ! Makefile.SH regcomp.c
25746 ____________________________________________________________________________
25747 [  1920] By: gsar                                  on 1998/10/02  21:41:19
25748     Log: squelch undef warnings
25749          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25750          Date: Fri, 02 Oct 1998 11:01:14 +0100
25751          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
25752          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
25753  Branch: perl
25754        ! Changes lib/Math/BigInt.pm
25755 ____________________________________________________________________________
25756 [  1919] By: gsar                                  on 1998/10/02  04:59:13
25757     Log: add note to INSTALL about ANSI C
25758  Branch: perl
25759        ! INSTALL
25760 ____________________________________________________________________________
25761 [  1918] By: gsar                                  on 1998/10/02  04:21:10
25762     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
25763          From: jan.dubois@ibm.net (Jan Dubois)
25764          Date: Wed, 30 Sep 1998 23:35:30 +0200
25765          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
25766          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
25767  Branch: perl
25768        ! lib/ExtUtils/xsubpp
25769 ____________________________________________________________________________
25770 [  1917] By: gsar                                  on 1998/10/02  04:16:02
25771     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25772          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
25773          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
25774          Subject: Re: Configure test for selectbits busted
25775  Branch: perl
25776        ! Configure
25777 ____________________________________________________________________________
25778 [  1916] By: gsar                                  on 1998/10/02  04:14:17
25779     Log: From: Dan Sugalski <sugalskd@osshe.edu>
25780          Date: Wed, 30 Sep 1998 17:15:20 -0700
25781          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
25782          Subject: [PATCH 5.005_02]VMS config tweaks
25783  Branch: perl
25784        ! vms/descrip_mms.template vms/subconfigure.com
25785 ____________________________________________________________________________
25786 [  1915] By: gsar                                  on 1998/10/02  04:10:47
25787     Log: use Off_t to permit 64-bit seek()
25788          From: Scott Henry <scotth@sgi.com>
25789          Date: 29 Sep 1998 17:38:46 -0700
25790          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
25791          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
25792          --
25793          Date: 28 Sep 1998 18:55:37 -0700
25794          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
25795          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25796  Branch: perl
25797        ! doio.c pp_sys.c proto.h sv.c
25798 ____________________________________________________________________________
25799 [  1914] By: gsar                                  on 1998/10/02  04:05:36
25800     Log: normalize tm struct passed to strftime() with mktime()
25801          From: Spider Boardman <spider@orb.nashua.nh.us>
25802          Date: Wed, 30 Sep 1998 15:12:09 -0400
25803          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
25804          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
25805  Branch: perl
25806        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25807 ____________________________________________________________________________
25808 [  1913] By: gsar                                  on 1998/10/02  03:59:46
25809     Log: don't try to run foo_SH.orig etc.
25810  Branch: perl
25811        ! Configure
25812 ____________________________________________________________________________
25813 [  1912] By: gsar                                  on 1998/10/02  03:45:37
25814     Log: make warning about glob process failure optional
25815  Branch: perl
25816        ! pod/perldiag.pod pp_hot.c
25817 ____________________________________________________________________________
25818 [  1911] By: gsar                                  on 1998/10/02  02:52:21
25819     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
25820          From: Dominic Dunlop <domo@vo.lu>
25821          Date: Tue, 29 Sep 1998 21:06:30 +0000
25822          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
25823          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
25824          --
25825          Date: Wed, 30 Sep 1998 11:46:44 +0000
25826          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
25827          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
25828  Branch: perl
25829        ! pod/perldiag.pod regcomp.c
25830 ____________________________________________________________________________
25831 [  1910] By: gsar                                  on 1998/10/02  02:48:48
25832     Log: minor Configure tweaks (via private mail)
25833          From: Jarkko Hietaniemi <jhi@iki.fi>
25834          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
25835          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
25836          Subject: [PATCH] 5.005_52: the drizzle continues
25837  Branch: perl
25838        ! Configure config_h.SH handy.h
25839 ____________________________________________________________________________
25840 [  1909] By: gsar                                  on 1998/10/02  02:46:39
25841     Log: update SCO hints for dynamic loading
25842          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
25843          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
25844          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
25845          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25846          --
25847          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
25848          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
25849          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
25850  Branch: perl
25851        ! hints/sco.sh
25852 ____________________________________________________________________________
25853 [  1908] By: gsar                                  on 1998/10/02  02:33:39
25854     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
25855  Branch: perl
25856        ! lib/File/Find.pm
25857 ____________________________________________________________________________
25858 [  1907] By: gsar                                  on 1998/10/02  02:21:52
25859     Log: applied patches, but retained old behavior for win32 (where compilers
25860          can't read from stdin at all)
25861          From: Graham Barr <gbarr@ti.com>
25862          Date: Mon, 28 Sep 1998 09:41:49 -0500
25863          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
25864          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25865          --
25866          Date: Tue, 29 Sep 1998 12:35:43 -0500
25867          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
25868          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
25869  Branch: perl
25870        ! ext/Errno/Errno_pm.PL
25871 ____________________________________________________________________________
25872 [  1906] By: gsar                                  on 1998/10/02  02:02:19
25873     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
25874          Hietaniemi)
25875  Branch: perl
25876        ! t/op/grent.t
25877 ____________________________________________________________________________
25878 [  1905] By: gsar                                  on 1998/10/02  01:59:56
25879     Log: win32 caveats about truncate()
25880  Branch: perl
25881        ! pod/perlport.pod
25882 ____________________________________________________________________________
25883 [  1904] By: gsar                                  on 1998/10/02  01:53:25
25884     Log: various Configure and hints updates (prefer drand48() or random()
25885          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
25886          applied modulo SCO hints superceded by later patch
25887          From: Jarkko Hietaniemi <jhi@iki.fi>
25888          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
25889          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
25890          Subject: [PATCH] 5.005_52: Configure et al:
25891  Branch: perl
25892        + ext/IPC/SysV/hints/next_3.pl
25893        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
25894        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
25895        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
25896 ____________________________________________________________________________
25897 [  1903] By: gsar                                  on 1998/10/02  01:42:37
25898     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
25899          Date: Mon, 28 Sep 1998 17:41:49 +0100
25900          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
25901          Subject: [PATCH 5.005_52] Re: More on ?p 
25902          --
25903          Date: Thu, 01 Oct 1998 09:10:58 +0100
25904          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
25905          Subject: [PATCH 5.005_52] ?p fix
25906          --
25907          Date: Thu, 01 Oct 1998 10:45:56 +0100
25908          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
25909          Subject: [PATCH 5.005_52] more on ?p
25910  Branch: perl
25911        ! pp_ctl.c
25912 ____________________________________________________________________________
25913 [  1902] By: gsar                                  on 1998/10/02  01:36:14
25914     Log: From: Kenneth Duda <kjd@cisco.com>
25915          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
25916          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
25917          Subject: writemain dies when there are more than 4000 characters of extensions
25918  Branch: perl
25919        ! writemain.SH
25920 ____________________________________________________________________________
25921 [  1901] By: gsar                                  on 1998/10/02  01:33:16
25922     Log: tweak run_byacc recipe
25923  Branch: perl
25924        ! Makefile.SH Porting/pumpkin.pod
25925 ____________________________________________________________________________
25926 [  1900] By: gsar                                  on 1998/10/02  01:02:09
25927     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
25928  Branch: perl
25929        ! perl.h pp_ctl.c
25930 ____________________________________________________________________________
25931 [  1899] By: gsar                                  on 1998/09/28  20:46:30
25932     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
25933          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
25934          Dvornik)
25935  Branch: perl
25936        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
25937 ____________________________________________________________________________
25938 [  1898] By: gsar                                  on 1998/09/28  20:42:52
25939     Log: flush unsubmitted 5.00552 change
25940  Branch: perl
25941        ! MANIFEST
25942 ____________________________________________________________________________
25943 [  1897] By: gsar                                  on 1998/09/27  04:43:06
25944     Log: run vms_yfix.pl
25945  Branch: perl
25946        ! vms/perly_c.vms
25947 ____________________________________________________________________________
25948 [  1896] By: gsar                                  on 1998/09/27  03:38:55
25949     Log: small tweak on last change
25950  Branch: perl
25951        ! win32/win32.c
25952 ____________________________________________________________________________
25953 [  1895] By: gsar                                  on 1998/09/27  03:17:17
25954     Log: fix win32_stat() to do the right thing for share names
25955  Branch: perl
25956        ! win32/win32.c
25957 ____________________________________________________________________________
25958 [  1891] By: larry                                 on 1998/09/25  18:50:40
25959     Log: Fixed apostrophe problem from Mark Knutsen.
25960  Branch: perl
25961        ! sv.h
25962
25963 ----------------
25964 Version 5.005_52
25965 ----------------
25966
25967 ____________________________________________________________________________
25968 [  1890] By: gsar                                  on 1998/09/25  10:25:00
25969     Log: update template config.sh, add new config vars to win32 stuff
25970  Branch: perl
25971        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
25972        ! pp_sys.c proto.h win32/config.bc win32/config.gc
25973        ! win32/config.vc win32/config_H.bc win32/config_H.gc
25974        ! win32/config_H.vc win32/win32.h
25975 ____________________________________________________________________________
25976 [  1889] By: gsar                                  on 1998/09/25  07:13:13
25977     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
25978          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
25979          of full-fledged 64-bit support (including support for: fseeko/ftello,
25980          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
25981          in Fcntl)
25982          From: Jarkko Hietaniemi <jhi@iki.fi>
25983          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
25984          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
25985          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
25986          --
25987          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25988          Date: 12 Sep 1998 09:44:25 +0300
25989          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
25990          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
25991  Branch: perl
25992        + lib/filetest.pm
25993        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
25994        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
25995        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
25996        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
25997        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
25998        ! win32/makedef.pl
25999 ____________________________________________________________________________
26000 [  1888] By: gsar                                  on 1998/09/25  06:27:12
26001     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
26002  Branch: perl
26003        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
26004        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26005        ! win32/makedef.pl win32/makefile.mk win32/win32.c
26006 ____________________________________________________________________________
26007 [  1887] By: gsar                                  on 1998/09/25  04:50:49
26008     Log: win32.c tweak
26009  Branch: perl
26010        ! win32/win32.c
26011 ____________________________________________________________________________
26012 [  1886] By: gsar                                  on 1998/09/25  04:47:32
26013     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
26014  Branch: perl
26015        ! lib/ExtUtils/MakeMaker.pm
26016 ____________________________________________________________________________
26017 [  1885] By: gsar                                  on 1998/09/25  04:05:09
26018     Log: From: Dominic Dunlop <domo@vo.lu>
26019          Date: Thu, 10 Sep 1998 11:02:46 +0000
26020          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
26021          Subject: MM_Unix::canonpath erroneously turns leading // into /
26022  Branch: perl
26023        ! lib/ExtUtils/MM_Unix.pm
26024 ____________________________________________________________________________
26025 [  1884] By: gsar                                  on 1998/09/25  03:06:10
26026     Log: temporarily disable perl malloc for a2p until we clean up
26027          conflicting malloc() declarations everywhere
26028  Branch: perl
26029        ! x2p/Makefile.SH
26030 ____________________________________________________________________________
26031 [  1883] By: gsar                                  on 1998/09/25  02:27:00
26032     Log: remove obsolete win32/bin/*.pl
26033  Branch: perl
26034        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
26035        ! Changes MANIFEST win32/Makefile win32/makefile.mk
26036 ____________________________________________________________________________
26037 [  1882] By: gsar                                  on 1998/09/25  02:04:43
26038     Log: missing file in last submit
26039  Branch: perl
26040        ! proto.h
26041 ____________________________________________________________________________
26042 [  1881] By: gsar                                  on 1998/09/25  01:56:54
26043     Log: serial access to PL_x[inpr]v_root for USE_THREADS
26044  Branch: perl
26045        ! sv.c
26046 ____________________________________________________________________________
26047 [  1880] By: gsar                                  on 1998/09/25  01:19:38
26048     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
26049          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
26050          Date: Thu, 24 Sep 1998 22:01:09 +0900
26051          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
26052          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
26053  Branch: perl
26054        ! hv.c proto.h
26055 ____________________________________________________________________________
26056 [  1879] By: gsar                                  on 1998/09/25  00:20:07
26057     Log: tweaks to enable PERL_OBJECT to build & test on win32
26058  Branch: perl
26059        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
26060        ! win32/GenCAPI.pl
26061 ____________________________________________________________________________
26062 [  1878] By: gsar                                  on 1998/09/25  00:13:36
26063     Log: fix change#1861, which breaks default boot_xxx symbol generation
26064  Branch: perl
26065        ! lib/ExtUtils/Mksymlists.pm
26066 ____________________________________________________________________________
26067 [  1877] By: gsar                                  on 1998/09/24  10:29:54
26068     Log: two tweaks for clean build and test on Solaris
26069  Branch: perl
26070        ! op.c t/op/subst.t
26071 ____________________________________________________________________________
26072 [  1876] By: gsar                                  on 1998/09/24  09:04:43
26073     Log: From: Colin Kuskie <ckuskie@cadence.com>
26074          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
26075          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
26076          Subject: [PATCH 5.005_51] perlform.pod
26077  Branch: perl
26078        ! pod/perlform.pod
26079 ____________________________________________________________________________
26080 [  1875] By: gsar                                  on 1998/09/24  08:47:47
26081     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26082          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
26083          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
26084          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
26085  Branch: perl
26086        ! regexec.c
26087 ____________________________________________________________________________
26088 [  1874] By: gsar                                  on 1998/09/24  08:44:55
26089     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26090          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
26091          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
26092          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
26093  Branch: perl
26094        ! toke.c
26095 ____________________________________________________________________________
26096 [  1873] By: gsar                                  on 1998/09/24  08:39:41
26097     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26098          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
26099          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
26100          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
26101  Branch: perl
26102        ! Changes regcomp.c
26103 ____________________________________________________________________________
26104 [  1872] By: gsar                                  on 1998/09/24  08:37:00
26105     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
26106          Date: Sun, 23 Aug 1998 23:18:38 PDT
26107          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
26108          Subject: new irix_6.sh hints file
26109  Branch: perl
26110        ! hints/irix_6.sh
26111 ____________________________________________________________________________
26112 [  1871] By: gsar                                  on 1998/09/24  07:26:37
26113     Log: correct FSF address in various places
26114  Branch: perl
26115        ! Copying README ext/B/README lib/Getopt/Long.pm
26116 ____________________________________________________________________________
26117 [  1870] By: gsar                                  on 1998/09/24  07:11:56
26118     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
26119          Date:    Fri, 14 Aug 1998 09:20:16 PDT
26120          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
26121          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
26122  Branch: perl
26123        ! configure.com
26124 ____________________________________________________________________________
26125 [  1869] By: gsar                                  on 1998/09/24  06:55:59
26126     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
26127          From:    Scott Henry <scotth@sgi.com>
26128          Date:    13 Aug 1998 09:52:15 PDT
26129          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
26130          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
26131  Branch: perl
26132        ! hints/irix_6.sh
26133 ____________________________________________________________________________
26134 [  1868] By: gsar                                  on 1998/09/24  06:51:23
26135     Log: From:    Nathan Torkington <gnat@frii.com>
26136          Date:    Thu, 13 Aug 1998 10:59:48 MDT
26137          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
26138          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
26139  Branch: perl
26140        ! pod/perlfunc.pod
26141 ____________________________________________________________________________
26142 [  1867] By: gsar                                  on 1998/09/24  06:45:13
26143     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
26144          that are autoloaded)
26145  Branch: perl
26146        ! pp_ctl.c
26147 ____________________________________________________________________________
26148 [  1866] By: gsar                                  on 1998/09/24  05:21:19
26149     Log: grandfather deprecated "$$<digit>" no more
26150  Branch: perl
26151        ! pod/perldiag.pod toke.c
26152 ____________________________________________________________________________
26153 [  1865] By: gsar                                  on 1998/09/24  04:52:48
26154     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
26155          low bits (suggested by Ilya Zakharevich)
26156  Branch: perl
26157        ! hv.h
26158 ____________________________________________________________________________
26159 [  1864] By: gsar                                  on 1998/09/24  04:29:14
26160     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
26161          perly_c.diff
26162  Branch: perl
26163        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
26164        ! perly_c.diff toke.c
26165 ____________________________________________________________________________
26166 [  1863] By: gsar                                  on 1998/09/24  03:36:30
26167     Log: provide locked access to string table for USE_THREADS
26168  Branch: perl
26169        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
26170 ____________________________________________________________________________
26171 [  1862] By: gsar                                  on 1998/09/24  03:30:32
26172     Log: remove bogus warn()
26173  Branch: perl
26174        ! embed.pl
26175 ____________________________________________________________________________
26176 [  1861] By: gsar                                  on 1998/09/24  02:58:51
26177     Log: applied suggested patch, adapted for all platforms
26178          From: jan.dubois@ibm.net (Jan Dubois)
26179          Date: Sun, 20 Sep 1998 12:56:38 +0200
26180          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
26181          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
26182  Branch: perl
26183        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26184        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26185        ! lib/ExtUtils/MakeMaker.pm
26186 ____________________________________________________________________________
26187 [  1860] By: gsar                                  on 1998/09/24  02:16:14
26188     Log: upgrade to CPAN-1.40
26189  Branch: perl
26190        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
26191 ____________________________________________________________________________
26192 [  1859] By: gsar                                  on 1998/09/24  02:08:59
26193     Log: use $ENV{MAKEMAKEROPT} to set default command line args
26194  Branch: perl
26195        ! lib/ExtUtils/MakeMaker.pm
26196 ____________________________________________________________________________
26197 [  1857] By: gsar                                  on 1998/09/23  10:58:36
26198     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26199          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
26200          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
26201          Subject: More verbose Test::Harness [PATCH]
26202  Branch: perl
26203        ! lib/Test/Harness.pm
26204 ____________________________________________________________________________
26205 [  1856] By: gsar                                  on 1998/09/23  10:56:24
26206     Log: update hints for OPENSTEP 4.2 on i386
26207          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
26208          Date: Sun, 20 Sep 1998 01:03:18 +0200
26209          Message-Id: <9809192303.AA29190@Spike>
26210          Subject: Perl 5.005_02 compilation problems
26211  Branch: perl
26212        ! hints/next_4.sh
26213 ____________________________________________________________________________
26214 [  1855] By: gsar                                  on 1998/09/23  10:52:27
26215     Log: reset errno after C<require> search (as suggested by Larry)
26216  Branch: perl
26217        ! pp_ctl.c
26218 ____________________________________________________________________________
26219 [  1854] By: gsar                                  on 1998/09/23  10:50:26
26220     Log: misc pod tweaks
26221  Branch: perl
26222        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
26223 ____________________________________________________________________________
26224 [  1853] By: gsar                                  on 1998/09/23  10:46:06
26225     Log: make Pod/Html.pm handle the --title option properly (as suggested
26226          by gml4410@ggr.co.uk)
26227  Branch: perl
26228        ! lib/Pod/Html.pm
26229 ____________________________________________________________________________
26230 [  1852] By: gsar                                  on 1998/09/23  10:41:39
26231     Log: SSNEW() API for allocating memory on the savestack
26232          From: Albert Dvornik <bert@genscan.com>
26233          Date: 17 Sep 1998 19:23:07 -0400
26234          Message-Id: <tqemtae338.fsf@puma.genscan.com>
26235          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
26236  Branch: perl
26237        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
26238        ! perl.h proto.h scope.c scope.h t/io/tell.t
26239 ____________________________________________________________________________
26240 [  1851] By: gsar                                  on 1998/09/23  10:37:05
26241     Log: From: Jochen Wiedmann <joe@ispsoft.de>
26242          Date: Thu, 17 Sep 1998 17:16:06 +0200
26243          Message-ID: <360127B6.E44564A@ispsoft.de>
26244          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
26245  Branch: perl
26246        ! lib/ExtUtils/MakeMaker.pm
26247 ____________________________________________________________________________
26248 [  1850] By: gsar                                  on 1998/09/23  10:33:05
26249     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
26250          Date: 15 Sep 1998 01:32:31 +0200
26251          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
26252          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
26253  Branch: perl
26254        ! lib/ExtUtils/MM_Unix.pm
26255 ____________________________________________________________________________
26256 [  1849] By: gsar                                  on 1998/09/23  10:29:04
26257     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
26258          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
26259          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
26260          Subject: Re: extralibs.ld problem in MM_VMS.pm
26261  Branch: perl
26262        ! lib/ExtUtils/MM_VMS.pm
26263 ____________________________________________________________________________
26264 [  1848] By: gsar                                  on 1998/09/23  10:25:24
26265     Log: From: Roderick Schertler <roderick@argon.org>
26266          Date: 11 Sep 1998 16:19:21 -0400
26267          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
26268          Subject: Re: Open2 and memory leaks
26269  Branch: perl
26270        ! lib/IPC/Open3.pm
26271 ____________________________________________________________________________
26272 [  1847] By: gsar                                  on 1998/09/23  10:18:31
26273     Log: From: Roderick Schertler <roderick@argon.org>
26274          Date: Wed, 09 Sep 1998 23:52:48 -0400
26275          Message-ID: <20567.905399568@eeyore.ibcinc.com>
26276          Subject: seed srand from /dev/urandom when possible
26277  Branch: perl
26278        ! pod/perlfunc.pod pp.c
26279 ____________________________________________________________________________
26280 [  1846] By: gsar                                  on 1998/09/23  10:12:22
26281     Log: From: Roderick Schertler <roderick@argon.org>
26282          Date: Thu, 10 Sep 1998 00:32:17 -0400
26283          Message-ID: <21142.905401937@eeyore.ibcinc.com>
26284          Subject: doc update for crypt()'s salt
26285  Branch: perl
26286        ! pod/perlfunc.pod
26287 ____________________________________________________________________________
26288 [  1845] By: gsar                                  on 1998/09/23  10:09:23
26289     Log: fix h2ph handling of C<#error "foo">
26290          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
26291          Date: Thu, 10 Sep 1998 09:59:33 +0900
26292          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
26293          Subject: [5.005_02] h2ph problem
26294  Branch: perl
26295        ! utils/h2ph.PL
26296 ____________________________________________________________________________
26297 [  1844] By: gsar                                  on 1998/09/23  10:06:13
26298     Log: plug strictly private function leaks in API listing
26299  Branch: perl
26300        ! pod/perlguts.pod
26301 ____________________________________________________________________________
26302 [  1843] By: gsar                                  on 1998/09/23  10:02:57
26303     Log: hide symbol for static build
26304          From: Dominic Dunlop <domo@vo.lu>
26305          Date: Tue, 8 Sep 1998 21:40:46 +0000
26306          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
26307          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
26308  Branch: perl
26309        ! regcomp.c
26310 ____________________________________________________________________________
26311 [  1842] By: gsar                                  on 1998/09/23  09:52:46
26312     Log: define PUT_svindex(), PUT_opindex()
26313  Branch: perl
26314        ! ext/B/B/Assembler.pm
26315 ____________________________________________________________________________
26316 [  1841] By: gsar                                  on 1998/09/23  09:44:25
26317     Log: From: Dominic Dunlop <domo@vo.lu>
26318          Date: Tue, 8 Sep 1998 15:34:53 +0000
26319          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
26320          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
26321  Branch: perl
26322        ! t/pragma/warn/regexec
26323 ____________________________________________________________________________
26324 [  1840] By: gsar                                  on 1998/09/23  09:42:17
26325     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
26326  Branch: perl
26327        ! win32/bin/pl2bat.pl
26328 ____________________________________________________________________________
26329 [  1839] By: gsar                                  on 1998/09/23  09:38:18
26330     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
26331          Date: Mon, 7 Sep 1998 17:36:09 +0900
26332          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
26333          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
26334  Branch: perl
26335        ! ext/Thread/Thread.xs
26336 ____________________________________________________________________________
26337 [  1838] By: gsar                                  on 1998/09/23  09:21:11
26338     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
26339          Date: Thu, 10 Sep 1998 00:02:07 -0400
26340          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
26341          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
26342  Branch: perl
26343        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
26344        + vos/config.h vos/config_h.SH_orig vos/perl.bind
26345        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
26346        ! MANIFEST perl.c perl.h pod/perlport.pod
26347 ____________________________________________________________________________
26348 [  1837] By: gsar                                  on 1998/09/23  08:45:58
26349     Log: (via private mail)
26350          From: Charles Bailey <BAILEY@newman.upenn.edu>
26351          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
26352          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
26353          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
26354  Branch: perl
26355        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
26356        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
26357        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
26358        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
26359        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
26360        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
26361        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
26362        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
26363        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
26364        ! vms/writemain.pl
26365 ____________________________________________________________________________
26366 [  1836] By: gsar                                  on 1998/09/23  08:17:42
26367     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26368          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
26369          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
26370          Subject: [PATCH 5.005_*] OS/2 spawning typos
26371  Branch: perl
26372        ! os2/os2.c
26373 ____________________________________________________________________________
26374 [  1835] By: gsar                                  on 1998/09/23  08:09:55
26375     Log: warn on C<my($foo,$foo)>
26376  Branch: perl
26377        ! op.c pod/perldiag.pod
26378 ____________________________________________________________________________
26379 [  1834] By: gsar                                  on 1998/09/23  07:35:56
26380     Log: From: pvhp@forte.com (Peter Prymmer)
26381          Date: Fri, 4 Sep 98 13:27:41 PDT
26382          Message-Id: <9809042027.AA04463@forte.com>
26383          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
26384  Branch: perl
26385        ! README.vms
26386 ____________________________________________________________________________
26387 [  1833] By: gsar                                  on 1998/09/23  07:27:34
26388     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26389          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
26390          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
26391          Subject: PATCH: 5.005_02 hint/hpux.sh
26392  Branch: perl
26393        ! hints/hpux.sh
26394 ____________________________________________________________________________
26395 [  1832] By: gsar                                  on 1998/09/23  07:22:40
26396     Log: fix (some) installhtml bugs
26397          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
26398          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
26399          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
26400          Subject: installhtml script needs work
26401  Branch: perl
26402        ! installhtml
26403 ____________________________________________________________________________
26404 [  1831] By: gsar                                  on 1998/09/23  07:19:30
26405     Log: document 'U' magic with examples
26406          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
26407          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
26408          Message-Id: <199809011455.PAA00631@sale-wts>
26409          Subject: Re: Looking for some XS MAGIC examples...
26410  Branch: perl
26411        ! pod/perlguts.pod
26412 ____________________________________________________________________________
26413 [  1830] By: gsar                                  on 1998/09/23  07:16:43
26414     Log: From: pvhp@forte.com (Peter Prymmer)
26415          Date: Mon, 31 Aug 98 17:13:49 PDT
26416          Message-Id: <9809010013.AA06737@forte.com>
26417          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
26418  Branch: perl
26419        ! README.os390
26420 ____________________________________________________________________________
26421 [  1829] By: gsar                                  on 1998/09/23  07:15:08
26422     Log: fix problematic typecast in filter_del()
26423          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
26424          Date: Mon, 31 Aug 1998 21:13:11 GMT
26425          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
26426          Subject: perl5.005_02 does not build on Cray T90
26427  Branch: perl
26428        ! toke.c
26429 ____________________________________________________________________________
26430 [  1828] By: gsar                                  on 1998/09/23  07:11:34
26431     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26432          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
26433          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
26434          Subject: [PATCH 5.005_5*] (?>) broken in RE
26435  Branch: perl
26436        ! regexec.c t/op/re_tests
26437 ____________________________________________________________________________
26438 [  1827] By: gsar                                  on 1998/09/23  07:09:50
26439     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
26440  Branch: perl
26441        ! t/op/grent.t t/op/groups.t
26442 ____________________________________________________________________________
26443 [  1826] By: gsar                                  on 1998/09/23  07:03:16
26444     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26445          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
26446          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
26447          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
26448  Branch: perl
26449        - interp.sym
26450        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
26451 ____________________________________________________________________________
26452 [  1825] By: gsar                                  on 1998/09/23  06:56:40
26453     Log: re-introduce change#1703
26454  Branch: perl
26455        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
26456 ____________________________________________________________________________
26457 [  1824] By: gsar                                  on 1998/09/23  06:44:19
26458     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26459          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
26460          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
26461          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
26462  Branch: perl
26463        ! lib/perl5db.pl
26464 ____________________________________________________________________________
26465 [  1823] By: gsar                                  on 1998/09/23  06:41:34
26466         Log: From: Joe Buehler <jhpb@hekimian.com>
26467              Date: 29 Aug 1998 17:13:28 -0400
26468              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
26469              Subject: patches for perl 5.005_51 under U/WIN
26470      Branch: perl
26471            + hints/uwin.sh
26472            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
26473            ! t/lib/posix.t
26474 ____________________________________________________________________________
26475 [  1822] By: gsar                                  on 1998/09/23  06:36:59
26476         Log: add missing C<no utf8;> tweak from Larry
26477      Branch: perl
26478            ! t/op/subst.t
26479 ____________________________________________________________________________
26480 [  1821] By: gsar                                  on 1998/09/23  06:27:51
26481         Log: s/runops/CALLRUNOPS/
26482      Branch: perl
26483            ! cc_runtime.h
26484 ____________________________________________________________________________
26485 [  1820] By: gsar                                  on 1998/09/23  06:24:49
26486         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
26487      Branch: perl
26488           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
26489           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
26490           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
26491           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
26492           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
26493           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
26494           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
26495           +> t/pragma/warn/util
26496            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
26497            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
26498            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
26499            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
26500            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
26501            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
26502            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
26503            - t/pragma/warn-util
26504            ! MANIFEST t/pragma/warning.t
26505 ____________________________________________________________________________
26506 [  1819] By: gsar                                  on 1998/09/23  06:08:46
26507         Log: make \(%foo) return refs to values (not copies of values)
26508              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
26509              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
26510              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
26511              --
26512              From: Roderick Schertler <roderick@argon.org>
26513              Date: Sat, 29 Aug 1998 00:58:33 -0400
26514              Message-ID: <29894.904366713@eeyore.ibcinc.com>
26515              Subject: Re: \(%x) problems
26516      Branch: perl
26517            ! doop.c pod/perlref.pod
26518 ____________________________________________________________________________
26519 [  1818] By: gsar                                  on 1998/09/23  06:05:08
26520         Log: make h2xs generate ANSI prototypes
26521      Branch: perl
26522            ! utils/h2xs.PL
26523 ____________________________________________________________________________
26524 [  1817] By: gsar                                  on 1998/09/23  05:57:16
26525         Log: updated usethreads hints for hpux 10.X
26526              From: Matthew T Harden <mthard@mthard1.monsanto.com>
26527              Date: Fri, 28 Aug 1998 14:10:42 GMT
26528              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
26529              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
26530      Branch: perl
26531            ! hints/hpux.sh perl.h
26532 ____________________________________________________________________________
26533 [  1816] By: gsar                                  on 1998/09/23  05:53:31
26534         Log: don't create empty directories in installperl
26535              From: Robin Barker <rmb1@cise.npl.co.uk>
26536              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
26537              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
26538              Subject: [PATCH 5.005_02] install: empty dirs
26539      Branch: perl
26540            ! installperl
26541 ____________________________________________________________________________
26542 [  1815] By: gsar                                  on 1998/09/23  05:50:36
26543         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
26544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26545              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
26546              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
26547              Subject: Re: your mail
26548      Branch: perl
26549            ! regexec.c t/op/re_tests
26550 ____________________________________________________________________________
26551 [  1814] By: gsar                                  on 1998/09/23  05:45:17
26552         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
26553              Date: Thu, 20 Aug 1998 20:59:03 -0400
26554              Message-ID: <19980820205903.A12908@O2.chapin.edu>
26555              Subject: [PATCH] h2ph misquotes #error directives
26556      Branch: perl
26557            ! t/lib/h2ph.pht utils/h2ph.PL
26558 ____________________________________________________________________________
26559 [  1813] By: gsar                                  on 1998/09/23  05:42:41
26560         Log: patch to support computed regular subexpressions
26561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26562              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
26563              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
26564              Subject: [5.005_5* PATCH] Postponed RE - now!
26565      Branch: perl
26566            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
26567            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
26568 ____________________________________________________________________________
26569 [  1812] By: gsar                                  on 1998/09/23  05:26:26
26570         Log: better CR-handling on shebang line and in formats (fixed variant of
26571              patch suggested by Igor Sysoev <igor@nitek.ru>)
26572      Branch: perl
26573            ! perl.c toke.c
26574 ____________________________________________________________________________
26575 [  1811] By: gsar                                  on 1998/09/23  04:35:46
26576         Log: document non-loopish blocks better
26577              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26578              Date: Tue, 18 Aug 1998 12:28:36 +0100
26579              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
26580              Subject: Re: next in do {} while block gives error message
26581      Branch: perl
26582            ! pod/perlfunc.pod
26583 ____________________________________________________________________________
26584 [  1810] By: gsar                                  on 1998/09/23  04:12:05
26585         Log: fix bogus integerization of pop()'s return value
26586              From: Gurusamy Sarathy <gsar@engin.umich.edu>
26587              Date: Sat, 15 Aug 1998 23:27:54 -0400
26588              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
26589              Subject: Re: Complex expression does integer arithmetic 
26590      Branch: perl
26591            ! opcode.h opcode.pl
26592 ____________________________________________________________________________
26593 [  1809] By: gsar                                  on 1998/09/23  04:09:43
26594         Log: tweak README.win32
26595      Branch: perl
26596            ! README.win32
26597 ____________________________________________________________________________
26598 [  1808] By: gsar                                  on 1998/09/23  03:40:57
26599         Log: better diagnostic for do{} used as lvalue
26600      Branch: perl
26601            ! op.c pod/perlport.pod
26602 ____________________________________________________________________________
26603 [  1807] By: gsar                                  on 1998/09/23  03:38:30
26604         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
26605              From: hansm@icgroup.nl
26606              Date: Tue, 11 Aug 98 21:08:51 +0200
26607              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
26608              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
26609      Branch: perl
26610            ! malloc.c
26611 ____________________________________________________________________________
26612 [  1806] By: gsar                                  on 1998/09/23  03:36:08
26613         Log: support make written in perl (aka "pmake") on win32
26614      Branch: perl
26615            ! lib/ExtUtils/MM_Win32.pm
26616 ____________________________________________________________________________
26617 [  1805] By: gsar                                  on 1998/09/23  03:30:07
26618         Log: fix mismatched UV/U32 types for to_utf8_*()
26619      Branch: perl
26620            ! utf8.c
26621 ____________________________________________________________________________
26622 [  1804] By: gsar                                  on 1998/09/23  03:22:22
26623         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
26624              Date: Sun, 9 Aug 1998 22:38:23 +0200
26625              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
26626              Subject: [PATCH 5.5002] dos-djgpp update
26627      Branch: perl
26628            ! t/io/fs.t
26629 ____________________________________________________________________________
26630 [  1803] By: gsar                                  on 1998/09/23  03:20:13
26631         Log: apply minimal variant of patch (sent via private mail)
26632              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
26633              Date: Wed, 12 Aug 1998 15:42:35 +0300
26634              Message-Id: <199808121242.PAA29761@comanche.spices>
26635              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
26636      Branch: perl
26637            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
26638            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
26639 ____________________________________________________________________________
26640 [  1802] By: gsar                                  on 1998/09/23  03:03:39
26641         Log: adjust searchdict.t for EBCDIC (still needs documenting)
26642              From: pvhp@forte.com (Peter Prymmer)
26643              Date: Thu, 6 Aug 98 18:09:39 PDT
26644              Message-Id: <9808070109.AA06158@forte.com>
26645              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
26646      Branch: perl
26647            ! README.os390 t/lib/searchdict.t
26648 ____________________________________________________________________________
26649 [  1801] By: gsar                                  on 1998/09/23  02:54:15
26650         Log: silence redefined warning for XS(INIT) {}
26651      Branch: perl
26652            ! op.c
26653 ____________________________________________________________________________
26654 [  1800] By: gsar                                  on 1998/09/23  02:42:23
26655         Log: support match indices via special variables @- and @+
26656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26657              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
26658              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
26659              Subject: [PATCH 5.004_76] @- and @+
26660      Branch: perl
26661            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
26662            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
26663 ____________________________________________________________________________
26664 [  1799] By: gsar                                  on 1998/09/23  01:44:31
26665         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26666              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
26667              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
26668              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
26669      Branch: perl
26670            ! regcomp.c t/op/re_tests
26671 ____________________________________________________________________________
26672 [  1798] By: gsar                                  on 1998/09/23  01:39:23
26673         Log: integrate maint-5.005 changes (except conflicting change#1794)
26674      Branch: perl
26675            ! Changes
26676           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
26677           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
26678           !> win32/win32.h
26679 ____________________________________________________________________________
26680 [  1797] By: gsar                                  on 1998/09/23  01:32:36
26681         Log: add note to win32/Makefile about setting CCHOME
26682      Branch: perl
26683            ! win32/Makefile win32/makefile.mk
26684 ____________________________________________________________________________
26685 [  1796] By: gsar                                  on 1998/09/23  01:31:32
26686         Log: perl.pod tweak
26687      Branch: perl
26688            ! pod/perl.pod
26689 ____________________________________________________________________________
26690 [  1795] By: gsar                                  on 1998/09/21  20:34:10
26691         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
26692      Branch: perl
26693            ! lib/ExtUtils/xsubpp
26694 ____________________________________________________________________________
26695 [  1789] By: gsar                                  on 1998/09/18  18:01:37
26696         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
26697      Branch: perl
26698            ! cop.h t/cmd/for.t
26699 ____________________________________________________________________________
26700 [  1788] By: gsar                                  on 1998/09/17  02:19:11
26701         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
26702      Branch: perl
26703            ! win32/config.bc win32/config.gc win32/config.vc
26704 ____________________________________________________________________________
26705 [  1787] By: gsar                                  on 1998/09/17  01:45:14
26706         Log: suppress bogus warning on C<sub x {} x()>
26707      Branch: perl
26708            ! toke.c
26709 ____________________________________________________________________________
26710 [  1786] By: gsar                                  on 1998/09/17  01:42:51
26711         Log: ntohl typo in objXSUB.h
26712      Branch: perl
26713            ! objXSUB.h
26714 ____________________________________________________________________________
26715 [  1785] By: gsar                                  on 1998/09/17  01:41:48
26716         Log: fill gaps in sig_* entries in win32/config.?c
26717      Branch: perl
26718            ! win32/config.bc win32/config.gc win32/config.vc
26719 ____________________________________________________________________________
26720 [  1781] By: larry                                 on 1998/09/05  23:48:24
26721         Log: tr/// logic was hosed under utf8
26722      Branch: perl
26723            ! doop.c op.c op.h pp.c proto.h
26724 ____________________________________________________________________________
26725 [  1780] By: larry                                 on 1998/09/05  23:44:16
26726         Log: several new tests needed tweaking to work under utf8
26727      Branch: perl
26728            ! t/comp/require.t t/op/pack.t t/op/substr.t
26729 ____________________________________________________________________________
26730 [  1779] By: larry                                 on 1998/09/05  23:41:42
26731         Log: index() applied BM optimization to wrong argument
26732      Branch: perl
26733            ! op.c util.c
26734 ____________________________________________________________________________
26735 [  1778] By: larry                                 on 1998/09/05  23:38:29
26736         Log: Implicit require during compile reset line numbering
26737      Branch: perl
26738            ! pp_ctl.c
26739
26740 ----------------
26741 Version 5.005_51
26742 ----------------
26743
26744 ____________________________________________________________________________
26745 [  1777] By: gsar                                  on 1998/08/10  07:02:38
26746         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
26747              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
26748              lexical warning testsuite for win32
26749      Branch: perl
26750            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
26751            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
26752            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
26753            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
26754            ! win32/Makefile win32/makefile.mk
26755 ____________________________________________________________________________
26756 [  1776] By: gsar                                  on 1998/08/09  17:53:48
26757         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
26758      Branch: perl
26759            ! Changes MANIFEST perl.c pod/perlhist.pod
26760 ____________________________________________________________________________
26761 [  1775] By: gsar                                  on 1998/08/09  14:35:33
26762         Log: tweak warning test
26763      Branch: perl
26764            ! t/pragma/warn-toke
26765 ____________________________________________________________________________
26766 [  1774] By: gsar                                  on 1998/08/09  14:13:46
26767         Log: add missing dTHR; notes for test failures due to small stacksize
26768      Branch: perl
26769            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
26770            ! toke.c universal.c util.c
26771 ____________________________________________________________________________
26772 [  1773] By: gsar                                  on 1998/08/09  11:31:53
26773         Log: lexical warnings; tweaks to places that didn't apply correctly
26774              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
26775              Date:    Wed, 29 Jul 1998 09:28:45 BST
26776              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
26777              Subject: lexical warnings patch for 5.005_50
26778      Branch: perl
26779            + README.lexwarn lib/warning.pm t/pragma/warn-2use
26780            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
26781            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
26782            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
26783            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
26784            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
26785            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
26786            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
26787            + warning.h warning.pl
26788            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
26789            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
26790            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
26791            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
26792            ! universal.c util.c
26793 ____________________________________________________________________________
26794 [  1772] By: gsar                                  on 1998/08/08  23:06:00
26795         Log: bump patchlevel to 5.005_51
26796      Branch: perl
26797            ! patchlevel.h win32/Makefile win32/config_H.bc
26798            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26799 ____________________________________________________________________________
26800 [  1771] By: gsar                                  on 1998/08/08  23:01:57
26801         Log: fix bogus warning on "\x{123}"
26802              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
26803              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
26804              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
26805              Subject: [5.005_50 PATCH] Some unicode problems
26806      Branch: perl
26807            ! regcomp.c toke.c
26808 ____________________________________________________________________________
26809 [  1770] By: gsar                                  on 1998/08/08  22:56:55
26810         Log: hide dup symbol for static build of ext/re
26811              From: Dominic Dunlop <domo@ppp72.vo.lu>
26812              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
26813              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
26814              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
26815      Branch: perl
26816            ! regcomp.c
26817 ____________________________________________________________________________
26818 [  1769] By: gsar                                  on 1998/08/08  22:45:06
26819         Log: fix double free on -Mutf8 -e '$b=uc("")'
26820              From: larry@wall.org (Larry Wall)
26821              Date: Fri, 7 Aug 1998 14:42:43 -0700
26822              Message-Id: <199808072142.OAA14920@wall.org>
26823              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
26824      Branch: perl
26825            ! pp.c
26826 ____________________________________________________________________________
26827 [  1768] By: gsar                                  on 1998/08/08  22:42:29
26828         Log: substr() assumes utf8 without say-so
26829              From: larry@wall.org (Larry Wall)
26830              Date: Fri, 7 Aug 1998 12:25:12 -0700
26831              Message-Id: <199808071925.MAA13436@wall.org>
26832              Subject: [PATCH 5.005_50] substr bug?
26833      Branch: perl
26834            ! pp.c
26835 ____________________________________________________________________________
26836 [  1767] By: gsar                                  on 1998/08/08  22:38:25
26837         Log: fix intolerance of SWASHes for blank lines
26838              From: Gisle Aas <aas@sn.no>
26839              Date: 06 Aug 1998 23:28:57 +0200
26840              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
26841              Subject: Re: Re[2]: another joyride begins
26842      Branch: perl
26843            ! lib/utf8_heavy.pl
26844 ____________________________________________________________________________
26845 [  1766] By: gsar                                  on 1998/08/08  22:33:10
26846         Log: utf8 doc tweak
26847              From: Gisle Aas <aas@sn.no>
26848              Date: 05 Aug 1998 00:41:04 +0200
26849              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
26850              Subject: Matching clumps
26851      Branch: perl
26852            ! lib/utf8.pm
26853 ____________________________________________________________________________
26854 [  1765] By: gsar                                  on 1998/08/08  22:31:37
26855         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
26856              From: Gisle Aas <aas@sn.no>
26857              Date: 04 Aug 1998 22:56:11 +0200
26858              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
26859              Subject: Re: another joyride begins
26860      Branch: perl
26861            ! lib/utf8_heavy.pl
26862 ____________________________________________________________________________
26863 [  1764] By: gsar                                  on 1998/08/08  22:28:43
26864         Log: From: larry@wall.org (Larry Wall)
26865              Date: Tue, 4 Aug 1998 17:04:51 -0700
26866              Message-Id: <199808050004.RAA22592@wall.org>
26867              Subject: [PATCH 5.005_50] \pX not implemented!
26868      Branch: perl
26869            ! regcomp.c
26870 ____________________________________________________________________________
26871 [  1763] By: gsar                                  on 1998/08/08  22:27:15
26872         Log: From: Stephen McCamant <alias@mcs.com>
26873              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
26874              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
26875              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
26876      Branch: perl
26877            ! op.c
26878 ____________________________________________________________________________
26879 [  1762] By: gsar                                  on 1998/08/08  22:26:09
26880         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
26881              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
26882              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
26883              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
26884      Branch: perl
26885            + t/op/grent.t t/op/pwent.t
26886            ! MANIFEST
26887 ____________________________________________________________________________
26888 [  1761] By: gsar                                  on 1998/08/08  22:21:52
26889         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26890              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
26891              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
26892              Subject: [5.005_50 PATCH] misprint in RE engine
26893      Branch: perl
26894            ! regexec.c t/op/re_tests
26895 ____________________________________________________________________________
26896 [  1760] By: gsar                                  on 1998/08/08  22:18:54
26897         Log: integrate maint-5.005 changes into mainline
26898      Branch: perl
26899           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
26900           !> (integrate 138 files)
26901 ____________________________________________________________________________
26902 [  1672] By: gsar                                  on 1998/07/27  18:35:28
26903         Log: create new Changes
26904      Branch: perl
26905            + Changes
26906            ! Changes5.005 MANIFEST
26907 ____________________________________________________________________________
26908 [  1671] By: gsar                                  on 1998/07/27  18:30:57
26909         Log: rename Changes --> Changes5.005
26910      Branch: perl
26911           +> Changes5.005
26912            - Changes
26913 ____________________________________________________________________________
26914 [  1670] By: gsar                                  on 1998/07/27  18:10:14
26915         Log: integrate 5.005_01 changes from maint
26916      Branch: perl
26917            ! Changes
26918           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
26919           !> win32/win32.c
26920 ____________________________________________________________________________
26921 [  1667] By: nick                                  on 1998/07/26  14:31:01
26922         Log: Add dTHR so that it compiles miniperl in threaded mode
26923      Branch: perl
26924            ! doop.c mg.c regcomp.c regexec.c
26925 ____________________________________________________________________________
26926 [  1666] By: nick                                  on 1998/07/26  13:01:10
26927         Log: Resolve ansiperl against mainline (@1648?)
26928              Unclear that change number has "taken".
26929      Branch: ansiperl
26930           +> (branch 169 files)
26931            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
26932           !> (integrate 131 files)
26933
26934 ----------------
26935 Version 5.005_50
26936 ----------------
26937
26938 ____________________________________________________________________________
26939 [  1665] By: gsar                                  on 1998/07/26  05:38:48
26940         Log: add trailing newline to file
26941      Branch: perl
26942            ! Changes lib/unicode/blocks.txt
26943 ____________________________________________________________________________
26944 [  1664] By: gsar                                  on 1998/07/26  05:08:48
26945         Log: integrate proto.h additions from maint-5.005
26946      Branch: perl
26947           !> pod/perlhist.pod proto.h
26948 ____________________________________________________________________________
26949 [  1663] By: gsar                                  on 1998/07/26  05:07:05
26950         Log: add new files to MANIFEST; add missing prototypes to proto.h;
26951              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
26952              add typecasts to silence warnings; tweaks for win32 builds
26953      Branch: perl
26954            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
26955            ! win32/Makefile win32/makefile.mk
26956 ____________________________________________________________________________
26957 [  1662] By: gsar                                  on 1998/07/26  05:01:52
26958         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
26959      Branch: maint-5.005/perl
26960            ! pod/perlhist.pod proto.h
26961 ____________________________________________________________________________
26962 [  1661] By: gsar                                  on 1998/07/26  02:52:48
26963         Log: up patchlevel to 5.005_50
26964      Branch: perl
26965            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
26966            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26967 ____________________________________________________________________________
26968 [  1660] By: gsar                                  on 1998/07/26  02:43:57
26969         Log: integrate utfperl
26970      Branch: perl
26971           +> (branch 162 files)
26972           !> (integrate 29 files)
26973 ____________________________________________________________________________
26974 [  1659] By: gsar                                  on 1998/07/26  02:38:22
26975         Log: integrate maint-5.005 changes
26976      Branch: perl
26977           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
26978           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
26979           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
26980           !> vms/descrip_mms.template vms/subconfigure.com
26981 ____________________________________________________________________________
26982 [  1658] By: gsar                                  on 1998/07/26  02:23:46
26983         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
26984              Date: Fri, 24 Jul 1998 11:38:25 -0700
26985              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
26986              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
26987              --
26988              Date: Fri, 24 Jul 1998 12:30:36 -0700
26989              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
26990              Subject: [PATCH 5.005]Tweaks to README.vms
26991              --
26992              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
26993              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
26994              Subject: [PATCH 5.005] Final build cleanup patch
26995      Branch: maint-5.005/perl
26996            ! README.vms vms/descrip_mms.template vms/subconfigure.com
26997 ____________________________________________________________________________
26998 [  1657] By: gsar                                  on 1998/07/26  02:19:50
26999         Log: another platform where pp_sselect() needs a whole fd_set buffer
27000              From: Lupe Christoph <lupe@alanya.m.isar.de>
27001              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
27002              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
27003              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
27004      Branch: maint-5.005/perl
27005            ! pp_sys.c
27006 ____________________________________________________________________________
27007 [  1656] By: gsar                                  on 1998/07/26  02:12:46
27008         Log: fix problem building modules on dos-djgpp
27009              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
27010              Date: Sat, 25 Jul 1998 00:53:39 +0200
27011              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
27012              Subject: [PATCH 5.005] dos-djgpp and modules problem
27013      Branch: maint-5.005/perl
27014            ! djgpp/fixpmain
27015 ____________________________________________________________________________
27016 [  1655] By: gsar                                  on 1998/07/26  02:11:09
27017         Log: From: Tom Spindler <dogcow@home.merit.edu>
27018              Date: Wed, 22 Jul 1998 16:11:07 -0400
27019              Message-ID: <19980722161107.A16813@home.merit.edu>
27020              Subject: [PATCH 5.005] BeOS tweak
27021      Branch: maint-5.005/perl
27022            ! hints/beos.sh
27023 ____________________________________________________________________________
27024 [  1654] By: gsar                                  on 1998/07/26  02:09:29
27025         Log: various pod tweaks
27026      Branch: maint-5.005/perl
27027            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
27028            ! pod/perltoc.pod
27029 ____________________________________________________________________________
27030 [  1653] By: gsar                                  on 1998/07/26  02:05:46
27031         Log: fix emacs/ptags for PL_* changes
27032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27033              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
27034              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
27035              Subject: [PATCH 5.004_76] Yet better ptags
27036      Branch: maint-5.005/perl
27037            ! emacs/ptags
27038 ____________________________________________________________________________
27039 [  1652] By: gsar                                  on 1998/07/26  02:03:01
27040         Log: fix behavior of <=> on bigints
27041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27042              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
27043              Date: Fri, 24 Jul 1998 18:29:53 +0100
27044              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
27045      Branch: maint-5.005/perl
27046            ! lib/Math/BigInt.pm t/lib/bigintpm.t
27047 ____________________________________________________________________________
27048 [  1651] By: larry                                 on 1998/07/24  05:44:33
27049         Log: Here are the long-expected Unicode/UTF-8 modifications.
27050      Branch: utfperl
27051            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
27052            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
27053            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
27054            + lib/unicode/Decomposition.pl
27055            + lib/unicode/In/AlphabeticPresentationForms.pl
27056            + lib/unicode/In/Arabic.pl
27057            + lib/unicode/In/ArabicPresentationForms-A.pl
27058            + lib/unicode/In/ArabicPresentationForms-B.pl
27059            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27060            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27061            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27062            + lib/unicode/In/BoxDrawing.pl
27063            + lib/unicode/In/CJKCompatibility.pl
27064            + lib/unicode/In/CJKCompatibilityForms.pl
27065            + lib/unicode/In/CJKCompatibilityIdeographs.pl
27066            + lib/unicode/In/CJKSymbolsandPunctuation.pl
27067            + lib/unicode/In/CJKUnifiedIdeographs.pl
27068            + lib/unicode/In/CombiningDiacriticalMarks.pl
27069            + lib/unicode/In/CombiningHalfMarks.pl
27070            + lib/unicode/In/CombiningMarksforSymbols.pl
27071            + lib/unicode/In/ControlPictures.pl
27072            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
27073            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
27074            + lib/unicode/In/EnclosedAlphanumerics.pl
27075            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
27076            + lib/unicode/In/GeneralPunctuation.pl
27077            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
27078            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
27079            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
27080            + lib/unicode/In/HalfwidthandFullwidthForms.pl
27081            + lib/unicode/In/HangulCompatibilityJamo.pl
27082            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
27083            + lib/unicode/In/Hebrew.pl
27084            + lib/unicode/In/HighPrivateUseSurrogates.pl
27085            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
27086            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
27087            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
27088            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
27089            + lib/unicode/In/LatinExtended-A.pl
27090            + lib/unicode/In/LatinExtended-B.pl
27091            + lib/unicode/In/LatinExtendedAdditional.pl
27092            + lib/unicode/In/LetterlikeSymbols.pl
27093            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
27094            + lib/unicode/In/MathematicalOperators.pl
27095            + lib/unicode/In/MiscellaneousSymbols.pl
27096            + lib/unicode/In/MiscellaneousTechnical.pl
27097            + lib/unicode/In/NumberForms.pl
27098            + lib/unicode/In/OpticalCharacterRecognition.pl
27099            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
27100            + lib/unicode/In/SmallFormVariants.pl
27101            + lib/unicode/In/SpacingModifierLetters.pl
27102            + lib/unicode/In/Specials.pl
27103            + lib/unicode/In/SuperscriptsandSubscripts.pl
27104            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
27105            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
27106            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27107            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
27108            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
27109            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
27110            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
27111            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
27112            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
27113            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
27114            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
27115            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
27116            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
27117            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
27118            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
27119            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
27120            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
27121            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
27122            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
27123            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
27124            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
27125            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
27126            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
27127            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
27128            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
27129            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
27130            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
27131            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
27132            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
27133            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
27134            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
27135            + lib/unicode/JamoShort.pl lib/unicode/Makefile
27136            + lib/unicode/Name.pl lib/unicode/Number.pl
27137            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
27138            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
27139            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
27140            + lib/unicode/blocks.txt lib/unicode/index2.txt
27141            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
27142            + lib/unicode/names2.txt lib/unicode/props2.txt
27143            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
27144            + utf8.c utf8.h
27145            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
27146            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
27147            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27148            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
27149            ! t/op/vec.t toke.c util.c vms/vmsish.h
27150 ____________________________________________________________________________
27151 [  1650] By: gsar                                  on 1998/07/24  04:06:48
27152         Log: create utfperl branch
27153      Branch: utfperl
27154           +> (branch 1079 files)
27155 ____________________________________________________________________________
27156 [  1649] By: gsar                                  on 1998/07/24  03:56:56
27157         Log: create maint-5.005 branch
27158      Branch: maint-5.005/perl
27159           +> (branch 1079 files)
27160 ____________________________________________________________________________
27161 [  1648] By: gsar                                  on 1998/07/24  03:36:35
27162         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
27163      Branch: perl
27164            ! Changes
27165